.dashboard-metrics-module__hBFq2q__container{color:#0f172a;background:#f1f5f9;flex-direction:column;min-height:100vh;font-family:DM Sans,Segoe UI,sans-serif;display:flex}.dashboard-metrics-module__hBFq2q__navbar{z-index:100;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:68px;padding:0 32px;display:flex;position:sticky;top:0;box-shadow:0 1px 12px #0f172a12}.dashboard-metrics-module__hBFq2q__navBrand{align-items:center;gap:14px;display:flex}.dashboard-metrics-module__hBFq2q__navLogo{background:linear-gradient(135deg,#16a34a 0%,#15803d 100%);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden;box-shadow:0 4px 14px #16a34a52}.dashboard-metrics-module__hBFq2q__navLogoImg{object-fit:contain;width:100%;height:100%}.dashboard-metrics-module__hBFq2q__navTitle{letter-spacing:-.5px;background:linear-gradient(120deg,#0f172a 0%,#15803d 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:17px;font-weight:800}.dashboard-metrics-module__hBFq2q__navRight{align-items:center;gap:10px;display:flex}.dashboard-metrics-module__hBFq2q__livePill{color:#16a34a;letter-spacing:.3px;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:20px;align-items:center;gap:7px;padding:5px 14px;font-size:11px;font-weight:700;display:flex}.dashboard-metrics-module__hBFq2q__liveDot{background:#16a34a;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite dashboard-metrics-module__hBFq2q__livePulse;box-shadow:0 0 0 3px #16a34a33}@keyframes dashboard-metrics-module__hBFq2q__livePulse{0%,to{box-shadow:0 0 0 3px #16a34a33}50%{box-shadow:0 0 0 6px #16a34a14}}.dashboard-metrics-module__hBFq2q__navDate{color:#94a3b8;font-size:12px;font-weight:500}.dashboard-metrics-module__hBFq2q__navSub{color:#64748b;font-size:12px}.dashboard-metrics-module__hBFq2q__metricsSection{padding:28px 32px 18px}.dashboard-metrics-module__hBFq2q__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.dashboard-metrics-module__hBFq2q__sectionHeaderLeft{align-items:center;gap:14px;display:flex}.dashboard-metrics-module__hBFq2q__sectionIconBadge{color:#fff;background:linear-gradient(135deg,#16a34a 0%,#059669 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:15px;display:flex;box-shadow:0 4px 12px #16a34a47}.dashboard-metrics-module__hBFq2q__sectionTitle{color:#0f172a;letter-spacing:-.3px;margin:0 0 2px;font-size:16px;font-weight:800}.dashboard-metrics-module__hBFq2q__sectionSub{color:#94a3b8;margin:0;font-size:11.5px;font-weight:500}.dashboard-metrics-module__hBFq2q__metricsGrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;display:grid}.dashboard-metrics-module__hBFq2q__metricCard{background:#fff;border:1px solid #e8edf4;border-radius:16px;flex-direction:column;align-items:center;padding:16px 14px 20px;transition:transform .2s,box-shadow .2s;animation:.5s cubic-bezier(.34,1.2,.64,1) both dashboard-metrics-module__hBFq2q__cardIn;display:flex;position:relative;box-shadow:0 2px 10px #0f172a0f}.dashboard-metrics-module__hBFq2q__metricCard:hover{transform:translateY(-5px);box-shadow:0 12px 32px #0f172a1f}.dashboard-metrics-module__hBFq2q__metricCard:hover .dashboard-metrics-module__hBFq2q__circle{transform:scale(1.04)}@keyframes dashboard-metrics-module__hBFq2q__cardIn{0%{opacity:0;transform:translateY(24px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.dashboard-metrics-module__hBFq2q__cornerBadge{letter-spacing:.3px;opacity:0;border-radius:20px;padding:3px 9px;font-size:9.5px;font-weight:700;animation:.35s both dashboard-metrics-module__hBFq2q__badgeIn;position:absolute;top:12px;right:12px}@keyframes dashboard-metrics-module__hBFq2q__badgeIn{0%{opacity:0;transform:translate(8px,-6px)}to{opacity:1;transform:translate(0)}}.dashboard-metrics-module__hBFq2q__circle{opacity:0;background:#fff;border:8px solid;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:132px;height:132px;margin:10px 0 14px;transition:transform .2s;animation:.6s cubic-bezier(.34,1.56,.64,1) both dashboard-metrics-module__hBFq2q__circleIn;display:flex}@keyframes dashboard-metrics-module__hBFq2q__circleIn{0%{opacity:0;transform:scale(.3)rotate(-15deg)}60%{opacity:1;transform:scale(1.06)rotate(2deg)}80%{transform:scale(.97)rotate(-1deg)}to{opacity:1;transform:scale(1)rotate(0)}}.dashboard-metrics-module__hBFq2q__circleGreen{border-color:#16a34a}.dashboard-metrics-module__hBFq2q__circleAmber{border-color:#d97706}.dashboard-metrics-module__hBFq2q__circleBlue{border-color:#3b82f6}.dashboard-metrics-module__hBFq2q__circlePurple{border-color:#7c3aed}.dashboard-metrics-module__hBFq2q__circleTeal{border-color:#0891b2}.dashboard-metrics-module__hBFq2q__circleOrange{border-color:#ea580c}.dashboard-metrics-module__hBFq2q__circleIcon{opacity:0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;animation:.3s both dashboard-metrics-module__hBFq2q__iconIn;display:flex}@keyframes dashboard-metrics-module__hBFq2q__iconIn{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}.dashboard-metrics-module__hBFq2q__circleVal{letter-spacing:-1px;font-variant-numeric:tabular-nums;opacity:0;font-size:26px;font-weight:800;line-height:1;animation:.4s cubic-bezier(.34,1.56,.64,1) both dashboard-metrics-module__hBFq2q__valPop}@keyframes dashboard-metrics-module__hBFq2q__valPop{0%{opacity:0;transform:scale(.6)translateY(4px)}to{opacity:1;transform:scale(1)translateY(0)}}.dashboard-metrics-module__hBFq2q__circleSub{text-transform:uppercase;letter-spacing:1px;color:#94a3b8;opacity:0;font-size:8px;font-weight:700;animation:.3s both dashboard-metrics-module__hBFq2q__fadeUp}@keyframes dashboard-metrics-module__hBFq2q__fadeUp{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.dashboard-metrics-module__hBFq2q__cardTitle{color:#475569;text-align:center;opacity:0;font-size:13px;font-weight:600;animation:.3s both dashboard-metrics-module__hBFq2q__fadeUp}.dashboard-metrics-module__hBFq2q__valGreen{color:#16a34a}.dashboard-metrics-module__hBFq2q__valAmber{color:#d97706}.dashboard-metrics-module__hBFq2q__valBlue{color:#3b82f6}.dashboard-metrics-module__hBFq2q__valPurple{color:#7c3aed}.dashboard-metrics-module__hBFq2q__valTeal{color:#0891b2}.dashboard-metrics-module__hBFq2q__valOrange{color:#ea580c}.dashboard-metrics-module__hBFq2q__badgeGreen{color:#15803d;background:#dcfce7}.dashboard-metrics-module__hBFq2q__badgeAmber{color:#92400e;background:#fef3c7}.dashboard-metrics-module__hBFq2q__badgeBlue{color:#2563eb;background:#dbeafe}.dashboard-metrics-module__hBFq2q__badgePurple{color:#6d28d9;background:#ede9fe}.dashboard-metrics-module__hBFq2q__badgeTeal{color:#0e7490;background:#cffafe}.dashboard-metrics-module__hBFq2q__badgeOrange{color:#c2410c;background:#ffedd5}.dashboard-metrics-module__hBFq2q__skeletonCard{background:#fff;border:1px solid #e8edf4;border-radius:16px;flex-direction:column;align-items:center;padding:16px 14px 20px;animation:1.4s ease-in-out infinite alternate dashboard-metrics-module__hBFq2q__skeletonPulse;display:flex}.dashboard-metrics-module__hBFq2q__skeletonCircle{background:#f1f5f9;border-radius:50%;width:132px;height:132px;margin:10px 0 14px}.dashboard-metrics-module__hBFq2q__skeletonLine{background:#f1f5f9;border-radius:6px;width:90px;height:13px}@keyframes dashboard-metrics-module__hBFq2q__skeletonPulse{0%{opacity:1}to{opacity:.5}}.dashboard-metrics-module__hBFq2q__chartSection{padding:0 32px 18px}.dashboard-metrics-module__hBFq2q__chartCard{background:#fff;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;box-shadow:0 2px 12px #0f172a0d}.dashboard-metrics-module__hBFq2q__chartCardHeader{background:linear-gradient(90deg,#f8faff,#fff);border-bottom:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.dashboard-metrics-module__hBFq2q__chartCardLeft{align-items:center;gap:12px;display:flex}.dashboard-metrics-module__hBFq2q__chartIconBadge{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;display:flex;box-shadow:0 3px 10px #6366f14d}.dashboard-metrics-module__hBFq2q__chartTitle{color:#0f172a;margin:0 0 2px;font-size:14px;font-weight:700}.dashboard-metrics-module__hBFq2q__chartSub{color:#94a3b8;margin:0;font-size:11px}.dashboard-metrics-module__hBFq2q__chartFilterBar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.dashboard-metrics-module__hBFq2q__chartFilterLabel{color:#64748b;white-space:nowrap;font-size:11px;font-weight:600}.dashboard-metrics-module__hBFq2q__chartLegendRow{flex-wrap:wrap;align-items:center;gap:20px;padding:10px 20px 4px;display:flex}.dashboard-metrics-module__hBFq2q__chartLegendItem{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:7px;transition:opacity .15s;display:flex}.dashboard-metrics-module__hBFq2q__chartLegendItem:hover{opacity:.7}.dashboard-metrics-module__hBFq2q__chartLegendBox{border-radius:3px;flex-shrink:0;width:14px;height:12px;display:inline-block}.dashboard-metrics-module__hBFq2q__chartLegendLabel{color:#1e293b;white-space:nowrap;font-size:12px;font-weight:600}.dashboard-metrics-module__hBFq2q__chartThreePanel{flex:1;min-width:0;height:360px;display:flex}.dashboard-metrics-module__hBFq2q__chartAxisLeft{z-index:2;background:#fff;flex-shrink:0;width:110px;height:360px;position:relative}.dashboard-metrics-module__hBFq2q__chartAxisRight{z-index:2;background:#fff;flex-shrink:0;width:100px;height:360px;position:relative}.dashboard-metrics-module__hBFq2q__chartScrollOuter{align-items:center;gap:6px;padding:4px 16px 18px;display:flex}.dashboard-metrics-module__hBFq2q__chartScrollBtn{cursor:pointer;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;transition:all .15s;display:flex;box-shadow:0 1px 4px #0f172a0f}.dashboard-metrics-module__hBFq2q__chartScrollBtn:hover{color:#15803d;background:#f0fdf4;border-color:#16a34a;box-shadow:0 2px 8px #16a34a2e}.dashboard-metrics-module__hBFq2q__chartScrollBtn:active{transform:scale(.92)}.dashboard-metrics-module__hBFq2q__chartScrollWrap{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1;overflow:auto visible}.dashboard-metrics-module__hBFq2q__chartScrollWrap::-webkit-scrollbar{display:none}.dashboard-metrics-module__hBFq2q__chartInner{height:360px}.dashboard-metrics-module__hBFq2q__clientListSection{padding:0 32px 32px}.dashboard-metrics-module__hBFq2q__tableCard{background:#fff;border:1px solid #e2e8f0;border-radius:20px;animation:.4s .2s both dashboard-metrics-module__hBFq2q__cardIn;overflow:visible;box-shadow:0 2px 12px #0f172a0d}.dashboard-metrics-module__hBFq2q__tableHeader{background:linear-gradient(90deg,#f8faff,#fff);border-bottom:1px solid #f1f5f9;border-radius:20px 20px 0 0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px 14px;display:flex}.dashboard-metrics-module__hBFq2q__tableHeaderLeft{align-items:center;gap:12px;display:flex}.dashboard-metrics-module__hBFq2q__tableIconBadge{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;display:flex}.dashboard-metrics-module__hBFq2q__tableTitle{color:#0f172a;letter-spacing:-.2px;margin:0 0 2px;font-size:15px;font-weight:800}.dashboard-metrics-module__hBFq2q__tableSub{color:#94a3b8;margin:0;font-size:11px}.dashboard-metrics-module__hBFq2q__clickHint{color:#a78bfa;font-style:italic}.dashboard-metrics-module__hBFq2q__filterBar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.dashboard-metrics-module__hBFq2q__searchWrap{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;flex:1;align-items:center;gap:8px;min-width:200px;height:38px;padding:0 12px;transition:all .15s;display:flex}.dashboard-metrics-module__hBFq2q__searchWrap:focus-within{background:#fff;border-color:#16a34a;box-shadow:0 0 0 3px #16a34a14}.dashboard-metrics-module__hBFq2q__searchInput{color:#334155;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:12.5px}.dashboard-metrics-module__hBFq2q__searchInput::placeholder{color:#94a3b8}.dashboard-metrics-module__hBFq2q__exportBar{background:#fafbff;border-bottom:1px solid #f1f5f9;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 20px;display:flex}.dashboard-metrics-module__hBFq2q__exportBarSpacer{flex:1}.dashboard-metrics-module__hBFq2q__dateRangeGroup{background:#fff;border:1.5px solid #e2e8f0;border-radius:11px;flex-shrink:0;align-items:center;gap:0;height:38px;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden;box-shadow:0 1px 4px #0f172a0d}.dashboard-metrics-module__hBFq2q__dateRangeGroup:focus-within{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a17}.dashboard-metrics-module__hBFq2q__dateRangeIcon{color:#16a34a;background:#f0fdf4;border-right:1.5px solid #e2e8f0;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;display:flex}.dashboard-metrics-module__hBFq2q__dateRangeLabel{color:#64748b;letter-spacing:.3px;white-space:nowrap;border-right:1px solid #f1f5f9;align-items:center;height:100%;padding:0 12px 0 10px;font-size:11px;font-weight:700;display:flex}.dashboard-metrics-module__hBFq2q__dateSlot{border-right:1px solid #f1f5f9;flex-direction:column;justify-content:center;align-items:flex-start;gap:1px;height:100%;padding:0 10px;display:flex}.dashboard-metrics-module__hBFq2q__dateSlotLbl{text-transform:uppercase;letter-spacing:.7px;color:#94a3b8;font-size:8.5px;font-weight:800;line-height:1}.dashboard-metrics-module__hBFq2q__dateInput{color:#334155;cursor:pointer;background:0 0;border:none;outline:none;width:122px;padding:0;font-family:inherit;font-size:12px;font-weight:600;line-height:1.2}.dashboard-metrics-module__hBFq2q__dateInput::-webkit-calendar-picker-indicator{opacity:.35;cursor:pointer;margin-left:2px}.dashboard-metrics-module__hBFq2q__dateRangeSep{color:#cbd5e1;border-right:1px solid #f1f5f9;flex-shrink:0;align-items:center;height:100%;padding:0 8px;font-size:13px;display:flex}.dashboard-metrics-module__hBFq2q__dateClearBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;height:100%;padding:0 10px;font-size:14px;transition:color .15s,background .15s;display:flex}.dashboard-metrics-module__hBFq2q__dateClearBtn:hover{color:#dc2626;background:#fef2f2}.dashboard-metrics-module__hBFq2q__dateActiveTag{color:#15803d;white-space:nowrap;background:#dcfce7;border:1.5px solid #bbf7d0;border-radius:20px;flex-shrink:0;align-items:center;padding:4px 11px;font-size:11px;font-weight:700;animation:.2s dashboard-metrics-module__hBFq2q__fadeScale;display:inline-flex}@keyframes dashboard-metrics-module__hBFq2q__fadeScale{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.dashboard-metrics-module__hBFq2q__exportBtn{color:#fff;cursor:pointer;white-space:nowrap;letter-spacing:.2px;background:linear-gradient(135deg,#16a34a 0%,#15803d 100%);border:none;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;height:38px;padding:0 20px;font-size:13px;font-weight:700;transition:opacity .15s,box-shadow .15s,transform .12s;display:flex;box-shadow:0 3px 10px #16a34a4d}.dashboard-metrics-module__hBFq2q__exportBtn:hover:not(:disabled){opacity:.92;transform:translateY(-1px);box-shadow:0 6px 18px #16a34a61}.dashboard-metrics-module__hBFq2q__exportBtn:active:not(:disabled){transform:translateY(0)}.dashboard-metrics-module__hBFq2q__exportBtn:disabled{opacity:.38;cursor:not-allowed;box-shadow:none}.dashboard-metrics-module__hBFq2q__totalsBar{scrollbar-width:none;border-top:1px solid #f1f5f9;border-radius:0 0 12px 12px;align-items:stretch;gap:0;display:flex;overflow-x:auto}.dashboard-metrics-module__hBFq2q__totalsBar::-webkit-scrollbar{display:none}.dashboard-metrics-module__hBFq2q__totalChip{border-right:1px solid #f1f5f9;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;min-width:100px;padding:10px 16px;transition:background .15s;animation:.4s both dashboard-metrics-module__hBFq2q__chipIn;display:flex}.dashboard-metrics-module__hBFq2q__totalChip:last-child{border-right:none}@keyframes dashboard-metrics-module__hBFq2q__chipIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.dashboard-metrics-module__hBFq2q__chipLabel{text-transform:uppercase;letter-spacing:.6px;color:#94a3b8;font-size:9.5px;font-weight:700}.dashboard-metrics-module__hBFq2q__chipVal{font-variant-numeric:tabular-nums;font-size:13px;font-weight:800}.dashboard-metrics-module__hBFq2q__chipGreen{background:#f0fdf4}.dashboard-metrics-module__hBFq2q__chipGreen .dashboard-metrics-module__hBFq2q__chipVal{color:#15803d}.dashboard-metrics-module__hBFq2q__chipGreen:hover{background:#dcfce7}.dashboard-metrics-module__hBFq2q__chipAmber{background:#fefce8}.dashboard-metrics-module__hBFq2q__chipAmber .dashboard-metrics-module__hBFq2q__chipVal{color:#92400e}.dashboard-metrics-module__hBFq2q__chipAmber:hover{background:#fef9c3}.dashboard-metrics-module__hBFq2q__chipBlue{background:#eff6ff}.dashboard-metrics-module__hBFq2q__chipBlue .dashboard-metrics-module__hBFq2q__chipVal{color:#1d4ed8}.dashboard-metrics-module__hBFq2q__chipBlue:hover{background:#dbeafe}.dashboard-metrics-module__hBFq2q__chipPurple{background:#faf5ff}.dashboard-metrics-module__hBFq2q__chipPurple .dashboard-metrics-module__hBFq2q__chipVal{color:#6d28d9}.dashboard-metrics-module__hBFq2q__chipPurple:hover{background:#ede9fe}.dashboard-metrics-module__hBFq2q__chipTeal{background:#f0fdfe}.dashboard-metrics-module__hBFq2q__chipTeal .dashboard-metrics-module__hBFq2q__chipVal{color:#0e7490}.dashboard-metrics-module__hBFq2q__chipTeal:hover{background:#cffafe}.dashboard-metrics-module__hBFq2q__chipOrange{background:#fff7ed}.dashboard-metrics-module__hBFq2q__chipOrange .dashboard-metrics-module__hBFq2q__chipVal{color:#c2410c}.dashboard-metrics-module__hBFq2q__chipOrange:hover{background:#ffedd5}.dashboard-metrics-module__hBFq2q__chipDark{background:#f8fafc}.dashboard-metrics-module__hBFq2q__chipDark .dashboard-metrics-module__hBFq2q__chipVal{color:#0f172a}.dashboard-metrics-module__hBFq2q__chipDark:hover{background:#f1f5f9}.dashboard-metrics-module__hBFq2q__ddWrap{min-width:148px;position:relative}.dashboard-metrics-module__hBFq2q__ddTrigger{cursor:pointer;color:#64748b;white-space:nowrap;-webkit-user-select:none;user-select:none;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;width:100%;height:38px;padding:0 12px;font-family:inherit;font-size:12.5px;font-weight:500;transition:all .15s;display:flex}.dashboard-metrics-module__hBFq2q__ddTrigger:hover{background:#fff;border-color:#16a34a}.dashboard-metrics-module__hBFq2q__ddOpen{box-shadow:0 0 0 3px #16a34a17;background:#fff!important;border-color:#16a34a!important}.dashboard-metrics-module__hBFq2q__ddActive{color:#0f172a;background:#fff;border-color:#16a34a}.dashboard-metrics-module__hBFq2q__ddLabel{text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.dashboard-metrics-module__hBFq2q__ddChevron{color:#94a3b8;flex-shrink:0;transition:transform .2s}.dashboard-metrics-module__hBFq2q__ddChevronUp{color:#16a34a;transform:rotate(180deg)}.dashboard-metrics-module__hBFq2q__ddPanel{z-index:300;scrollbar-width:thin;scrollbar-color:#d1d5db transparent;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;min-width:100%;max-width:280px;max-height:240px;padding:4px;animation:.12s dashboard-metrics-module__hBFq2q__ddFadeIn;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 10px 30px #0f172a1c,0 2px 6px #0f172a0d}.dashboard-metrics-module__hBFq2q__ddPanelRight{left:auto;right:0}.dashboard-metrics-module__hBFq2q__ddPanel::-webkit-scrollbar{width:5px}.dashboard-metrics-module__hBFq2q__ddPanel::-webkit-scrollbar-track{background:0 0}.dashboard-metrics-module__hBFq2q__ddPanel::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:99px}@keyframes dashboard-metrics-module__hBFq2q__ddFadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.dashboard-metrics-module__hBFq2q__ddOption{color:#374151;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;border-radius:8px;padding:9px 12px;font-size:12.5px;font-weight:500;transition:background .1s;overflow:hidden}.dashboard-metrics-module__hBFq2q__ddOption:hover{color:#15803d;background:#f0fdf4}.dashboard-metrics-module__hBFq2q__ddOptionSelected{color:#15803d;background:#f0fdf4;font-weight:700}.dashboard-metrics-module__hBFq2q__filterSelect{display:none}.dashboard-metrics-module__hBFq2q__tableWrapper{-webkit-overflow-scrolling:touch;overflow:auto visible}.dashboard-metrics-module__hBFq2q__clientTable{border-collapse:collapse;table-layout:auto;width:100%;font-size:12.5px}.dashboard-metrics-module__hBFq2q__clientTable thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.dashboard-metrics-module__hBFq2q__clientTable thead th{text-align:left;color:#94a3b8;letter-spacing:.7px;text-transform:uppercase;white-space:nowrap;padding:11px 14px;font-size:10px;font-weight:800}.dashboard-metrics-module__hBFq2q__tableRow{border-bottom:1px solid #f8fafc;transition:background .12s;animation:.3s both dashboard-metrics-module__hBFq2q__rowIn}@keyframes dashboard-metrics-module__hBFq2q__rowIn{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.dashboard-metrics-module__hBFq2q__tableRow:nth-child(2n){background:#fafbff}.dashboard-metrics-module__hBFq2q__tableRow:last-child{border-bottom:none}.dashboard-metrics-module__hBFq2q__tableRow:hover{background:#f0fdf4!important}.dashboard-metrics-module__hBFq2q__clientTable td{vertical-align:middle;padding:12px 14px}.dashboard-metrics-module__hBFq2q__tdSl{color:#cbd5e1;font-size:11px;font-weight:600}.dashboard-metrics-module__hBFq2q__bwgName{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-weight:700;overflow:hidden}.dashboard-metrics-module__hBFq2q__bwgId{color:#94a3b8;letter-spacing:.3px;font-family:DM Mono,Courier New,monospace;font-size:11px}.dashboard-metrics-module__hBFq2q__number{color:#15803d;font-variant-numeric:tabular-nums;text-align:right;font-weight:700}.dashboard-metrics-module__hBFq2q__tdZero{color:#cbd5e1;font-variant-numeric:tabular-nums;text-align:right}.dashboard-metrics-module__hBFq2q__totalNumber{font-variant-numeric:tabular-nums;text-align:right}.dashboard-metrics-module__hBFq2q__totalNumber strong{color:#0f172a;font-size:13px;font-weight:800}.dashboard-metrics-module__hBFq2q__corpPill{color:#1d4ed8;text-transform:capitalize;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:20px;padding:4px 11px;font-size:10px;font-weight:800;display:inline-block}.dashboard-metrics-module__hBFq2q__wardPill{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:7px;padding:4px 9px;font-size:10px;font-weight:600;display:inline-block}.dashboard-metrics-module__hBFq2q__destPill{color:#15803d;white-space:nowrap;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:7px;padding:4px 9px;font-size:10px;font-weight:600;display:inline-block}.dashboard-metrics-module__hBFq2q__pillClickable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:opacity .15s,transform .12s,box-shadow .12s}.dashboard-metrics-module__hBFq2q__pillClickable:hover{opacity:.78;transform:translateY(-1px);box-shadow:0 2px 8px #0f172a1a}.dashboard-metrics-module__hBFq2q__pillClickable:active{transform:scale(.96)}.dashboard-metrics-module__hBFq2q__paginationContainer{background:#fafbff;border-top:1px solid #f1f5f9;border-radius:0 0 20px 20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-height:52px;padding:12px 20px;display:flex}.dashboard-metrics-module__hBFq2q__paginationInfo{color:#334155;flex-wrap:wrap;align-items:center;gap:6px;font-size:12.5px;display:flex}.dashboard-metrics-module__hBFq2q__pgRange{align-items:center;gap:3px;display:flex}.dashboard-metrics-module__hBFq2q__pgRange strong{color:#0f172a;font-size:13.5px;font-weight:800}.dashboard-metrics-module__hBFq2q__pgOf{color:#94a3b8;font-size:12px}.dashboard-metrics-module__hBFq2q__pgTag{white-space:nowrap;border-radius:6px;align-items:center;padding:3px 10px;font-size:11px;font-weight:700;animation:.2s dashboard-metrics-module__hBFq2q__fadeScale;display:inline-flex}.dashboard-metrics-module__hBFq2q__paginationNav{flex-shrink:0;align-items:center;gap:6px;display:flex}.dashboard-metrics-module__hBFq2q__pageIndicator{color:#64748b;white-space:nowrap;margin-left:6px;font-size:12px;font-weight:500}.dashboard-metrics-module__hBFq2q__pageIndicator strong{color:#0f172a;font-weight:700}.dashboard-metrics-module__hBFq2q__pageOfTotal{color:#94a3b8}.dashboard-metrics-module__hBFq2q__paginationControls{flex-wrap:nowrap;align-items:center;gap:4px;display:flex}.dashboard-metrics-module__hBFq2q__pageNumbers{gap:4px;display:flex}.dashboard-metrics-module__hBFq2q__paginationBtn,.dashboard-metrics-module__hBFq2q__pageBtn{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;min-width:34px;height:34px;padding:0 11px;font-family:inherit;font-size:13px;font-weight:600;transition:all .12s;display:flex}.dashboard-metrics-module__hBFq2q__paginationBtn:hover:not(:disabled),.dashboard-metrics-module__hBFq2q__pageBtn:hover{color:#15803d;background:#f0fdf4;border-color:#16a34a;box-shadow:0 1px 4px #16a34a1f}.dashboard-metrics-module__hBFq2q__paginationBtn:disabled{opacity:.25;cursor:not-allowed}.dashboard-metrics-module__hBFq2q__pageBtn.dashboard-metrics-module__hBFq2q__active{cursor:default;font-weight:700;box-shadow:0 2px 8px #16a34a4d;color:#fff!important;background:linear-gradient(135deg,#16a34a,#15803d)!important;border-color:#16a34a!important}.dashboard-metrics-module__hBFq2q__errorMessage{color:#b91c1c;background:#fef2f2;border:1.5px solid #fecaca;border-radius:12px;margin:12px 0 16px;padding:12px 16px;font-size:13px;font-weight:600}.dashboard-metrics-module__hBFq2q__loadingMessage{text-align:center;color:#94a3b8;padding:32px;font-size:13px}.dashboard-metrics-module__hBFq2q__noDataMessage{text-align:center;color:#94a3b8;padding:52px 24px;font-size:13px}.dashboard-metrics-module__hBFq2q__footer{text-align:center;color:#94a3b8;letter-spacing:.2px;background:#fff;border-top:1px solid #e2e8f0;margin-top:auto;padding:16px 32px;font-size:11px}@media (max-width:1100px){.dashboard-metrics-module__hBFq2q__metricsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:860px){.dashboard-metrics-module__hBFq2q__metricsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.dashboard-metrics-module__hBFq2q__navbar{flex-wrap:wrap;gap:8px;height:auto;padding:10px 18px}.dashboard-metrics-module__hBFq2q__navDate{display:none}.dashboard-metrics-module__hBFq2q__metricsSection{padding:18px 18px 10px}.dashboard-metrics-module__hBFq2q__chartSection{padding:0 18px 16px}.dashboard-metrics-module__hBFq2q__clientListSection{padding:0 18px 24px}.dashboard-metrics-module__hBFq2q__tableHeader{flex-direction:column;align-items:flex-start}.dashboard-metrics-module__hBFq2q__filterBar{width:100%}.dashboard-metrics-module__hBFq2q__searchWrap{min-width:unset}.dashboard-metrics-module__hBFq2q__exportBar,.dashboard-metrics-module__hBFq2q__paginationContainer{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.dashboard-metrics-module__hBFq2q__metricsGrid{grid-template-columns:1fr}.dashboard-metrics-module__hBFq2q__metricCard{border-radius:14px;flex-direction:row;padding:0}.dashboard-metrics-module__hBFq2q__cardAccentBar{border-radius:14px 0 0 14px;width:4px;height:100%}.dashboard-metrics-module__hBFq2q__ringWrap,.dashboard-metrics-module__hBFq2q__ringSvg{width:90px;height:90px}.dashboard-metrics-module__hBFq2q__ringVal{font-size:18px}.dashboard-metrics-module__hBFq2q__clientTable thead th,.dashboard-metrics-module__hBFq2q__clientTable td{padding:9px 10px}.dashboard-metrics-module__hBFq2q__bwgName{max-width:130px}.dashboard-metrics-module__hBFq2q__paginationBtn,.dashboard-metrics-module__hBFq2q__pageBtn{min-width:28px;height:28px;padding:0 7px;font-size:11px}}
