:root{color-scheme:dark;--bg: #0f1219;--surface: #171c27;--surface-hover: #1e2533;--border: #2a3344;--text: #e8ecf1;--muted: #8b97ab;--accent: #c9a227;--accent-dim: #8a7020;--danger: #e05c5c;--ok: #5cbf7a;--radius: 10px;--font: "Segoe UI", system-ui, sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5}#root{min-height:100vh}a{color:var(--accent)}.layout{max-width:960px;margin:0 auto;padding:1.5rem 1.25rem 3rem}header.page-head{margin-bottom:1.75rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}header.page-head h1{margin:0 0 .35rem;font-size:1.5rem;font-weight:600;letter-spacing:-.02em}header.page-head p{margin:0;color:var(--muted);font-size:.95rem}.grid{display:grid;gap:1.25rem}@media(min-width:720px){.grid-2{grid-template-columns:1fr 1fr}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.35rem}.card h2{margin:0 0 1rem;font-size:1.05rem;font-weight:600}label{display:block;font-size:.8rem;color:var(--muted);margin-bottom:.35rem}input[type=text],input[type=password],input[type=url],select,textarea{width:100%;padding:.55rem .75rem;border-radius:6px;border:1px solid var(--border);background:var(--bg);color:var(--text);font:inherit}input:focus,select:focus,textarea:focus{outline:2px solid var(--accent-dim);outline-offset:1px}textarea{min-height:100px;resize:vertical;font-family:ui-monospace,monospace;font-size:.88rem}.field{margin-bottom:.95rem}.field:last-child{margin-bottom:0}.row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.row .field{flex:1;min-width:120px;margin-bottom:0}.row+button[type=submit]{margin-top:.65rem}.card form>button[type=submit]{display:inline-block;width:auto;max-width:100%;box-sizing:border-box}button{font:inherit;cursor:pointer;border-radius:5px;border:1px solid var(--accent-dim);background:linear-gradient(180deg,#d4b32e 0%,var(--accent) 100%);color:#1a1508;padding:.3rem .65rem;font-size:.8125rem;font-weight:600;line-height:1.25}button:hover{filter:brightness(1.06)}button.secondary{background:var(--surface-hover);color:var(--text);border-color:var(--border)}button.secondary:hover{background:var(--border)}button:disabled{opacity:.55;cursor:not-allowed;filter:none}.badge{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600}.badge.ok{background:#5cbf7a33;color:var(--ok)}.badge.err{background:#e05c5c33;color:var(--danger)}.badge.wait{background:#c9a22733;color:var(--accent)}pre.response{margin:.85rem 0 0;padding:.85rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;font-size:.78rem;overflow-x:auto;white-space:pre-wrap;word-break:break-word;max-height:280px;overflow-y:auto}.toolbar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:1rem}.settings-bar{display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.settings-bar{flex-direction:row;align-items:flex-end}.settings-bar .field{flex:1;margin-bottom:0}}.hint{font-size:.8rem;color:var(--muted);margin-top:.5rem}
