@tailwind base;@tailwind components;@tailwind utilities;:root{--fs-caption: 12px;--fs-nav: 13px;--fs-body: 14px;--fs-lead: 16px;--fs-h4: 18px;--fs-h3: 22px;--fs-h2: 26px;--fs-h1: 32px;--fw-regular: 400;--fw-medium: 500;--fw-semibold:600;--fw-bold: 700;--text-on-dark: #ffffff;--text-on-dark-2: #e2e8f0;--text-on-dark-muted: #cbd5e1;--text-on-light: #0a0e14;--text-on-light-2: #334155;--text-on-light-muted: #64748b;--accent: #3457d5;--success: #12916b;--warning: #b45309;--danger: #b91c1c;--sp-1: 4px;--sp-2: 8px;--sp-3: 12px;--sp-4: 16px;--sp-6: 24px;--sp-8: 32px}@layer base{*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;font-size:var(--fs-body);background:#05080f;color:var(--text-on-dark);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1{font-size:var(--fs-h1);font-weight:var(--fw-bold);line-height:1.15;margin:0 0 .4em;letter-spacing:-.01em}h2{font-size:var(--fs-h2);font-weight:var(--fw-bold);line-height:1.2;margin:0 0 .4em;letter-spacing:-.01em}h3{font-size:var(--fs-h3);font-weight:var(--fw-semibold);line-height:1.25;margin:0 0 .35em}h4{font-size:var(--fs-h4);font-weight:var(--fw-semibold);line-height:1.3;margin:0 0 .3em}h5{font-size:var(--fs-lead);font-weight:var(--fw-semibold);line-height:1.35;margin:0 0 .25em}h6{font-size:var(--fs-body);font-weight:var(--fw-semibold);line-height:1.4;margin:0 0 .25em}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#1e2d4a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#334155}}.on-dark{color:var(--text-on-dark)}.on-dark-2{color:var(--text-on-dark-2)}.on-light{color:var(--text-on-light)}.on-light-2{color:var(--text-on-light-2)}.surface-light,.surface-light *{color:var(--text-on-light)}.surface-light .muted{color:var(--text-on-light-muted)}html{-webkit-text-size-adjust:100%}@media (max-width: 767px){input,select,textarea{font-size:16px!important}main{-webkit-overflow-scrolling:touch;overflow-x:auto}main table{min-width:max-content}button{min-height:32px}}
