.StatCards-module__8GPQWG__grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px;display:grid}@media (max-width:1200px){.StatCards-module__8GPQWG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.StatCards-module__8GPQWG__grid{grid-template-columns:1fr}}.StatCards-module__8GPQWG__card{flex-direction:column;gap:12px;padding:20px 24px;display:flex}.StatCards-module__8GPQWG__cardTop{justify-content:space-between;align-items:center;display:flex}.StatCards-module__8GPQWG__label{color:var(--text-secondary);font-size:.875rem;font-weight:600}.StatCards-module__8GPQWG__iconWrap{border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.StatCards-module__8GPQWG__valueRow{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.StatCards-module__8GPQWG__value{font-family:var(--font-sora);color:var(--text);font-size:2rem;font-weight:700;line-height:1}.StatCards-module__8GPQWG__changeBadge{font-size:.75rem;font-weight:600}.StatCards-module__8GPQWG__subtext{color:var(--text-muted);font-size:.8125rem}
.RoutingConfigurator-module__qzLBOa__container{flex-direction:column;gap:24px;display:flex}.RoutingConfigurator-module__qzLBOa__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.RoutingConfigurator-module__qzLBOa__subtitle{color:var(--text-secondary);margin-top:4px}.RoutingConfigurator-module__qzLBOa__toast{border-radius:var(--radius);color:var(--green-text);animation:RoutingConfigurator-module__qzLBOa__fadeIn .3s var(--ease);background:#6aac5526;border:1px solid #6aac554d;padding:12px 20px;font-size:.9375rem;font-weight:600}.RoutingConfigurator-module__qzLBOa__card{padding:28px}.RoutingConfigurator-module__qzLBOa__strategyGrid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (max-width:1100px){.RoutingConfigurator-module__qzLBOa__strategyGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.RoutingConfigurator-module__qzLBOa__strategyGrid{grid-template-columns:1fr}}.RoutingConfigurator-module__qzLBOa__strategyOption{border:1.5px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all .2s var(--ease);background:var(--surface-alt);flex-direction:column;gap:10px;padding:20px;display:flex}.RoutingConfigurator-module__qzLBOa__strategyOption:hover{border-color:var(--accent);background:var(--surface)}.RoutingConfigurator-module__qzLBOa__selected{box-shadow:0 0 0 2px #5a96cc33;border-color:var(--accent)!important;background:var(--surface)!important}.RoutingConfigurator-module__qzLBOa__strategyTop{justify-content:space-between;align-items:center;display:flex}.RoutingConfigurator-module__qzLBOa__strategyIcon{font-size:1.5rem}.RoutingConfigurator-module__qzLBOa__strategyDesc{color:var(--text-secondary);line-height:1.5}.RoutingConfigurator-module__qzLBOa__scheduleOptions{flex-direction:column;gap:12px;display:flex}.RoutingConfigurator-module__qzLBOa__radioLabel{border:1.5px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all .2s var(--ease);align-items:flex-start;gap:16px;padding:16px;display:flex}.RoutingConfigurator-module__qzLBOa__radioLabel input{margin-top:4px}.RoutingConfigurator-module__qzLBOa__radioActive{border-color:var(--accent);background:var(--surface-alt)}.RoutingConfigurator-module__qzLBOa__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.RoutingConfigurator-module__qzLBOa__dispatcherList{flex-direction:column;gap:12px;display:flex}.RoutingConfigurator-module__qzLBOa__dispatcherRow{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-alt);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.RoutingConfigurator-module__qzLBOa__dispatcherInfo{align-items:center;gap:12px;display:flex}.RoutingConfigurator-module__qzLBOa__statusDot{background:var(--green);border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 3px #6aac5533}
.AudioPlayerModal-module__UNLKaW__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0f172abf;justify-content:center;align-items:center;padding:16px;animation:.2s ease-out AudioPlayerModal-module__UNLKaW__fadeIn;display:flex;position:fixed;inset:0}.AudioPlayerModal-module__UNLKaW__modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);flex-direction:column;width:100%;max-width:640px;max-height:90vh;animation:.25s cubic-bezier(.16,1,.3,1) AudioPlayerModal-module__UNLKaW__slideUp;display:flex;overflow:hidden}.AudioPlayerModal-module__UNLKaW__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding:20px 24px;display:flex}.AudioPlayerModal-module__UNLKaW__headerTitle{color:var(--text);font-size:1.25rem;font-weight:700}.AudioPlayerModal-module__UNLKaW__headerMeta{color:var(--text-secondary);align-items:center;gap:12px;margin-top:4px;font-size:.875rem;display:flex}.AudioPlayerModal-module__UNLKaW__closeBtn{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:4px 8px;font-size:1.5rem;transition:all .2s}.AudioPlayerModal-module__UNLKaW__closeBtn:hover{background:var(--surface-hover);color:var(--text)}.AudioPlayerModal-module__UNLKaW__playerBody{flex-direction:column;gap:20px;padding:24px;display:flex;overflow-y:auto}.AudioPlayerModal-module__UNLKaW__playerCard{border-radius:var(--radius-lg);background:linear-gradient(135deg,#6366f114 0%,#a855f714 100%);border:1px solid #6366f133;flex-direction:column;gap:16px;padding:20px;display:flex}.AudioPlayerModal-module__UNLKaW__timeline{flex-direction:column;gap:8px;display:flex}.AudioPlayerModal-module__UNLKaW__seekBar{width:100%;height:6px;accent-color:var(--primary);cursor:pointer;border-radius:4px}.AudioPlayerModal-module__UNLKaW__timeRow{color:var(--text-muted);justify-content:space-between;font-size:.8125rem;font-weight:600;display:flex}.AudioPlayerModal-module__UNLKaW__controlsRow{justify-content:space-between;align-items:center;gap:16px;display:flex}.AudioPlayerModal-module__UNLKaW__centerControls{align-items:center;gap:12px;display:flex}.AudioPlayerModal-module__UNLKaW__playBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;transition:transform .2s,background-color .2s;display:flex;box-shadow:0 4px 14px #6366f166}.AudioPlayerModal-module__UNLKaW__playBtn:hover{background:var(--primary-hover);transform:scale(1.06)}.AudioPlayerModal-module__UNLKaW__skipBtn{border:1px solid var(--border);color:var(--text);border-radius:var(--radius-md);cursor:pointer;background:0 0;padding:6px 10px;font-size:.8125rem;font-weight:600;transition:all .2s}.AudioPlayerModal-module__UNLKaW__skipBtn:hover{background:var(--surface-hover)}.AudioPlayerModal-module__UNLKaW__speedSelector{gap:4px;display:flex}.AudioPlayerModal-module__UNLKaW__speedBtn{border:1px solid var(--border);color:var(--text-muted);border-radius:var(--radius-sm);cursor:pointer;background:0 0;padding:4px 8px;font-size:.75rem;font-weight:600}.AudioPlayerModal-module__UNLKaW__speedBtnActive{background:var(--primary);color:#fff;border-color:var(--primary)}.AudioPlayerModal-module__UNLKaW__sectionCard{background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:8px;padding:16px;display:flex}.AudioPlayerModal-module__UNLKaW__sectionTitle{color:var(--text);align-items:center;gap:6px;font-size:.875rem;font-weight:700;display:flex}.AudioPlayerModal-module__UNLKaW__transcriptText{color:var(--text-secondary);white-space:pre-wrap;max-height:180px;padding-right:8px;font-size:.875rem;line-height:1.6;overflow-y:auto}.AudioPlayerModal-module__UNLKaW__footer{border-top:1px solid var(--border);background:var(--surface);justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}@keyframes AudioPlayerModal-module__UNLKaW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes AudioPlayerModal-module__UNLKaW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.CallAnalytics-module__g1tchW__container{flex-direction:column;gap:24px;display:flex}.CallAnalytics-module__g1tchW__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.CallAnalytics-module__g1tchW__subtitle{color:var(--text-secondary);margin-top:4px}.CallAnalytics-module__g1tchW__rangeSelector{background:var(--surface-alt);border-radius:var(--radius);gap:4px;padding:4px;display:flex}.CallAnalytics-module__g1tchW__metricsGrid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (max-width:1100px){.CallAnalytics-module__g1tchW__metricsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.CallAnalytics-module__g1tchW__metricsGrid{grid-template-columns:1fr}}.CallAnalytics-module__g1tchW__metricCard{flex-direction:column;gap:8px;padding:20px;display:flex}.CallAnalytics-module__g1tchW__metricVal{font-family:var(--font-sora);font-size:1.875rem;font-weight:700;line-height:1}.CallAnalytics-module__g1tchW__progressWrap{background:var(--border);border-radius:100px;height:6px;margin:4px 0;overflow:hidden}.CallAnalytics-module__g1tchW__progressBar{height:100%;transition:width .4s var(--ease);border-radius:100px}.CallAnalytics-module__g1tchW__chartCard{padding:28px}.CallAnalytics-module__g1tchW__chartHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.CallAnalytics-module__g1tchW__weekTabs{background:var(--surface-alt);border-radius:var(--radius);gap:6px;padding:4px;display:flex}.CallAnalytics-module__g1tchW__weekTabBtn{color:var(--text-muted);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;padding:6px 12px;font-size:.8125rem;font-weight:600;transition:all .2s}.CallAnalytics-module__g1tchW__weekTabActive{background:var(--surface);color:var(--primary);box-shadow:var(--shadow-sm);font-weight:700}.CallAnalytics-module__g1tchW__barChart{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-end;gap:12px;height:200px;padding-bottom:24px;display:flex}.CallAnalytics-module__g1tchW__barCol{flex-direction:column;flex:1;align-items:center;gap:8px;height:100%;display:flex}.CallAnalytics-module__g1tchW__barTrack{background:var(--surface-alt);border-radius:var(--radius) var(--radius) 0 0;flex:1;align-items:flex-end;width:100%;max-width:32px;display:flex;overflow:hidden}.CallAnalytics-module__g1tchW__barFill{background:linear-gradient(180deg, var(--accent) 0%, var(--primary) 100%);border-radius:var(--radius) var(--radius) 0 0;width:100%;transition:height .4s var(--ease)}.CallAnalytics-module__g1tchW__barPeak{background:linear-gradient(180deg, #f59e0b 0%, var(--purple) 100%)!important}.CallAnalytics-module__g1tchW__barLabel{color:var(--text-muted);font-size:.75rem;font-weight:600}.CallAnalytics-module__g1tchW__callsTableCard{padding:24px}.CallAnalytics-module__g1tchW__tableHeaderRow{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.CallAnalytics-module__g1tchW__tableContainer{overflow-x:auto}.CallAnalytics-module__g1tchW__table{border-collapse:collapse;text-align:left;width:100%}.CallAnalytics-module__g1tchW__table th{text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border);background:var(--surface-alt);padding:12px 16px;font-size:.75rem;font-weight:700}.CallAnalytics-module__g1tchW__table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:16px;font-size:.875rem}.CallAnalytics-module__g1tchW__table tbody tr:hover{background:var(--surface-hover)}.CallAnalytics-module__g1tchW__playActionBtn{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:6px;padding:6px 14px;font-size:.8125rem;font-weight:600;transition:transform .2s,opacity .2s;display:inline-flex;box-shadow:0 2px 8px #6366f14d}.CallAnalytics-module__g1tchW__playActionBtn:hover{opacity:.95;transform:translateY(-1px)}
.RoutingModal-module__f3zKrW__overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;animation:RoutingModal-module__f3zKrW__fadeIn .2s var(--ease);background:#0000008c;justify-content:flex-end;display:flex;position:fixed;inset:0}.RoutingModal-module__f3zKrW__drawer{background:var(--bg);width:100%;max-width:480px;height:100%;box-shadow:var(--shadow-xl);animation:RoutingModal-module__f3zKrW__slideIn .3s var(--ease);flex-direction:column;padding:32px;display:flex;overflow-y:auto}@keyframes RoutingModal-module__f3zKrW__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.RoutingModal-module__f3zKrW__header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.RoutingModal-module__f3zKrW__number{color:var(--accent-dark);margin-top:4px;font-weight:600}.RoutingModal-module__f3zKrW__closeBtn{border-radius:var(--radius);width:36px;height:36px;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.RoutingModal-module__f3zKrW__closeBtn:hover{background:var(--surface-alt);color:var(--text)}.RoutingModal-module__f3zKrW__savedAlert{color:var(--green-text);border-radius:var(--radius);background:#6aac5526;border:1px solid #6aac554d;margin-bottom:20px;padding:12px;font-weight:600}.RoutingModal-module__f3zKrW__form{flex-direction:column;gap:20px;display:flex}.RoutingModal-module__f3zKrW__field{flex-direction:column;gap:6px;display:flex}.RoutingModal-module__f3zKrW__label{color:var(--text);font-size:.875rem;font-weight:600}.RoutingModal-module__f3zKrW__switchRow{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-alt);justify-content:space-between;align-items:center;padding:16px;display:flex}.RoutingModal-module__f3zKrW__actions{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}
.AddLineModal-module__6hb69G__overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;animation:AddLineModal-module__6hb69G__fadeIn .2s var(--ease);background:#0000008c;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.AddLineModal-module__6hb69G__modal{background:var(--bg);border-radius:var(--radius-xl);width:100%;max-width:440px;box-shadow:var(--shadow-xl);animation:AddLineModal-module__6hb69G__fadeIn .3s var(--ease-bounce);padding:32px;position:relative}.AddLineModal-module__6hb69G__subtitle{color:var(--text-secondary);margin-bottom:20px}.AddLineModal-module__6hb69G__closeBtn{border-radius:var(--radius);width:32px;height:32px;color:var(--text-muted);justify-content:center;align-items:center;display:flex;position:absolute;top:20px;right:20px}.AddLineModal-module__6hb69G__closeBtn:hover{background:var(--surface-alt);color:var(--text)}.AddLineModal-module__6hb69G__form{flex-direction:column;gap:16px;display:flex}.AddLineModal-module__6hb69G__field{flex-direction:column;gap:6px;display:flex}.AddLineModal-module__6hb69G__label{color:var(--text);font-size:.875rem;font-weight:600}.AddLineModal-module__6hb69G__typeToggle{background:var(--surface-alt);border-radius:var(--radius);gap:4px;padding:4px;display:flex}.AddLineModal-module__6hb69G__actions{justify-content:flex-end;gap:12px;margin-top:16px;display:flex}.AddLineModal-module__6hb69G__successAlert{color:var(--green-text);border-radius:var(--radius);text-align:center;background:#6aac5526;border:1px solid #6aac554d;padding:16px;font-weight:600}
.my-numbers-module__qM_JPG__page{padding:clamp(32px,5vw,64px) 0}.my-numbers-module__qM_JPG__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:32px;display:flex}.my-numbers-module__qM_JPG__headerSubtitle{color:var(--text-secondary);margin-top:6px}.my-numbers-module__qM_JPG__trialBanner{border-radius:var(--radius-lg);background:#5a96cc14;border:1px solid #5a96cc40;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px;padding:16px 24px;display:flex}.my-numbers-module__qM_JPG__trialInfo{align-items:center;gap:16px;display:flex}.my-numbers-module__qM_JPG__trialBadge{background:var(--accent);color:#fff;white-space:nowrap;border-radius:100px;padding:6px 14px;font-size:.8125rem;font-weight:700;display:inline-block}.my-numbers-module__qM_JPG__mainTabs{border-bottom:2px solid var(--border);gap:8px;margin-bottom:32px;display:flex;overflow-x:auto}.my-numbers-module__qM_JPG__mainTabBtn{color:var(--text-secondary);transition:all .2s var(--ease);white-space:nowrap;border-bottom:2px solid #0000;align-items:center;gap:10px;margin-bottom:-2px;padding:12px 20px;font-size:.9375rem;font-weight:500;display:flex}.my-numbers-module__qM_JPG__mainTabBtn:hover{color:var(--text);background:var(--surface-alt);border-radius:var(--radius) var(--radius) 0 0}.my-numbers-module__qM_JPG__mainTabActive{color:var(--primary)!important;border-bottom-color:var(--accent)!important;font-weight:700!important}[data-theme=dark] .my-numbers-module__qM_JPG__mainTabActive{color:var(--accent-light)!important}.my-numbers-module__qM_JPG__filterRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.my-numbers-module__qM_JPG__searchBar{flex:1;min-width:280px}.my-numbers-module__qM_JPG__statusTabs{min-width:320px}.my-numbers-module__qM_JPG__grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px;display:grid}@media (max-width:1100px){.my-numbers-module__qM_JPG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.my-numbers-module__qM_JPG__grid{grid-template-columns:1fr}}.my-numbers-module__qM_JPG__loading,.my-numbers-module__qM_JPG__empty{flex-direction:column;justify-content:center;align-items:center;min-height:300px;margin-bottom:32px;display:flex}.my-numbers-module__qM_JPG__lineCard{flex-direction:column;gap:16px;padding:24px;display:flex}.my-numbers-module__qM_JPG__cardHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.my-numbers-module__qM_JPG__lineInfo{flex:1}.my-numbers-module__qM_JPG__lineNumber{color:var(--text-secondary);font-family:var(--font-sans);margin-top:4px}.my-numbers-module__qM_JPG__moreBtn{border-radius:var(--radius);width:32px;height:32px;color:var(--text-muted);transition:all .2s var(--ease);flex-shrink:0;justify-content:center;align-items:center;display:flex}.my-numbers-module__qM_JPG__moreBtn:hover{background:var(--surface-alt);color:var(--text)}.my-numbers-module__qM_JPG__cardDivider{background:var(--border);height:1px}.my-numbers-module__qM_JPG__cardActions{gap:8px;display:flex}.my-numbers-module__qM_JPG__cardFooter{justify-content:space-between;align-items:center;display:flex}.my-numbers-module__qM_JPG__statusDot{background:currentColor;border-radius:50%;width:6px;height:6px}.my-numbers-module__qM_JPG__summaryBanner{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px;display:grid}@media (max-width:900px){.my-numbers-module__qM_JPG__summaryBanner{grid-template-columns:1fr}}.my-numbers-module__qM_JPG__summaryCard{background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius-lg);align-items:center;gap:14px;padding:16px 20px;display:flex}.my-numbers-module__qM_JPG__summaryIcon{border-radius:var(--radius);background:var(--surface-alt);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;display:flex}.my-numbers-module__qM_JPG__summaryContent{flex-direction:column;display:flex}.my-numbers-module__qM_JPG__summaryValue{color:var(--text);font-size:1.125rem;font-weight:700;line-height:1.2}.my-numbers-module__qM_JPG__summarySub{color:var(--text-muted);margin-top:2px;font-size:.8125rem}.my-numbers-module__qM_JPG__viewToggle{background:var(--surface-alt);border-radius:var(--radius);gap:4px;padding:4px;display:flex}.my-numbers-module__qM_JPG__viewBtn{color:var(--text-muted);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:6px 12px;font-size:.8125rem;font-weight:600;transition:all .2s;display:flex}.my-numbers-module__qM_JPG__viewBtnActive{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.my-numbers-module__qM_JPG__tableViewCard{margin-bottom:32px;padding:0;overflow:hidden}.my-numbers-module__qM_JPG__lineTable{border-collapse:collapse;text-align:left;width:100%}.my-numbers-module__qM_JPG__lineTable th{text-transform:uppercase;color:var(--text-muted);background:var(--surface-alt);border-bottom:1px solid var(--border);padding:14px 20px;font-size:.75rem;font-weight:700}.my-numbers-module__qM_JPG__lineTable td{border-bottom:1px solid var(--border);vertical-align:middle;padding:18px 20px;font-size:.875rem}.my-numbers-module__qM_JPG__lineTable tbody tr:hover{background:var(--surface-hover)}.my-numbers-module__qM_JPG__pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;padding:24px 0;display:flex}
