*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{color-scheme:dark;font-family:Archivo,Trebuchet MS,Lucida Grande,system-ui,sans-serif;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0a;color:#e4e4e7}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#0a0a0a;overflow-x:hidden}body,button,a,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}img,svg{display:block;max-width:100%}#root{min-height:100vh}:focus-visible{outline:2px solid #60a5fa;outline-offset:2px}button:focus-visible,a:focus-visible{outline:2px solid #60a5fa;outline-offset:2px}.skip-to-content{position:fixed;top:-100%;left:16px;z-index:1000;padding:12px 20px;background:#2563eb;color:#fff;font-weight:600;font-size:.85rem;border-radius:0 0 8px 8px;text-decoration:none;transition:top .2s ease}.skip-to-content:focus{top:0}.layout{display:flex;min-height:100vh}.sidenav{position:fixed;top:0;left:0;bottom:0;width:220px;padding:56px 32px;display:flex;flex-direction:column;gap:8px;border-right:1px solid #18181b;background:#0a0a0a;z-index:10}.sidenav-link{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:6px;text-decoration:none;color:#52525b;font-size:.85rem;font-weight:500;transition:all .15s ease}.sidenav-link:hover{color:#a1a1aa;background:#18181b}.sidenav-link.active{color:#e4e4e7;background:#18181b}.sidenav-dot{width:6px;height:6px;border-radius:50%;background:#27272a;transition:background .15s ease}.sidenav-link.active .sidenav-dot{background:#2563eb}.sidenav-label{font-family:Space Grotesk,sans-serif}.mobile-menu-btn{display:none;position:fixed;top:16px;right:16px;z-index:100;width:44px;height:44px;border-radius:10px;border:1px solid #27272a;background:#0a0a0ae6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;align-items:center;justify-content:center;transition:border-color .2s ease}.mobile-menu-btn:hover{border-color:#52525b}.hamburger{display:flex;flex-direction:column;gap:5px;width:18px}.hamburger span{display:block;width:100%;height:2px;background:#e4e4e7;border-radius:1px;transition:all .25s ease;transform-origin:center}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-drawer{display:none}.page{flex:1;margin-left:220px;width:min(780px,calc(100% - 268px));padding:56px 24px 80px}.section{margin-bottom:64px}.section-header{margin-bottom:32px}.section-label{display:inline-block;font-family:Space Grotesk,sans-serif;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:#2563eb;margin-bottom:12px;padding:4px 10px;border:1px solid #1e3a5f;border-radius:4px;background:#2563eb14}.section-title{font-family:Space Grotesk,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.03em;line-height:1.1}.section-subtitle{margin-top:10px;font-size:.9rem;color:#71717a;line-height:1.6}.hero{position:relative;padding:48px 0 64px;margin-bottom:64px;overflow:hidden}.hero-3d-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(6,1fr);gap:16px;pointer-events:none;opacity:.04}.grid-dot{width:100%;aspect-ratio:1;border-radius:50%;background:currentColor}.hero-grid-glow{position:absolute;top:50%;left:50%;width:400px;height:400px;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(37,99,235,.15) 0%,transparent 70%);animation:hero-glow-pulse 4s ease-in-out infinite;pointer-events:none}@keyframes hero-glow-pulse{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.6;transform:translate(-50%,-50%) scale(1.2)}}@media(prefers-reduced-motion:reduce){.hero-grid-glow{animation:none;opacity:.4}}.hero-inner{position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border:1px solid #1e3a5f;border-radius:100px;background:#2563eb0f;font-size:.8rem;font-weight:500;color:#60a5fa;margin-bottom:24px;animation:badge-pulse 2.5s ease-in-out infinite}@media(prefers-reduced-motion:no-preference){.hero-badge{animation:badge-pulse 2.5s ease-in-out infinite}}@keyframes badge-pulse{0%,to{box-shadow:0 0 #2563eb33}50%{box-shadow:0 0 0 8px #2563eb00}}.badge-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;box-shadow:0 0 6px #22c55e}.hero-title{font-family:Space Grotesk,sans-serif;font-size:clamp(2.5rem,7vw,4.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:14px;background:linear-gradient(135deg,#f4f4f5,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 30px rgba(96,165,250,.15))}.hero-role{font-size:1rem;font-weight:500;color:#71717a;margin-bottom:16px;letter-spacing:.02em}.hero-tagline{font-size:1rem;line-height:1.7;color:#a1a1aa;max-width:50ch;margin-bottom:32px}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:32px}.stat-card{padding:16px 12px;border:1px solid #27272a;border-radius:8px;background:#141417;text-align:center;transition:transform .2s ease,border-color .2s ease}.stat-card:hover{transform:translateY(-3px);border-color:#3b3b3b}.stat-value{display:block;font-family:Space Grotesk,sans-serif;font-size:1.6rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:4px;color:#60a5fa}.stat-label{display:block;font-size:.72rem;color:#71717a;line-height:1.4}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;padding:.8rem 1.4rem;font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:all .2s ease}.btn-primary{background:#2563eb;color:#fff;box-shadow:0 4px 16px #2563eb40}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 28px #2563eb59}.btn-secondary{background:transparent;color:#a1a1aa;border-color:#27272a}.btn-secondary:hover{color:#e4e4e7;border-color:#52525b;transform:translateY(-2px)}.scroll-hint{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:36px;height:56px;border:1px solid #27272a;border-radius:18px;display:grid;place-items:center}.scroll-dot{width:4px;height:10px;border-radius:2px;background:#52525b;animation:scroll-bounce 2s ease-in-out infinite}@media(prefers-reduced-motion:no-preference){.scroll-dot{animation:scroll-bounce 2s ease-in-out infinite}}@keyframes scroll-bounce{0%,to{transform:translateY(-8px);opacity:.3}50%{transform:translateY(8px);opacity:1}}.company-block{margin-bottom:40px}.company-block:last-child{margin-bottom:0}.company-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.company-info{flex:1}.company-name{font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700;letter-spacing:-.01em}.company-role{font-size:.85rem;color:#a1a1aa;margin-top:3px}.company-badge{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:3px 8px;border-radius:100px;background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.2)}.deep-dives{display:flex;flex-direction:column;gap:10px}.deep-dive{border:1px solid #27272a;border-radius:8px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease;opacity:0;transform:translateY(12px);animation:deep-dive-stagger .4s ease-out forwards}@keyframes deep-dive-stagger{to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.deep-dive{animation:none;opacity:1;transform:none}}.deep-dive:hover{border-color:#3b3b3b}.deep-dive.open{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb1a,0 8px 32px #2563eb14}.deep-dive-trigger{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:18px 20px;background:transparent;border:none;cursor:pointer;color:inherit;text-align:left;transition:background .15s ease}.deep-dive-trigger:hover{background:#2563eb08}.deep-dive-left{display:flex;align-items:center;gap:14px;flex:1;min-width:0}.deep-dive-metric{font-family:Space Grotesk,sans-serif;font-size:1.4rem;font-weight:700;color:#60a5fa;min-width:52px;text-align:center;flex-shrink:0}.deep-dive-title{font-family:Space Grotesk,sans-serif;font-size:.95rem;font-weight:600}.deep-dive-subtitle{font-size:.8rem;color:#a1a1aa;margin-top:2px}.deep-dive-toggle{width:28px;height:28px;display:grid;place-items:center;border-radius:6px;background:#18181b;font-size:1rem;font-weight:400;color:#a1a1aa;flex-shrink:0;transition:all .2s ease}.deep-dive.open .deep-dive-toggle{background:#2563eb;color:#fff}.deep-dive-body{padding:0 20px 20px;display:flex;flex-direction:column;gap:14px;animation:deep-dive-reveal .3s ease-out}@keyframes deep-dive-reveal{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.deep-dive-row{display:flex;gap:14px}.deep-dive-tag{flex-shrink:0;width:70px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:3px 0;border-radius:3px;text-align:center;height:fit-content}.deep-dive-tag.problem{color:#f87171;background:#f8717114}.deep-dive-tag.solution{color:#60a5fa;background:#60a5fa14}.deep-dive-tag.result{color:#22c55e;background:#22c55e14}.deep-dive-row p{font-size:.9rem;line-height:1.65;color:#d4d4d8;flex:1}.code-snippet{display:grid;grid-template-columns:1fr 1fr;gap:12px}.code-block{background:#0f0f12;border:1px solid #27272a;border-radius:6px;overflow:hidden}.code-label{display:block;padding:6px 12px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#71717a;background:#18181b;border-bottom:1px solid #27272a}.code-block pre{padding:12px;overflow-x:auto}.code-block code{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.75rem;line-height:1.6;color:#a1a1aa;white-space:pre}.deep-dive-tech{display:flex;flex-wrap:wrap;gap:6px;padding-top:10px;border-top:1px solid #18181b}.tech-chip{font-size:.7rem;padding:.3rem .6rem;border-radius:4px;background:#18181b;color:#a1a1aa;border:1px solid #27272a;font-weight:500}.experience-points{list-style:none;padding:0;display:flex;flex-direction:column;gap:8px}.experience-points li{position:relative;padding-left:16px;font-size:.9rem;line-height:1.65;color:#d4d4d8}.experience-points li:before{content:"—";position:absolute;left:0;color:#71717a}.projects-list{display:flex;flex-direction:column;gap:14px}.project-card{border:1px solid #27272a;border-radius:8px;padding:24px;transition:border-color .2s ease,box-shadow .2s ease,transform .15s ease;transform-style:preserve-3d;will-change:transform}.project-card:hover{border-color:#3b3b3b;box-shadow:0 20px 40px #0000004d,0 0 30px #2563eb1a}.project-card.expanded{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb1a,0 12px 40px #2563eb0f}.project-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:10px}.project-name{font-family:Space Grotesk,sans-serif;font-size:1.05rem;font-weight:700}.project-tagline{font-size:.8rem;color:#71717a;margin-top:2px}.project-toggle{flex-shrink:0;padding:.4rem .8rem;border-radius:6px;border:1px solid #27272a;background:transparent;color:#a1a1aa;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s ease}.project-toggle:hover{color:#e4e4e7;border-color:#52525b}.project-summary{font-size:.9rem;line-height:1.65;color:#d4d4d8;margin-bottom:14px}.project-tech{display:flex;flex-wrap:wrap;gap:6px}.project-details{margin-top:20px;padding-top:20px;border-top:1px solid #18181b;animation:project-reveal .3s ease-out}@keyframes project-reveal{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.project-points{list-style:none;padding:0;display:flex;flex-direction:column;gap:6px;margin-top:16px}.project-points li{position:relative;padding-left:16px;font-size:.85rem;line-height:1.6;color:#d4d4d8}.project-points li:before{content:"—";position:absolute;left:0;color:#71717a}.arch-diagram-desktop{position:relative;width:100%;height:260px;background:#0f0f12;border-radius:6px;border:1px solid #27272a;overflow:hidden}.arch-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.arch-line{stroke:#2563eb;stroke-width:.25;fill:none;opacity:.4}.arch-node{position:absolute;transform:translate(-50%,-50%);padding:.35rem .7rem;border-radius:4px;background:#18181b;border:1px solid #27272a;font-size:.68rem;font-weight:600;color:#a1a1aa;white-space:nowrap;pointer-events:none;font-family:Space Grotesk,sans-serif}.arch-list-mobile{display:none;list-style:none;padding:12px 16px;background:#0f0f12;border-radius:6px;border:1px solid #27272a}.arch-list-item{display:flex;align-items:center;gap:12px;padding:8px 0;border-bottom:1px solid #18181b}.arch-list-item:last-child{border-bottom:none}.arch-list-num{width:22px;height:22px;border-radius:50%;background:#2563eb1a;color:#60a5fa;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.arch-list-label{font-size:.82rem;font-weight:500;color:#d4d4d8;font-family:Space Grotesk,sans-serif}.skills-layout{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}.skills-radar-wrap{aspect-ratio:1;max-width:400px;width:100%}.skills-tags-wrap{display:flex;flex-direction:column;gap:18px}.skill-tag-group{display:flex;flex-direction:column;gap:8px}.skill-cat-name{font-family:Space Grotesk,sans-serif;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#71717a}.skill-tags{display:flex;flex-wrap:wrap;gap:6px}.skill-tag{font-size:.78rem;padding:.35rem .7rem;border-radius:4px;background:#2563eb0f;color:#a1a1aa;border:1px solid #1e293b;font-weight:500;transition:all .2s ease;cursor:default}.skill-tag:hover{color:#e4e4e7;border-color:#2563eb;background:#2563eb1f}@media(max-width:768px){.skills-layout{grid-template-columns:1fr}.skills-radar-wrap{max-width:300px;margin:0 auto}}.education-card{padding:24px;border:1px solid #27272a;border-radius:8px;display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap}.education-main h3{font-family:Space Grotesk,sans-serif;font-size:.95rem;font-weight:600;margin-bottom:5px}.education-school{font-size:.9rem;color:#d4d4d8;margin-bottom:3px}.education-period{font-size:.8rem;color:#71717a;margin-bottom:6px}.education-highlight{font-size:.85rem;color:#71717a}.education-cgpa{display:flex;flex-direction:column;align-items:center;padding:.8rem 1.2rem;border-radius:6px;background:#18181b;border:1px solid #27272a;flex-shrink:0}.cgpa-value{font-family:Space Grotesk,sans-serif;font-size:1.3rem;font-weight:700}.cgpa-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:#71717a;margin-top:2px}.awards-card{margin-top:16px;padding:20px 24px;border:1px solid #27272a;border-radius:8px}.awards-title{font-family:Space Grotesk,sans-serif;font-size:.85rem;font-weight:700;margin-bottom:10px;color:#d4d4d8}.awards-item{font-size:.9rem;color:#d4d4d8;display:flex;align-items:center;gap:10px;line-height:1.6}.awards-badge{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:3px 8px;border-radius:4px;background:#60a5fa1a;color:#60a5fa;border:1px solid rgba(96,165,250,.2);flex-shrink:0}.loading-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0a0a0a;z-index:9999;gap:32px}.loading-3d{perspective:200px;width:60px;height:60px}.loading-cube{width:100%;height:100%;position:relative;transform-style:preserve-3d;animation:cube-spin 3s linear infinite}.cube-face{position:absolute;width:60px;height:60px;border:1px solid rgba(96,165,250,.3);background:#2563eb0d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cube-face.front{transform:translateZ(30px)}.cube-face.back{transform:rotateY(180deg) translateZ(30px)}.cube-face.left{transform:rotateY(-90deg) translateZ(30px)}.cube-face.right{transform:rotateY(90deg) translateZ(30px)}.cube-face.top{transform:rotateX(90deg) translateZ(30px)}.cube-face.bottom{transform:rotateX(-90deg) translateZ(30px)}@keyframes cube-spin{0%{transform:rotateX(0) rotateY(0)}to{transform:rotateX(360deg) rotateY(360deg)}}.loading-text{display:flex;flex-direction:column;align-items:center;gap:6px}.loading-name{font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:700;color:#e4e4e7;letter-spacing:.02em}.loading-role{font-size:.75rem;color:#71717a;text-transform:uppercase;letter-spacing:.15em}.loading-bar-container{width:120px;height:2px;background:#18181b;border-radius:1px;overflow:hidden}.loading-bar{width:40%;height:100%;background:linear-gradient(90deg,#2563eb,#60a5fa);border-radius:1px;animation:loading-slide 1.2s ease-in-out infinite}@keyframes loading-slide{0%{transform:translate(-100%)}to{transform:translate(350%)}}@media(prefers-reduced-motion:reduce){.loading-cube{animation:none;transform:rotateX(45deg) rotateY(45deg)}.loading-bar{animation:none;width:100%}}.showcase-title{font-family:Space Grotesk,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#a1a1aa;margin-bottom:12px}.showcase-desc{font-size:.8rem;color:#52525b;margin-top:12px;line-height:1.5}.showcase-pipeline{padding:16px;background:#0f0f12;border-radius:8px;border:1px solid #27272a}.pipeline-stages{display:flex;align-items:center;gap:0;flex-wrap:wrap;justify-content:center}.pipeline-stage-wrap{display:flex;align-items:center;gap:0}.pipeline-stage{padding:8px 14px;background:#18181b;border:1px solid #27272a;border-radius:6px;font-family:Space Grotesk,sans-serif;font-size:.78rem;font-weight:600;color:#a1a1aa;white-space:nowrap;transition:all .15s ease}.pipeline-stage:hover{border-color:#2563eb;color:#60a5fa}.pipeline-arrow{display:flex;align-items:center;color:#27272a;padding:0 4px}.showcase-metric{padding:16px;background:#0f0f12;border-radius:8px;border:1px solid #27272a}.metric-compare{display:flex;align-items:center;gap:16px;justify-content:center}.metric-box{display:flex;flex-direction:column;align-items:center;padding:14px 20px;border-radius:8px;flex:1;max-width:160px}.metric-box.before{background:#f871710d;border:1px solid rgba(248,113,113,.15)}.metric-box.after{background:#22c55e0d;border:1px solid rgba(34,197,94,.15)}.metric-box-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#52525b;margin-bottom:6px}.metric-box-value{font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:700;color:#e4e4e7;margin-bottom:2px}.metric-box-sub{font-size:.7rem;color:#71717a;text-align:center}.metric-arrow{color:#27272a;flex-shrink:0}.metric-badge{display:inline-block;margin-top:12px;padding:4px 10px;border-radius:4px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.2);text-align:center;width:fit-content}.showcase-flow{padding:16px;background:#0f0f12;border-radius:8px;border:1px solid #27272a}.flow-list{display:flex;flex-direction:column;gap:10px}.flow-row{display:flex;align-items:center;gap:12px}.flow-name{font-family:Space Grotesk,sans-serif;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#60a5fa;min-width:80px;flex-shrink:0}.flow-steps{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.flow-step{padding:4px 10px;background:#18181b;border:1px solid #27272a;border-radius:4px;font-size:.75rem;color:#a1a1aa}.flow-sep{color:#52525b;font-size:.7rem}.showcase-modules{padding:16px;background:#0f0f12;border-radius:8px;border:1px solid #27272a}.module-list{display:flex;flex-direction:column;gap:8px}.module-item{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;background:#141417;border-radius:6px;border:1px solid #18181b}.module-status{color:#22c55e;flex-shrink:0;margin-top:1px}.module-info{display:flex;flex-direction:column;gap:2px}.module-name{font-family:Space Grotesk,sans-serif;font-size:.82rem;font-weight:600;color:#e4e4e7}.module-scope{font-size:.72rem;color:#71717a}.module-meta{display:flex;align-items:center;gap:6px;margin-top:12px;font-size:.72rem;color:#52525b}.module-meta-sep{color:#27272a}.showcase-code{padding:16px;background:#0f0f12;border-radius:8px;border:1px solid #27272a}@media(max-width:480px){.metric-compare{flex-direction:column;gap:8px}.metric-arrow{transform:rotate(90deg)}.metric-box{max-width:100%;width:100%}.flow-row{flex-direction:column;align-items:flex-start;gap:6px}.flow-name{min-width:auto}.pipeline-stages{flex-direction:column;align-items:stretch}.pipeline-arrow{justify-content:center;transform:rotate(90deg);padding:4px 0}}.contact-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.contact-list li{font-size:.9rem;color:#a1a1aa;display:flex;align-items:center;gap:10px}.contact-list a{text-decoration:none;color:#e4e4e7;display:flex;align-items:center;gap:10px;transition:color .15s ease}.contact-list a:hover{color:#60a5fa}.contact-btn{margin-top:8px}.footer{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-top:40px;border-top:1px solid #27272a;font-size:.75rem;color:#52525b;flex-wrap:wrap}.scroll-to-top{position:fixed;bottom:24px;right:24px;width:44px;height:44px;border-radius:50%;border:1px solid #27272a;background:#0a0a0ae6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#a1a1aa;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .25s ease;z-index:50}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{color:#e4e4e7;border-color:#52525b}.reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}.reveal.revealed{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}.scroll-dot,.badge-dot{animation:none!important}}@media(max-width:1024px){.sidenav{display:none}.mobile-menu-btn{display:flex}.mobile-overlay{display:block}.mobile-drawer{display:flex;position:fixed;top:0;right:-300px;bottom:0;width:280px;flex-direction:column;background:#0f0f12;border-left:1px solid #18181b;z-index:95;padding:0;transition:right .3s cubic-bezier(.4,0,.2,1);overflow-y:auto}.mobile-drawer.open{right:0;z-index:101}.mobile-menu-btn[aria-expanded=true]{z-index:94}.mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;border-bottom:1px solid #18181b}.mobile-drawer-name{font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700;color:#e4e4e7}.mobile-close-btn{width:36px;height:36px;border-radius:8px;border:1px solid #27272a;background:transparent;color:#a1a1aa;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.mobile-close-btn:hover{color:#e4e4e7;border-color:#52525b}.mobile-link{display:flex;align-items:center;gap:12px;padding:14px 20px;text-decoration:none;color:#52525b;font-size:.9rem;font-weight:500;font-family:Space Grotesk,sans-serif;transition:all .15s ease;border-bottom:1px solid #18181b}.mobile-link:hover,.mobile-link.active{color:#e4e4e7;background:#2563eb0d}.mobile-link-dot{width:6px;height:6px;border-radius:50%;background:#27272a;transition:background .15s ease}.mobile-link.active .mobile-link-dot{background:#2563eb}.mobile-drawer-footer{margin-top:auto;padding:16px 20px;border-top:1px solid #18181b}.mobile-resume-btn{width:100%}.page{margin-left:0;width:min(720px,calc(100% - 48px));padding:48px 24px 64px}}@media(max-width:768px){.page{width:100%;padding:40px 16px 48px}.hero{padding:24px 0 48px;margin-bottom:48px}.hero-title{font-size:clamp(2rem,10vw,3rem)}.hero-stats{grid-template-columns:repeat(2,1fr);gap:10px}.stat-value{font-size:1.3rem}.section{margin-bottom:48px}.company-header{flex-direction:column;gap:8px}.deep-dive-metric{font-size:1.1rem;min-width:44px}.deep-dive-row{flex-direction:column;gap:4px}.deep-dive-tag{width:auto;text-align:left}.code-snippet{grid-template-columns:1fr}.skill-category{flex-direction:column;gap:6px}.skill-cat-name{width:auto}.arch-diagram-desktop{display:none}.arch-list-mobile{display:block}.scroll-hint{display:none}.scroll-to-top{bottom:16px;right:16px;width:40px;height:40px}}@media(max-width:480px){.hero-stats{grid-template-columns:1fr 1fr;gap:8px}.stat-card{padding:12px 10px}.stat-label{font-size:.65rem}.hero-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}.project-header{flex-direction:column;gap:10px}.project-toggle{align-self:flex-start}.education-card{flex-direction:column}.education-cgpa{align-self:flex-start}.footer{flex-direction:column;align-items:flex-start;gap:6px}.contact-list li{font-size:.85rem}}.no-webgl .hero-3d-bg{display:none}.no-webgl .hero{background:radial-gradient(ellipse at center,rgba(37,99,235,.08) 0%,transparent 70%)}@media(prefers-reduced-motion:reduce){.hero-3d-bg{display:none}}
