:root{--bg: #0b0d10;--surface: #14171b;--text: #f4eee3;--text-dim: rgba(244, 238, 227, .55);--text-faint: rgba(244, 238, 227, .28);--red: #d1352b;--green: #35643b;--green-bright: #5a9c63;--cyan: #4ee2c9;--amber: #e8a33d;--font-serif: "Fraunces", Georgia, "Times New Roman", serif;--font-mono: "JetBrains Mono", ui-monospace, "Cascadia Mono", monospace;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--hairline: 1px solid rgba(244, 238, 227, .08);--section-pad: clamp(4rem, 10vh, 8rem)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}html[data-profile=reduced]{scroll-behavior:auto}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:1.0625rem;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}.serif{font-family:var(--font-serif);font-weight:500;letter-spacing:-.01em}.mono{font-family:var(--font-mono);font-weight:400}a{color:inherit}h1,h2,h3,blockquote,p,dl,figure{margin:0}.label{font-size:.75rem;letter-spacing:.18em}.label--amber{color:var(--amber)}.label--cyan{color:var(--cyan)}.label--green{color:var(--green-bright)}section{position:relative;padding:var(--section-pad) clamp(1.25rem,5vw,4rem)}.start-lights{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background:var(--bg);transition:opacity .45s ease-out}.start-lights.is-done{opacity:0;pointer-events:none}.start-lights.is-removed{display:none}.start-lights__row{display:flex;gap:clamp(.75rem,3vw,1.5rem)}.start-light{width:clamp(2rem,6vw,3rem);height:clamp(2rem,6vw,3rem);border-radius:50%;border:1px solid rgba(244,238,227,.14);background:var(--surface);transition:background .12s ease-out,box-shadow .12s ease-out}.start-light.is-on{background:var(--red);box-shadow:0 0 24px #d1352b8c}@media(prefers-reduced-motion:reduce){.start-lights{display:none}}.site-nav{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:.9rem clamp(1.25rem,5vw,4rem);font-family:var(--font-mono);font-size:.72rem;letter-spacing:.14em;background:linear-gradient(rgba(11,13,16,.92),rgba(11,13,16,.75) 70%,transparent)}.site-nav a{text-decoration:none;color:var(--text-dim);transition:color .2s}.site-nav a:hover,.site-nav a:focus-visible{color:var(--amber)}.site-nav__brand{color:var(--text)!important;font-weight:700}.site-nav__brand:hover{color:var(--red)!important}.site-nav__links{display:flex;gap:1.75rem}.site-nav__num{color:var(--text-faint)}@media(max-width:640px){.site-nav__links{gap:1rem}.site-nav__num{display:none}}.hero{min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero__inner{position:relative;z-index:2}.hero__kicker{color:var(--red);font-size:.78rem;letter-spacing:.22em;margin-bottom:1.25rem}.hero__title{font-family:var(--font-serif);font-weight:600;font-size:clamp(6rem,24vw,17rem);line-height:.9;letter-spacing:.02em;margin:0}.hero-char{position:relative;display:inline-block;will-change:transform,opacity}.hero-shard{position:absolute;top:0;right:0;bottom:0;left:0;will-change:transform,opacity}.hero__sub{max-width:34rem;margin:1.75rem auto 0;color:var(--text-dim)}.hero__sub em{font-family:var(--font-serif);color:var(--text)}.speed-lines{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;display:none}html[data-profile=full] .speed-lines{display:block}.speed-line{position:absolute;height:1px;width:40vw;background:linear-gradient(90deg,transparent,rgba(244,238,227,.35),transparent);will-change:transform,opacity}.speed-line:nth-child(1){top:14%;left:-40vw}.speed-line:nth-child(2){top:26%;left:-40vw;background-image:linear-gradient(90deg,transparent,rgba(209,53,43,.5),transparent)}.speed-line:nth-child(3){top:38%;left:-40vw}.speed-line:nth-child(4){top:55%;left:-40vw;background-image:linear-gradient(90deg,transparent,rgba(78,226,201,.4),transparent)}.speed-line:nth-child(5){top:64%;left:-40vw}.speed-line:nth-child(6){top:73%;left:-40vw}.speed-line:nth-child(7){top:84%;left:-40vw;background-image:linear-gradient(90deg,transparent,rgba(232,163,61,.4),transparent)}.speed-line:nth-child(8){top:92%;left:-40vw}html[data-profile=lite] .hero,html[data-profile=reduced] .hero{background:radial-gradient(ellipse 90% 55% at 50% 110%,rgba(209,53,43,.12),transparent 70%),var(--bg)}.scroll-cue{position:absolute;bottom:2.25rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.4rem;text-decoration:none;color:var(--text-dim);font-size:.65rem;letter-spacing:.3em}.scroll-cue__tach{width:56px}.tach-arc{stroke:#f4eee338;stroke-width:1.5}.tach-ticks line{stroke:#f4eee359;stroke-width:1.5}.tach-needle{stroke:var(--red);stroke-width:2;stroke-linecap:round;transform-origin:32px 36px;animation:tach-sweep 2.6s ease-in-out infinite alternate}.tach-hub{fill:var(--text)}@keyframes tach-sweep{0%{transform:rotate(0)}to{transform:rotate(72deg)}}@media(prefers-reduced-motion:reduce){.tach-needle{animation:none}}.about{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='240' height='240' filter='url(%23n)' opacity='0.05'/></svg>")}.about__pin{position:relative;max-width:56rem;margin:0 auto}.paper-layer{position:absolute;border-radius:4px;background:#e8a33d0a;border:1px solid rgba(232,163,61,.07);pointer-events:none;display:none}html[data-profile=full] .paper-layer{display:block}.paper-layer--a{width:46%;height:60%;top:8%;left:-6%;transform:rotate(-3deg)}.paper-layer--b{width:38%;height:52%;bottom:4%;right:-4%;transform:rotate(2.5deg)}.about__header{text-align:center;margin-bottom:2.5rem}.about-page h2{font-size:clamp(1.9rem,4.5vw,3.1rem);margin-bottom:1.1rem}.about-page p{color:var(--text-dim);max-width:38rem}.about-page blockquote{font-size:clamp(1.5rem,3.5vw,2.4rem);font-style:italic;line-height:1.35;color:var(--text);max-width:40rem}.attribution{margin-top:1.25rem;font-size:.78rem;color:var(--amber)}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:1.25rem;max-width:40rem}.stat-grid>div{border-top:2px solid rgba(232,163,61,.4);padding-top:.7rem}.stat-grid dt{font-size:.68rem;letter-spacing:.16em;color:var(--text-dim)}.stat-grid dd{margin:.3rem 0 0;font-size:clamp(1.7rem,3vw,2.4rem);color:var(--text)}.about__progress{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-top:2.5rem;font-size:.7rem;letter-spacing:.2em;color:var(--text-faint)}.about__progress-dots{display:flex;gap:.5rem}.about__progress-dots i{width:5px;height:5px;border-radius:50%;background:var(--text-faint);transition:background .3s}.about__progress-dots i.is-active{background:var(--amber)}html[data-profile=full] .about,html[data-profile=full] .projects{padding-top:0;padding-bottom:0}html[data-profile=full] .about__pin{min-height:100vh;max-width:none;display:flex;flex-direction:column;justify-content:center}html[data-profile=full] .about__pages{position:relative;min-height:22rem}html[data-profile=full] .about-page{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;opacity:0}html[data-profile=full] .about-page p,html[data-profile=full] .about-page blockquote{margin-inline:auto}html:not([data-profile=full]) .about-page{background:var(--surface);border:var(--hairline);border-radius:6px;padding:2rem 1.5rem;margin-bottom:1.25rem}html:not([data-profile=full]) .about__progress{display:none}.projects{background-image:repeating-linear-gradient(0deg,rgba(78,226,201,.045) 0 1px,transparent 1px 90px),repeating-linear-gradient(90deg,rgba(78,226,201,.045) 0 1px,transparent 1px 90px)}.projects__pin{max-width:68rem;margin:0 auto}.projects__header{margin-bottom:2.5rem}.projects__header h2{font-size:clamp(2rem,5vw,3.4rem);margin-top:.6rem}.projects__stage{display:grid;grid-template-columns:15rem 1fr;gap:3rem;align-items:start}.leaderboard{list-style:none;margin:0;padding:0;font-size:.78rem;letter-spacing:.1em}.leaderboard li{display:flex;gap:.9rem;padding:.85rem 1rem;border-left:2px solid transparent;color:var(--text-faint);transition:color .25s,border-color .25s,background .25s}.leaderboard li span{color:var(--text-faint)}.leaderboard li.is-active{color:var(--text);border-left-color:var(--red);background:#14171be6}.leaderboard li.is-active span{color:var(--red)}.project-deck{position:relative}.project-card{background:var(--surface);border:var(--hairline);border-radius:6px;padding:clamp(1.5rem,3vw,2.5rem)}.project-card__tag{font-size:.68rem;letter-spacing:.2em;color:var(--cyan);margin-bottom:.8rem}.project-card h3{font-size:clamp(1.8rem,3.5vw,2.6rem);margin-bottom:.9rem}.project-card>p{color:var(--text-dim);max-width:34rem}.telemetry{display:flex;flex-wrap:wrap;gap:2.25rem;margin-top:1.75rem;padding-top:1.25rem;border-top:1px dashed rgba(78,226,201,.25)}.telemetry dt{font-size:.62rem;letter-spacing:.18em;color:var(--text-faint)}.telemetry dd{margin:.25rem 0 0;font-size:1.35rem;color:var(--cyan)}html[data-profile=full] .projects__pin{min-height:100vh;display:flex;flex-direction:column;justify-content:center}html[data-profile=full] .project-deck{min-height:26rem}html[data-profile=full] .project-card{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;will-change:transform,opacity,clip-path}html[data-profile=full] .project-card:hover h3{animation:card-warp .28s steps(2) 1}@keyframes card-warp{0%{transform:translate(0) skew(0)}30%{transform:translate(2px,-1px) skew(-1.2deg);text-shadow:-2px 0 var(--cyan)}60%{transform:translate(-2px,1px) skew(.8deg);text-shadow:2px 0 var(--red)}to{transform:translate(0) skew(0);text-shadow:none}}html:not([data-profile=full]) .projects__stage{grid-template-columns:1fr}html:not([data-profile=full]) .leaderboard{display:none}html:not([data-profile=full]) .project-card{margin-bottom:1.25rem}@media(max-width:800px){.projects__stage{grid-template-columns:1fr}.leaderboard{display:none}}.network{background-image:repeating-linear-gradient(0deg,rgba(78,226,201,.035) 0 1px,transparent 1px 64px),repeating-linear-gradient(90deg,rgba(78,226,201,.035) 0 1px,transparent 1px 64px)}.network__header{max-width:60rem;margin:0 auto 2.5rem}.network__header h2{font-size:clamp(2rem,5vw,3.4rem);margin:.6rem 0 1.4rem}.network__prompt{font-size:.85rem;color:var(--text-dim)}.cursor{color:var(--cyan);animation:blink 1.1s steps(1) infinite}@keyframes blink{50%{opacity:0}}@media(prefers-reduced-motion:reduce){.cursor{animation:none}}.network__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(13.5rem,1fr));gap:1rem;max-width:60rem;margin:0 auto}.sys-card{display:flex;align-items:center;gap:.75rem;padding:1.1rem 1.2rem;background:var(--surface);border:var(--hairline);border-radius:4px;font-size:.8rem}.sys-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.sys-dot--off{background:#d1352bbf}.sys-dot--soon{background:var(--amber)}.sys-dot--lock{background:var(--text-faint)}.sys-name{color:var(--text)}.sys-state{margin-left:auto;font-size:.62rem;letter-spacing:.14em;color:var(--text-faint)}.network__note{max-width:60rem;margin:1.5rem auto 0;font-size:.72rem;color:var(--text-faint)}.contact{padding-bottom:3rem}.contact__header{max-width:44rem;margin:0 auto 3.5rem;text-align:center}.contact__header h2{font-size:clamp(2.2rem,5vw,3.6rem);margin-top:.6rem}.scorecard{width:100%;max-width:44rem;margin:0 auto;border-collapse:collapse;font-size:.85rem}.scorecard th{text-align:left;font-weight:400;font-size:.65rem;letter-spacing:.2em;color:var(--text-faint);padding:0 .75rem .9rem;border-bottom:1px solid rgba(90,156,99,.35)}.scorecard td{padding:1.15rem .75rem;border-bottom:var(--hairline);color:var(--text-dim)}.scorecard a{color:var(--text);text-decoration:none;border-bottom:1px solid rgba(90,156,99,.5);transition:color .2s,border-color .2s}.scorecard a:hover,.scorecard a:focus-visible{color:var(--green-bright);border-color:var(--green-bright)}.score{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem}.score--birdie{border:1px solid var(--green-bright);border-radius:50%;color:var(--green-bright)}.score--bogey{border:1px solid rgba(209,53,43,.6);color:var(--red)}.contact__footer{display:flex;justify-content:space-between;max-width:44rem;margin:2.5rem auto 0;font-size:.72rem;letter-spacing:.14em;color:var(--text-dim)}.contact__trend{color:var(--green-bright)}.site-footer{text-align:center;margin-top:6rem;font-size:.65rem;letter-spacing:.14em;color:var(--text-faint)}html[data-profile=lite] .reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease-out,transform .6s ease-out}html[data-profile=lite] .reveal.is-visible{opacity:1;transform:none}html[data-profile=reduced] .reveal{opacity:0;transition:opacity .3s ease-out}html[data-profile=reduced] .reveal.is-visible{opacity:1}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.15s!important}}
