.dashboard-page{color:#2c2c2c;width:100%}.dashboard-header,.dashboard-heading,.dashboard-update,.dashboard-shortcuts,.dashboard-panel-header{align-items:center;display:flex}.dashboard-header{justify-content:space-between;gap:20px;margin-bottom:18px}.dashboard-heading{gap:14px;min-width:0}.dashboard-heading-icon{color:#1b75bb;background:#e8f4fd;border-radius:8px;flex:0 0 44px;place-items:center;width:44px;height:44px;font-size:23px;display:grid}.dashboard-heading h1{color:#3f454a;letter-spacing:0;margin:0;font-size:22px;line-height:1.2}.dashboard-heading p{color:#6b6b6b;text-transform:capitalize;margin:3px 0 0;font-size:13px}.dashboard-update{color:#6b6b6b;white-space:nowrap;gap:9px;font-size:12px}.dashboard-refresh{color:#1b75bb;cursor:pointer;background:#fff;border:1px solid #d9dee2;border-radius:6px;place-items:center;width:34px;height:34px;display:grid}.dashboard-refresh:disabled{color:#9aa1a6;cursor:wait}.dashboard-alert{color:#a52626;background:#fff5f5;border:1px solid #efb6b6;border-radius:6px;align-items:center;gap:8px;margin-bottom:14px;padding:10px 12px;font-size:13px;display:flex}.dashboard-summary-line{color:#6b6b6b;align-items:baseline;gap:5px;margin-bottom:12px;font-size:13px;display:flex}.dashboard-summary-line strong{color:#3f454a;font-size:18px}.dashboard-summary-line span{color:#4d4d4d;margin-left:auto}.dashboard-metrics{grid-template-columns:repeat(6,minmax(130px,1fr));gap:10px;display:grid}.dashboard-metric{box-sizing:border-box;background:#fff;border:1px solid #dfe3e6;border-radius:8px;align-items:center;gap:11px;min-height:76px;padding:12px;display:flex}.dashboard-metric-icon{background:var(--tone-bg);width:34px;height:34px;color:var(--tone-fg);border-radius:6px;flex:0 0 34px;place-items:center;font-size:18px;display:grid}.dashboard-metric strong,.dashboard-metric span{display:block}.dashboard-metric strong{color:#2f3438;font-size:22px;line-height:1}.dashboard-metric span{color:#6b6b6b;white-space:nowrap;margin-top:5px;font-size:11px}.dashboard-shortcuts{flex-wrap:wrap;gap:8px;margin:14px 0}.dashboard-shortcuts button{color:#4d4d4d;cursor:pointer;background:#fff;border:1px solid #d9dee2;border-radius:6px;align-items:center;gap:7px;min-height:34px;padding:7px 11px;font-size:12px;display:inline-flex}.dashboard-shortcuts button:hover,.dashboard-refresh:hover:not(:disabled){color:#1b75bb;border-color:#1b75bb}.dashboard-panels{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:14px;display:grid}.dashboard-panel{background:#fff;border:1px solid #dfe3e6;border-radius:8px;min-width:0;overflow:hidden}.dashboard-panel-header{box-sizing:border-box;border-bottom:1px solid #e5e8ea;justify-content:space-between;gap:12px;min-height:64px;padding:12px 15px}.dashboard-panel-header h2{color:#3f454a;letter-spacing:0;margin:0;font-size:15px}.dashboard-panel-header p{color:#7a8085;margin:3px 0 0;font-size:11px}.dashboard-panel-count{color:#4d4d4d;background:#edf1f3;border-radius:50%;place-items:center;min-width:27px;height:27px;font-size:12px;font-weight:700;display:grid}.dashboard-table-wrap{overflow-x:auto}.dashboard-table{border-collapse:collapse;width:100%;font-size:12px}.dashboard-table th,.dashboard-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #edf0f1;padding:9px 11px}.dashboard-table th{color:#676d72;background:#f6f7f8;font-size:11px;font-weight:600}.dashboard-table tbody tr:last-child td{border-bottom:0}.dashboard-table td{color:#5c6267}.dashboard-table td strong{color:#34393d;font-weight:600}.dashboard-time{font-weight:700;color:#1b75bb!important}.dashboard-status{background:var(--tone-bg);min-height:22px;color:var(--tone-fg);text-transform:uppercase;border-radius:20px;align-items:center;padding:2px 8px;font-size:10px;font-weight:700;display:inline-flex}.dashboard-empty{height:130px;color:#7a8085!important;text-align:center!important}.dashboard-empty i{color:#9aa1a6;margin-bottom:6px;font-size:26px;display:block}.dashboard-tone-blue{--tone-bg:#e8f4fd;--tone-fg:#156aa8}.dashboard-tone-amber{--tone-bg:#fff4d6;--tone-fg:#9a6300}.dashboard-tone-teal{--tone-bg:#dff4f1;--tone-fg:#08766d}.dashboard-tone-violet{--tone-bg:#f0e8f7;--tone-fg:#6f3c8d}.dashboard-tone-green{--tone-bg:#e3f3e8;--tone-fg:#28763d}.dashboard-tone-red{--tone-bg:#fae6e6;--tone-fg:#a52c2c}.dashboard-tone-orange{--tone-bg:#fff0e3;--tone-fg:#a84d16}.dashboard-tone-neutral{--tone-bg:#edf1f3;--tone-fg:#5f666b}.is-spinning{animation:.8s linear infinite dashboard-spin;display:inline-block}@keyframes dashboard-spin{to{transform:rotate(360deg)}}@media (width<=1180px){.dashboard-metrics{grid-template-columns:repeat(3,minmax(130px,1fr))}}@media (width<=880px){.dashboard-panels{grid-template-columns:1fr}}@media (width<=620px){.dashboard-header{flex-direction:column;align-items:flex-start}.dashboard-update{justify-content:space-between;width:100%}.dashboard-summary-line{flex-wrap:wrap;align-items:flex-start}.dashboard-summary-line span{width:100%;margin-left:0}.dashboard-metrics{grid-template-columns:repeat(2,minmax(120px,1fr))}}
