@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=DM+Mono:wght@400;500&display=swap");:root{--c-bg:#0a0e1a;--c-surface:#111827;--c-surface2:#1a2235;--c-border:rgba(255,255,255,0.08);--c-border2:rgba(255,255,255,0.14);--c-text:#f0f4ff;--c-muted:#8892a4;--c-green:#22c55e;--c-green-bg:rgba(34,197,94,0.12);--c-red:#ef4444;--c-red-bg:rgba(239,68,68,0.12);--c-amber:#f59e0b;--c-amber-bg:rgba(245,158,11,0.12);--c-blue:#3b82f6;--c-blue-bg:rgba(59,130,246,0.12);--c-purple:#8b5cf6;--c-teal:#14b8a6;--radius:10px;--radius-lg:14px}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:DM Sans,system-ui,sans-serif;background:var(--c-bg);color:var(--c-text);min-height:100vh;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--c-border2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.25)}.font-mono{font-family:DM Mono,monospace}.text-muted{color:var(--c-muted)}.text-green{color:var(--c-green)}.text-red{color:var(--c-red)}.text-amber{color:var(--c-amber)}.text-blue{color:var(--c-blue)}.text-purple{color:var(--c-purple)}