:root{--bg: #f6f5f1;--surface: #ffffff;--text: #1f1f1c;--muted: #6b6b66;--border: rgba(0, 0, 0, .1);--install: #185FA5;--tss: #1D9E75;--guarding: #BA7517;--created: #378ADD;--won: #639922;--accent: #534AB7;--danger: #A32D2D;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}.wrap{max-width:1080px;margin:0 auto;padding:28px 20px 60px}h1{font-size:22px;font-weight:600;margin:0 0 2px}.header-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.filter{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:8px}.filter select{font:inherit;font-size:13px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:6px 10px;cursor:pointer}.filter select:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.sub{font-size:13px;color:var(--muted);margin:0 0 20px}.section-title{font-size:15px;font-weight:600;margin:28px 0 4px}.section-note{font-size:12px;color:var(--muted);margin:0 0 14px}hr{border:none;border-top:1px solid var(--border);margin:26px 0 0}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.cards-3{grid-template-columns:repeat(3,1fr)}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 16px}.card .label{font-size:12px;color:var(--muted);margin:0 0 6px}.card .value{font-size:23px;font-weight:600;margin:0}.card .hint{font-size:11px;color:var(--muted);margin:4px 0 0}.card.alert{background:#fdeeee;border-color:#f3c9c9}.card.alert .value,.card.alert .label,.card.alert .hint{color:var(--danger)}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:22px}.panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 16px}.chart-box{position:relative;height:200px}.chart-box.short{height:170px}.chart-box.tall{height:240px}table{width:100%;border-collapse:collapse;font-size:13px}th,td{text-align:left;padding:6px 4px}th{color:var(--muted);font-weight:500;border-bottom:1px solid var(--border)}td.r,th.r{text-align:right}tbody tr{border-bottom:1px solid var(--border)}.legend{display:flex;flex-wrap:wrap;gap:14px;font-size:12px;color:var(--muted);margin-bottom:8px}.legend span{display:flex;align-items:center;gap:5px}.dot{width:10px;height:10px;border-radius:2px;display:inline-block}.state{padding:60px 0;text-align:center;color:var(--muted)}.refreshed{font-size:11px;color:var(--muted);margin-top:24px;text-align:right}@media (max-width: 760px){.cards,.cards-3,.grid2{grid-template-columns:1fr}}
