:root{--bg-primary:#03000b;--bg-secondary:#0a061b;--bg-card:#0a061b73;--bg-terminal:#05020fe6;--border-cyan:#00f2fe33;--border-glow:#00f2fe66;--color-cyan:#00f2fe;--color-violet:#8a2be2;--color-pink:#ff007f;--color-green:#39ff14;--text-main:#e2e8f0;--text-muted:#94a3b8;--glow-cyan:0 0 15px #00f2fe66;--glow-violet:0 0 15px #8a2be266;--font-header:"Orbitron", sans-serif;--font-body:"Inter", sans-serif;--font-mono:"Fira Code", monospace}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--color-cyan) var(--bg-primary);margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-main);max-width:100vw;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-cyan);border-radius:3px;transition:all .3s}::-webkit-scrollbar-thumb:hover{background:var(--color-cyan);box-shadow:var(--glow-cyan)}::selection{background:var(--color-cyan);color:#000}.cyber-grid{pointer-events:none;z-index:1;background-image:linear-gradient(#00f2fe04 1px,#0000 1px),linear-gradient(90deg,#00f2fe04 1px,#0000 1px);background-position:50%;background-size:40px 40px;width:100vw;height:100vh;position:fixed;top:0;left:0}.cyber-radial{pointer-events:none;z-index:1;background:radial-gradient(circle,#0000 40%,#03000bd9 100%);width:100vw;height:100vh;position:fixed;top:0;left:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-header);letter-spacing:2px;text-transform:uppercase}.glow-text{text-shadow:var(--glow-cyan);color:var(--color-cyan)}.glow-text-purple{text-shadow:var(--glow-violet);color:var(--color-violet)}.glass-panel{background:var(--bg-card);-webkit-backdrop-filter:blur(12px)saturate(180%);border:1px solid var(--border-cyan);border-radius:12px;transition:all .4s cubic-bezier(.25,.8,.25,1);box-shadow:0 8px 32px #0000005e}.glass-panel:hover{box-shadow:0 8px 32px 0 #00f2fe1a, var(--glow-cyan) / 4;border-color:#00f2fe66}.glitch-wrapper{position:relative}.glitch{animation:4s linear infinite alternate-reverse glitch-anim;position:relative}.glitch:before,.glitch:after{content:attr(data-text);background:var(--bg-primary);clip:rect(0, 0, 0, 0);width:100%;height:100%;position:absolute;top:0;left:0}.glitch:before{text-shadow:-2px 0 var(--color-pink);animation:2s linear infinite alternate-reverse glitch-anim-1;left:2px}.glitch:after{text-shadow:-2px 0 var(--color-cyan), 0 2px var(--color-violet);animation:3s linear infinite alternate-reverse glitch-anim-2;left:-2px}@keyframes glitch-anim{0%{clip:rect(15px, 9999px, 66px, 0)}10%{clip:rect(34px, 9999px, 5px, 0)}20%{clip:rect(85px, 9999px, 98px, 0)}30%{clip:rect(12px, 9999px, 64px, 0)}40%{clip:rect(50px, 9999px, 32px, 0)}50%{clip:rect(95px, 9999px, 80px, 0)}60%{clip:rect(4px, 9999px, 45px, 0)}70%{clip:rect(60px, 9999px, 12px, 0)}80%{clip:rect(22px, 9999px, 75px, 0)}90%{clip:rect(78px, 9999px, 50px, 0)}to{clip:rect(3px, 9999px, 90px, 0)}}@keyframes glitch-anim-1{0%{clip:rect(10px, 9999px, 40px, 0)}20%{clip:rect(60px, 9999px, 20px, 0)}40%{clip:rect(30px, 9999px, 80px, 0)}60%{clip:rect(80px, 9999px, 10px, 0)}80%{clip:rect(40px, 9999px, 70px, 0)}to{clip:rect(70px, 9999px, 30px, 0)}}@keyframes glitch-anim-2{0%{clip:rect(20px, 9999px, 80px, 0)}20%{clip:rect(40px, 9999px, 30px, 0)}40%{clip:rect(70px, 9999px, 90px, 0)}60%{clip:rect(10px, 9999px, 50px, 0)}80%{clip:rect(90px, 9999px, 20px, 0)}to{clip:rect(30px, 9999px, 60px, 0)}}.pulse-glow{animation:2.5s infinite alternate pulse-glow-keyframes}@keyframes pulse-glow-keyframes{0%{border-color:#00f2fe33;box-shadow:0 0 5px #00f2fe33,inset 0 0 5px #00f2fe1a}to{border-color:#00f2fe99;box-shadow:0 0 15px #00f2fe66,inset 0 0 10px #00f2fe33}}.container{z-index:10;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.section{flex-direction:column;justify-content:center;min-height:100vh;padding:6rem 0;display:flex;position:relative}.terminal-text{font-family:var(--font-mono);color:var(--text-main)}.tech-tag{font-family:var(--font-mono);color:var(--color-cyan);background:#00f2fe14;border:1px solid #00f2fe33;border-radius:4px;padding:4px 10px;font-size:.75rem;font-weight:500}.scanline{background:linear-gradient(to right, transparent, var(--color-cyan), transparent);opacity:.1;pointer-events:none;z-index:999;width:100%;height:4px;animation:8s linear infinite scan-anim;position:fixed;top:0;left:0}@media (width<=768px){header nav{gap:.3rem!important}header nav button{letter-spacing:0!important;padding:4px 6px!important;font-size:.62rem!important}.hud-dashboard{display:none!important}#hero .container{padding-top:5.5rem!important;padding-bottom:3rem!important}#hero div[style*="display: grid"]{grid-template-columns:1fr!important;gap:2rem!important}#hero h1{letter-spacing:-.5px!important;font-size:2rem!important;line-height:1.15!important}#hero h2{margin:.6rem 0 1rem!important;font-size:1rem!important}#hero p{max-width:100%!important;margin-bottom:1.2rem!important;font-size:.82rem!important}#hero div[style*=btnGroup],#hero div[style*="display: flex; gap: 1rem"]{flex-direction:column!important;gap:.75rem!important}#hero button{justify-content:center!important;width:100%!important}#hero div[style*=profileHeader]{flex-wrap:wrap!important;gap:.8rem!important}#hero div[style*=avatarWrapper],#hero div[style*="width: 120px"]{width:80px!important;height:80px!important}#hero div[style*=terminalWrapper],#hero div[style*=scrollIndicator]{display:none!important}.about-layout-grid{grid-template-columns:1fr!important;gap:2rem!important}.about-card-grid{grid-template-columns:1fr!important;gap:1rem!important}.skill-matrix-dashboard{width:100%!important;max-width:100%!important}#projects div[style*="grid-template-columns: 1.4fr 0.6fr"]{grid-template-columns:1fr!important;gap:1rem!important}#projects div[style*=metricsCol],#projects div[style*="flex-direction: column; justify-content: space-between"]{display:none!important}#projects div[style*="padding: 2.2rem"]{padding:1.2rem!important}#projects h3{font-size:1rem!important}#timeline div[style*="paddingLeft: 2.5rem"],#timeline .timeline-container{padding-left:1.8rem!important}#timeline div[style*="gap: 3rem"]{gap:2rem!important}#timeline div[style*="padding: 1.8rem"]{padding:1rem!important}#timeline h3{font-size:.78rem!important}#terminal div[style*=grid-template-columns]{grid-template-columns:1fr!important;gap:1.5rem!important}#terminal div[style*="padding: 2rem"]{padding:1.2rem!important}.section{min-height:auto!important;padding:4rem 0!important}.container{padding:0 1rem!important}h2[style]{letter-spacing:1.5px!important;font-size:1.3rem!important}div[style*="position: fixed"][style*="right: 2.5rem"][style*="bottom: 2.5rem"]{width:58px!important;height:58px!important;bottom:1rem!important;right:1rem!important}div[style*="position: fixed"][style*="width: 380px"]{width:calc(100vw - 2rem)!important;bottom:5rem!important;right:1rem!important}}
