.dashboard-loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:80vh;display:flex}.dashboard-loading-spinner{border:3px solid #6366f126;border-top-color:#6366f1;border-radius:50%;width:48px;height:48px;animation:.8s ease-in-out infinite dashSpin}@keyframes dashSpin{to{transform:rotate(360deg)}}.dashboard-loading-text{color:#94a3b8;font-size:.875rem;font-weight:500}.dashboard-root{flex-direction:column;gap:24px;width:100%;max-width:1400px;margin:0 auto;padding:24px 28px 48px;display:flex}.dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.dashboard-header-left{flex-direction:column;gap:4px;display:flex}.dashboard-title{letter-spacing:-.025em;color:#f1f5f9;background:linear-gradient(135deg,#f1f5f9,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:700}.dashboard-subtitle{color:#64748b;font-size:.875rem;font-weight:400}.dashboard-view-toggle{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a99;border:1px solid #33415580;border-radius:12px;gap:6px;padding:4px;display:flex}.dashboard-view-btn{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:.8125rem;font-weight:500;transition:all .2s;display:flex}.dashboard-view-btn:hover{color:#e2e8f0;background:#33415566}.dashboard-view-btn-active{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 12px #6366f14d}.dashboard-view-btn-active:hover{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6)}.dashboard-view-btn-icon{width:14px;height:14px}.dashboard-kpi-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (max-width:1024px){.dashboard-kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.dashboard-kpi-grid{grid-template-columns:1fr}}.kpi-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(145deg,#0f172acc,#1e293b99);border:1px solid #33415580;border-radius:16px;flex-direction:column;gap:4px;padding:20px;transition:all .3s;display:flex;position:relative;overflow:hidden}.kpi-card:before{content:"";pointer-events:none;background:radial-gradient(at 0 0,#6366f10a,#0000 60%);border-radius:16px;position:absolute;inset:0}.kpi-card:hover{border-color:#6366f14d;transform:translateY(-2px);box-shadow:0 8px 24px #0003,0 0 0 1px #6366f11a}.kpi-card-top{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.kpi-card-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.kpi-icon-blue{color:#60a5fa;background:#3b82f626}.kpi-icon-green{color:#34d399;background:#10b98126}.kpi-icon-amber{color:#fbbf24;background:#f59e0b26}.kpi-icon-indigo{color:#818cf8;background:#6366f126}.kpi-icon-purple{color:#c084fc;background:#a855f726}.kpi-icon-cyan{color:#22d3ee;background:#06b6d426}.kpi-icon-emerald{color:#34d399;background:#10b98126}.kpi-icon-slate{color:#94a3b8;background:#64748b26}.kpi-trend{border-radius:20px;align-items:center;gap:2px;padding:3px 8px;font-size:.75rem;font-weight:600;display:flex}.kpi-trend-up{color:#34d399;background:#10b9811f}.kpi-trend-down{color:#f87171;background:#ef44441f}.kpi-card-value{color:#f1f5f9;letter-spacing:-.02em;font-size:1.75rem;font-weight:700;line-height:1.2}.kpi-card-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.8125rem;font-weight:600}.kpi-card-subtitle{color:#64748b;margin-top:2px;font-size:.75rem}.dashboard-charts-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (max-width:900px){.dashboard-charts-row{grid-template-columns:1fr}}.dashboard-chart-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(145deg,#0f172acc,#1e293b99);border:1px solid #33415580;border-radius:16px;padding:24px;transition:all .3s}.dashboard-chart-card:hover{border-color:#6366f133}.dashboard-chart-header{align-items:center;gap:10px;margin-bottom:24px;display:flex}.dashboard-chart-header-icon{color:#818cf8}.dashboard-chart-title{color:#e2e8f0;font-size:.9375rem;font-weight:600}.dashboard-donut-container{align-items:center;gap:32px;display:flex}@media (max-width:640px){.dashboard-donut-container{flex-direction:column;gap:20px}}.dashboard-donut-svg-wrap{flex-shrink:0;width:180px;height:180px}.dashboard-donut-svg{width:100%;height:100%;overflow:visible}.dashboard-donut-segment{transition:all .5s}.dashboard-donut-total-value{fill:#f1f5f9;font-size:26px;font-weight:700}.dashboard-donut-total-label{fill:#64748b;font-size:12px;font-weight:500}.dashboard-donut-legend{flex-direction:column;flex:1;gap:14px;display:flex}.dashboard-donut-legend-item{justify-content:space-between;align-items:center;gap:12px;display:flex}.dashboard-donut-legend-left{align-items:center;gap:10px;display:flex}.dashboard-donut-legend-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.dashboard-donut-legend-label{color:#cbd5e1;font-size:.8125rem;font-weight:500}.dashboard-donut-legend-right{align-items:center;gap:10px;display:flex}.dashboard-donut-legend-value{color:#f1f5f9;text-align:right;min-width:24px;font-size:.875rem;font-weight:700}.dashboard-donut-legend-pct{color:#64748b;text-align:right;min-width:32px;font-size:.75rem}.dashboard-interest-container{flex-direction:column;gap:20px;display:flex}.dashboard-interest-row{flex-direction:column;gap:8px;display:flex}.dashboard-interest-label-row{justify-content:space-between;align-items:center;display:flex}.dashboard-interest-label{color:#cbd5e1;font-size:.8125rem;font-weight:600}.dashboard-interest-value{color:#94a3b8;font-size:.8125rem;font-weight:600}.dashboard-interest-bar-bg{background:#33415566;border-radius:6px;width:100%;height:10px;overflow:hidden}.dashboard-interest-bar-fill{border-radius:6px;min-width:4px;height:100%;transition:width .8s cubic-bezier(.34,1.56,.64,1)}.dashboard-interest-summary{border-top:1px solid #33415566;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:8px;padding-top:20px;display:grid}@media (max-width:640px){.dashboard-interest-summary{grid-template-columns:1fr}}.dashboard-interest-summary-item{text-align:center;background:#33415533;border:1px solid #3341554d;border-radius:10px;flex-direction:column;gap:4px;padding:12px;display:flex}.dashboard-interest-summary-label{color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-size:.6875rem;font-weight:600}.dashboard-interest-summary-value{color:#e2e8f0;font-size:1.125rem;font-weight:700}.dashboard-activity-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(145deg,#0f172acc,#1e293b99);border:1px solid #33415580;border-radius:16px;padding:24px}.dashboard-activity-list{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (max-width:768px){.dashboard-activity-list{grid-template-columns:1fr}}.dashboard-activity-item{background:#33415526;border:1px solid #3341554d;border-radius:12px;gap:14px;padding:16px;transition:all .2s;display:flex}.dashboard-activity-item:hover{background:#33415540;border-color:#6366f133}.dashboard-activity-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.dashboard-activity-icon-call{color:#34d399;background:#10b98126}.dashboard-activity-icon-voicemail{color:#818cf8;background:#6366f126}.dashboard-activity-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.dashboard-activity-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.dashboard-activity-contact{color:#e2e8f0;text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:600;overflow:hidden}.dashboard-activity-interest{letter-spacing:.05em;border-radius:20px;flex-shrink:0;padding:2px 8px;font-size:.625rem;font-weight:700}.dashboard-activity-interest-high{color:#34d399;background:#10b98126}.dashboard-activity-interest-medium{color:#fbbf24;background:#f59e0b26}.dashboard-activity-interest-low{color:#f87171;background:#ef444426}.dashboard-activity-bottom{align-items:center;gap:14px;display:flex}.dashboard-activity-time{color:#64748b;font-size:.75rem}.dashboard-activity-duration{color:#94a3b8;align-items:center;gap:4px;font-size:.75rem;font-weight:500;display:flex}.dashboard-activity-summary{color:#64748b;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-top:4px;font-size:.75rem;line-height:1.5;display:-webkit-box;overflow:hidden}.dashboard-activity-empty{color:#475569;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 24px;display:flex}.dashboard-activity-empty-icon{opacity:.4}.dashboard-activity-empty p{color:#64748b;font-size:.875rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.kpi-card{animation:.4s forwards fadeInUp}.kpi-card:first-child{animation-delay:0s}.kpi-card:nth-child(2){animation-delay:50ms}.kpi-card:nth-child(3){animation-delay:.1s}.kpi-card:nth-child(4){animation-delay:.15s}.dashboard-chart-card{opacity:0;animation:.5s .2s forwards fadeInUp}.dashboard-activity-card{opacity:0;animation:.5s .3s forwards fadeInUp}.dashboard-activity-item{opacity:0;animation:.4s forwards fadeInUp}.dashboard-activity-item:first-child{animation-delay:.35s}.dashboard-activity-item:nth-child(2){animation-delay:.4s}.dashboard-activity-item:nth-child(3){animation-delay:.45s}.dashboard-activity-item:nth-child(4){animation-delay:.5s}.dashboard-activity-item:nth-child(5){animation-delay:.55s}.dashboard-activity-item:nth-child(6){animation-delay:.6s}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2?dpl=dpl_5AjnC4fVa6aFs6KorQWeZe97bSQJ)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2?dpl=dpl_5AjnC4fVa6aFs6KorQWeZe97bSQJ)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2?dpl=dpl_5AjnC4fVa6aFs6KorQWeZe97bSQJ)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2?dpl=dpl_5AjnC4fVa6aFs6KorQWeZe97bSQJ)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2?dpl=dpl_5AjnC4fVa6aFs6KorQWeZe97bSQJ)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2?dpl=dpl_5AjnC4fVa6aFs6KorQWeZe97bSQJ)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2?dpl=dpl_5AjnC4fVa6aFs6KorQWeZe97bSQJ)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_43247f2-module__zYtJwa__className{font-family:Inter,Inter Fallback;font-style:normal}
