.dashboard-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}.dashboard-head h1{font-size:32px;line-height:1.1;margin:6px 0 8px;letter-spacing:-1px}.dashboard-today{display:inline-flex;align-items:center;min-height:34px;padding:7px 11px;border:1px solid var(--theme-border,#e7e9ef);border-radius:999px;background:var(--theme-surface,#fff);color:var(--theme-muted,#717b89);font-size:12px;font-weight:800;white-space:nowrap}.dashboard-loading{padding:8px}.dashboard-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.dashboard-metric{appearance:none;text-align:left;min-width:0;border:1px solid var(--theme-border,#e7e9ef);border-radius:17px;background:var(--theme-surface,#fff);color:var(--theme-text,#17202a);padding:18px;box-shadow:0 9px 30px var(--theme-shadow,rgba(24,32,56,.045));display:grid;gap:6px}.dashboard-metric[role="button"],button.dashboard-metric{cursor:pointer}.dashboard-metric:hover{border-color:#8b6bff}.dashboard-metric-label{font-size:12px;font-weight:800;color:var(--theme-muted,#717b89)}.dashboard-metric strong{font-size:30px;line-height:1.05;letter-spacing:-.6px}.dashboard-metric small{font-size:11px;line-height:1.4;color:var(--theme-muted,#717b89)}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(260px,.8fr);gap:18px}.dashboard-activity,.dashboard-status{padding:0;overflow:hidden}.dashboard-section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:18px 20px;border-bottom:1px solid var(--theme-border-soft,#edf0f3)}.dashboard-section-head h3{margin:0 0 3px}.dashboard-compact{padding:7px 10px;min-height:32px;font-size:12px}.dashboard-activity-list{display:grid}.dashboard-activity-row{border:0;border-bottom:1px solid var(--theme-border-soft,#edf0f3);background:transparent;color:var(--theme-text,#17202a);padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;text-align:left}.dashboard-activity-row:last-child{border-bottom:0}.dashboard-activity-row:hover{background:var(--theme-purple-soft,#f0ecff)}.dashboard-activity-row>div{display:grid;gap:4px;min-width:0}.dashboard-activity-row strong{overflow-wrap:anywhere}.dashboard-activity-row span,.dashboard-activity-row time{font-size:11px;color:var(--theme-muted,#717b89)}.dashboard-activity-row time{white-space:nowrap;flex:0 0 auto}.dashboard-empty{padding:24px;color:var(--theme-muted,#717b89);text-align:center}.dashboard-status-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 20px;border-bottom:1px solid var(--theme-border-soft,#edf0f3)}.dashboard-status-row:last-child{border-bottom:0}.dashboard-status-row>span:first-child{color:var(--theme-muted,#717b89);font-size:13px}.dashboard-status-row strong{font-size:13px;text-align:right;overflow-wrap:anywhere}
[data-theme="dark"] .dashboard-metric{background:var(--theme-surface);border-color:var(--theme-border);box-shadow:0 12px 34px var(--theme-shadow)}[data-theme="dark"] .dashboard-metric:hover{border-color:#785cf3}[data-theme="dark"] .dashboard-activity-row:hover{background:#2a2148}
@media(max-width:980px){.dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}}
@media(max-width:560px){.dashboard-head{display:grid;gap:12px}.dashboard-head h1{font-size:27px}.dashboard-today{width:max-content;max-width:100%}.dashboard-metrics{grid-template-columns:1fr 1fr;gap:10px}.dashboard-metric{padding:14px;border-radius:14px}.dashboard-metric strong{font-size:27px}.dashboard-grid{gap:14px}.dashboard-section-head{padding:15px}.dashboard-activity-row{padding:13px 15px;align-items:flex-start;gap:10px}.dashboard-activity-row time{white-space:nowrap;text-align:right;max-width:none;font-size:10px}.dashboard-status-row{padding:14px 15px}}
@media(max-width:390px){.dashboard-metrics{grid-template-columns:1fr}.dashboard-activity-row{display:grid}.dashboard-activity-row time{text-align:left;max-width:none;white-space:nowrap}}
