@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=DM+Mono:wght@400;500;700&family=DM+Sans:wght@400;500;600;700&display=swap";:root{--bg:#0d1b2a;--panel:#0a1628;--border:#1e3a5f;--teal:#2dd4bf;--gold:#f5c518;--red:#f87171;--orange:#fb923c;--purple:#a78bfa;--blue:#60a5fa;--green:#34d399;--text:#e2e8f0;--muted:#64748b;--sub:#94a3b8;--logo-green:#2d8a47;--logo-red:#d43535;--logo-blue:#2563a8;--logo-orange:#e07520;--sidebar-w:215px;--header-h:54px;--radius:8px;--radius-lg:12px;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:DM Sans,system-ui,sans-serif;font-size:14px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text)}#root{width:100%;height:100vh;display:flex}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}a{color:var(--teal);text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}
