:root{--bg: #181a1f;--bg-soft: #1f232b;--panel: #242a34;--panel-soft: #2d3440;--text: #e7edf8;--muted: #c0c9db;--text-strong: #f7fbff;--border: #000000;--brand: #4a5670;--brand-bright: #66789c;--brand-hover: #596988;--brand-edge: #151a24;--input-bg: #1b212b;--input-bg-focus: #232b38;--focus: #8aa3d9;--link: #a6b9e6}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI Variable,Segoe UI,Helvetica Neue,Arial,sans-serif;color:var(--text);background:linear-gradient(160deg,var(--bg) 0%,var(--bg-soft) 100%);min-height:100vh;display:flex;flex-direction:column}header{position:sticky;top:0;z-index:40;background:#1b1f27;color:var(--text-strong);border-bottom:1px solid #000000}.construction-banner{background:#000;color:#ff8a00;border-top:1px solid #ff8a00;border-bottom:1px solid #000000;font-size:.82rem;font-weight:700;letter-spacing:.02em;padding:4px 0;overflow:hidden;white-space:nowrap}.construction-marquee{display:inline-block;padding-left:100%;will-change:transform;animation:construction-marquee 16s linear infinite}@keyframes construction-marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.topbar{max-width:960px;margin:0 auto;padding:8px 16px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px}.brand{position:relative;display:inline-flex;align-items:center;margin:0;font-size:1.05rem;letter-spacing:.02em}.brand:after{content:"";position:absolute;left:0;top:100%;width:100%;height:10px}.brand-link{display:inline-flex;align-items:center;color:var(--text-strong);text-decoration:none}.brand-logo{display:block;height:28px;width:auto}.brand-link:hover{filter:brightness(1.08)}.brand-menu{position:absolute;top:100%;margin-top:2px;left:0;display:none;min-width:210px;padding:8px;border:1px solid #000000;border-radius:8px;background:linear-gradient(180deg,#242b37,#1d232e);box-shadow:0 8px 18px #00000073,inset 0 1px #a6b9e614;z-index:15}.brand-menu a{display:block;color:var(--text);text-decoration:none;padding:6px 8px;border-radius:4px}.brand-menu a:hover,.brand-menu a:focus{background:#66789c47}.brand:hover .brand-menu,.brand:focus-within .brand-menu{display:block}.top-nav{display:flex;gap:10px;flex-wrap:wrap}.top-nav a{color:var(--text);text-decoration:none;padding:3px 8px;border-radius:4px;border:1px solid #000000;background:#4a567033}.top-nav a:hover{background:#66789c59}main{width:100%;max-width:960px;margin:22px auto;padding:0 16px;flex:1}.page-panel{background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:18px;box-shadow:inset 0 2px 10px #00000052,0 1px #a6b9e614}h1,h2{margin-top:0}p{line-height:1.45}a{color:var(--link)}button,input[type=submit],input[type=button],input[type=reset]{background:linear-gradient(180deg,var(--brand-bright) 0%,var(--brand) 100%);color:#fff;border:1px solid #000000;border-bottom:2px solid var(--brand-edge);border-radius:7px;padding:8px 14px;font-weight:600;letter-spacing:.01em;cursor:pointer;box-shadow:0 1px #000,0 6px 14px #02061759;transition:transform .12s ease,box-shadow .18s ease,background .18s ease}button:hover,input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover{background:linear-gradient(180deg,#7688ae 0%,var(--brand-hover) 100%);transform:translateY(-1px);box-shadow:0 1px #000,0 10px 18px #02061773}button:active,input[type=submit]:active,input[type=button]:active,input[type=reset]:active{transform:translateY(0);box-shadow:0 1px #000,0 4px 8px #0206174d}button:disabled,input[type=submit]:disabled,input[type=button]:disabled,input[type=reset]:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:0 1px #000,0 3px 6px #02061740}input:not([type=submit]):not([type=button]):not([type=reset]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=color]):not([type=range]):not([type=hidden]),select,textarea{margin-top:3px;margin-bottom:8px;width:100%;max-width:420px;padding:10px 12px;border:1px solid #000000;border-radius:12px;background:linear-gradient(180deg,#171d27 0%,var(--input-bg) 100%);color:var(--text-strong);box-shadow:inset 0 1px #94a3b826,0 1px #000;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}input:not([type=submit]):not([type=button]):not([type=reset]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=color]):not([type=range]):not([type=hidden])::placeholder,textarea::placeholder{color:#9eabc3}input:not([type=submit]):not([type=button]):not([type=reset]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=color]):not([type=range]):not([type=hidden]):focus,select:focus,textarea:focus,button:focus,input[type=submit]:focus,input[type=button]:focus,input[type=reset]:focus,a:focus{outline:2px solid var(--focus);outline-offset:2px}input:not([type=submit]):not([type=button]):not([type=reset]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=color]):not([type=range]):not([type=hidden]):focus,select:focus,textarea:focus{background:linear-gradient(180deg,#1f2633 0%,var(--input-bg-focus) 100%);border-color:#131821;box-shadow:inset 0 1px #a6b9e659,0 0 0 2px #8aa3d93d}label{display:inline-block;color:var(--text-strong);font-weight:600;margin-bottom:6px}.form-section{border:1px solid #000000;background:linear-gradient(180deg,#262d39,#212733);border-radius:10px;padding:14px;box-shadow:inset 0 2px 10px #00000073,inset 0 -1px #a6b9e61a}.form-stack{display:grid;gap:14px}.field-row{display:grid;gap:4px}.form-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.button-quiet{background:linear-gradient(180deg,#3f4a5f,#222933)}.button-quiet:hover{background:linear-gradient(180deg,#4c5a72,#1a212b)}footer{border-top:1px solid #000000;color:var(--muted);font-size:.95rem;background:#1b1f27}.footer-wrap{max-width:960px;margin:0 auto;padding:12px 16px 16px;display:grid;gap:12px}.footer-brand-block small{font-weight:600;letter-spacing:.02em}.footer-columns{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.footer-column{display:grid;gap:7px;align-content:start}.footer-column h2{margin:0;font-size:.9rem;color:var(--text-strong);letter-spacing:.01em}.footer-column a{color:var(--link);text-decoration:none}.footer-column a:hover{text-decoration:underline}@media(max-width:700px){.footer-columns{grid-template-columns:1fr}}.message{padding:10px;border:1px solid #000000;background:#303846;border-radius:6px}.universal-shell{display:grid;gap:14px}.universal-shell .headline{margin:0}.universal-shell .subtle{margin:0;color:var(--muted)}.universal-shell .step-track{display:flex;gap:10px;flex-wrap:wrap}.universal-shell .step-pill{border:1px solid #000000;border-radius:999px;background:#222933;color:var(--muted);padding:5px 11px;font-size:.9rem}.universal-shell .step-pill.active{background:#303846;color:var(--text-strong)}.universal-shell .mode-badge{display:inline-flex;align-items:center;gap:8px;border:1px solid #000000;border-radius:999px;background:#222933;color:var(--text-strong);padding:5px 11px;font-size:.9rem}.universal-shell .dot{width:8px;height:8px;border-radius:50%;background:#93b2e8}.universal-shell .step-card{display:grid;gap:10px}.universal-shell .step-card.hidden,.universal-shell .step-pill.hidden{display:none}.universal-shell .otp-meta{display:grid;gap:8px}.universal-shell .otp-countdown{font-size:.9rem;color:var(--text)}.universal-shell .bar-wrap{width:100%;height:10px;border-radius:999px;background:#171d27;border:1px solid #000000;overflow:hidden}.universal-shell .bar{height:100%;width:100%;background:linear-gradient(90deg,#5d6f91,#8aa3d9);transform-origin:left}.universal-shell .bar.expiring{background:linear-gradient(90deg,#f59e0b,#f97316)}.universal-shell .bar.expired{background:linear-gradient(90deg,#ef4444,#dc2626)}.start-over{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:linear-gradient(180deg,var(--brand-bright) 0%,var(--brand) 100%);color:#fff;border:1px solid #000000;border-bottom:2px solid var(--brand-edge);border-radius:7px;padding:8px 14px;font-weight:600;letter-spacing:.01em;cursor:pointer;box-shadow:0 1px #000,0 6px 14px #02061759;transition:transform .12s ease,box-shadow .18s ease,background .18s ease}.start-over:hover{background:linear-gradient(180deg,#7688ae 0%,var(--brand-hover) 100%);transform:translateY(-1px);box-shadow:0 1px #000,0 10px 18px #02061773}.start-over:active{transform:translateY(0);box-shadow:0 1px #000,0 4px 8px #0206174d}.onboard-shell{display:grid;gap:14px}.onboard-shell .headline{margin:0}.onboard-shell .subtle{color:var(--muted);margin:0}.onboard-shell .step-row{display:flex;gap:10px;flex-wrap:wrap}.onboard-shell .step-pill{border:1px solid #000000;border-radius:999px;padding:6px 12px;font-size:.9rem;color:var(--muted);background:#222933}.onboard-shell .step-pill.active{border-color:#000;color:var(--text-strong);background:#303846}.onboard-shell .step-card{border:0;border-radius:0;padding:0;background:transparent}.onboard-shell .step-card h2{margin-bottom:8px}.onboard-shell .step-card.hidden{display:none}.onboard-shell .otp-meta{display:grid;gap:7px;margin-bottom:10px}.onboard-shell .otp-countdown{font-size:.9rem;color:var(--text)}.onboard-shell .bar-wrap{width:100%;height:10px;border-radius:999px;background:#171d27;border:1px solid #000000;overflow:hidden}.onboard-shell .bar{height:100%;width:100%;background:linear-gradient(90deg,#5d6f91,#8aa3d9);transform-origin:left}.onboard-shell .bar.expiring{background:linear-gradient(90deg,#f59e0b,#f97316)}.onboard-shell .bar.expired{background:linear-gradient(90deg,#ef4444,#dc2626)}.onboard-shell .link-row{display:flex;gap:14px;flex-wrap:wrap}.status-line{display:inline-flex;align-items:center;gap:8px}.status-dot{width:11px;height:11px;border-radius:999px;border:1px solid #000000;box-shadow:0 0 0 1px #0000004d;display:inline-block}.status-green{background:#22c55e}.status-yellow{background:#f59e0b}.status-red{background:#ef4444}.status-gray{background:#667085}.health-map{display:grid;grid-template-columns:repeat(10,12px);gap:3px;margin-top:10px;margin-bottom:8px}.health-block{width:12px;height:12px;border:1px solid #000000;border-radius:3px;background:#202733}.health-block.green{background:#22c55e}.health-block.yellow{background:#f59e0b}.health-block.red{background:#ef4444}.health-block.gray{background:#667085}.legend{display:flex;flex-wrap:wrap;gap:12px;font-size:.9rem;color:var(--muted);margin-top:6px}.legend-item{display:inline-flex;align-items:center;gap:6px}.server-inline{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px;margin-left:6px}.server-input{margin:0;width:min(100%,260px);max-width:260px;padding-top:8px;padding-bottom:8px;font-size:.95rem}.copy-feedback{margin:0;font-size:.9rem;color:var(--muted)}@media(max-width:640px){.topbar{align-items:flex-start;flex-direction:column}.top-nav{width:100%}}
