:root{--page-bg: #0a0a0a;--surface: #262626;--surface-hover: #3e3f40;--surface-active: #323333;--surface-disabled: #141414;--border: #4b4b4d;--border-subtle: #575759;--object-border: #999b9e;--text-primary: #e8e9eb;--text-secondary: #c8c9cc;--text-muted: #a8aaad;--text-placeholder: #898b8f;--text-disabled: #6e6f73;--text-inverse: #0a0a0a;--brand: #1964fa;--brand-hover: #4683fc;--brand-active: #0047d6;--brand-light: #1a2a4d;--success: #15ab5b;--success-hover: #1ed273;--success-bg: #0c4428;--warning: #e07a02;--warning-hover: #f98600;--warning-bg: #4d2c07;--error: #c41010;--error-hover: #de1212;--error-bg: #4d0808;--info: #1964fa;--purple: #7b79fc;--space-0: 0px;--space-05: 4px;--space-075: 6px;--space-1: 8px;--space-125: 10px;--space-15: 12px;--space-175: 14px;--space-2: 16px;--space-225: 18px;--space-25: 20px;--space-3: 24px;--space-4: 32px;--space-45: 36px;--space-5: 40px;--space-6: 48px;--space-8: 64px;--radius-xs: 4px;--radius-s: 8px;--radius-m: 16px;--radius-l: 32px;--radius-xl: 64px;--radius-full: 128px;--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--text-display-size: 72px;--text-display-lh: 79.2px;--text-display-ls: -3.6px;--text-h1-size: 58px;--text-h1-lh: 80px;--text-h1-ls: -2.9px;--text-h2-size: 48px;--text-h2-lh: 64px;--text-h2-ls: -2.4px;--text-h3-size: 40px;--text-h3-lh: 56px;--text-h3-ls: -2px;--text-h4-size: 34px;--text-h4-lh: 48px;--text-h4-ls: -1.7px;--text-h5-size: 28px;--text-h5-lh: 40px;--text-h5-ls: -1.4px;--text-h6-size: 24px;--text-h6-lh: 32px;--text-h6-ls: -1.2px;--text-h7-size: 20px;--text-h7-lh: 24px;--text-h7-ls: -1px;--text-body1-size: 16px;--text-body1-lh: 24px;--text-body2-size: 14px;--text-body2-lh: 24px;--text-body3-size: 12px;--text-body3-lh: 16px;--text-body4-size: 10px;--text-body4-lh: 16px;--text-ui1-size: 22px;--text-ui1-lh: 32px;--text-ui2-size: 20px;--text-ui2-lh: 32px;--text-ui3-size: 18px;--text-ui3-lh: 24px;--text-ui4-size: 16px;--text-ui4-lh: 24px;--shadow-s: 0 1px 3px rgba(0,0,0,.4);--shadow-m: 0 4px 12px rgba(0,0,0,.5);--shadow-l: 0 8px 24px rgba(0,0,0,.6);--transition-fast: .12s ease;--transition-normal: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:14px}body{font-family:var(--font);background:var(--page-bg);color:var(--text-primary);line-height:var(--text-body2-lh);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--brand);text-decoration:none}a:hover{color:var(--brand-hover)}button{cursor:pointer;font-family:var(--font)}input,select,textarea{font-family:var(--font);font-size:var(--text-body2-size);color:var(--text-primary);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-s);padding:var(--space-1) var(--space-15);outline:none;transition:border-color var(--transition-fast)}input:focus,select:focus,textarea:focus{border-color:var(--brand)}input::placeholder{color:var(--text-placeholder)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--object-border)}code,pre{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:12px}pre{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-s);padding:var(--space-2);overflow:auto}hr{border:none;border-top:1px solid var(--border-subtle)}
