@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--primary:#6c63ff;--primary-light:#f0eeff;--primary-dark:#5a52d5;--secondary:#ff6584;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--danger-light:#fee2e2;--info:#3b82f6;--bg:#f8f9fc;--surface:#fff;--surface-hover:#f5f5f5;--border:#e5e7eb;--border-light:#f3f4f6;--text:#1a1a2e;--text-sub:#6b7280;--text-muted:#9ca3af;--text-inverse:#fff;--sidebar-bg:#fff;--sidebar-active:#f0eeff;--sidebar-active-text:#6c63ff;--sidebar-width:220px;--header-height:56px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);--shadow-md:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.05);--shadow-lg:0 10px 15px rgba(0,0,0,.08),0 4px 6px rgba(0,0,0,.05);--shadow-card:0 2px 8px rgba(0,0,0,.08);--transition-fast:150ms ease;--transition-base:200ms ease}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root,body>div{min-height:100vh}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit;border:none;background:none}input,select,textarea{font-family:inherit;font-size:inherit}img{max-width:100%;display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}