@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--bg-color:#f1f5f9;--sidebar-bg:#fff;--border-color:#cbd5e1;--card-bg:#fff;--card-border:#cbd5e1;--hover-bg:#f8fafc;--hover-border:#94a3b8;--text-primary:#0f172a;--text-secondary:#475569;--text-tertiary:#64748b;--text-quaternary:#94a3b8;--input-bg:#fff;--input-border:#cbd5e1;--panel-bg:#fffffff2;--primary-color:#083d41;--primary-hover:#052e31}body{background-color:var(--bg-color);color:var(--text-primary);min-height:100vh;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;position:relative}*{box-sizing:border-box}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}
