:root{color:#0f172a;background:#f8fafc;font-family:Inter,system-ui,sans-serif}body{margin:0}header{color:#fff;background:#0f172a;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex;position:sticky;top:0}nav{background:#fff;border-bottom:1px solid #e2e8f0;gap:.5rem;padding:.75rem;display:flex;overflow:auto}button,.button{color:#fff;background:#2563eb;border:0;border-radius:.75rem;padding:.75rem 1rem;font-weight:700}button.active{background:#0f172a}main{max-width:760px;margin:auto;padding:1rem}.card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;box-shadow:0 8px 24px #0001}input,select{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:.75rem;width:100%;margin:.35rem 0;padding:.8rem;font-size:16px}.row{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.item{border-bottom:1px solid #e2e8f0;padding:.75rem}.err{color:#b91c1c}a{color:#2563eb;margin:.75rem 0;font-weight:700;display:block}pre{white-space:pre-wrap;color:#e2e8f0;background:#0f172a;border-radius:.75rem;padding:1rem}
