:root{font-family:system-ui,-apple-system,"Segoe UI",sans-serif;color:#172033;background:#f4f6fb}*{box-sizing:border-box}body{margin:0}.shell{max-width:1200px;margin:auto;padding:24px}.card{background:#fff;border:1px solid #e4e8f0;border-radius:14px;padding:20px;box-shadow:0 4px 20px #1720330d}.login-card{max-width:440px;margin:12vh auto}h1,h2,h3{margin-top:0}.topbar,.section-head,.grid{display:flex;gap:16px;align-items:center;justify-content:space-between}.topbar{margin-bottom:20px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:16px}.cards article{background:#172033;color:#fff;padding:18px;border-radius:12px}.cards b,.cards strong{display:block}.cards strong{font-size:30px;margin-top:8px}.grid{align-items:stretch;margin-bottom:16px}.grid>.card{flex:1}.grid label,.login-card label,.switch{display:block;margin:10px 0}input,select,textarea{width:100%;border:1px solid #ccd3df;border-radius:8px;padding:9px;font:inherit}button{border:0;border-radius:8px;background:#315efb;color:#fff;padding:9px 14px;cursor:pointer;margin:4px}button.danger{background:#d64545}button.close{background:none;color:#172033;font-size:24px;float:right}table{width:100%;border-collapse:collapse;margin:12px 0}th,td{padding:9px;border-bottom:1px solid #edf0f4;text-align:left;font-size:14px}th:first-child,td:first-child{width:35px}td input{width:auto}.error{color:#c33;margin-top:8px}.hint{color:#667085;font-size:13px}.section-head>div{display:flex;gap:4px;align-items:center}.section-head select{width:auto}.status-failed{color:#c33}.status-available{color:#18864b}.status-registered{color:#666}dialog{border:0;border-radius:12px;max-width:620px;width:90%;box-shadow:0 10px 40px #0004}dialog::backdrop{background:#0006}pre{white-space:pre-wrap;word-break:break-word}@media(max-width:800px){.cards{grid-template-columns:repeat(2,1fr)}.grid{display:block}.section-head{display:block}.section-head>div{flex-wrap:wrap}table{display:block;overflow:auto;white-space:nowrap}}
