@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap");@import url("https://api.fontshare.com/v2/css?f[]=satoshi@700,900,500,400&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)}.site-dark{--bg:#060b27;--surface:#0e1330;--surface2:#121833;--surface3:#1b2140;--text:#fff;--text2:#9ca6c2;--text3:#6b7493;--border:#282d45;--border2:#1b2140;--primary:#a855f7;--primary-hover:#c084fc;--primary-light:#c4b5fd;--primary-soft:rgba(124,58,237,.14);--primary-mid:rgba(124,58,237,.32);background:var(--bg);color:var(--text)}.site-dark .blog-card{transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.site-dark .blog-card:hover{transform:translateY(-4px);border-color:var(--primary);box-shadow:0 12px 40px rgba(124,58,237,.18)}@media (prefers-reduced-motion:reduce){.site-dark .blog-card{transition:none}.site-dark .blog-card:hover{transform:none}}.site-dark article table{border-color:var(--border)}.site-dark article thead{background:var(--surface2)}.site-dark article th{color:var(--text);border-bottom-color:var(--border)}.site-dark article td{color:var(--text2);border-bottom-color:var(--border2)}.site-dark article tbody tr:hover{background:hsla(0,0%,100%,.03)}.site-dark article .table-wrapper{border-color:var(--border)}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)}