.AccountingDashboard_container__yCOA2{display:flex;flex-direction:column;gap:var(--page-gap-desktop);padding:0;direction:rtl;min-height:100%}@media (max-width:900px){.AccountingDashboard_container__yCOA2{gap:var(--page-gap-tablet)}}@media (max-width:768px){.AccountingDashboard_container__yCOA2{gap:var(--page-gap-mobile)}}.AccountingDashboard_errorState__ThWRP{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:80px 24px;text-align:center}.AccountingDashboard_errorState__ThWRP h3{margin:0;font-size:20px;font-weight:600;color:#1e293b}.AccountingDashboard_errorState__ThWRP p{margin:0;color:#64748b}.AccountingDashboard_retryBtn__qfSKd{display:flex;align-items:center;gap:8px;padding:10px 20px;background:var(--primary-color,#3b82f6);color:white;border:none;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.AccountingDashboard_retryBtn__qfSKd:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--primary-rgb),.3)}.AccountingDashboard_controlsBar__ETF7H{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:nowrap;padding:12px 20px;background:linear-gradient(180deg,color-mix(in srgb,#fff 10%,transparent) 0,transparent 100%),var(--glass-bg);backdrop-filter:blur(var(--glass-blur,20px));-webkit-backdrop-filter:blur(var(--glass-blur,20px));border-radius:calc(var(--border-radius-xl, 16px) + 4px);border:1px solid color-mix(in srgb,var(--glass-border,rgba(255,255,255,.3)) 80%,transparent);box-shadow:var(--glass-shadow,0 8px 32px rgba(0,0,0,.08))}.AccountingDashboard_controlsBar__ETF7H>*{flex-shrink:0}@media (max-width:768px){.AccountingDashboard_controlsBar__ETF7H{flex-wrap:wrap;align-items:flex-start}.AccountingDashboard_controlsBar__ETF7H>*{flex:1 1 0;min-width:0}}.AccountingDashboard_periodSection__FotrN{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.AccountingDashboard_periodLabel__VvtNx{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#475569;white-space:nowrap}.AccountingDashboard_periodLabel__VvtNx svg{color:var(--primary-color,#3b82f6)}.AccountingDashboard_periodSelector__EQCjM{display:flex;flex-wrap:wrap;gap:6px}.AccountingDashboard_periodChip__BukmH{padding:8px 14px;border-radius:20px;border:1px solid color-mix(in srgb,var(--glass-border,rgba(255,255,255,.3)) 60%,transparent);background:color-mix(in srgb,var(--chip-bg,rgba(255,255,255,.5)) 80%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--text-secondary,#64748b);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.AccountingDashboard_periodChip__BukmH:hover{background:color-mix(in srgb,var(--primary-color,#3b82f6) 10%,transparent);color:var(--text-primary,#1e293b);border-color:color-mix(in srgb,var(--primary-color,#3b82f6) 25%,transparent)}.AccountingDashboard_periodChip__BukmH.AccountingDashboard_active__lnGpW{background:linear-gradient(135deg,var(--primary-color,#3b82f6),color-mix(in srgb,var(--primary-color,#3b82f6) 80%,#000));color:white;border-color:transparent;box-shadow:0 2px 8px color-mix(in srgb,var(--primary-color,#3b82f6) 30%,transparent)}.AccountingDashboard_controlsSpacer__GSSWL{flex:0 0 auto}.AccountingDashboard_scopeSection__PKHph{display:flex;align-items:center;gap:10px}.AccountingDashboard_scopeToggle__Urb0W{display:flex;align-items:center;gap:6px;padding:4px;background:rgba(0,0,0,.04);border-radius:12px}.AccountingDashboard_scopeBtn___w5wc{display:flex;align-items:center;gap:6px;padding:8px 14px;background:transparent;border:none;border-radius:10px;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease}.AccountingDashboard_scopeBtn___w5wc:hover{background:rgba(255,255,255,.5);color:#1e293b}.AccountingDashboard_scopeBtn___w5wc.AccountingDashboard_active__lnGpW{background:linear-gradient(135deg,var(--primary-color,#3b82f6),color-mix(in srgb,var(--primary-color,#3b82f6) 80%,#000));color:white;box-shadow:0 2px 8px color-mix(in srgb,var(--primary-color,#3b82f6) 30%,transparent)}.AccountingDashboard_branchSelect__N_WkI{padding:8px 12px;background:white;border:1px solid rgba(0,0,0,.1);border-radius:10px;font-size:13px;color:#1e293b;cursor:pointer;min-width:150px}.AccountingDashboard_franchiseIndicator__AqOf0{display:flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,rgba(139,92,246,.1),rgba(139,92,246,.05));border:1px solid rgba(139,92,246,.2);border-radius:10px;font-size:13px;font-weight:600;color:#7c3aed}.AccountingDashboard_franchiseIndicator__AqOf0 svg{color:#8b5cf6}.AccountingDashboard_refreshBtn__vOCXT{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(0,0,0,.08);border-radius:10px;color:#64748b;cursor:pointer;transition:all .2s ease;flex-shrink:0}.AccountingDashboard_refreshBtn__vOCXT:hover{background:rgba(0,0,0,.04);color:var(--primary-color,#3b82f6)}.AccountingDashboard_refreshBtn__vOCXT:disabled{opacity:.5;cursor:not-allowed}.AccountingDashboard_spinning__sPdwE{animation:AccountingDashboard_spin__F0U_K 1s linear infinite}@keyframes AccountingDashboard_spin__F0U_K{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.AccountingDashboard_kpiGrid__V_tXX{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width:1200px){.AccountingDashboard_kpiGrid__V_tXX{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.AccountingDashboard_kpiGrid__V_tXX{grid-template-columns:1fr}}.AccountingDashboard_kpiCard___xLM0{position:relative;padding:24px;border-radius:calc(var(--border-radius-xl, 16px) + 4px);background:linear-gradient(180deg,color-mix(in srgb,#fff 12%,transparent) 0,transparent 100%),var(--glass-bg,rgba(255,255,255,.7));backdrop-filter:blur(var(--glass-blur,20px)) saturate(var(--glass-saturate,1.5));-webkit-backdrop-filter:blur(var(--glass-blur,20px)) saturate(var(--glass-saturate,1.5));border:1px solid color-mix(in srgb,var(--glass-border,rgba(255,255,255,.3)) 80%,transparent);box-shadow:var(--glass-shadow,0 8px 32px rgba(0,0,0,.08)),inset 0 1px 0 rgba(255,255,255,.6);overflow:hidden;transition:all .3s ease}.AccountingDashboard_kpiCard___xLM0:before{content:"";position:absolute;top:0;right:0;width:120px;height:120px;border-radius:50%;opacity:.08;pointer-events:none}.AccountingDashboard_kpiCard___xLM0.AccountingDashboard_primary__VKGJe:before{background:radial-gradient(circle,var(--primary-color,#3b82f6) 0,transparent 70%)}.AccountingDashboard_kpiCard___xLM0.AccountingDashboard_success__6AVNu:before{background:radial-gradient(circle,#10b981 0,transparent 70%)}.AccountingDashboard_kpiCard___xLM0.AccountingDashboard_warning__bV1Si:before{background:radial-gradient(circle,#f59e0b 0,transparent 70%)}.AccountingDashboard_kpiCard___xLM0.AccountingDashboard_info__dq0eg:before{background:radial-gradient(circle,#06b6d4 0,transparent 70%)}.AccountingDashboard_kpiCard___xLM0:hover{transform:translateY(-4px);box-shadow:0 18px 46px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,.8)}.AccountingDashboard_kpiHeader__FI_yE{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.AccountingDashboard_kpiIcon__RpZIG{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:white}.AccountingDashboard_kpiCard___xLM0.AccountingDashboard_primary__VKGJe .AccountingDashboard_kpiIcon__RpZIG{background:linear-gradient(135deg,var(--primary-color,#3b82f6),color-mix(in srgb,var(--primary-color,#3b82f6) 70%,#000))}.AccountingDashboard_kpiCard___xLM0.AccountingDashboard_success__6AVNu .AccountingDashboard_kpiIcon__RpZIG{background:linear-gradient(135deg,#10b981,#059669)}.AccountingDashboard_kpiCard___xLM0.AccountingDashboard_warning__bV1Si .AccountingDashboard_kpiIcon__RpZIG{background:linear-gradient(135deg,#f59e0b,#d97706)}.AccountingDashboard_kpiCard___xLM0.AccountingDashboard_info__dq0eg .AccountingDashboard_kpiIcon__RpZIG{background:linear-gradient(135deg,#06b6d4,#0891b2)}.AccountingDashboard_kpiChange__gW7D0{display:flex;align-items:center;gap:4px;font-size:13px;font-weight:600;padding:4px 10px;border-radius:8px}.AccountingDashboard_kpiChange__gW7D0.AccountingDashboard_positive__1V2Ef{background:rgba(16,185,129,.15);color:#10b981}.AccountingDashboard_kpiChange__gW7D0.AccountingDashboard_negative__p47cb{background:rgba(239,68,68,.15);color:#ef4444}.AccountingDashboard_kpiCount__O8btg{font-size:13px;color:#64748b;font-weight:500}.AccountingDashboard_kpiValue__rASgV{font-size:32px;font-weight:700;color:#1e293b;margin-bottom:4px;letter-spacing:-.5px}.AccountingDashboard_kpiLabel__JR7ir{font-size:14px;font-weight:500;color:#64748b;margin-bottom:8px}.AccountingDashboard_kpiSubtext__Pe1V0{font-size:12px;color:#94a3b8}.AccountingDashboard_pendingFundsBar__cM8Xt{display:flex;align-items:center;gap:20px;padding:16px 24px;background:linear-gradient(135deg,color-mix(in srgb,var(--primary-color,#3b82f6) 8%,white) 0,color-mix(in srgb,var(--primary-color,#3b82f6) 4%,white) 100%);border-radius:14px;border:1px solid color-mix(in srgb,var(--primary-color,#3b82f6) 15%,transparent)}.AccountingDashboard_pendingItem__6ndhb{display:flex;align-items:center;gap:10px;font-size:14px;color:#475569}.AccountingDashboard_pendingItem__6ndhb strong{color:#1e293b;font-weight:600}.AccountingDashboard_pendingCount__01mjA{color:#94a3b8;font-size:12px}.AccountingDashboard_pendingSeparator__9HT7I{width:1px;height:24px;background:rgba(0,0,0,.1)}.AccountingDashboard_pendingAction__Akt1M{margin-right:auto;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--primary-color,#3b82f6);border:none;border-radius:8px;color:white;cursor:pointer;transition:all .2s ease}.AccountingDashboard_pendingAction__Akt1M:hover{transform:translateX(-4px)}.AccountingDashboard_chartsGrid__TKGwB{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.AccountingDashboard_chartCard__z_Oky{position:relative;padding:24px;border-radius:calc(var(--border-radius-xl, 16px) + 6px);background:linear-gradient(180deg,color-mix(in srgb,#fff 10%,transparent) 0,transparent 100%),var(--glass-bg,rgba(255,255,255,.7));backdrop-filter:blur(var(--glass-blur,20px)) saturate(var(--glass-saturate,1.5));-webkit-backdrop-filter:blur(var(--glass-blur,20px)) saturate(var(--glass-saturate,1.5));border:1px solid color-mix(in srgb,var(--glass-border,rgba(255,255,255,.3)) 80%,transparent);box-shadow:var(--glass-shadow,0 8px 32px rgba(0,0,0,.08)),inset 0 1px 0 rgba(255,255,255,.5);overflow:hidden;transition:all .3s ease}.AccountingDashboard_chartCard__z_Oky:before{content:"";position:absolute;top:-2px;inset-inline:10% 10%;height:4px;border-radius:999px;background:linear-gradient(90deg,color-mix(in srgb,var(--primary-color,#3b82f6) 70%,#fff) 0,transparent 60%);filter:blur(4px);opacity:.6;pointer-events:none}.AccountingDashboard_chartCard__z_Oky:hover{box-shadow:0 18px 46px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.7)}.AccountingDashboard_chartCard__z_Oky.AccountingDashboard_wide__17Q_v{grid-column:span 2}@media (max-width:1200px){.AccountingDashboard_chartsGrid__TKGwB{grid-template-columns:1fr 1fr}.AccountingDashboard_chartCard__z_Oky.AccountingDashboard_wide__17Q_v{grid-column:span 2}}@media (max-width:768px){.AccountingDashboard_chartsGrid__TKGwB{grid-template-columns:1fr}.AccountingDashboard_chartCard__z_Oky.AccountingDashboard_wide__17Q_v{grid-column:span 1}}.AccountingDashboard_cardHeader__kNfWX{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.AccountingDashboard_cardTitle__2i4Mu{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:600;color:#1e293b}.AccountingDashboard_cardTitle__2i4Mu svg{color:var(--primary-color,#3b82f6)}.AccountingDashboard_cardAction__YvmdH{display:flex;align-items:center;gap:4px;padding:6px 12px;background:transparent;border:1px solid rgba(0,0,0,.08);border-radius:8px;font-size:13px;color:#64748b;cursor:pointer;transition:all .2s ease}.AccountingDashboard_cardAction__YvmdH:hover{background:rgba(0,0,0,.04);color:var(--primary-color,#3b82f6)}.AccountingDashboard_chartContainer__M2ByJ{height:280px;position:relative}.AccountingDashboard_chartContainerSmall__xOs5H{height:200px;position:relative;margin-bottom:16px}.AccountingDashboard_emptyState__cdLVu{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;height:100%;min-height:180px;color:#94a3b8}.AccountingDashboard_emptyState__cdLVu p{margin:0;font-size:14px}.AccountingDashboard_legendList__PrBc5{display:flex;flex-direction:column;gap:10px}.AccountingDashboard_legendItem__qL3_M{display:flex;align-items:center;gap:10px;font-size:13px}.AccountingDashboard_legendDot__l2vpX{width:10px;height:10px;border-radius:50%;flex-shrink:0}.AccountingDashboard_legendLabel__DBz_H{flex:1;color:#475569}.AccountingDashboard_legendValue__vrcSv{font-weight:600;color:#1e293b}.AccountingDashboard_legendPercent__qpsMR{color:#94a3b8;font-size:12px;min-width:40px;text-align:left}.AccountingDashboard_agingToggle__Em8R6{display:flex;gap:4px;background:rgba(0,0,0,.04);padding:3px;border-radius:8px}.AccountingDashboard_agingToggleBtn__VSR5H{padding:4px 10px;font-size:var(--text-xs);font-weight:500;color:var(--text-secondary);background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease}.AccountingDashboard_agingToggleBtn__VSR5H:hover{background:rgba(0,0,0,.04)}.AccountingDashboard_agingToggleBtn__VSR5H.AccountingDashboard_active__lnGpW{background:var(--primary-color,#3b82f6);color:white;box-shadow:0 2px 4px rgba(59,130,246,.3)}.AccountingDashboard_agingBars__lhkUv{display:flex;flex-direction:column;gap:10px}.AccountingDashboard_agingItem__fmG2c{display:flex;align-items:center;gap:10px}.AccountingDashboard_agingItem__fmG2c.AccountingDashboard_clickable__4MiGb{cursor:pointer;padding:6px 8px;margin:-6px -8px;border-radius:var(--radius-sm,6px);transition:background .15s ease}.AccountingDashboard_agingItem__fmG2c.AccountingDashboard_clickable__4MiGb:hover{background:rgba(59,130,246,.08)}.AccountingDashboard_agingLabel__LSXh8{min-width:50px;font-size:12px;color:#64748b;font-weight:500}.AccountingDashboard_agingBarTrack__f75ZH{flex:1;height:8px;background:rgba(0,0,0,.06);border-radius:4px;overflow:hidden}.AccountingDashboard_agingBarFill__lYKSm{height:100%;border-radius:4px;transition:width .5s ease}.AccountingDashboard_agingValue__KUvVO{min-width:70px;text-align:left;font-size:12px;font-weight:600;color:#1e293b}.AccountingDashboard_widgetsGrid__bn_Ra{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width:1400px){.AccountingDashboard_widgetsGrid__bn_Ra{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.AccountingDashboard_widgetsGrid__bn_Ra{grid-template-columns:1fr}}.AccountingDashboard_widgetCard__cyEX2{position:relative;padding:20px;border-radius:calc(var(--border-radius-xl, 16px) + 4px);background:linear-gradient(180deg,color-mix(in srgb,#fff 10%,transparent) 0,transparent 100%),var(--glass-bg,rgba(255,255,255,.7));backdrop-filter:blur(var(--glass-blur,20px));-webkit-backdrop-filter:blur(var(--glass-blur,20px));border:1px solid color-mix(in srgb,var(--glass-border,rgba(255,255,255,.3)) 80%,transparent);box-shadow:var(--glass-shadow,0 8px 32px rgba(0,0,0,.08));overflow:hidden;transition:all .3s ease}.AccountingDashboard_widgetCard__cyEX2:hover{box-shadow:0 12px 36px rgba(0,0,0,.1)}.AccountingDashboard_alertBadge__nWJat{display:flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;background:#ef4444;color:white;border-radius:12px;font-size:12px;font-weight:600}.AccountingDashboard_listContainer__CKn3L{display:flex;flex-direction:column;gap:8px;max-height:340px;overflow-y:auto}.AccountingDashboard_listItem__yoH0K{display:flex;align-items:center;gap:12px;padding:12px;background:rgba(255,255,255,.5);border-radius:12px;border:1px solid rgba(0,0,0,.04);cursor:pointer;transition:all .2s ease}.AccountingDashboard_listItem__yoH0K:hover{background:rgba(255,255,255,.8);border-color:color-mix(in srgb,var(--primary-color,#3b82f6) 20%,transparent)}.AccountingDashboard_listItem__yoH0K.AccountingDashboard_overdue__xVq7_{background:rgba(239,68,68,.05);border-color:rgba(239,68,68,.15)}.AccountingDashboard_listItem__yoH0K.AccountingDashboard_overdue__xVq7_:hover{background:rgba(239,68,68,.1)}.AccountingDashboard_docTypeBadge__Kz0QV{min-width:44px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:11px;font-weight:700;color:white;letter-spacing:.5px}.AccountingDashboard_docTypeBadge__Kz0QV.AccountingDashboard_INV__9G4kO{background:linear-gradient(135deg,#3b82f6,#2563eb)}.AccountingDashboard_docTypeBadge__Kz0QV.AccountingDashboard_INVREC__VaFS5{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.AccountingDashboard_docTypeBadge__Kz0QV.AccountingDashboard_REC__9Q_QG{background:linear-gradient(135deg,#10b981,#059669)}.AccountingDashboard_docTypeBadge__Kz0QV.AccountingDashboard_CIN__yHMhN{background:linear-gradient(135deg,#f59e0b,#d97706)}.AccountingDashboard_checkIcon__HNzKh,.AccountingDashboard_paymentMethodIcon__375R6{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.AccountingDashboard_checkIcon__HNzKh{background:linear-gradient(135deg,#f59e0b,#d97706);color:white}.AccountingDashboard_overdueIndicator__LObor{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:44px;padding:6px 10px;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:8px;color:white}.AccountingDashboard_overdueDays__P0rcN{font-size:16px;font-weight:700;line-height:1}.AccountingDashboard_overdueDaysLabel__u1iTC{font-size:9px;font-weight:500;opacity:.9}.AccountingDashboard_listItemContent__8HqZh{flex:1;min-width:0}.AccountingDashboard_listItemTitle__QTKPb{font-size:14px;font-weight:600;color:#1e293b;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AccountingDashboard_listItemSub__IRRiG{font-size:12px;color:#64748b}.AccountingDashboard_listItemValue__E4o9B{text-align:left;font-size:14px;font-weight:600;color:#1e293b;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.AccountingDashboard_balanceBadge__RnRo6{font-size:11px;font-weight:500;color:#f59e0b;background:rgba(245,158,11,.1);padding:2px 8px;border-radius:4px}.AccountingDashboard_emptyWidget__BHfll{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 20px;color:#94a3b8}.AccountingDashboard_emptyWidget__BHfll p{margin:0;font-size:13px}@media (max-width:768px){.AccountingDashboard_scopeSelector__BmDE_{padding-left:0;border-left:none;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.08);flex-wrap:wrap}.AccountingDashboard_periodSelector__EQCjM{justify-content:flex-start}.AccountingDashboard_periodChip__BukmH{padding:6px 12px;font-size:12px}.AccountingDashboard_pendingFundsBar__cM8Xt{flex-direction:column;align-items:flex-start;gap:12px}.AccountingDashboard_pendingSeparator__9HT7I{width:100%;height:1px}.AccountingDashboard_pendingAction__Akt1M{margin-right:0;align-self:flex-end}.AccountingDashboard_kpiValue__rASgV{font-size:26px}.AccountingDashboard_periodSection__FotrN{flex-direction:column;align-items:flex-start;gap:8px}.AccountingDashboard_scopeSection__PKHph{width:100%;flex-wrap:wrap;padding-top:12px;border-top:1px solid rgba(0,0,0,.08)}.AccountingDashboard_scopeToggle__Urb0W{flex:1}.AccountingDashboard_franchiseIndicator__AqOf0{width:100%;justify-content:center}.AccountingDashboard_modulesGrid__4_wiH{grid-template-columns:1fr!important}}.AccountingDashboard_modulesSection__SSakZ{margin-top:8px;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.AccountingDashboard_sectionHeader__a0zDI{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.AccountingDashboard_sectionTitle__VQL9a{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:600;color:#1e293b}.AccountingDashboard_sectionTitle__VQL9a svg{color:var(--primary-color,#3b82f6)}.AccountingDashboard_modulesGrid__4_wiH{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;width:100%;min-width:0}@media (min-width:1400px){.AccountingDashboard_modulesGrid__4_wiH{grid-template-columns:repeat(6,1fr)}}@media (max-width:900px){.AccountingDashboard_modulesGrid__4_wiH{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.AccountingDashboard_modulesGrid__4_wiH{grid-template-columns:1fr}}.AccountingDashboard_moduleCard__xkhRW{display:flex;align-items:center;gap:12px;padding:16px;background:linear-gradient(180deg,color-mix(in srgb,#fff 10%,transparent) 0,transparent 100%),var(--glass-bg,rgba(255,255,255,.7));backdrop-filter:blur(var(--glass-blur,20px));-webkit-backdrop-filter:blur(var(--glass-blur,20px));border-radius:14px;border:1px solid color-mix(in srgb,var(--glass-border,rgba(255,255,255,.3)) 80%,transparent);box-shadow:0 4px 16px rgba(0,0,0,.05),inset 0 1px 0 rgba(255,255,255,.6);cursor:pointer;transition:all .3s ease;min-width:0;box-sizing:border-box}.AccountingDashboard_moduleCard__xkhRW:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.8);border-color:var(--module-color,var(--primary-color))}.AccountingDashboard_moduleIcon__T1ijf{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--module-color),color-mix(in srgb,var(--module-color) 75%,black));display:flex;align-items:center;justify-content:center;color:white;flex-shrink:0}.AccountingDashboard_moduleContent__bag_c{flex:1;min-width:0}.AccountingDashboard_moduleContent__bag_c h4{margin:0 0 2px;font-size:14px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AccountingDashboard_moduleContent__bag_c p{margin:0;font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AccountingDashboard_moduleArrow__u_4UT{color:#c7c7cc;transition:transform .2s ease,color .2s ease;flex-shrink:0}.AccountingDashboard_moduleCard__xkhRW:hover .AccountingDashboard_moduleArrow__u_4UT{transform:translateX(-4px);color:var(--module-color,var(--primary-color))}[data-theme=dark] .AccountingDashboard_container__yCOA2{color:var(--text-primary)}[data-theme=dark] .AccountingDashboard_chartCard__z_Oky,[data-theme=dark] .AccountingDashboard_controlsBar__ETF7H,[data-theme=dark] .AccountingDashboard_kpiCard___xLM0,[data-theme=dark] .AccountingDashboard_moduleCard__xkhRW,[data-theme=dark] .AccountingDashboard_widgetCard__cyEX2{background:linear-gradient(180deg,rgba(255,255,255,.05) 0,transparent 100%),var(--glass-bg,rgba(30,41,59,.85));border-color:var(--glass-border,rgba(255,255,255,.12));box-shadow:var(--glass-shadow,0 10px 30px rgba(0,0,0,.4))}[data-theme=dark] .AccountingDashboard_chartCard__z_Oky:hover,[data-theme=dark] .AccountingDashboard_kpiCard___xLM0:hover,[data-theme=dark] .AccountingDashboard_moduleCard__xkhRW:hover,[data-theme=dark] .AccountingDashboard_widgetCard__cyEX2:hover{box-shadow:0 18px 46px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.15)}[data-theme=dark] .AccountingDashboard_agingValue__KUvVO,[data-theme=dark] .AccountingDashboard_cardTitle__2i4Mu,[data-theme=dark] .AccountingDashboard_kpiValue__rASgV,[data-theme=dark] .AccountingDashboard_legendValue__vrcSv,[data-theme=dark] .AccountingDashboard_listItemTitle__QTKPb,[data-theme=dark] .AccountingDashboard_listItemValue__E4o9B,[data-theme=dark] .AccountingDashboard_sectionTitle__VQL9a{color:#f1f5f9}[data-theme=dark] .AccountingDashboard_agingLabel__LSXh8,[data-theme=dark] .AccountingDashboard_kpiLabel__JR7ir,[data-theme=dark] .AccountingDashboard_kpiSubtext__Pe1V0,[data-theme=dark] .AccountingDashboard_legendLabel__DBz_H,[data-theme=dark] .AccountingDashboard_listItemSub__IRRiG{color:#94a3b8}[data-theme=dark] .AccountingDashboard_kpiCount__O8btg,[data-theme=dark] .AccountingDashboard_legendPercent__qpsMR,[data-theme=dark] .AccountingDashboard_pendingCount__01mjA{color:rgba(255,255,255,.5)}[data-theme=dark] .AccountingDashboard_listItem__yoH0K{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.08)}[data-theme=dark] .AccountingDashboard_listItem__yoH0K:hover{background:rgba(255,255,255,.1);border-color:color-mix(in srgb,var(--primary-color,#3b82f6) 30%,transparent)}[data-theme=dark] .AccountingDashboard_listItem__yoH0K.AccountingDashboard_overdue__xVq7_{background:rgba(239,68,68,.15);border-color:rgba(239,68,68,.25)}[data-theme=dark] .AccountingDashboard_listItem__yoH0K.AccountingDashboard_overdue__xVq7_:hover{background:rgba(239,68,68,.2)}[data-theme=dark] .AccountingDashboard_pendingFundsBar__cM8Xt{background:linear-gradient(135deg,color-mix(in srgb,var(--primary-color,#3b82f6) 15%,rgba(30,41,59,.9)) 0,color-mix(in srgb,var(--primary-color,#3b82f6) 8%,rgba(30,41,59,.9)) 100%);border-color:color-mix(in srgb,var(--primary-color,#3b82f6) 25%,transparent)}[data-theme=dark] .AccountingDashboard_pendingItem__6ndhb{color:#94a3b8}[data-theme=dark] .AccountingDashboard_pendingItem__6ndhb strong{color:#f1f5f9}[data-theme=dark] .AccountingDashboard_pendingSeparator__9HT7I{background:rgba(255,255,255,.15)}[data-theme=dark] .AccountingDashboard_moduleContent__bag_c h4{color:#f1f5f9}[data-theme=dark] .AccountingDashboard_moduleContent__bag_c p{color:#94a3b8}[data-theme=dark] .AccountingDashboard_moduleArrow__u_4UT{color:rgba(255,255,255,.4)}[data-theme=dark] .AccountingDashboard_agingToggle__Em8R6,[data-theme=dark] .AccountingDashboard_scopeToggle__Urb0W{background:rgba(255,255,255,.08)}[data-theme=dark] .AccountingDashboard_agingToggleBtn__VSR5H,[data-theme=dark] .AccountingDashboard_scopeBtn___w5wc{color:#94a3b8}[data-theme=dark] .AccountingDashboard_agingToggleBtn__VSR5H:hover,[data-theme=dark] .AccountingDashboard_scopeBtn___w5wc:hover{background:rgba(255,255,255,.1);color:#f1f5f9}[data-theme=dark] .AccountingDashboard_periodLabel__VvtNx{color:#94a3b8}[data-theme=dark] .AccountingDashboard_periodChip__BukmH{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.1);color:#94a3b8}[data-theme=dark] .AccountingDashboard_periodChip__BukmH:hover{background:color-mix(in srgb,var(--primary-color,#3b82f6) 15%,transparent);color:#f1f5f9;border-color:color-mix(in srgb,var(--primary-color,#3b82f6) 30%,transparent)}[data-theme=dark] .AccountingDashboard_franchiseIndicator__AqOf0{background:linear-gradient(135deg,rgba(139,92,246,.2),rgba(139,92,246,.1));border-color:rgba(139,92,246,.3)}[data-theme=dark] .AccountingDashboard_refreshBtn__vOCXT{border-color:rgba(255,255,255,.1);color:#94a3b8}[data-theme=dark] .AccountingDashboard_refreshBtn__vOCXT:hover{background:rgba(255,255,255,.08);color:var(--primary-color,#3b82f6)}[data-theme=dark] .AccountingDashboard_cardAction__YvmdH{border-color:rgba(255,255,255,.1);color:#94a3b8}[data-theme=dark] .AccountingDashboard_cardAction__YvmdH:hover{background:rgba(255,255,255,.08);color:var(--primary-color,#3b82f6)}[data-theme=dark] .AccountingDashboard_agingBarTrack__f75ZH{background:rgba(255,255,255,.1)}[data-theme=dark] .AccountingDashboard_agingItem__fmG2c.AccountingDashboard_clickable__4MiGb:hover{background:rgba(59,130,246,.12)}[data-theme=dark] .AccountingDashboard_branchSelect__N_WkI{background:rgba(30,41,59,.8);border-color:rgba(255,255,255,.12);color:#f1f5f9}[data-theme=dark] .AccountingDashboard_emptyState__cdLVu h3,[data-theme=dark] .AccountingDashboard_emptyState__cdLVu p,[data-theme=dark] .AccountingDashboard_emptyWidget__BHfll p{color:#94a3b8}[data-theme=dark] .AccountingDashboard_errorState__ThWRP h3{color:#f1f5f9}[data-theme=dark] .AccountingDashboard_errorState__ThWRP p{color:#94a3b8}[data-theme=dark] .AccountingDashboard_balanceBadge__RnRo6{background:rgba(245,158,11,.2)}[data-theme=dark] .AccountingDashboard_listContainer__CKn3L::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2)}[data-theme=dark] .AccountingDashboard_listContainer__CKn3L::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.AccountingDashboard_agingDetailsModal__OjPMS{max-width:800px;width:90vw}.AccountingDashboard_agingModeIndicator__cSitK{display:flex;align-items:center;gap:8px;padding:8px 14px;background:var(--primary-color-light,rgba(59,130,246,.1));border-radius:var(--radius-md,8px);color:var(--primary-color,#3b82f6);font-size:var(--text-sm);font-weight:500;margin-bottom:16px;width:fit-content}.AccountingDashboard_agingDetailsEmpty__oYpTg,.AccountingDashboard_agingDetailsLoading__9f4_O{display:flex;justify-content:center;align-items:center;min-height:150px}.AccountingDashboard_agingDetailsEmpty__oYpTg{flex-direction:column;gap:12px;color:var(--text-muted)}.AccountingDashboard_agingDetailsList__GzvOk{display:flex;flex-direction:column;gap:0}.AccountingDashboard_agingDetailsHeader__Ldlv8{display:grid;grid-template-columns:2fr 1fr 1fr .6fr 1fr;gap:12px;padding:10px 14px;background:var(--background-secondary);border-radius:var(--radius-sm,6px);font-size:var(--text-xs);font-weight:600;color:var(--text-muted);text-transform:uppercase;margin-bottom:4px}.AccountingDashboard_agingDetailsRow__fpZNG{display:grid;grid-template-columns:2fr 1fr 1fr .6fr 1fr;gap:12px;padding:12px 14px;border-bottom:1px solid var(--border-color);cursor:pointer;transition:background .15s ease}.AccountingDashboard_agingDetailsRow__fpZNG:hover{background:var(--background-hover)}.AccountingDashboard_agingDetailsRow__fpZNG:last-of-type{border-bottom:none}.AccountingDashboard_agingDetailsRow__fpZNG .AccountingDashboard_customerName__iuuFK{font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AccountingDashboard_agingDetailsRow__fpZNG .AccountingDashboard_docNumber__VWeDb{color:var(--primary-color);font-weight:500;font-size:var(--text-sm)}.AccountingDashboard_agingDetailsRow__fpZNG .AccountingDashboard_date__q_uyo{color:var(--text-secondary);font-size:var(--text-sm)}.AccountingDashboard_agingDetailsRow__fpZNG .AccountingDashboard_daysOverdue__p2wwR{font-weight:600;color:var(--text-secondary);text-align:center}.AccountingDashboard_agingDetailsRow__fpZNG .AccountingDashboard_daysOverdue__p2wwR.AccountingDashboard_warning__bV1Si{color:#f59e0b}.AccountingDashboard_agingDetailsRow__fpZNG .AccountingDashboard_daysOverdue__p2wwR.AccountingDashboard_critical__uCISe{color:#ef4444}.AccountingDashboard_agingDetailsRow__fpZNG .AccountingDashboard_balance__UhVbc{font-weight:600;color:var(--text-primary);text-align:left}.AccountingDashboard_agingDetailsFooter__Ug_Q8{display:flex;justify-content:space-between;align-items:center;padding:14px;margin-top:8px;background:var(--background-secondary);border-radius:var(--radius-sm,6px);font-size:var(--text-sm);color:var(--text-secondary)}.AccountingDashboard_agingDetailsFooter__Ug_Q8 .AccountingDashboard_totalBalance__MXNJ4{font-weight:700;color:var(--text-primary);font-size:var(--text-md)}.shared_modalOverlay__WusqO{position:fixed;inset:0;z-index:var(--z-overlay);background:radial-gradient(circle at center,color-mix(in srgb,var(--primary-color,#3b82f6) 15%,rgba(0,0,0,.85)) 0,rgba(0,0,0,.9) 100%);backdrop-filter:blur(16px) saturate(150%);-webkit-backdrop-filter:blur(16px) saturate(150%);display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto;opacity:0;animation:shared_overlayFadeIn__aD2ad .3s cubic-bezier(.4,0,.2,1) forwards}@keyframes shared_overlayFadeIn__aD2ad{to{opacity:1}}.shared_modalContent__ggLQw{position:relative;width:100%;max-width:800px;max-height:90vh;z-index:var(--z-modal);background:linear-gradient(135deg,color-mix(in srgb,var(--primary-color,#3b82f6) 8%,rgba(255,255,255,.98)) 0,rgba(249,250,251,.98) 50%,color-mix(in srgb,var(--primary-color,#3b82f6) 5%,rgba(252,252,253,.98)) 100%);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border-radius:16px;border:1px solid color-mix(in srgb,var(--primary-color,#3b82f6) 20%,rgba(255,255,255,.5));box-shadow:0 0 80px color-mix(in srgb,var(--primary-color,#3b82f6) 15%,rgba(0,0,0,.08)),0 20px 60px rgba(0,0,0,.1);display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:scale(.92) translateY(30px);animation:shared_modalSlideIn__iE0Ki .35s cubic-bezier(.34,1.3,.64,1) forwards}@keyframes shared_modalSlideIn__iE0Ki{to{opacity:1;transform:scale(1) translateY(0)}}.shared_modalHeader__44jiA{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.08);background:linear-gradient(180deg,rgba(255,255,255,.8),rgba(255,255,255,.5))}.shared_modalTitle__ywcNv{font-size:var(--text-lg,1.125rem);font-weight:600;color:var(--text-primary,#1f2937);margin:0;display:flex;align-items:center;gap:.5rem}.shared_modalTitle__ywcNv svg{color:var(--primary-color,#3b82f6);font-size:1.25rem}.shared_modalClose___5lUe{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:50%;background:rgba(0,0,0,.05);color:var(--text-secondary,#6b7280);cursor:pointer;transition:all .2s ease}.shared_modalClose___5lUe:hover{background:rgba(239,68,68,.1);color:#ef4444}.shared_modalClose___5lUe svg{font-size:1.25rem}.shared_modalBody__0Ihow{flex:1;padding:1.5rem;overflow-y:auto}.shared_modalBody__0Ihow::-webkit-scrollbar{width:8px}.shared_modalBody__0Ihow::-webkit-scrollbar-track{background:rgba(0,0,0,.02);border-radius:4px}.shared_modalBody__0Ihow::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--primary-color,#3b82f6) 30%,rgba(0,0,0,.2));border-radius:4px}.shared_modalBody__0Ihow::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--primary-color,#3b82f6) 50%,rgba(0,0,0,.3))}.shared_modalFooter__7JFVs{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid rgba(0,0,0,.08);background:linear-gradient(0deg,rgba(255,255,255,.8),rgba(255,255,255,.5))}@media (max-width:768px){.shared_modalOverlay__WusqO{padding:.5rem}.shared_modalContent__ggLQw{max-width:100%;max-height:100%;border-radius:12px}.shared_modalHeader__44jiA{padding:.75rem 1rem}.shared_modalBody__0Ihow{padding:1rem}.shared_modalFooter__7JFVs{padding:.75rem 1rem}}[data-theme=dark] .shared_modalContent__ggLQw{background:linear-gradient(135deg,color-mix(in srgb,var(--primary-color,#3b82f6) 12%,rgba(30,41,59,.98)) 0,rgba(30,41,59,.98) 50%,color-mix(in srgb,var(--primary-color,#3b82f6) 8%,rgba(30,41,59,.98)) 100%);border-color:color-mix(in srgb,var(--primary-color,#3b82f6) 25%,rgba(255,255,255,.15));box-shadow:0 0 80px color-mix(in srgb,var(--primary-color,#3b82f6) 20%,rgba(0,0,0,.3)),0 20px 60px rgba(0,0,0,.4)}[data-theme=dark] .shared_modalHeader__44jiA{border-bottom-color:rgba(255,255,255,.1);background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02))}[data-theme=dark] .shared_modalTitle__ywcNv{color:#f1f5f9}[data-theme=dark] .shared_modalClose___5lUe{background:rgba(255,255,255,.08);color:#94a3b8}[data-theme=dark] .shared_modalClose___5lUe:hover{background:rgba(239,68,68,.2);color:#f87171}[data-theme=dark] .shared_modalBody__0Ihow::-webkit-scrollbar-track{background:rgba(255,255,255,.03)}[data-theme=dark] .shared_modalBody__0Ihow::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--primary-color,#3b82f6) 35%,rgba(255,255,255,.15))}[data-theme=dark] .shared_modalBody__0Ihow::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--primary-color,#3b82f6) 50%,rgba(255,255,255,.2))}[data-theme=dark] .shared_modalFooter__7JFVs{border-top-color:rgba(255,255,255,.1);background:linear-gradient(0deg,rgba(255,255,255,.05),rgba(255,255,255,.02))}