@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Inter:wght@300;400;500;600;700&display=swap");:root{--bg:#07090f;--bg2:#0b0f1a;--sf:#0d1322;--sf2:#111a2e;--sf3:#162035;--bd:#182038;--bd2:#1e2c47;--tx:#e4eef8;--tx2:#7a9abe;--tx3:#4e6e92;--blue:#3b82f6;--blue-d:#0d1e3d;--blue-b:#1e3a5f;--pur:#8b5cf6;--pur-d:#1a0b35;--pur-b:#3b1d7a;--cyn:#06b6d4;--cyn-d:#051b24;--cyn-b:#0a4455;--grn:#22c55e;--grn-d:#052e14;--grn-b:#0f4225;--red:#ef4444;--red-d:#1a0505;--red-b:#3b0a0a;--amb:#f59e0b;--amb-d:#1c1005;--amb-b:#451a03;--orn:#f97316;--orn-d:#1c0a03;--pnk:#ec4899;--pnk-d:#220514}:root[data-theme=light]{--bg:#f1f4f8;--bg2:#e7ecf2;--sf:#fff;--sf2:#f8fafc;--sf3:#eef2f7;--bd:#dde3ed;--bd2:#c7d0de;--tx:#1a2332;--tx2:#5b6b82;--tx3:#71839c;--blue:#2563eb;--blue-d:#dbeafe;--blue-b:#93c5fd;--pur:#7c3aed;--pur-d:#ede4fe;--pur-b:#c4b5fd;--cyn:#0e7490;--cyn-d:#cffafe;--cyn-b:#67e8f9;--grn:#15803d;--grn-d:#dcfce7;--grn-b:#86efac;--red:#dc2626;--red-d:#fee2e2;--red-b:#fca5a5;--amb:#b45309;--amb-d:#fef3c7;--amb-b:#fcd34d;--orn:#c2410c;--orn-d:#ffedd5;--pnk:#be185d;--pnk-d:#fce7f3}*{box-sizing:border-box;padding:0;margin:0}body,html{background:var(--bg);color:var(--tx);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}.mono{font-family:DM Mono,ui-monospace,monospace}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--bd2);border-radius:3px}