@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--primary-color:#0f172a;--primary-hover:#334155;--bg-color:#f1f5f9;--surface-color:#fff;--text-main:#1e293b;--text-muted:#64748b;--border-color:#cbd5e1;--danger:#b91c1c;--danger-bg:#fef2f2;--danger-border:#fca5a5;--success:#059669;--input-bg:#fff}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;display:flex}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
