:root{--bg: #0b0f14;--panel: #121a23;--text: #e6edf3;--muted: #9fb0c0;--border: rgba(255,255,255,.08);--danger: #ff6b6b;--ok: #3ddc97}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif}a{color:inherit}.wrap{max-width:1600px;margin:0 auto;padding:24px 16px}.header{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:18px}.brand{display:flex;flex-direction:column;gap:4px}.brand h1{font-size:18px;margin:0;letter-spacing:.3px}.brand p{margin:0;color:var(--muted);font-size:13px}.card{background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:18px}.grid{display:grid;gap:16px}@media(min-width:900px){.grid.cols-2{grid-template-columns:1.2fr .8fr}}.btn{color:inherit;display:inline-block;padding:10px 14px;border-radius:12px;border:1px solid var(--border);background:#ffffff08;text-decoration:none;cursor:pointer;font-weight:600}.btn.primary{background:#3ddc971f;border-color:#3ddc9759}.note{color:var(--muted);font-size:13px;line-height:1.45}.kvs{display:grid;grid-template-columns:140px 1fr;gap:10px 14px;font-size:13px}.kvs .k{color:var(--muted)}.tag{display:inline-flex;align-items:centre;gap:8px;font-size:12px;padding:4px 10px;border-radius:999px;border:1px solid var(--border);background:#ffffff08}.dot{width:8px;height:8px;border-radius:50%;background:var(--muted);display:inline-block}.dot.ok{background:var(--ok)}.dot.bad{background:var(--danger)}.terminal{width:100%;height:min(72vh,1280px);border-radius:14px;border:1px solid var(--border);background:#000;overflow:hidden}.alert{margin-top:16px;padding:12px 14px;border-radius:6px;border:1px solid #444;background:#1e1e1e;color:#e6e6e6;font-size:14px}.alert-warning{border-color:#b98900;background:#2a2100;color:#ffd966}.alert-success{border-color:#2f8f2f;background:#0f2a0f;color:#a6f3a6}.alert-error{border-color:#b33a3a;background:#2a1010;color:#ffb3b3}#screen div{background:none!important}#softKeyboardBar{position:fixed;right:12px;bottom:12px;z-index:9999;display:flex;gap:10px;transition:transform .12s linear;will-change:transform}#softKeyboardBar button{width:48px;height:48px;padding:0;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:#0000008c;color:#fff;font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center}#softKeyboardButton{font-size:20px}#softKeyboardBar button.is-toggled{border-color:#66ccffe6;background:#66ccff40}.container{width:100%;max-width:960px;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}.text-center{text-align:center}.py-5{padding-top:3rem;padding-bottom:3rem}.mt-3{margin-top:1rem}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2;margin-bottom:.5rem}.lead{font-size:1.25rem;font-weight:300;color:#555}
