:root{color-scheme:light dark;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#0f172a;color:#e2e8f0}body{margin:0;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem}main.container{width:min(760px,100%);background:#0f172ae0;border-radius:18px;padding:2.25rem;box-shadow:0 30px 70px #0f172a80;display:flex;flex-direction:column;gap:1.5rem}h1{margin:0;font-size:1.8rem}.lead{margin:0;color:#94a3b8}section{display:flex;flex-direction:column;gap:.85rem}section h2{margin:0;font-size:1.1rem;color:#cbd5f5}.status-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.status-indicator{display:inline-flex;padding:.45rem .9rem;border-radius:999px;font-weight:600;border:1px solid transparent;align-items:center;justify-content:center;text-transform:uppercase;letter-spacing:.05em}.status-unknown{background:#94a3b826;border-color:#94a3b859}.status-active{background:#2dd4bf33;border-color:#14b8a699;color:#34d399}.status-inactive{background:#ef444426;border-color:#ef444473;color:#f87171}.controls{display:flex;gap:1rem;flex-wrap:wrap}button{padding:.75rem 1.6rem;font-size:1rem;border-radius:999px;border:none;background:linear-gradient(120deg,#22d3ee,#6366f1);color:#0f172a;cursor:pointer;font-weight:600;transition:transform .15s ease,box-shadow .15s ease}button.secondary{background:#94a3b840;color:#e2e8f0}button:hover{transform:translateY(-1px);box-shadow:0 10px 25px #6366f159}label{font-weight:600}input[type=text]{width:100%;padding:.65rem .75rem;border-radius:12px;border:1px solid rgba(148,163,184,.35);background:#0f172a99;color:inherit;font-size:1rem}.hint{margin:0;color:#94a3b8;font-size:.9rem}.log-viewer pre,#log-output{margin:0;padding:1.2rem;background:#0f172a99;border-radius:14px;font-family:JetBrains Mono,Fira Code,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;max-height:280px;overflow-y:auto;white-space:pre-wrap;word-break:break-word;border:1px solid rgba(148,163,184,.15)}@media(max-width:720px){body{padding:1.5rem}main.container{padding:1.6rem}button{width:100%}}
