@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap";:root{--hive-black: #000000;--hive-surface: #0d0d0d;--hive-surface-2: #0a0a0a;--hive-border: #1a1a1a;--hive-green: #00ff41;--hive-green-bg: rgba(0, 255, 65, .06);--hive-green-line: rgba(0, 255, 65, .3);--hive-cyan: #0abdc6;--hive-text: #e8e8e8;--hive-text-2: #606060;--hive-text-dim: #333333;--surface-page: var(--hive-black);--surface-card: var(--hive-surface);--surface-chrome: var(--hive-surface-2);--border-hairline: var(--hive-border);--border-active: var(--hive-green);--border-glow: var(--hive-green-line);--accent-primary: var(--hive-green);--accent-primary-wash: var(--hive-green-bg);--accent-secondary: var(--hive-cyan);--on-accent: var(--hive-black);--text-primary: var(--hive-text);--text-secondary: var(--hive-text-2);--text-dim: var(--hive-text-dim);--border: 1px solid var(--border-hairline);--border-accent: 1px solid var(--accent-primary);--radius-none: 0px;--radius-pill: 28px;--glow-green-sm: 0 0 8px rgba(0, 255, 65, .55);--glow-green-md: 0 0 15px rgba(0, 255, 65, .45);--text-glow-green: 0 0 8px var(--accent-primary);--text-glow-green-lg: 0 0 15px var(--accent-primary);--shadow-float: 0 4px 10px rgba(0, 255, 65, .08);--font-sans: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;--font-mono: "Space Mono", "SF Mono", ui-monospace, monospace;--fw-regular: 400;--fw-medium: 500;--fw-bold: 700;--fs-xs: 10px;--fs-sm: 12px;--fs-md: 14px;--fs-lg: 16px;--fs-xl: 20px;--fs-xxl: 26px;--fs-xxxl: 36px;--fs-hero: 48px;--ls-tight: .5px;--ls-normal: 1px;--ls-wide: 2px;--ls-extra-wide: 4px;--ls-ultra-wide: 8px;--ls-wordmark: 16px;--lh-tight: 1.1;--lh-snug: 1.3;--lh-body: 1.5;--sp-xs: 4px;--sp-sm: 8px;--sp-md: 12px;--sp-lg: 16px;--sp-xl: 24px;--sp-xxl: 36px;--sp-xxxl: 56px;--gutter: var(--sp-lg);--scanline-color: rgba(255, 255, 255, .015);--scanline-height: 1.5px;--scanline-gap: 2.5px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--surface-page);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased}input{font-family:var(--font-sans)}input::placeholder{color:var(--text-dim)}.hive-scanlines{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:60;mix-blend-mode:screen;background-image:repeating-linear-gradient(to bottom,var(--scanline-color) 0,var(--scanline-color) var(--scanline-height),transparent var(--scanline-height),transparent calc(var(--scanline-height) + var(--scanline-gap)));opacity:.5;animation:hive-scan .8s linear infinite,hive-flicker 4.2s steps(1) infinite}@keyframes hive-scan{0%{background-position-y:0}to{background-position-y:calc(var(--scanline-height) + var(--scanline-gap))}}@keyframes hive-flicker{0%,95%{opacity:.5}96%{opacity:.2}97%{opacity:.55}98%{opacity:.15}to{opacity:.55}}@keyframes scan-line{0%{top:24px}50%{top:calc(100% - 24px)}to{top:24px}}.hive-fade{animation:hive-fade-in .22s ease both}@keyframes hive-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.hive-pop{animation:hive-pop-in .18s cubic-bezier(.2,.9,.2,1) both}@keyframes hive-pop-in{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:none}}.c-row:hover{background:#ffffff05}.c-btn{transition:background .12s,color .12s,box-shadow .12s}.c-btn:hover{box-shadow:var(--glow-green-sm)}.c-navitem:hover{background:#00ff410a}.c-clickable{cursor:pointer}@media(prefers-reduced-motion:reduce){.hive-scanlines{animation:none}.hive-scan-line{animation:none!important}.hive-fade,.hive-pop{animation:none}}
