body{font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:#0f172a;color:#e5e7eb;margin:0}main{max-width:880px;margin:40px auto;padding:24px}.card{background:#111827;border:1px solid #334155;border-radius:16px;padding:24px;margin:16px 0;box-shadow:0 10px 30px #0004}h1{font-size:34px;margin:0 0 8px}textarea,input,select,button{font:inherit}textarea,input,select{width:100%;box-sizing:border-box;background:#020617;color:#e5e7eb;border:1px solid #475569;border-radius:10px;padding:12px;margin:8px 0}textarea{min-height:170px}button{background:#2563eb;color:white;border:0;border-radius:10px;padding:12px 16px;cursor:pointer;margin-top:8px}button.secondary{background:#334155}.muted{color:#94a3b8}.ok{color:#86efac}.err{color:#fca5a5}.secret{white-space:pre-wrap;background:#020617;border:1px solid #475569;border-radius:10px;padding:16px}code{background:#020617;padding:2px 5px;border-radius:5px}.row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:700px){.row{grid-template-columns:1fr}}