:root{--brand:#6f4bff;--brand-strong:#5a36f0;--brand-2:#25a8e8;--brand-soft:#6f4bff1f;--brand-gradient:linear-gradient(135deg, #8b5cff 0%, #6f4bff 50%, #2fbef7 100%);--bg:#f5f6fb;--surface:#fff;--surface-2:#f7f8fc;--surface-3:#eef1f7;--border:#e6e9f1;--border-strong:#d7dbe7;--text:#131826;--text-muted:#5d6677;--text-subtle:#98a1b3;--success:#15803d;--success-bg:#ecfdf3;--danger:#c0271b;--danger-bg:#fef2f2;--tooltip-bg:#14182a;--tooltip-text:#f5f6fb;--shadow-sm:0 1px 2px #1018280f, 0 1px 3px #1018280d;--shadow-md:0 4px 14px #10182817, 0 2px 5px #1018280d;--shadow-lg:0 14px 34px #10182824, 0 4px 10px #1018280f;--nav-color:#131826;--nav-color-active:#6f4bff;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:Inter,system-ui,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#0a0d16;--surface:#131826;--surface-2:#1a2030;--surface-3:#222a3c;--border:#262d3d;--border-strong:#333c50;--text:#e9edf6;--text-muted:#9aa4ba;--text-subtle:#6b7689;--success:#4ade80;--success-bg:#22c55e21;--danger:#f87171;--danger-bg:#ef444421;--tooltip-bg:#2a3346;--tooltip-text:#eef1f8;--brand-soft:#8b5cff2e;--shadow-sm:0 1px 2px #0006;--shadow-md:0 6px 18px #00000073;--shadow-lg:0 18px 44px #0000008c;--nav-color:#e9edf6;--nav-color-active:#a78bff}}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);min-height:100vh;margin:0}::selection{background:var(--brand-soft)}h1{letter-spacing:-.02em;margin:0 0 1rem;font-size:1.7rem;font-weight:750}h2{letter-spacing:-.01em;margin:0 0 .75rem;font-size:1.2rem;font-weight:700}h3{margin:0 0 .5rem;font-size:1rem;font-weight:700}a{color:var(--brand);font-weight:500;text-decoration:none}a:hover{text-decoration:underline}p{line-height:1.55}table{border-collapse:collapse;width:100%;font-size:.93rem}thead th{text-align:left;letter-spacing:.045em;text-transform:uppercase;color:var(--text-subtle);border-bottom:1px solid var(--border);white-space:nowrap;padding:.55rem .7rem;font-size:.72rem;font-weight:600}tbody td{border-bottom:1px solid var(--border);font-variant-numeric:tabular-nums;padding:.6rem .7rem}tbody tr{transition:background .12s}tbody tr:hover{background:var(--surface-2)}input,select,textarea{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:8px;outline:none;padding:.5rem .65rem;font-size:.95rem;transition:border-color .12s,box-shadow .12s}input:focus,select:focus,textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--brand);vertical-align:-2px}button{font:inherit;color:#fff;background:var(--brand);cursor:pointer;border:1px solid #0000;border-radius:9px;padding:.5rem .95rem;font-size:.92rem;font-weight:600;transition:background .12s,box-shadow .12s,opacity .12s,transform 50ms}button:hover:not(:disabled){background:var(--brand-strong)}button:active:not(:disabled){transform:translateY(1px)}button:disabled{opacity:.55;cursor:default}:focus-visible{outline:2px solid var(--brand);outline-offset:2px}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-thumb{background:var(--border-strong);border:3px solid var(--bg);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--text-subtle)}
