html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0f172a}::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#475569}:root{--hud-font-xs: 9px;--hud-font-sm: 10px;--hud-font-base: 12px;--hud-font-lg: 14px}.nav-row{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem;margin-bottom:.75rem}.nav-btn{padding:.5rem 1rem;font-size:var(--hud-font-xs);font-weight:900;text-transform:uppercase;letter-spacing:.15em;border:1px solid rgba(45,212,191,.3);background:#2dd4bf0d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#2dd4bf;cursor:pointer;transition:all .2s ease;border-radius:4px}.nav-btn:hover{background:#2dd4bf26;border-color:#2dd4bf;box-shadow:0 0 12px #2dd4bf33}.keyword-row{display:grid;grid-template-columns:repeat(3,auto);justify-content:center;gap:.75rem}.keyword-btn{padding:.5rem 1rem;font-size:var(--hud-font-xs);font-weight:900;text-transform:uppercase;letter-spacing:.15em;border:1px solid #1e293b;background:#02061780;color:#64748b;cursor:pointer;transition:all .2s ease;border-radius:4px}.keyword-btn:hover{border-color:#2dd4bf80}.keyword-btn.active{background:#2dd4bf;border-color:#2dd4bf;color:#020617;box-shadow:0 0 15px #2dd4bf66}.services-layout{display:flex;gap:1.5rem;min-height:200px}.tab-sidebar{display:flex;flex-direction:column;gap:.25rem;flex-shrink:0;border-right:1px solid #1e293b;padding-right:1rem}.tab-btn{padding:.5rem .75rem;font-size:var(--hud-font-xs);font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#64748b;background:transparent;border:1px solid transparent;border-radius:.25rem;cursor:pointer;transition:all .2s ease;text-align:left;white-space:nowrap}.tab-btn:hover{color:#cbd5e1}.tab-btn.active{color:#2dd4bf;border-color:#2dd4bf4d;background:#2dd4bf0d}.tab-content{flex:1;min-width:0;overflow-y:auto;outline:none}.tab-content h3{font-size:1rem;font-weight:700;color:#f8fafc;margin-bottom:.75rem}.tab-content p{font-size:var(--hud-font-base);color:#94a3b8;line-height:1.7}.timeline{display:flex;flex-direction:column;gap:1.5rem;position:relative;padding-left:2rem;flex-shrink:0;max-width:33%;border-right:1px solid #1e293b;padding-right:1rem}.timeline:before{content:"";position:absolute;left:.45rem;top:.5rem;bottom:.5rem;width:1px;background:#1e293b}.timeline-item{position:relative;cursor:pointer;transition:all .2s ease;opacity:.5}.timeline-item:hover{opacity:.8}.timeline-item.active{opacity:1}.timeline-dot{position:absolute;left:-1.65rem;top:.35rem;width:.5rem;height:.5rem;border-radius:50%;background:#334155;transition:all .2s ease}.timeline-item.active .timeline-dot{background:#2dd4bf;box-shadow:0 0 8px #2dd4bf66}.timeline-date{font-size:var(--hud-font-xs);font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem;transition:color .2s ease}.timeline-item.active .timeline-date{color:#2dd4bf}.timeline-name{font-size:var(--hud-font-sm);font-weight:700;color:#94a3b8;margin-bottom:.35rem;transition:color .2s ease}.timeline-item.active .timeline-name{color:#f8fafc}.timeline-desc{font-size:var(--hud-font-base);color:#94a3b8;line-height:1.6}.project-client{font-size:var(--hud-font-lg);font-weight:700;color:#e2e8f0;margin-bottom:.25rem}.project-period{font-size:var(--hud-font-xs);color:#2dd4bf;font-weight:700;letter-spacing:.05em;margin-bottom:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #1e293b}.tech-tag{font-size:var(--hud-font-xs);font-weight:600;color:#2dd4bf;background:#2dd4bf14;border:1px solid rgba(45,212,191,.2);border-radius:4px;padding:.25rem .5rem;letter-spacing:.03em}.timeline-image{margin-top:.75rem;max-width:100%;border-radius:.375rem;border:1px solid #1e293b}.modal-text .timeline-image{border:none;max-width:140px;display:block;margin:1rem auto}.modal-heading{font-size:1.25rem;font-weight:700;color:#f8fafc;margin-bottom:1rem}.modal-text{font-size:var(--hud-font-base);color:#94a3b8;line-height:1.7}.modal-text p{margin-bottom:1em}.modal-text p:last-child{margin-bottom:0}.modal-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.modal-grid{grid-template-columns:1fr 1fr}}.modal-card{padding:1.25rem;border:1px solid #1e293b;border-radius:.375rem;background:#0f172a80;transition:border-color .2s ease}.modal-card:hover{border-color:#2dd4bf66}.modal-card h3{font-size:var(--hud-font-lg);font-weight:700;color:#f8fafc;margin-bottom:.5rem}.modal-card p{font-size:var(--hud-font-base);color:#94a3b8;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:.75rem}.contact-input{padding:.75rem 1rem;font-size:var(--hud-font-base);background:#0f172a;border:1px solid #1e293b;border-radius:.375rem;color:#f8fafc;outline:none;transition:border-color .2s ease}.contact-input:focus{border-color:#2dd4bf}.contact-input::placeholder{color:#475569}.contact-submit{padding:.75rem 1.5rem;font-size:var(--hud-font-sm);font-weight:700;text-transform:uppercase;letter-spacing:.1em;background:#2dd4bf;color:#020617;border:none;border-radius:.375rem;cursor:pointer;transition:background .2s ease}.contact-submit:hover{background:#5eead4}.contact-info{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #1e293b}.contact-info-item{display:flex;align-items:center;gap:.75rem;font-size:var(--hud-font-base);color:#94a3b8}.contact-info-item a{color:#2dd4bf;text-decoration:none;transition:color .2s ease}.contact-info-item a:hover{color:#5eead4}.footer-bar{display:flex;flex-direction:column;gap:.75rem;padding-top:2rem}.footer-top{display:flex;align-items:center;justify-content:space-between}.footer-center{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;font-size:var(--hud-font-sm);font-weight:700;color:#94a3b8;letter-spacing:.05em}.footer-dot{color:#475569}.footer-link{color:#94a3b8;text-transform:uppercase;letter-spacing:.15em;font-weight:900;cursor:pointer;transition:color .2s ease}.footer-link:hover{color:#2dd4bf}.footer-social{color:#94a3b8;transition:color .2s ease}.footer-social:hover{color:#2dd4bf}.hero-tagline{font-size:var(--hud-font-lg);font-weight:700;line-height:1.7;max-width:24rem;margin-bottom:2.5rem;color:transparent;background:linear-gradient(135deg,#e2e8f0,#2dd4bf);-webkit-background-clip:text;background-clip:text}.brand-name{font-family:Montserrat,sans-serif;font-weight:700;font-size:1.25rem;text-transform:uppercase;letter-spacing:.05em;color:#fff;line-height:1;margin:0}.hero-keyword{font-family:Montserrat,sans-serif;font-weight:900;font-size:3rem;color:#cbd5e1;text-transform:uppercase;line-height:1;margin-bottom:1.5rem}@media(min-width:768px){.hero-keyword{font-size:4rem}}.brand-tagline{font-size:var(--hud-font-xs);font-weight:600;color:#94a3b8;letter-spacing:.1em;text-transform:uppercase}.site-logo{width:3.25rem;height:3.25rem;align-self:center;object-fit:contain;border-radius:50%;box-shadow:0 0 1px #ffffff40}.footer-hud-label{font-size:var(--hud-font-sm);font-weight:900;color:#94a3b8;text-transform:uppercase;letter-spacing:.15em}.voxel-pulse{color:#2dd4bf;animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{opacity:.4}50%{opacity:1}}.hamburger-btn{padding:.5rem;color:#94a3b8;border:1px solid rgba(45,212,191,.2);border-radius:8px;background:#2dd4bf08;cursor:pointer;transition:all .2s ease;animation:hamburger-pulse 3s ease-in-out infinite}.hamburger-btn:hover{color:#e2e8f0;border-color:#2dd4bf;background:#2dd4bf1a;animation:none}@keyframes hamburger-pulse{0%,to{border-color:#2dd4bf26}50%{border-color:#2dd4bf73}}.hud-menu{position:absolute;top:100%;right:0;background:#0f172af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #1e293b;border-radius:4px;padding:.5rem;z-index:50;min-width:160px}.hud-menu-nav{display:flex;flex-direction:column;gap:.125rem}.hud-menu-item{padding:.5rem .75rem;font-size:var(--hud-font-sm);font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;background:transparent;border:1px solid transparent;border-radius:4px;cursor:pointer;transition:all .2s ease;text-align:left}.hud-menu-item:hover{color:#2dd4bf;background:#2dd4bf0d}.hud-menu-divider{height:1px;background:#1e293b;margin:.375rem 0}.hud-menu-langs{display:grid;grid-template-columns:repeat(4,1fr);gap:.25rem;padding:.25rem}.hud-menu-lang{padding:.375rem .5rem;font-size:var(--hud-font-sm);font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#64748b;background:transparent;border:1px solid transparent;border-radius:4px;cursor:pointer;transition:all .2s ease}.hud-menu-lang:hover{color:#cbd5e1}.hud-menu-lang.active{color:#2dd4bf;border-color:#2dd4bf4d;background:#2dd4bf0d}.term-window{background:#0a0f1cbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #1e293b;border-radius:8px;overflow:hidden;box-shadow:0 4px 24px #0006}.term-titlebar{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:#0f172a99;border-bottom:1px solid #1e293b;cursor:grab;-webkit-user-select:none;user-select:none}.term-titlebar:active{cursor:grabbing}.term-dots{display:flex;gap:6px}.term-dot{width:10px;height:10px;border-radius:50%}.term-dot-red{background:#ff5f57;cursor:pointer}.term-dot-yellow{background:#febc2e;cursor:pointer}.term-dot-green{background:#28c840;cursor:pointer}.term-dot:hover{filter:brightness(1.3)}.term-collapsed{border-radius:16px;cursor:pointer}.term-collapsed .term-titlebar{padding:.35rem .65rem;border-bottom:none}.term-collapsed .term-title{font-size:9px}.term-minimized .term-titlebar{border-bottom:none}.term-expanded{width:480px;max-width:100%}.term-expanded .term-body{min-height:200px;max-height:400px}@media(max-width:640px){.term-expanded{width:100%}}.term-title{font-size:var(--hud-font-xs);font-weight:700;color:#64748b;letter-spacing:.03em}.term-body{padding:.75rem 1rem;min-height:100px;max-height:220px;overflow-y:auto}.term-line{font-size:var(--hud-font-sm);color:#94a3b8;line-height:1.8;white-space:pre}.term-prompt{color:#2dd4bf;font-weight:700;margin-right:.5rem;-webkit-user-select:none;user-select:none}.term-cursor{display:inline-block;width:6px;height:12px;background:#2dd4bf;vertical-align:text-bottom;animation:term-blink 1s step-end infinite}.term-input-row{display:flex;align-items:center;font-size:var(--hud-font-sm);line-height:1.8}.term-input{background:transparent;border:none;outline:none;color:#e2e8f0;font-family:inherit;font-size:var(--hud-font-sm);line-height:1.8;padding:0;width:0;min-width:0;caret-color:transparent}.term-input-wrap{flex:1;display:flex;align-items:center;cursor:text}.term-input-echo{color:#e2e8f0;font-size:var(--hud-font-sm);line-height:1.8;white-space:pre}@keyframes term-blink{0%,to{opacity:1}50%{opacity:0}}.hud-stat-label{font-size:var(--hud-font-xs);font-weight:900;color:#64748b;text-transform:uppercase;letter-spacing:.1em}.hud-stat-value{font-size:var(--hud-font-base);font-weight:700;color:#f8fafc}.hud-stat-teal{color:#2dd4bf}.hero-section{align-items:flex-end;text-align:end}@media(max-width:767px){.hero-section{align-items:center;text-align:center}.keyword-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;width:100%;justify-content:center}.keyword-btn{text-align:center;padding:.4rem .5rem}.nav-row{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.nav-btn{text-align:center}.footer-top{justify-content:center}.footer-center{justify-content:center;font-size:var(--hud-font-xs)}.services-layout{flex-direction:column;gap:0}.tab-sidebar{flex-direction:row;gap:.25rem;border-right:none;border-bottom:1px solid #1e293b;padding-right:0;padding-bottom:.5rem;margin-bottom:.75rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.tab-btn{white-space:nowrap;flex-shrink:0;font-size:8px;padding:.35rem .5rem}.timeline{flex-direction:row;max-width:100%;padding-left:0;padding-right:0;border-right:none;border-bottom:1px solid #1e293b;padding-bottom:.75rem;margin-bottom:.75rem;gap:.75rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.timeline:before{display:none}.timeline-item{flex-shrink:0;min-width:100px;max-width:140px}.timeline-dot{display:none}.timeline-date{font-size:8px}.timeline-name{font-size:8px;white-space:normal;word-break:break-word}}.term-tmux{width:600px;max-width:95vw}.tmux-container{display:flex;flex-direction:column;height:480px}.tmux-pane{padding:.4rem .6rem;overflow-y:auto;font-size:var(--hud-font-sm);color:#94a3b8;line-height:1.6}.tmux-pane-top{flex:1.2;border-bottom:1px solid #00aa00}.tmux-bottom{display:flex;flex:1;min-height:0}.tmux-pane-bl{flex:1;border-right:1px solid #00aa00;display:flex;flex-direction:column}.tmux-pane-br{flex:1;display:flex;flex-direction:column}.tmux-log-line{white-space:pre;line-height:1.6}.tmux-prompt{color:#2dd4bf;font-weight:700;margin-right:.5rem;-webkit-user-select:none;user-select:none}.tmux-input-row{display:flex;align-items:center;font-size:var(--hud-font-sm);line-height:1.8;margin-top:auto}.tmux-stat-title{font-size:8px;font-weight:900;color:#0c0;letter-spacing:.15em;text-transform:uppercase;margin-bottom:.5rem}.tmux-stat-row{display:flex;gap:.5rem;align-items:center;font-size:var(--hud-font-sm);line-height:1.6}.tmux-stat-label{color:#64748b;font-weight:700;min-width:2.5rem;font-size:9px}.tmux-stat-bar{color:#2dd4bf;font-size:8px;letter-spacing:-.5px}.tmux-stat-val{color:#e2e8f0;font-weight:700;font-size:9px}.tmux-status{display:flex;justify-content:space-between;align-items:center;padding:.15rem .5rem;background:#080;color:#afa;font-size:9px;font-weight:700;letter-spacing:.02em;flex-shrink:0}.tmux-status-live{background:#0a0;color:#000}.tmux-val-ok{color:#0c0}.tmux-log-dim{color:#475569;font-style:italic}.tmux-pane-logs{overflow-y:auto}.tmux-deploy-status{margin-top:auto;padding-top:.5rem;border-top:1px solid #1e293b;font-size:11px;font-weight:900;letter-spacing:.1em;text-align:center;color:#64748b}.tmux-live{color:#0f0;text-shadow:0 0 8px rgba(0,255,0,.5);animation:tmux-live-pulse 1.5s ease-in-out infinite}@keyframes tmux-live-pulse{0%,to{opacity:.8}50%{opacity:1}}
