@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--bg:#f5f5f0;--surface:#fff;--border:#e5e5e3;--text-primary:#1a1a1a;--text-secondary:#6b6b6b;--accent:#2563eb;--accent-light:#eff6ff;--accent-hover:#1d4ed8;--error:#dc2626;--badge-active-bg:#d1fae5;--badge-active-text:#065f46;--badge-inactive-bg:#f3f4f6;--badge-inactive-text:#6b7280;--bg-level-1:#f8fafc;--bg-level-2:#eaf5ff;--border-level-1:#e2e8f0;--border-level-2:#cbd5e1;--border-level-3:#94a3b8;--accent-teal:#0d9488;--accent-teal-light:#ccfbf1;--accent-amber:#d97706;--accent-amber-light:#fef3c7;--accent-indigo:#4f46e5;--accent-indigo-light:#e0e7ff;--sidebar-width:220px;--sidebar-collapsed:56px;--topbar-height:56px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000014;--transition:.15s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.5}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#cecece}.sr-only{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}
