@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--primary:#7c3aed;--primary-hover:#6d28d9;--primary-light:#a78bfa;--primary-soft:#f5f3ff;--primary-mid:#ede9fe;--gradient:linear-gradient(135deg,#7c3aed,#a78bfa);--dark:#1f1b2e;--dark-80:rgba(31,27,46,.8);--bg:#f9f8fc;--surface:#fff;--surface2:#f5f3ff;--surface3:#ede9fe;--text:#111827;--text2:#6b7280;--text3:#9ca3af;--border:#e5e7eb;--border2:#d1d5db;--green:#15803d;--green-bg:#f0fdf4;--green-border:#86efac;--green-text:#14532d;--amber:#b45309;--amber-bg:#fffbeb;--amber-border:#fde68a;--amber-text:#92400e;--red:#dc2626;--red-bg:#fef2f2;--red-border:#fca5a5;--red-text:#991b1b;--radius:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:20px;--sidebar-w:228px;--header-h:60px;--shadow-sm:0 1px 3px rgba(124,58,237,.08),0 1px 2px rgba(0,0,0,.04);--shadow-md:0 4px 16px rgba(124,58,237,.12),0 2px 6px rgba(0,0,0,.06);--shadow-lg:0 8px 32px rgba(124,58,237,.15),0 4px 12px rgba(0,0,0,.08)}html{font-size:14px;-webkit-font-smoothing:antialiased}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}h1,h2,h3,h4,h5{font-family:Manrope,sans-serif;font-weight:700;line-height:1.2;color:var(--text)}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:14px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--primary-mid);border-radius:3px}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary)!important;box-shadow:0 0 0 3px rgba(124,58,237,.12)}