@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--bg:#12141f;--bg0:#12141f;--bg1:#1c1f30;--bg2:#252840;--bd:#ffffff1a;--bdh:#ffffff38;--tx:#eaedf8;--tx2:#b0bcd4;--tx3:#7d88a8;--mu:#8a93b5;--di:#aab3cc;--accent:#4f8ef7;--cy:#38bdf8;--bl:#4f8ef7;--vi:#818cf8;--em:#34d399;--am:#fbbf24;--ro:#f87171;--or:#fb923c;--nav-h:58px;--radius:10px;--shadow:0 2px 20px #00000073}[data-theme=light]{--bg:#f2f4fb;--bg0:#f2f4fb;--bg1:#fff;--bg2:#e8ecf7;--bd:#0000001a;--bdh:#0003;--tx:#13172a;--tx2:#454c6e;--tx3:#8891b0;--mu:#6b7499;--di:#454c6e;--accent:#2563eb;--cy:#0284c7;--bl:#2563eb;--vi:#6d28d9;--em:#059669;--am:#b45309;--ro:#dc2626;--or:#ea580c;--shadow:0 2px 16px #00000017}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-size:18px}body{background:var(--bg);color:var(--tx);-webkit-font-smoothing:antialiased;min-height:100dvh;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.7;transition:background .2s,color .2s}p,li,td,th{font-size:max(14px,.78rem);line-height:1.7}label,caption,figcaption{font-size:max(12px,.67rem)}input,textarea,select,button{font-family:inherit;font-size:max(14px,.78rem)}pre,code,kbd,samp{font-family:JetBrains Mono,Fira Code,Cascadia Code,Consolas,monospace;font-size:max(13px,.72rem);line-height:1.65}a{color:var(--accent)}a:hover{color:var(--tx)}table{border-collapse:collapse;width:100%}th{color:var(--tx);font-weight:700}td,th{padding:10px 16px}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--bd);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--bdh)}#app-shell{flex-direction:column;height:100dvh;display:flex;overflow:hidden}#main-content{height:calc(100dvh - var(--nav-h));flex:1;overflow-y:auto}@media (max-width:640px){html{font-size:16px}}
