:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--accent:#aa3bff;--accent-bg:#aa3bff1a;--sans:system-ui, "Segoe UI", Roboto, sans-serif;font:16px/145% var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--accent:#c084fc;--accent-bg:#c084fc26}}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);-webkit-tap-highlight-color:transparent}#root{flex-direction:column;min-height:100svh;display:flex}section{flex-direction:column;gap:12px;padding:24px 20px;display:flex}h1,h2{color:var(--text-h);margin:0 0 8px;font-weight:500}h1{font-size:26px}h2{font-size:18px}p{margin:0 0 12px}button{font:inherit;background:var(--accent);color:#fff;border:none;border-radius:10px;width:100%;min-height:48px;padding:14px 20px}button:disabled{opacity:.5}input{font:inherit;border:1px solid var(--border);background:var(--bg);width:100%;min-height:48px;color:var(--text-h);border-radius:10px;padding:12px 14px}
