:root{font-family:Inter,"Microsoft YaHei",system-ui,sans-serif;color:#243449;background:#f5f7fb;font-size:14px}*{box-sizing:border-box}body{margin:0}header{height:84px;background:white;border-bottom:1px solid #e5eaf1;display:flex;align-items:center;justify-content:space-between;padding:0 5vw}header strong{font-size:24px}header span{margin-left:24px;color:#718095}main{max-width:1240px;margin:32px auto;padding:0 24px}.card{background:white;border:1px solid #e2e8f0;border-radius:10px;padding:24px;margin-bottom:22px}.login{max-width:400px;margin:9vh auto}h1{font-size:24px;margin:0 0 28px}h2{font-size:18px;margin:0}label{display:block;margin:18px 0;color:#566477}input{border:1px solid #d9e1eb;padding:11px 12px;border-radius:6px;font:inherit;display:block;width:100%;margin-top:8px;color:#243449;background:white}input:focus{outline:2px solid #b7d8ff;border-color:#2788e8}button{border:1px solid #d9e1eb;background:white;color:#354860;padding:10px 16px;border-radius:6px;cursor:pointer;font:inherit;white-space:nowrap}button:hover{background:#edf5ff;border-color:#9bc9fa}button.primary{background:#2788e8;border-color:#2788e8;color:white}button:disabled{opacity:.5;cursor:wait}.login button{width:100%;margin-top:10px}.toolbar{display:flex;align-items:center;gap:12px;margin-bottom:22px}.toolbar h2{margin-right:auto}.toolbar input{width:220px;margin:0}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:22px}.stats div{padding:22px;background:white;border:1px solid #e2e8f0;border-radius:10px;color:#8090a4}.stats strong{display:block;font-size:30px;color:#243449;margin-top:10px}table{border-collapse:collapse;width:100%;text-align:left}th{color:#7c899b;font-weight:500;background:#f7f9fc}th,td{padding:15px 12px;border-bottom:1px solid #edf0f5}td button{padding:6px 10px;margin-right:7px}td.good{color:#179c70}td.bad{color:#d34a5e}td.muted{color:#8b96a5}.tablewrap{overflow-x:auto}details summary{cursor:pointer;color:#5f7088}details table{margin-top:18px}dialog{border:1px solid #dae2ee;border-radius:12px;width:440px;padding:28px;box-shadow:0 16px 80px #24344930}dialog::backdrop{background:#24344945}.check{display:flex;gap:10px;align-items:center}.check input{width:auto;margin:0}.actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}#message{color:#b63c4c;min-height:20px}[hidden]{display:none!important}@media(max-width:760px){.stats{grid-template-columns:repeat(2,1fr)}.toolbar{flex-wrap:wrap}.toolbar input{width:100%}main{padding:0 14px}}
