:root{--bg-base:#0f1419;--bg-surface:#1a2029;--bg-elevated:#1c222b;--accent-primary:#7c5cff;--accent-indigo:#6366f1;--accent-cyan:#22d3ee;--accent-amber:#f59e0b;--text-primary:#e8eaed;--text-muted:#8b94a3;--pill-tech:#34d399;--border:#ffffff14;--border-hover:#7c5cff66;--glow:#7c5cff26;--font-heading:"Space Grotesk", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--font-mono:"JetBrains Mono", monospace;--max-width:1140px;--nav-height:72px;--section-gap:6rem;--radius:12px;--radius-sm:8px;--transition:.25s ease}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height);overflow-x:hidden}body{min-width:320px;font-family:var(--font-body);color:var(--text-primary);background-color:var(--bg-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;margin:0;font-size:1rem;line-height:1.65;overflow-x:hidden}#root{min-height:100vh}a{color:var(--accent-cyan);transition:color var(--transition);text-decoration:none}a:hover{color:var(--accent-primary)}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4{font-family:var(--font-heading);margin:0;line-height:1.2}p{color:var(--text-muted);margin:0 0 1rem}p:last-child{margin-bottom:0}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 clamp(1rem,4vw,1.5rem)}.section{padding:var(--section-gap) 0;position:relative}.section+.section:before{content:"";background:linear-gradient(90deg, transparent, var(--border), transparent);width:min(90%,600px);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.reveal.revealed{opacity:1;transform:translateY(0)}.btn{border-radius:var(--radius-sm);transition:all var(--transition);white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;display:inline-flex}.btn--primary{background:linear-gradient(135deg, var(--accent-primary), var(--accent-indigo));color:#fff;box-shadow:0 4px 20px var(--glow)}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 28px #7c5cff59}.btn--secondary{background:var(--bg-surface);color:var(--text-primary);border:1px solid var(--border)}.btn--secondary:hover{border-color:var(--border-hover);background:var(--bg-elevated)}.btn--ghost{color:var(--text-muted);border:1px solid var(--border);background:0 0}.btn--ghost:hover{color:var(--text-primary);border-color:var(--border-hover)}.btn--text{color:var(--accent-cyan);background:0 0;padding:.75rem .5rem}.btn--text:hover{color:var(--accent-primary)}.btn--sm{padding:.5rem 1rem;font-size:.875rem}.btn--full{width:100%}.btn:disabled{opacity:.6;cursor:not-allowed}.section-heading{margin-bottom:3rem}.section-heading--center{text-align:center}.section-eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--accent-cyan);margin-bottom:.75rem;font-size:.8125rem}.section-title{color:var(--text-primary);margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.section-subtitle{max-width:640px;color:var(--text-muted);font-size:1.0625rem}.navbar{z-index:1000;height:var(--nav-height);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#0f1419d9;position:fixed;top:0;left:0;right:0}.navbar__inner{justify-content:space-between;align-items:center;gap:1rem;height:100%;display:flex}.navbar__logo{font-family:var(--font-mono);color:var(--text-primary);flex-shrink:0;font-size:1.125rem;font-weight:600}.navbar__logo-accent{color:var(--accent-primary)}.navbar__hamburger{z-index:1002;flex-direction:column;gap:5px;padding:.5rem;display:none}.navbar__hamburger span{background:var(--text-primary);width:22px;height:2px;transition:all var(--transition);border-radius:2px;display:block}.navbar__hamburger.is-open span:first-child{transform:rotate(45deg)translate(5px,5px)}.navbar__hamburger.is-open span:nth-child(2){opacity:0}.navbar__hamburger.is-open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.navbar__links{align-items:center;gap:1.5rem;display:flex}.navbar__list{align-items:center;gap:.25rem;display:flex}.navbar__link{color:var(--text-muted);border-radius:var(--radius-sm);transition:all var(--transition);padding:.5rem .75rem;font-size:.875rem}.navbar__link:hover,.navbar__link.is-active{color:var(--text-primary);background:#7c5cff1a}.navbar__link.is-active{color:var(--accent-primary)}.navbar__actions{align-items:center;gap:.5rem;display:flex}.navbar__overlay{display:none}.hero{padding-top:calc(var(--nav-height) + 4rem);background:radial-gradient(80% 50% at 50% -20%,#7c5cff1f,#0000),radial-gradient(60% 40% at 80% 60%,#22d3ee0f,#0000);flex-direction:column;justify-content:center;min-height:100vh;padding-bottom:3rem;display:flex}.hero__grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-bottom:3rem;display:grid}.status-badge{font-family:var(--font-mono);color:var(--accent-cyan);background:#22d3ee14;border:1px solid #22d3ee33;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.375rem .875rem;font-size:.8125rem;display:inline-flex}.status-badge__dot{background:var(--accent-cyan);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 #22d3ee66}50%{opacity:.8;box-shadow:0 0 0 6px #22d3ee00}}.hero__greeting{color:var(--text-muted);margin-bottom:.5rem;font-size:1rem}.hero__name{letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700}.hero__name-gradient{background:linear-gradient(135deg, var(--text-primary) 30%, var(--accent-primary) 70%, var(--accent-cyan));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__tagline{font-family:var(--font-mono);color:var(--accent-cyan);min-height:1.5em;margin-bottom:1.5rem;font-size:clamp(1rem,2.5vw,1.25rem)}.hero__cursor{color:var(--accent-primary);animation:1s step-end infinite blink}@keyframes blink{50%{opacity:0}}.hero__bio{max-width:540px;margin-bottom:2rem;font-size:1.0625rem}.hero__cta{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.hero__social{gap:1rem;display:flex}.hero__social a{width:40px;height:40px;color:var(--text-muted);background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);transition:all var(--transition);justify-content:center;align-items:center;display:flex}.hero__social a:hover{color:var(--accent-primary);border-color:var(--border-hover);transform:translateY(-2px)}.hero__social svg{width:18px;height:18px}.hero__terminal{justify-content:center;display:flex}.terminal{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:420px;transition:transform var(--transition), box-shadow var(--transition);overflow:hidden;box-shadow:0 20px 60px #0006}.terminal:hover{transform:translateY(-4px);box-shadow:0 24px 70px #7c5cff1f}.terminal__header{background:var(--bg-elevated);border-bottom:1px solid var(--border);align-items:center;gap:6px;padding:.75rem 1rem;display:flex}.terminal__dot{border-radius:50%;width:10px;height:10px}.terminal__dot--red{background:#ff5f57}.terminal__dot--yellow{background:#febc2e}.terminal__dot--green{background:#28c840}.terminal__title{font-family:var(--font-mono);color:var(--text-muted);margin-left:.5rem;font-size:.75rem}.terminal__code{font-family:var(--font-mono);color:var(--text-muted);margin:0;padding:1.25rem;font-size:.8125rem;line-height:1.7;overflow-x:auto}.terminal__code code{color:var(--accent-cyan)}.stat-strip{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:repeat(4,1fr);gap:1rem;padding:1.5rem;display:grid}.stat-strip--compact{margin-top:3rem}.stat-strip__item{text-align:center;padding:.5rem}.stat-strip__value{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.25rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;display:block}.stat-strip__label{color:var(--text-muted);font-size:.8125rem;line-height:1.4}.about__grid{grid-template-columns:200px 1fr;align-items:start;gap:3rem;margin-bottom:2.5rem;display:grid}.avatar-placeholder{background:linear-gradient(135deg, var(--bg-surface), var(--bg-elevated));border:2px solid var(--border);border-radius:var(--radius);width:180px;height:180px;font-family:var(--font-heading);color:var(--accent-primary);box-shadow:0 0 40px var(--glow);justify-content:center;align-items:center;font-size:3rem;font-weight:700;display:flex}.about__content p{margin-bottom:1.25rem}.info-cards{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}.info-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition);padding:1.5rem}.info-card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.info-card__value{font-family:var(--font-heading);color:var(--accent-primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:700;display:block}.info-card__label{color:var(--text-muted);font-size:.875rem;line-height:1.4}.about__cta{text-align:center}.skills__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.skill-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition);padding:1.5rem}.skill-card:hover{border-color:var(--border-hover);transform:translateY(-3px);box-shadow:0 12px 40px #00000040}.skill-card__header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.skill-card__icon{width:36px;height:36px;color:var(--accent-primary);border-radius:var(--radius-sm);background:#7c5cff1a;justify-content:center;align-items:center;display:flex}.skill-card__icon svg{width:18px;height:18px}.skill-card__title{color:var(--text-primary);font-size:1rem;font-weight:600}.skill-card__pills{flex-wrap:wrap;gap:.5rem;display:flex}.tech-pill{font-family:var(--font-mono);color:var(--pill-tech);background:#34d39914;border:1px solid #34d39933;border-radius:999px;align-items:center;gap:.375rem;padding:.3rem .75rem;font-size:.75rem;display:inline-flex}.proficiency-dots{gap:2px;margin-left:2px;display:inline-flex}.proficiency-dots__dot{background:var(--accent-amber);border-radius:50%;width:4px;height:4px}.metric-chip{font-family:var(--font-mono);white-space:nowrap;border-radius:999px;padding:.25rem .625rem;font-size:.6875rem;font-weight:500;display:inline-block}.metric-chip--default,.metric-chip--accent{color:var(--accent-amber);background:#f59e0b1a;border:1px solid #f59e0b40}.metric-chip--cyan{color:var(--accent-cyan);background:#22d3ee1a;border:1px solid #22d3ee40}.timeline{position:relative}.timeline__item{grid-template-columns:32px 1fr;gap:1.5rem;margin-bottom:2.5rem;display:grid}.timeline__item:last-child{margin-bottom:0}.timeline__marker{flex-direction:column;align-items:center;display:flex;position:relative}.timeline__dot{background:var(--bg-elevated);border:2px solid var(--accent-indigo);z-index:1;border-radius:50%;flex-shrink:0;width:14px;height:14px}.timeline__dot--current{background:var(--accent-primary);border-color:var(--accent-primary);animation:2s ease-in-out infinite pulse-dot;box-shadow:0 0 16px #7c5cff99}@keyframes pulse-dot{0%,to{box-shadow:0 0 16px #7c5cff99}50%{box-shadow:0 0 24px #7c5cffe6}}.timeline__line{background:linear-gradient(to bottom, var(--accent-indigo), var(--border));flex:1;width:2px;min-height:40px;margin-top:4px}.timeline__content{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition);padding:1.5rem}.timeline__item--current .timeline__content{box-shadow:0 0 30px var(--glow);border-color:#7c5cff4d}.timeline__content:hover{border-color:var(--border-hover);transform:translate(4px)}.timeline__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.timeline__title{color:var(--text-primary);margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.timeline__meta{color:var(--text-muted);font-size:.875rem}.timeline__badge{font-family:var(--font-mono);color:var(--accent-primary);background:#7c5cff26;border:1px solid #7c5cff4d;border-radius:999px;flex-shrink:0;padding:.25rem .625rem;font-size:.6875rem;font-weight:500}.timeline__bullets{padding:0;list-style:none}.timeline__bullets li{color:var(--text-muted);margin-bottom:.625rem;padding-left:1.25rem;font-size:.9375rem;line-height:1.6;position:relative}.timeline__bullets li:before{content:"▸";color:var(--accent-primary);position:absolute;left:0}.timeline__bullets li:last-child{margin-bottom:0}.projects__grid{flex-direction:column;gap:2rem;display:flex}.case-study-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition);padding:2rem}.case-study-card:hover{border-color:var(--border-hover);transform:translateY(-4px);box-shadow:0 16px 50px #0000004d}.case-study-card__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.case-study-card__tag{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--accent-cyan);background:#22d3ee14;border-radius:999px;margin-bottom:.5rem;padding:.2rem .6rem;font-size:.6875rem;display:inline-block}.case-study-card__title{color:var(--text-primary);margin-bottom:.375rem;font-size:1.375rem;font-weight:700}.case-study-card__tagline{color:var(--text-muted);font-size:.9375rem;font-style:italic}.case-study-card__metrics{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.case-study-card__body{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem;display:grid}.case-study-card__section h4{font-size:.8125rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;color:var(--accent-primary);margin-bottom:.5rem}.case-study-card__section p{font-size:.9375rem}.case-study-card__section ul{list-style:none}.case-study-card__section li{color:var(--text-muted);margin-bottom:.375rem;padding-left:1rem;font-size:.9375rem;position:relative}.case-study-card__section li:before{content:"•";color:var(--accent-cyan);position:absolute;left:0}.case-study-card__footer{border-top:1px solid var(--border);padding-top:1rem}.case-study-card__tech{flex-wrap:wrap;gap:.5rem;display:flex}.architecture__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));gap:2rem;display:grid}.arch-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition);padding:2rem}.arch-card:hover{border-color:var(--border-hover);box-shadow:0 12px 40px #00000040}.arch-card__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.arch-card__title{color:var(--text-primary);font-size:1.25rem;font-weight:700}.arch-card__section{margin-bottom:1.25rem}.arch-card__section:last-child{margin-bottom:0}.arch-card__section h4{font-size:.8125rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;color:var(--accent-cyan);margin-bottom:.5rem}.arch-card__section p{font-size:.9375rem}.arch-card__section ul{list-style:none}.arch-card__section li{color:var(--text-muted);margin-bottom:.5rem;padding-left:1.25rem;font-size:.9375rem;position:relative}.arch-card__section li:before{content:"→";color:var(--accent-primary);position:absolute;left:0}.education-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);max-width:600px;transition:all var(--transition);padding:2rem}.education-card:hover{border-color:var(--border-hover)}.education-card__degree{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.education-card__institution{color:var(--accent-cyan);margin-bottom:.375rem;font-size:1rem}.education-card__meta{font-family:var(--font-mono);color:var(--text-muted);font-size:.875rem}.contact__grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:2.5rem;display:grid}.contact__info{flex-direction:column;gap:.75rem;display:flex}.contact-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);transition:all var(--transition);align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.contact-card:hover{border-color:var(--border-hover);transform:translate(4px)}.contact-card__icon{flex-shrink:0;font-size:1.25rem}.contact-card__label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.125rem;font-size:.75rem;display:block}.contact-card a,.contact-card span{color:var(--text-primary);font-size:.9375rem}.contact-form{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1.25rem;padding:2rem;display:flex}.contact-form label{color:var(--text-muted);flex-direction:column;gap:.375rem;font-size:.875rem;font-weight:500;display:flex}.contact-form__row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.contact-form input,.contact-form textarea{font-family:var(--font-body);color:var(--text-primary);background:var(--bg-base);border:1px solid var(--border);border-radius:var(--radius-sm);transition:border-color var(--transition);padding:.75rem 1rem;font-size:.9375rem}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--glow);outline:none}.contact-form textarea{resize:vertical;min-height:120px}.contact-form__status{text-align:center;margin:0;font-size:.875rem}.contact-form__status--success{color:var(--pill-tech)}.contact-form__status--error{color:#f87171}.footer{border-top:1px solid var(--border);background:var(--bg-base);padding:2rem 0}.footer__inner{justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer p{color:var(--text-muted);margin:0;font-size:.875rem}.footer__back-top{font-family:var(--font-mono);color:var(--accent-cyan);transition:color var(--transition);font-size:.8125rem}.footer__back-top:hover{color:var(--accent-primary)}@media (width<=1100px){.navbar__hamburger{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:flex}.navbar__links{width:min(320px,88vw);height:100dvh;padding:calc(var(--nav-height) + 1rem) 1.5rem max(2rem, env(safe-area-inset-bottom));padding-right:max(1.5rem, env(safe-area-inset-right));background:var(--bg-elevated);border-left:1px solid var(--border);z-index:1001;-webkit-overflow-scrolling:touch;flex-direction:column;align-items:stretch;transition:transform .3s;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.navbar__links.is-open{transform:translate(0)}.navbar__list{flex-direction:column;align-items:stretch;gap:.25rem}.navbar__link{text-align:left;min-height:44px;padding:.875rem 1rem;font-size:1rem}.navbar__actions{border-top:1px solid var(--border);flex-direction:column;margin-top:1rem;padding-top:1rem}.navbar__actions .btn{width:100%;min-height:44px}.navbar__overlay{z-index:1000;background:#0009;border:none;display:block;position:fixed;inset:0}}@media (width<=1024px){.hero__grid{grid-template-columns:1fr;gap:2rem}.hero__content{order:1}.hero__terminal{order:2}.terminal{max-width:100%}.architecture__grid,.contact__grid{grid-template-columns:1fr}}@media (width<=768px){:root{--section-gap:4rem;--nav-height:64px}.section-heading{margin-bottom:2rem}.section-subtitle{font-size:1rem}.hero{padding-top:calc(var(--nav-height) + 2rem);min-height:auto;padding-bottom:2rem}.hero__bio{font-size:1rem}.hero__social{justify-content:center}.stat-strip{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1.25rem}.stat-strip__value{font-size:1.375rem}.stat-strip__label{font-size:.75rem}.about__grid{text-align:center;grid-template-columns:1fr;gap:2rem}.avatar-placeholder{width:140px;height:140px;margin:0 auto;font-size:2.25rem}.about__content{text-align:left}.info-cards,.skills__grid{grid-template-columns:1fr}.timeline__item{grid-template-columns:24px 1fr;gap:1rem;margin-bottom:2rem}.timeline__content{padding:1.25rem}.timeline__header{flex-direction:column;align-items:flex-start;gap:.75rem}.timeline__title{font-size:1rem;line-height:1.4}.timeline__bullets li{font-size:.875rem}.case-study-card{padding:1.5rem}.case-study-card__header{flex-direction:column;gap:1rem}.case-study-card__title{font-size:1.2rem}.case-study-card__metrics{justify-content:flex-start}.case-study-card__body{grid-template-columns:1fr;gap:1.25rem}.arch-card{padding:1.5rem}.arch-card__header{flex-direction:column;align-items:flex-start;gap:.75rem}.arch-card__title{font-size:1.125rem}.contact-form{padding:1.5rem}.contact-form__row{grid-template-columns:1fr}.contact-card a,.contact-card span{word-break:break-word;font-size:.875rem}.footer__inner{text-align:center;flex-direction:column}.education-card{padding:1.5rem}}@media (width<=480px){:root{--section-gap:3.5rem}.status-badge{white-space:normal;text-align:left;max-width:100%;font-size:.75rem;line-height:1.4}.hero__name{word-break:break-word;font-size:clamp(2rem,10vw,2.75rem)}.hero__tagline{min-height:2.8em;font-size:.9375rem}.hero__cta{flex-direction:column;align-items:stretch}.hero__cta .btn{justify-content:center;width:100%;min-height:48px}.hero__social{gap:.75rem}.hero__social a{width:44px;height:44px}.terminal__code{padding:1rem;font-size:.6875rem}.stat-strip{grid-template-columns:1fr;padding:1rem}.stat-strip__item{border-bottom:1px solid var(--border);padding:.75rem 0}.stat-strip__item:last-child{border-bottom:none}.stat-strip--compact{grid-template-columns:1fr}.case-study-card,.arch-card,.contact-form{padding:1.25rem}.contact-form input,.contact-form textarea{font-size:16px}.metric-chip{font-size:.625rem}.tech-pill{font-size:.6875rem}.skill-card{padding:1.25rem}.timeline__content:hover,.case-study-card:hover,.skill-card:hover,.info-card:hover,.contact-card:hover{transform:none}}@media (width<=360px){.navbar__logo{font-size:1rem}.section-title{font-size:1.5rem}.hero__bio{font-size:.9375rem}}@media (hover:none){.timeline__content:hover,.case-study-card:hover,.skill-card:hover,.info-card:hover,.contact-card:hover,.terminal:hover,.btn--primary:hover{transform:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transition:none;transform:none}.status-badge__dot,.timeline__dot--current,.hero__cursor{animation:none}}
