@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f5f6fa;--bg2:#eef0f6;--surface:#fff;--surface2:#f8f9fc;--border:#e2e5ee;--border-hi:#4f46e5;--indigo:#4f46e5;--indigo-dim:rgba(79,70,229,.08);--indigo-hi:#4338ca;--emerald:#059669;--amber:#d97706;--rose:#dc2626;--text:#111827;--text-muted:#6b7280;--text-faint:#9ca3af;--radius:8px;--radius-lg:12px;--sidebar-w:230px;--header-h:56px;--shadow-sm:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04);--shadow-md:0 4px 12px rgba(0,0,0,.08),0 2px 4px rgba(0,0,0,.04)}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:hidden;font-size:14px}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;outline:none}