@charset "UTF-8";:root{color-scheme:dark;--ink: #06090d;--color-bg: #0a0e14;--color-surface: #10151d;--color-surface-2: #141b25;--color-elevated: #1a2230;--color-border: #212b39;--color-border-strong: #31405340;--color-text: #eaf1f9;--color-text-muted: #8c99ac;--color-text-dim: #5b687a;--color-primary: #1fd49a;--color-primary-hover: #15bd87;--color-primary-ink: #04130d;--color-accent: #46d6ff;--color-link: #1fd49a;--color-link-hover: #15bd87;--status-go: #1fd49a;--status-mid: #ffb627;--status-stop: #ff5d63;--color-live: #ff5d63;--color-warning: #ffb627;--tint-go-bg: rgba(31, 212, 154, .1);--tint-go-border: rgba(31, 212, 154, .28);--tint-mid-bg: rgba(255, 182, 39, .1);--tint-mid-border: rgba(255, 182, 39, .28);--tint-stop-bg: rgba(255, 93, 99, .12);--tint-stop-border: rgba(255, 93, 99, .32);--tint-accent: rgba(70, 214, 255, .12);--glow-go: rgba(31, 212, 154, .16);--glow-accent: rgba(70, 214, 255, .12);--ring-soft: rgba(31, 212, 154, .16);--ring-strong: rgba(31, 212, 154, .4);--overlay-weak: rgba(255, 255, 255, .02);--overlay-strong: rgba(255, 255, 255, .06);--overlay-border: rgba(255, 255, 255, .18);--header-bg: rgba(10, 14, 20, .72);--backdrop: rgba(4, 7, 11, .5);--backdrop-strong: rgba(4, 7, 11, .62);--footer-fade: rgba(6, 9, 13, .6);--hero-glow-accent: rgba(70, 214, 255, .08);--hero-glow-go: rgba(31, 212, 154, .08);--bg-glow-floor: rgba(8, 12, 18, .9);--rule: rgba(140, 153, 172, .3);--rule-soft: rgba(140, 153, 172, .16);--scrim-soft: rgba(6, 9, 13, .45);--scrim-mid: rgba(6, 9, 13, .55);--scrim-strong: rgba(6, 9, 13, .6);--radius-xs: 8px;--radius-sm: 12px;--radius-md: 18px;--radius-lg: 26px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 18px 40px -18px rgba(0, 0, 0, .7);--shadow-pop: 0 6px 18px rgba(0, 0, 0, .4);--shadow-glow: 0 0 0 1px rgba(31, 212, 154, .4), 0 12px 40px -12px rgba(31, 212, 154, .35);--max-width: 1180px;--header-height: 68px;--gutter: clamp(16px, 4vw, 28px);--font-display: "Bricolage Grotesque", "Hanken Grotesk", system-ui, sans-serif;--font-sans: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace}:root[data-theme=light]{color-scheme:light;--ink: #0a0e14;--color-bg: #eef2f7;--color-surface: #ffffff;--color-surface-2: #e8edf4;--color-elevated: #dfe6ef;--color-border: #d8e0ea;--color-border-strong: #c2ccdacc;--color-text: #0c1219;--color-text-muted: #4d586a;--color-text-dim: #626d7e;--color-primary: #12b488;--color-primary-hover: #0e9d76;--color-primary-ink: #022017;--color-accent: #1196c7;--color-link: #0a7850;--color-link-hover: #0c6a47;--status-go: #0a7850;--status-mid: #8f5e00;--status-stop: #cf2f36;--color-live: #cf2f36;--color-warning: #8f5e00;--tint-go-bg: rgba(18, 180, 136, .12);--tint-go-border: rgba(15, 160, 116, .4);--tint-mid-bg: rgba(255, 168, 20, .16);--tint-mid-border: rgba(200, 130, 0, .42);--tint-stop-bg: rgba(255, 93, 99, .14);--tint-stop-border: rgba(207, 47, 54, .42);--tint-accent: rgba(17, 150, 199, .12);--glow-go: rgba(31, 196, 142, .14);--glow-accent: rgba(70, 200, 240, .1);--ring-soft: rgba(15, 160, 116, .26);--ring-strong: rgba(15, 160, 116, .38);--overlay-weak: rgba(12, 18, 25, .03);--overlay-strong: rgba(12, 18, 25, .06);--overlay-border: rgba(12, 18, 25, .12);--header-bg: rgba(244, 247, 251, .8);--backdrop: rgba(20, 28, 40, .32);--backdrop-strong: rgba(20, 28, 40, .4);--footer-fade: rgba(210, 219, 230, .55);--hero-glow-accent: rgba(70, 200, 240, .08);--hero-glow-go: rgba(31, 196, 142, .08);--bg-glow-floor: rgba(220, 228, 238, .6);--rule: rgba(120, 134, 154, .32);--rule-soft: rgba(120, 134, 154, .2);--shadow-sm: 0 1px 2px rgba(15, 23, 32, .08);--shadow-md: 0 18px 40px -20px rgba(20, 30, 45, .25);--shadow-pop: 0 6px 18px rgba(20, 30, 45, .18);--shadow-glow: 0 0 0 1px rgba(18, 180, 136, .5), 0 12px 30px -14px rgba(18, 180, 136, .4)}.theme-anim,.theme-anim *,.theme-anim *:before,.theme-anim *:after{transition:background-color .28s ease,background-image .28s ease,border-color .28s ease,color .28s ease,box-shadow .28s ease,fill .28s ease!important}*{box-sizing:border-box}html,body{margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-text);line-height:1.6;background-color:var(--color-bg);background-image:radial-gradient(70% 55% at 12% -10%,var(--glow-go),transparent 60%),radial-gradient(60% 50% at 100% 0%,var(--glow-accent),transparent 55%),radial-gradient(120% 120% at 50% 120%,var(--bg-glow-floor),transparent 70%);background-attachment:fixed;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100vh}body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E")}h1,h2,h3,h4{margin:0 0 .5em;line-height:1.08;font-family:var(--font-display);font-weight:700;letter-spacing:-.02em}p{margin:0 0 1em}a{color:var(--color-link);text-decoration:none;transition:color .15s ease}a:hover{color:var(--color-link-hover)}img{max-width:100%;display:block}::selection{background:var(--color-primary);color:var(--color-primary-ink)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--gutter)}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--color-text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border-radius:var(--radius-pill);border:1px solid transparent;font-family:var(--font-sans);font-weight:700;font-size:.95rem;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease,color .15s ease}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn:focus-visible{outline:none;box-shadow:0 0 0 3px var(--ring-strong)}.btn-primary{background:var(--color-primary);color:var(--color-primary-ink);box-shadow:var(--shadow-glow)}.btn-primary:hover{background:var(--color-primary-hover);color:var(--color-primary-ink)}.btn-outline{background:var(--overlay-weak);border-color:var(--color-border-strong);color:var(--color-text)}.btn-outline:hover{border-color:var(--color-primary);color:var(--color-text)}.btn-sm{padding:7px 14px;font-size:.82rem}.live-badge{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-mono);font-size:.66rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-link);background:var(--tint-go-bg);border:1px solid var(--tint-go-border);padding:4px 10px;border-radius:var(--radius-pill)}.live-dot{width:7px;height:7px;border-radius:50%;background:var(--color-primary);box-shadow:0 0 #1fd49a99;animation:live-pulse 2s infinite}@keyframes live-pulse{0%{box-shadow:0 0 #1fd49a80;opacity:1}70%{box-shadow:0 0 0 7px #1fd49a00;opacity:.85}to{box-shadow:0 0 #1fd49a00;opacity:1}}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
