:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,sans-serif;background:#0b1220;color:#e6edf7}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,#172a45,#0b1220 45rem)}header{display:flex;justify-content:space-between;align-items:center;padding:1rem 5vw;border-bottom:1px solid #26364d;background:#0b1220cc;position:sticky;top:0;backdrop-filter:blur(10px)}.brand{font-weight:800;color:#7dd3fc;text-decoration:none;font-size:1.2rem}nav{display:flex;align-items:center;gap:1rem}a{color:#a5d8ff}nav a,.link{font-size:.9rem;color:#d7e7fb;text-decoration:none}.link{background:none;border:0;padding:0;cursor:pointer}main{max-width:1180px;margin:0 auto;padding:2.5rem 1.25rem}.page-head{display:flex;justify-content:space-between;gap:2rem;align-items:flex-start}.page-head h1{margin:0}.page-head p{color:#9ab0cb}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin:1.5rem 0}.card,.panel,.auth-card{background:#101c2e;border:1px solid #263b58;border-radius:14px;padding:1.25rem;box-shadow:0 12px 35px #0003}.card h2,.panel h2{margin-top:0}.card dl{display:grid;grid-template-columns:1fr auto;gap:.65rem;margin:1rem 0 0}.card dt{color:#9ab0cb}.status{color:#86efac;text-transform:uppercase;font-size:.8rem;font-weight:700}.pill{background:#1d4f70;color:#c9efff;border-radius:999px;padding:.35rem .65rem;white-space:nowrap}.split{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin:1rem 0}.panel{overflow:auto;margin:1rem 0}.auth-card{max-width:430px;margin:10vh auto}.auth-card h1{margin-top:0}label{display:grid;gap:.35rem;margin:.7rem 0;color:#b8c9dd;font-size:.9rem}input,select,button{font:inherit;border-radius:8px}input,select{background:#08111f;border:1px solid #395574;color:#e6edf7;padding:.65rem}button,.button{display:inline-block;background:#0e7490;color:white;border:0;padding:.65rem .9rem;cursor:pointer;text-decoration:none}button:hover,.button:hover{background:#0891b2}.qr{display:block;background:white;padding:10px;margin:1rem auto;max-width:240px}table{width:100%;border-collapse:collapse;min-width:620px}th,td{text-align:left;padding:.6rem;border-bottom:1px solid #263b58;font-size:.9rem}pre{white-space:pre-wrap;word-break:break-word;background:#08111f;padding:1rem;border-radius:8px}.codes{columns:2;font-family:ui-monospace,monospace}.error{border:1px solid #f87171;background:#450a0a;padding:1rem;border-radius:10px}#notice{position:fixed;right:1rem;bottom:1rem;max-width:350px;background:#164e63;padding:.8rem;border-radius:8px;display:none}@media(max-width:700px){header{align-items:flex-start;gap:1rem;flex-direction:column}nav{flex-wrap:wrap}.codes{columns:1}}
