:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0f172a;--card:#1e293b;--border:#334155;--text:#f1f5f9;--text-muted:#94a3b8;--accent:#6366f1;--accent-hover:#4f46e5;--error:#ef4444;--success:#22c55e;--radius:8px;color:var(--text);background:var(--bg);font-family:system-ui,-apple-system,sans-serif}*,:before,:after{box-sizing:border-box;margin:0}body{justify-content:center;padding:3rem 1rem;display:flex}main{width:100%;max-width:480px}h1{margin-bottom:.25rem;font-size:1.5rem}.subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:.875rem}form{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.field{flex-direction:column;gap:.375rem;display:flex}.field label{color:var(--text);font-size:.8125rem;font-weight:500}.field input,.field select{border:1px solid var(--border);color:var(--text);background:#ffffff0a;border-radius:6px;padding:.5rem .75rem;font-family:inherit;font-size:.875rem;transition:border-color .15s,background .15s}.field input:focus,.field select:focus{border-color:var(--accent);background:#ffffff0f;outline:none}.field.has-error input,.field.has-error select{border-color:var(--error)}.field[data-touched]:has(input:invalid){border-color:var(--error)}.field-error{color:var(--error);min-height:1rem;font-size:.75rem}.actions{gap:.5rem;margin-top:.5rem;display:flex}button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.625rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .15s}button:hover:not(:disabled){background:var(--accent-hover)}button:disabled{opacity:.5;cursor:not-allowed}button.secondary{color:var(--text-muted);border:1px solid var(--border);background:0 0}button.secondary:hover:not(:disabled){color:var(--text);background:#ffffff0a}.success-banner{color:var(--success);background:#22c55e1a;border:1px solid #22c55e4d;border-radius:6px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.error-banner{color:var(--error);background:#ef44441a;border:1px solid #ef44444d;border-radius:6px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}[aria-busy=true]{pointer-events:none;opacity:.7}.schema-block{color:var(--text-muted);white-space:pre-wrap;background:#0003;border-radius:6px;margin-top:2rem;padding:1rem;font-family:SF Mono,Menlo,monospace;font-size:.75rem}
