:root{--bg:#f5f5f7;--surface:#ffffff;--surface-alt:#f4f4f6;--ink:#0f172a;--ink-soft:#6b7280;--border:#e5e7eb;--accent:#0f172a;--accent-contrast:#ffffff;--critical:#dc2626;--high:#ea580c;--medium:#ca8a04;--low:#16a34a;--radius:16px;--grad-start:#6366f1;--grad-mid:#818cf8;--grad-end:#22d3ee;--hover-bg:#fafafa;--input-bg:#fafafa;--placeholder:#b4b4bc;--error-bg:#fef2f2;--error-border:#fecaca;--glass-bg:rgba(255,255,255,0.72);--glass-border:rgba(15,15,20,0.06);--indigo-bg:#eef2ff;--indigo-ink:#4f46e5}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#0b0b0e;--surface:#17171b;--surface-alt:#202024;--ink:#f2f2f5;--ink-soft:#9a9aa3;--border:#2a2a30;--hover-bg:#232327;--input-bg:#1c1c20;--placeholder:#6b6b74;--error-bg:#3a1414;--error-border:#5c2020;--glass-bg:rgba(23,23,27,0.72);--glass-border:rgba(255,255,255,0.08);--indigo-bg:#1e2247;--indigo-ink:#a5b4fc}}:root[data-theme=dark]{--bg:#0b0b0e;--surface:#17171b;--surface-alt:#202024;--ink:#f2f2f5;--ink-soft:#9a9aa3;--border:#2a2a30;--hover-bg:#232327;--input-bg:#1c1c20;--placeholder:#6b6b74;--error-bg:#3a1414;--error-border:#5c2020;--glass-bg:rgba(23,23,27,0.72);--glass-border:rgba(255,255,255,0.08);--indigo-bg:#1e2247;--indigo-ink:#a5b4fc}*{box-sizing:border-box}body,html{padding:0;margin:0}body{background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;min-height:100dvh}button{font-family:inherit}a{color:inherit}