:root{--bg:#f7f5fa;--surface:#fff;--text:#1b1523;--text-2:#5b5366;--border:#e6e1ec;--brand:#a810c7;--ok:#0f7b3f;--ok-bg:#e6f5ec;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root{--bg:#0e0b12;--surface:#17121d;--text:#f1edf5;--text-2:#aaa1b5;--border:#2a2232;--ok:#5fd08f;--ok-bg:#12291c;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*{box-sizing:border-box}html,body{margin:0}body{background:var(--bg);color:var(--text);place-items:center;min-height:100vh;padding:24px 16px;font:16px/1.55 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:grid}
