:root{color-scheme:dark;--bg: radial-gradient(circle at 50% 0%, #2f1667, #0a0a0a 70%);--bg-solid: #0a0a0a;--surface: #1e1e1e;--surface-2: #262626;--surface-3: #2f2f2f;--border: #ffffff14;--border-strong: #ffffff24;--accent: #8135ff;--accent-hover: #9450ff;--accent-press: #6f27e6;--accent-soft: #8135ff33;--accent-faint: #8135ff14;--text: #ffffff;--gray: #818181;--text-2: #8c8c8c;--text-title: #d2d2d2;--text-caption: #cdc8d5;--text-muted: #767676;--red: #ed2236;--green: #37aa42;--gold: #f1b338;--padding: 12px;--border-radius: 18px;--r-sm: 8px;--r-md: 12px;--r-lg: 18px;--r-full: 999px;--switcher-padding: 3.5px;--control-h: 36px;--control-h-lg: 44px;--content-border-thickness: 1px;--s-1: 4px;--s-2: 6px;--s-3: 12px;--s-4: 18px;--s-6: 24px;--s-8: 36px;--s-12: 48px;--font-display: Unbounded, Onest, sans-serif;--font-text: Onest, system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--fs-h1: 24px;--fs-h2: 20px;--fs-h3: 16px;--fs-body: 14.5px;--fs-sub: 12.5px;--fs-tiny: 11px;--glow: 0 0 1000px 100px var(--accent);--glow-sm: 0 0 40px 0 var(--accent-soft);--shadow: 0 12px 40px #00000066;--button-box-shadow: inset 0 0 0 1px var(--border);--focus-ring: solid 2px var(--accent);--focus-ring-offset: 2px;--t: .16s;--ease: ease;--page: 1500px;--safe-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%;background:var(--bg-solid);color:var(--text);font-family:var(--font-text);font-size:var(--fs-body);font-weight:400;-webkit-tap-highlight-color:transparent}body{background-image:var(--bg);background-attachment:fixed}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:0;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E")}#app{position:relative;z-index:1;min-height:100dvh}button,input,select,textarea{font:inherit;color:inherit}h1,h2,h3{font-family:var(--font-display);font-weight:500;line-height:1.2;margin:0;color:var(--text-title)}h1{font-size:var(--fs-h1);letter-spacing:-1px}h2{font-size:var(--fs-h2);letter-spacing:-1px}h3{font-size:var(--fs-h3)}p{margin:0;line-height:1.5}a{color:inherit;text-decoration:none}body{-webkit-user-select:none;user-select:none}input,textarea,.selectable{-webkit-user-select:text;user-select:text}.subtext{font-size:var(--fs-sub);font-weight:500;line-height:1.4;color:var(--gray)}:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-ring-offset);border-radius:var(--r-sm)}::selection{background:var(--accent);color:#fff}*{scrollbar-width:thin;scrollbar-color:var(--surface-3) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:var(--r-full)}::-webkit-scrollbar-track{background:transparent}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
