@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f9fafb;--bg2:#fff;--text:#111827;--text2:#6b7280;--border:#e5e7eb;--sidebar-bg:#111827;--sidebar-text:#d1d5db;--sidebar-hover:#1f2937;--card-bg:#fff;--radius-sm:4px;--radius-md:6px;--radius-lg:10px;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 2px 8px #0000000f;--transition:.15s ease}html.dark{--bg:#0f172a;--bg2:#1e293b;--text:#f1f5f9;--text2:#94a3b8;--border:#1e293b;--sidebar-bg:#020617;--sidebar-text:#94a3b8;--sidebar-hover:#0f172a;--card-bg:#1e293b;--shadow-sm:0 1px 2px #0003;--shadow-md:0 2px 8px #0000004d}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5}::selection{color:var(--text);background:#2563eb33}::-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(--text2)}input,select,textarea,button{font-family:inherit}a{color:inherit;text-decoration:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:.9s linear infinite spin}
