@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--topbar: #FFFFFF;--topbar-border: #3B4BF9;--bg: #F8F9FA;--surface: #FFFFFF;--surface-2: #F4F4F5;--border: #E4E4E7;--border-strong: #D1D5DB;--accent: #3B4BF9;--accent-hover: #2D3DE8;--accent-bg: #EEF0FF;--accent-border: #C7D2FE;--accent-text: #3730A3;--text: #0A0A0A;--text-2: #52525B;--text-3: #A1A1AA;--text-4: #D4D4D8;--mark-dark: #1E1E2E;--mark-blue: #3B4BF9;--green: #16A34A;--green-bg: #F0FDF4;--green-border: #BBF7D0;--green-text: #166534;--amber: #D97706;--amber-bg: #FFFBEB;--amber-border: #FDE68A;--amber-text: #92400E;--red: #DC2626;--red-bg: #FEF2F2;--red-border: #FECACA;--red-text: #991B1B;--purple: #7C3AED;--purple-bg: #F5F3FF;--purple-border: #DDD6FE;--purple-text: #5B21B6;--font: "Inter", system-ui, -apple-system, sans-serif;--mono: "JetBrains Mono", "Courier New", monospace;--radius-sm: 6px;--radius: 10px;--radius-lg: 14px;--radius-xl: 18px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:var(--font);background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-3)}*:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::selection{background:var(--accent-bg)}
