.dashboard_container__stamU{display:flex;flex-direction:column;gap:30px;overflow-x:hidden;width:100%}.dashboard_titleSection__DZz1_{display:flex;justify-content:space-between;align-items:center}.dashboard_title__zlx4h{font-size:2rem;color:var(--text-white);font-weight:700;display:flex;align-items:center;gap:12px}.dashboard_subtitle__D9F__{font-size:.9rem;color:var(--text-muted);margin-top:4px}.dashboard_gridMetrics__n2eyp{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.dashboard_metricCard__sOhHj{padding:24px;display:flex;align-items:center;justify-content:space-between}.dashboard_metricInfo__3JbXy{display:flex;flex-direction:column;gap:6px}.dashboard_metricLabel__qt8Dz{font-size:.85rem;color:var(--text-muted);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.dashboard_metricValue___grvS{font-size:1.8rem;color:var(--text-white);font-weight:700;line-height:1}.dashboard_metricTrend__Mw9GC{font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:4px;margin-top:4px}.dashboard_trendUp__I1Nan{color:var(--status-confirm)}.dashboard_trendDown__7Hki5{color:var(--status-cancel)}.dashboard_metricIcon__ZXFaj{width:48px;height:48px;border-radius:var(--radius-sm);background-color:rgba(255,255,255,.02);border:1px solid var(--panel-border);display:flex;align-items:center;justify-content:center;color:var(--accent);transition:all .3s ease}.dashboard_metricCard__sOhHj:hover .dashboard_metricIcon__ZXFaj{background-color:var(--primary);border-color:var(--accent);color:var(--text-white);box-shadow:0 0 12px rgba(122,12,22,.4)}.dashboard_gridMain__4Qahx{display:grid;grid-template-columns:1fr;gap:24px}.dashboard_gridMain__4Qahx[data-has-leads=true]{grid-template-columns:1fr 350px}.dashboard_chartCard___ZO_0{padding:24px;display:flex;flex-direction:column;gap:20px}.dashboard_cardHeader__zjk9H{display:flex;justify-content:space-between;align-items:center}.dashboard_cardTitle__wqDp4{font-size:1.1rem;color:var(--text-white);display:flex;align-items:center;gap:8px}.dashboard_recentLeadsList__T1pvd{display:flex;flex-direction:column;gap:12px;max-height:350px;overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:var(--panel-border) transparent}.dashboard_recentLeadItem__ETbOb{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;background-color:rgba(255,255,255,.02);border:1px solid var(--panel-border);border-radius:var(--radius-sm);cursor:pointer;transition:all .2s ease}.dashboard_recentLeadItem__ETbOb:hover{border-color:var(--accent);background-color:rgba(212,175,55,.03);transform:translateX(4px)}.dashboard_recentLeadInfo__I8_W_{display:flex;flex-direction:column;gap:4px}.dashboard_recentLeadName__zO_ce{font-size:.9rem;font-weight:600;color:var(--text-white)}.dashboard_recentLeadMeta__gpU3q{font-size:.75rem;color:var(--text-muted)}.dashboard_sidebarCard__ua44C{padding:24px;display:flex;flex-direction:column;gap:20px}.dashboard_activityList__oSPVT{display:flex;flex-direction:column;gap:14px}.dashboard_activityItem__Lan9Z{display:flex;gap:12px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.03)}.dashboard_activityItem__Lan9Z:last-child{border-bottom:none;padding-bottom:0}.dashboard_activityDot__949dh{width:8px;height:8px;border-radius:50%;margin-top:5px;flex-shrink:0}.dashboard_activityInfo__YiTkj{display:flex;flex-direction:column;gap:2px}.dashboard_activityText__148ZI{font-size:.85rem;color:var(--text-main);line-height:1.4}.dashboard_activityTime__vraEo{font-size:.75rem;color:var(--text-muted)}.dashboard_reminderItem__CbFNF{display:flex;flex-direction:column;padding:12px 14px;background-color:rgba(255,255,255,.02);border:1px solid var(--panel-border);border-radius:var(--radius-sm);transition:all .2s ease}.dashboard_reminderItem__CbFNF:hover{border-color:rgba(212,175,55,.3);background-color:rgba(212,175,55,.04);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.dashboard_reminderDetails__1PJs4{display:flex;flex-direction:column;gap:6px;width:100%}.dashboard_reminderTitle__H0jBE{font-size:.9rem;font-weight:600;color:var(--text-white)}.dashboard_reminderDesc__bPXPQ{font-size:.8rem;color:var(--text-muted);line-height:1.4;margin-bottom:4px}.dashboard_reminderFooter__QSAbv{display:flex;justify-content:space-between;align-items:center;margin-top:4px;border-top:1px solid rgba(255,255,255,.05);padding-top:8px}.dashboard_reminderDate__54WMh{display:flex;align-items:center;font-size:.75rem;color:var(--text-muted)}.dashboard_reminderActionBtn__jAXHw{background:none;border:none;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:50%;transition:all .2s}.dashboard_reminderActionBtn__jAXHw:hover{color:var(--status-confirm);background-color:rgba(46,204,113,.1)}.dashboard_badge__eVutv{padding:3px 8px;border-radius:12px;font-size:.65rem;font-weight:600;text-transform:uppercase}.dashboard_badgeOverdue__imh7j{background-color:rgba(231,76,60,.15);color:#e74c3c;border:1px solid #e74c3c}.dashboard_badgeToday__rRBv_{background-color:rgba(241,196,15,.15);color:#f1c90f;border:1px solid #f1c90f}.dashboard_badgeUpcoming__vFD59{background-color:rgba(46,204,113,.15);color:#2ecc71;border:1px solid #2ecc71}@media (max-width:1024px){.dashboard_gridMain__4Qahx,.dashboard_gridMain__4Qahx[data-has-leads=true]{grid-template-columns:1fr}}@media (max-width:768px){.dashboard_titleSection__DZz1_{flex-direction:column;align-items:flex-start;gap:12px}.dashboard_title__zlx4h{font-size:1.4rem}.dashboard_gridMetrics__n2eyp{grid-template-columns:1fr 1fr;gap:12px}.dashboard_metricCard__sOhHj{padding:16px}.dashboard_metricValue___grvS{font-size:1.4rem}.dashboard_recentLeadsList__T1pvd{max-height:250px}}@media (max-width:480px){.dashboard_gridMetrics__n2eyp{grid-template-columns:1fr}.dashboard_metricCard__sOhHj{flex-direction:row;align-items:center}}