:root{--color-canvas: oklch(.135 .012 240);--color-surface-1: oklch(.178 .012 240);--color-surface-2: oklch(.215 .014 240);--color-surface-3: oklch(.262 .014 240);--color-rule: oklch(.295 .012 240);--color-rule-soft: oklch(.235 .01 240);--color-text: oklch(.95 .012 240);--color-text-dim: oklch(.64 .014 240);--color-text-faint: oklch(.46 .01 240);--color-phosphor: oklch(.8 .2 145);--color-ember: oklch(.66 .22 22);--color-cyan: oklch(.82 .16 215);--color-amber: oklch(.82 .16 78);--color-magenta: oklch(.72 .24 340);--color-violet: oklch(.66 .22 295);--color-steel: oklch(.7 .06 235);--color-gold: oklch(.85 .14 88);--brand-grad: linear-gradient(135deg, oklch(.8 .2 145) 0%, oklch(.82 .16 215) 45%, oklch(.72 .24 340) 100%);--hero-glow: radial-gradient(60% 80% at 15% 0%, color-mix(in oklab, var(--color-phosphor) 14%, transparent) 0%, transparent 60%), radial-gradient(50% 70% at 85% 10%, color-mix(in oklab, var(--color-magenta) 10%, transparent) 0%, transparent 60%), radial-gradient(40% 60% at 50% 100%, color-mix(in oklab, var(--color-cyan) 8%, transparent) 0%, transparent 70%);--grain: repeating-linear-gradient(0deg, rgba(255,255,255,.012) 0, rgba(255,255,255,.012) 1px, transparent 1px, transparent 3px);--density-card-py: 1rem;--density-card-px: 1.2rem;--density-row-py: .5rem;--density-stack-gap: .6rem;--radius-sm: 4px;--radius: 6px;--radius-lg: 10px;--radius-xl: 16px;--font-display: "Bricolage Grotesque", "Inter", system-ui, sans-serif;--font-sans: "Inter", system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--num: tabular-nums;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in: cubic-bezier(.7, 0, .84, 0);--ease-tape: cubic-bezier(.45, 0, .55, 1);--shadow-card: 0 1px 0 rgba(255,255,255,.02) inset, 0 8px 24px -12px rgba(0,0,0,.6);--glow-phosphor: 0 0 0 1px color-mix(in oklab, var(--color-phosphor) 35%, transparent), 0 0 24px -4px color-mix(in oklab, var(--color-phosphor) 50%, transparent);--glow-magenta: 0 0 0 1px color-mix(in oklab, var(--color-magenta) 35%, transparent), 0 0 24px -4px color-mix(in oklab, var(--color-magenta) 55%, transparent);--glow-cyan: 0 0 0 1px color-mix(in oklab, var(--color-cyan) 35%, transparent), 0 0 22px -4px color-mix(in oklab, var(--color-cyan) 50%, transparent);--canvas: var(--color-canvas);--surface: var(--color-surface-1);--raised: var(--color-surface-2);--rule: var(--color-rule);--text: var(--color-text);--text-dim: var(--color-text-dim);--phosphor: var(--color-phosphor);--ember: var(--color-ember);--steel: var(--color-steel);--amber: var(--color-amber);--panel: var(--color-surface-1);--border: var(--color-rule);--muted: var(--color-text-dim);--accent: var(--color-phosphor);--danger: var(--color-ember);--font-ui: var(--font-sans);--bg: var(--color-canvas);--text-faint: var(--color-text-faint);--rule-edge: var(--color-surface-3)}@font-face{font-family:Inter;src:url(../../../fonts/Inter-Variable.woff2) format("woff2-variations");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(../../../fonts/JetBrainsMono-Variable.woff2) format("woff2-variations");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Bricolage Grotesque;src:url(../../../fonts/BricolageGrotesque-Variable.woff2) format("woff2-variations");font-weight:200 800;font-style:normal;font-display:swap}html,body{margin:0;font-family:var(--font-sans);font-feature-settings:"cv02","cv03","cv04","cv11","ss01";color:var(--color-text);background:var(--color-canvas);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{background:var(--hero-glow),var(--grain),var(--color-canvas);background-attachment:fixed;min-height:100dvh}.mono,code,.num,pre,kbd{font-family:var(--font-mono);font-variant-numeric:var(--num)}.display{font-family:var(--font-display);font-weight:600;letter-spacing:-.02em;line-height:1.02}.gradient-text{background:var(--brand-grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.eyebrow{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-dim)}@keyframes pulse-tape{0%,to{opacity:.55}50%{opacity:1}}@keyframes tape-scroll{0%{stroke-dashoffset:0}to{stroke-dashoffset:-60}}@keyframes pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.6);opacity:.3}}@keyframes glow-breathe{0%,to{filter:drop-shadow(0 0 0 transparent)}50%{filter:drop-shadow(0 0 12px color-mix(in oklab,var(--color-phosphor) 50%,transparent))}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-sheen{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes count-flicker{0%,to{opacity:1}4%{opacity:.8}7%{opacity:1}}.pulse-tape{animation:pulse-tape 2.4s ease-in-out infinite}.tape-line{stroke-dasharray:2 4;animation:tape-scroll 6s linear infinite}.live-dot{display:inline-block;width:8px;height:8px;border-radius:999px;background:var(--color-phosphor);box-shadow:0 0 color-mix(in oklab,var(--color-phosphor) 60%,transparent);position:relative}.live-dot:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:inherit;background:var(--color-phosphor);animation:pulse-dot 1.8s ease-in-out infinite;opacity:.6}.fade-in{animation:float-up .6s var(--ease-out) both}.fade-in-1{animation-delay:60ms}.fade-in-2{animation-delay:.14s}.fade-in-3{animation-delay:.22s}.fade-in-4{animation-delay:.3s}.fade-in-5{animation-delay:.38s}@media (prefers-reduced-motion: reduce){.pulse-tape,.tape-line,.live-dot:after,.fade-in{animation:none!important}}:focus-visible{outline:2px solid var(--color-cyan);outline-offset:2px;border-radius:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.card-surface{background:linear-gradient(180deg,color-mix(in oklab,var(--color-surface-2) 80%,transparent) 0%,var(--color-surface-1) 100%);border:1px solid var(--color-rule);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.backdrop.svelte-wh9uu8{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:100;animation:svelte-wh9uu8-fade-in .15s var(--ease-out)}.palette.svelte-wh9uu8{position:fixed;top:12vh;left:50%;transform:translate(-50%);width:min(560px,92vw);background:var(--color-canvas);border:1px solid var(--color-rule);border-radius:8px;z-index:101;overflow:hidden;animation:svelte-wh9uu8-slide-down .18s var(--ease-out)}.search.svelte-wh9uu8{width:100%;box-sizing:border-box;padding:.9rem 1rem;font-size:1rem;background:transparent;color:var(--color-text);border:none;border-bottom:1px solid var(--color-rule);outline:none}.results.svelte-wh9uu8{list-style:none;margin:0;padding:.3rem;max-height:50vh;overflow-y:auto}.result-row.svelte-wh9uu8{display:block;margin:0;padding:0}.result.svelte-wh9uu8{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.55rem .75rem;border-radius:4px;cursor:pointer;background:transparent;border:none;color:var(--color-text);text-align:left;font-family:inherit}.result.selected.svelte-wh9uu8,.result.svelte-wh9uu8:hover,.result.svelte-wh9uu8:focus-visible{background:var(--color-surface-2);outline:none}.label.svelte-wh9uu8{font-size:.95rem}.hint.svelte-wh9uu8{font-size:.72rem;color:var(--color-text-dim)}.empty.svelte-wh9uu8{padding:.6rem;color:var(--color-text-dim);font-size:.85rem}@keyframes svelte-wh9uu8-fade-in{0%{opacity:0}to{opacity:1}}@keyframes svelte-wh9uu8-slide-down{0%{transform:translate(-50%,-10px);opacity:0}to{transform:translate(-50%);opacity:1}}@media (prefers-reduced-motion: reduce){.palette.svelte-wh9uu8,.backdrop.svelte-wh9uu8{animation:none}}.mobile-nav.svelte-1e09pin{position:fixed;bottom:0;left:0;right:0;display:grid;grid-template-columns:repeat(5,1fr);background:var(--color-canvas);border-top:1px solid var(--color-rule);z-index:50;padding-bottom:env(safe-area-inset-bottom)}a.svelte-1e09pin,button.svelte-1e09pin{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;padding:.5rem 0;color:var(--color-text-dim);text-decoration:none;min-height:56px;border-top:2px solid transparent;background:transparent;border-left:none;border-right:none;border-bottom:none;font:inherit;cursor:pointer}a.active.svelte-1e09pin,button.active.svelte-1e09pin{color:var(--color-phosphor);border-top-color:var(--color-phosphor)}a.svelte-1e09pin:focus-visible,button.svelte-1e09pin:focus-visible{outline-offset:-2px}.icon.svelte-1e09pin{font-size:1rem;line-height:1}.label.svelte-1e09pin{font-size:.65rem;letter-spacing:.06em}.sheet-backdrop.svelte-1e09pin{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:55}.sheet.svelte-1e09pin{position:fixed;left:0;right:0;bottom:calc(56px + env(safe-area-inset-bottom));z-index:60;display:flex;flex-direction:column;background:var(--color-canvas);border-top:1px solid var(--color-rule);padding:.4rem 0}.sheet.svelte-1e09pin a:where(.svelte-1e09pin){flex-direction:row;gap:.6rem;justify-content:flex-start;padding:.85rem 1.1rem;min-height:44px;border-top:none;color:var(--color-text);font-size:.95rem;letter-spacing:.01em}.sheet.svelte-1e09pin a:where(.svelte-1e09pin)+a:where(.svelte-1e09pin){border-top:1px solid var(--color-rule-soft)}.sheet.svelte-1e09pin a.active:where(.svelte-1e09pin){color:var(--color-phosphor)}.layout-root.mobile.svelte-12qhfyh{padding-bottom:calc(56px + env(safe-area-inset-bottom) + .5rem)}.help-backdrop.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:90}.help.svelte-12qhfyh{position:fixed;top:20vh;left:50%;transform:translate(-50%);padding:1rem 1.5rem;background:var(--color-canvas);border:1px solid var(--color-rule);border-radius:8px;z-index:91;min-width:min(360px,90vw)}.help.svelte-12qhfyh h3:where(.svelte-12qhfyh){margin:0 0 .6rem;font-size:.85rem;color:var(--color-text-dim);letter-spacing:.06em;text-transform:uppercase}.help.svelte-12qhfyh ul:where(.svelte-12qhfyh){list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem;font-size:.88rem}kbd.svelte-12qhfyh{font-family:var(--font-mono);padding:1px 5px;background:var(--color-surface-2);border:1px solid var(--color-rule);border-radius:3px;font-size:.8rem}
