:root{--font-sans: "Golos Text", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--accent: #3457d8;--accent-bright: #4f7cff;--radius-sm: 8px;--radius-md: 11px;--radius-lg: 14px;--radius-xl: 18px;--space-1: 4px;--space-2: 7px;--space-3: 10px;--space-4: 14px;--space-5: 18px;--space-6: 24px;--dur-fast: .12s;--dur-base: .22s;--ease: cubic-bezier(.2, .8, .2, 1)}.theme-dark{color-scheme:dark;--bg: #0e1013;--bg-raised: #12151a;--surface: #171b20;--surface-hover: #1b2028;--surface-strong: #242a32;--text: #f2f3f5;--text-strong: #ffffff;--text-muted: #8a9099;--text-faint: #6b7078;--border: rgba(255, 255, 255, .07);--border-strong: rgba(255, 255, 255, .13);--accent-soft: rgba(79, 124, 255, .16);--accent-text: #a6bdff;--danger: #ff5a5f;--danger-soft: rgba(255, 90, 95, .16);--danger-text: #ff9a9d;--warn-soft: rgba(240, 169, 59, .16);--warn-text: #f3be72;--ok-soft: rgba(58, 201, 124, .16);--ok-text: #7fe0a9;--neutral-soft: rgba(255, 255, 255, .07);--neutral-text: #9aa1aa;--shadow-card: none;--shadow-pop: 0 18px 40px -12px rgba(0, 0, 0, .6)}.theme-light{color-scheme:light;--bg: #f6f5f3;--bg-raised: #f0eeea;--surface: #ffffff;--surface-hover: #faf9f7;--surface-strong: #efede9;--text: #14171a;--text-strong: #000000;--text-muted: #6e6c67;--text-faint: #8a857c;--border: #e7e4df;--border-strong: #dfdbd4;--accent-soft: #e7ecfc;--accent-text: #2a44b8;--danger: #b5341f;--danger-soft: #fbe7e6;--danger-text: #b5341f;--warn-soft: #f8eedc;--warn-text: #96631a;--ok-soft: #e3f3e8;--ok-text: #1e7a45;--neutral-soft: #efede9;--neutral-text: #6e6b65;--shadow-card: 0 1px 2px rgba(0, 0, 0, .05);--shadow-pop: 0 18px 40px -12px rgba(0, 0, 0, .22)}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font-sans);font-size:14px;line-height:1.45;letter-spacing:-.011em;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;touch-action:manipulation}button{font:inherit;color:inherit;border:0;background:none;cursor:pointer}input,textarea,select{font:inherit;color:inherit}a{color:var(--accent-text);text-decoration:none}h1,h2,h3,h4,p,figure{margin:0}ul,ol{margin:0;padding:0;list-style:none}.num{font-family:var(--font-mono);letter-spacing:-.03em;font-variant-numeric:tabular-nums}.scroll{overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.scroll::-webkit-scrollbar{width:8px;height:8px}.scroll::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:4px}.theme-dark .scroll::-webkit-scrollbar-thumb{background:#ffffff1f}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:2px solid var(--accent-bright);outline-offset:2px;border-radius:6px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
