:root{color-scheme:dark;font-family:Inter,system-ui,sans-serif;background:#0f172a;color:#e2e8f0}*{box-sizing:border-box}body{margin:0}.page{max-width:960px;margin:0 auto;padding:1.5rem}.page.narrow{max-width:720px}.topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.actions,.row-actions{display:flex;gap:.5rem;flex-wrap:wrap}.card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1rem;margin-bottom:1rem}.card.row{display:flex;justify-content:space-between;align-items:center;gap:1rem}label{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem}input,textarea,button,.button{font:inherit}input,textarea{background:#0f172a;color:inherit;border:1px solid #475569;border-radius:8px;padding:.65rem .75rem}textarea{min-height:90px}.button,button{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:.65rem 1rem;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.button.secondary,button.secondary{background:#334155}.button.danger{background:#b91c1c}.muted{color:#94a3b8}.error{color:#fca5a5}.badge{display:inline-block;padding:.2rem .5rem;border-radius:999px;font-size:.8rem;background:#334155}.badge.container{background:#1d4ed8}.badge.host{background:#b45309}.badge.succeeded{background:#15803d}.badge.failed,.badge.timeout{background:#b91c1c}.toggle-group{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.toggle{background:#334155}.toggle.active{background:#2563eb}.param-row{display:grid;grid-template-columns:1fr 1fr auto auto;gap:.5rem;margin-bottom:.5rem}.checkbox{flex-direction:row;align-items:center}pre{background:#020617;border-radius:8px;padding:.75rem;overflow:auto;white-space:pre-wrap;word-break:break-word}.inline-code{margin-top:.5rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#020617bf;display:flex;align-items:center;justify-content:center;padding:1rem}.modal{width:min(900px,100%);max-height:90vh;overflow:auto}.modal-header,.section-header{display:flex;justify-content:space-between;align-items:center}@media(max-width:700px){.card.row,.topbar,.param-row{flex-direction:column;display:flex}.param-row{display:flex;flex-direction:column}}
