*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;margin:0;padding:0;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f0f0f;color:#e2e8f0;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{height:100vh;width:100vw;margin:0;padding:0;overflow:hidden}.main-container{flex:1;display:flex;flex-direction:column;overflow:hidden;height:100vh;width:100%;margin-left:100px;transition:margin-left .3s ease}.main-container.sidebar-collapsed{margin-left:70px}@media (max-width: 768px){.main-container,.main-container.sidebar-collapsed{margin-left:0}}.card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;min-height:200px}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#475569 #1e293b}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#1e293b;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#475569;border-radius:3px;-webkit-transition:background .2s;transition:background .2s}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#64748b}.ai-pulse{animation:ai-pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes ai-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.card-header{padding:2rem 2rem 1.5rem}.card-content{padding:2rem;padding-top:0}.btn-primary{background-color:#2563eb;color:#fff;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:background-color .2s;border:none;cursor:pointer;display:inline-flex;align-items:center;text-decoration:none}.btn-primary:hover{background-color:#1d4ed8}.btn-secondary{background-color:#f3f4f6;color:#374151;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:background-color .2s;border:1px solid #d1d5db;cursor:pointer;display:inline-flex;align-items:center;text-decoration:none}.btn-secondary:hover{background-color:#e5e7eb}.status-active{background-color:#dcfce7;color:#166534;border:1px solid #bbf7d0;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:500}.status-inactive{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:500}.status-error{background-color:#fef2f2;color:#991b1b;border:1px solid #fecaca;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:500}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-gray-900{color:#111827}.text-blue-600{color:#2563eb}.text-green-600{color:#059669}.text-red-600{color:#dc2626}.text-yellow-600{color:#d97706}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-blue-100{background-color:#dbeafe}.bg-green-100{background-color:#dcfce7}.bg-red-100{background-color:#fef2f2}.bg-yellow-100{background-color:#fef3c7}.border{border:1px solid #e5e7eb}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.p-2{padding:.5rem;height:30rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.m-2{margin:.5rem}.m-4{margin:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-full{width:100%}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.block{display:block}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-x-2>*+*{margin-left:.5rem}.space-x-3>*+*{margin-left:.75rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.transition-colors{transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.transition-shadow{transition:box-shadow .15s ease-in-out}.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.hover\:bg-gray-200:hover{background-color:#e5e7eb}.hover\:text-gray-700:hover{color:#374151}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex{display:flex}.md\:hidden{display:none}}@media (min-width: 1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}._navItem_17r8z_2{margin-bottom:4px}._navLink_17r8z_6{display:flex;align-items:center;padding:12px 16px;color:#9ca3af;text-decoration:none;border-radius:10px;font-size:14px;font-weight:500;transition:all .2s ease;position:relative}._navLink_17r8z_6:hover{color:#fff;background:#37415199;transform:translate(2px)}._navLinkActive_17r8z_25{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 4px 12px #3b82f64d}._navIcon_17r8z_31{width:18px;height:18px;margin-right:12px;flex-shrink:0}._navText_17r8z_38{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._navLinkCollapsed_17r8z_44{justify-content:center;padding:12px;margin:0 auto 4px;width:46px;height:46px}._navLinkCollapsed_17r8z_44 ._navIcon_17r8z_31{margin-right:0}._section_1e6wq_2{padding:16px 12px;border-top:1px solid #2a2a2a}._sectionTitle_1e6wq_7{padding:0 16px 12px;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:0}._recentList_1e6wq_17{list-style:none;padding:0;margin:0}._recentItem_1e6wq_23{margin-bottom:4px}._recentButton_1e6wq_27{width:100%;text-align:left;padding:10px 16px;color:#9ca3af;background:none;border:none;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._recentButton_1e6wq_27:hover{color:#fff;background:#37415199}._bottomSection_cexcf_2{padding:12px;border-top:1px solid #2a2a2a}._bottomButton_cexcf_7{width:100%;display:flex;align-items:center;padding:12px 16px;color:#9ca3af;background:none;border:none;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s ease;margin-bottom:4px}._bottomButton_cexcf_7:hover{color:#fff;background:#37415199}._bottomIcon_cexcf_27{width:16px;height:16px;margin-right:12px}._sidebar_6spjx_2{position:fixed;top:0;left:0;height:100vh;width:280px;background:linear-gradient(180deg,#1a1a1a,#0f0f0f);border-right:1px solid #2a2a2a;display:flex;flex-direction:column;z-index:50;transition:width .3s ease-in-out}._sidebarCollapsed_6spjx_16{width:70px}._sidebarHidden_6spjx_20{transform:translate(-100%)}._sidebarMobile_6spjx_24{position:fixed;inset:0;z-index:50;visibility:hidden;opacity:0;transition:all .3s ease-in-out}._sidebarMobileOpen_6spjx_33{visibility:visible;opacity:1}@media (min-width: 768px){._sidebarMobile_6spjx_24{display:none}}._overlay_6spjx_44{position:absolute;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._sidebarContent_6spjx_51{position:relative;height:100%;width:280px;background:linear-gradient(180deg,#1a1a1a,#0f0f0f);border-right:1px solid #2a2a2a;display:flex;flex-direction:column}._closeButton_6spjx_61{position:absolute;top:16px;right:16px;padding:8px;color:#9ca3af;background:none;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}._closeButton_6spjx_61:hover{color:#fff;background:#374151}._header_6spjx_79{padding:24px 16px 16px;border-bottom:1px solid #2a2a2a}._title_6spjx_84{font-size:18px;font-weight:600;color:#fff;margin:0}._newConversationButton_6spjx_91{width:100%;display:flex;align-items:center;justify-content:center;padding:12px 16px;margin:16px 12px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #3b82f64d}._newConversationButtonCollapsed_6spjx_109{width:46px;height:46px;margin:16px auto;padding:0;border-radius:50%}._newConversationButton_6spjx_91:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px);box-shadow:0 6px 16px #3b82f666}._newConversationIcon_6spjx_123{width:16px;height:16px;margin-right:12px}._sidebarCollapsed_6spjx_16 ._newConversationIcon_6spjx_123{margin-right:0}._toggleButton_6spjx_134{display:flex;align-items:center;justify-content:center;padding:12px 16px;margin:8px 12px;background:none;color:#9ca3af;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}._toggleButton_6spjx_134:hover{color:#fff;background:#37415199}._toggleButtonCollapsed_6spjx_153{width:46px;height:46px;margin:8px auto;padding:0;border-radius:50%}._navigation_6spjx_162{flex:1;padding:0 12px;overflow-y:auto}._sidebarCollapsed_6spjx_16 ._navigation_6spjx_162{padding:0 8px}._navigation_6spjx_162::-webkit-scrollbar{width:6px}._navigation_6spjx_162::-webkit-scrollbar-track{background:transparent}._navigation_6spjx_162::-webkit-scrollbar-thumb{background:#374151;border-radius:3px}._navigation_6spjx_162::-webkit-scrollbar-thumb:hover{background:#4b5563}._navList_6spjx_189{list-style:none;padding:0;margin:8px 0}._navItem_6spjx_195{margin-bottom:4px}._navLink_6spjx_199{display:flex;align-items:center;padding:12px 16px;color:#9ca3af;text-decoration:none;border-radius:10px;font-size:14px;font-weight:500;transition:all .2s ease;position:relative}._navLink_6spjx_199:hover{color:#fff;background:#37415199;transform:translate(2px)}._navLinkActive_6spjx_218{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 4px 12px #3b82f64d}._navIcon_6spjx_224{width:18px;height:18px;margin-right:12px;flex-shrink:0}._navText_6spjx_231{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._section_6spjx_238{padding:16px 12px;border-top:1px solid #2a2a2a}._sectionTitle_6spjx_243{padding:0 16px 12px;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:0}._recentList_6spjx_253{list-style:none;padding:0;margin:0}._recentItem_6spjx_259{margin-bottom:4px}._recentButton_6spjx_263{width:100%;text-align:left;padding:10px 16px;color:#9ca3af;background:none;border:none;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._recentButton_6spjx_263:hover{color:#fff;background:#37415199}._bottomSection_6spjx_284{padding:12px;border-top:1px solid #2a2a2a}._bottomButton_6spjx_289{width:100%;display:flex;align-items:center;padding:12px 16px;color:#9ca3af;background:none;border:none;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s ease;margin-bottom:4px}._bottomButton_6spjx_289:hover{color:#fff;background:#37415199}._bottomIcon_6spjx_309{width:16px;height:16px;margin-right:12px}@media (max-width: 767px){._sidebar_6spjx_2{display:none}._sidebarContent_6spjx_51{width:280px}}._kpiCard_6e8x4_2{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;position:relative;overflow:hidden}._kpiCard_6e8x4_2:hover{transform:translateY(-2px);box-shadow:0 10px 25px -3px #0000001a,0 4px 6px -2px #0000000d}._kpiCard_6e8x4_2:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#1d4ed8)}._cardContent_6e8x4_28{display:flex;align-items:center;justify-content:space-between}._textSection_6e8x4_34{flex:1}._title_6e8x4_38{font-size:14px;font-weight:500;color:#6b7280;margin:0 0 8px}._value_6e8x4_45{font-size:32px;font-weight:700;color:#111827;margin:0 0 12px;line-height:1}._changeSection_6e8x4_53{display:flex;align-items:center;gap:4px}._trendIcon_6e8x4_59{width:16px;height:16px;color:#10b981}._changeValue_6e8x4_65{font-size:14px;font-weight:600;color:#10b981}._changeLabel_6e8x4_71{font-size:14px;color:#6b7280}._iconContainer_6e8x4_76{padding:12px;border-radius:12px;display:flex;align-items:center;justify-content:center}._icon_6e8x4_76{width:24px;height:24px;color:#fff}._blue_6e8x4_91{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}._green_6e8x4_95{background:linear-gradient(135deg,#10b981,#059669)}._purple_6e8x4_99{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}._orange_6e8x4_103{background:linear-gradient(135deg,#f59e0b,#d97706)}._red_6e8x4_107{background:linear-gradient(135deg,#ef4444,#dc2626)}._indigo_6e8x4_111{background:linear-gradient(135deg,#6366f1,#4f46e5)}._chartCard_1fsz5_2{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;overflow:hidden}._chartCard_1fsz5_2:hover{transform:translateY(-1px);box-shadow:0 10px 25px -3px #0000001a,0 4px 6px -2px #0000000d}._cardHeader_1fsz5_16{padding:24px 24px 16px;border-bottom:1px solid #f1f5f9}._title_1fsz5_21{font-size:18px;font-weight:600;color:#111827;margin:0 0 4px}._subtitle_1fsz5_28{font-size:14px;color:#6b7280;margin:0}._cardContent_1fsz5_34{padding:24px}._callItem_u58dz_2{display:flex;align-items:center;justify-content:space-between;padding:16px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;transition:all .2s ease}._callItem_u58dz_2:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);transform:translate(4px);box-shadow:0 4px 12px #0000001a}._agentSection_u58dz_19{display:flex;align-items:center;gap:12px;flex:1}._agentIcon_u58dz_26{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:10px;box-shadow:0 4px 8px #3b82f64d}._icon_u58dz_37{width:20px;height:20px;color:#fff}._agentInfo_u58dz_43{display:flex;flex-direction:column;gap:2px}._agentName_u58dz_49{font-size:14px;font-weight:600;color:#111827;margin:0}._callerNumber_u58dz_56{font-size:13px;color:#6b7280;margin:0}._durationSection_u58dz_62{text-align:center;min-width:80px}._duration_u58dz_62{font-size:14px;font-weight:600;color:#111827;margin:0 0 2px}._durationLabel_u58dz_74{font-size:12px;color:#6b7280;margin:0}._intentSection_u58dz_80{text-align:right;min-width:140px}._intentBadge_u58dz_85{display:inline-flex;align-items:center;padding:4px 12px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:12px;font-weight:500;border-radius:20px;box-shadow:0 2px 4px #10b9814d}._intentLabel_u58dz_97{font-size:12px;color:#6b7280;margin:4px 0 0}._dashboard_1qt9z_2{padding:8px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:calc(100vh - 16px);height:calc(100vh - 16px);display:flex;flex-direction:column;gap:16px;overflow-y:auto}._header_1qt9z_14{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._headerContent_1qt9z_21{flex:1}._title_1qt9z_25{font-size:32px;font-weight:700;color:#111827;margin:0 0 8px;background:linear-gradient(135deg,#1f2937,#374151);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._subtitle_1qt9z_36{font-size:16px;color:#6b7280;margin:0}._statusIndicator_1qt9z_42{display:flex;align-items:center;gap:8px;padding:12px 16px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;border-radius:12px;box-shadow:0 4px 6px #10b9811a}._statusIcon_1qt9z_53{width:20px;height:20px;color:#059669;animation:_pulse_1qt9z_1 2s infinite}._statusText_1qt9z_60{font-size:14px;font-weight:600;color:#065f46}@keyframes _pulse_1qt9z_1{0%,to{opacity:1}50%{opacity:.5}}._kpiGrid_1qt9z_76{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}._chartsGrid_1qt9z_82{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:24px}._bottomGrid_1qt9z_88{display:grid;grid-template-columns:1fr 2fr;gap:24px}._activeCallsList_1qt9z_95{display:flex;flex-direction:column;gap:12px}._legend_1qt9z_102{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px}._legendItem_1qt9z_109{display:flex;align-items:center;gap:8px}._legendColor_1qt9z_115{width:12px;height:12px;border-radius:50%;flex-shrink:0}._legendLabel_1qt9z_122{font-size:14px;color:#6b7280;margin:0}._legendValue_1qt9z_128{font-size:14px;font-weight:600;color:#111827;margin-left:auto}@media (max-width: 1024px){._dashboard_1qt9z_2{padding:6px}._header_1qt9z_14{flex-direction:column;align-items:flex-start;gap:16px}._title_1qt9z_25{font-size:28px}._chartsGrid_1qt9z_82,._bottomGrid_1qt9z_88{grid-template-columns:1fr}}@media (max-width: 768px){._dashboard_1qt9z_2{padding:4px;gap:12px}._title_1qt9z_25{font-size:24px}._kpiGrid_1qt9z_76{grid-template-columns:1fr;gap:16px}._chartsGrid_1qt9z_82{gap:16px}._legend_1qt9z_102{grid-template-columns:1fr;gap:12px}}._callItem_hq298_2{padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .2s ease;background:#fff;margin-bottom:.75rem}._callItem_hq298_2:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-1px)}._callItem_hq298_2._selected_hq298_18{border-color:#3b82f6;background:#3b82f61a;box-shadow:0 0 0 1px #3b82f6}._header_hq298_25{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}._callerInfo_hq298_32{display:flex;align-items:center;gap:.5rem}._phoneIcon_hq298_38{width:1rem;height:1rem;color:#6b7280}._callerNumber_hq298_44{font-weight:500;color:#111827}._status_hq298_50{padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500;border:1px solid}._statusActive_hq298_58{background-color:#3b82f61a;color:#60a5fa;border-color:#3b82f633}._statusCompleted_hq298_64{background-color:#22c55e1a;color:#4ade80;border-color:#22c55e33}._statusFailed_hq298_70{background-color:#ef44441a;color:#f87171;border-color:#ef444433}._statusDefault_hq298_76{background-color:#6b72801a;color:#9ca3af;border-color:#6b728033}._details_hq298_83{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;font-size:.875rem;color:#6b7280}._detailItem_hq298_91{display:flex;align-items:center;gap:.25rem}._detailIcon_hq298_97{width:.75rem;height:.75rem;color:#9ca3af}._sentimentIcon_hq298_104{width:.75rem;height:.75rem}._sentimentIcon_hq298_104._positive_hq298_109{color:#4ade80}._sentimentIcon_hq298_104._negative_hq298_113{color:#f87171}._sentimentIcon_hq298_104._neutral_hq298_117{color:#fbbf24}._sentimentText_hq298_121{text-transform:capitalize}._satisfaction_hq298_126{display:flex;align-items:center;gap:.25rem;margin-top:.5rem;font-size:.875rem;color:#6b7280}._heartIcon_hq298_135{width:.75rem;height:.75rem;color:#f87171}@media (max-width: 640px){._callItem_hq298_2{padding:.75rem}._details_hq298_83{grid-template-columns:1fr;gap:.25rem}._header_hq298_25{flex-direction:column;align-items:flex-start;gap:.5rem}}._callDetails_180f0_2{display:flex;flex-direction:column;gap:1.5rem}._emptyState_180f0_9{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center}._emptyIcon_180f0_18{width:3rem;height:3rem;color:#6b7280;margin-bottom:1rem}._emptyText_180f0_25{color:#9ca3af;font-size:1rem}._infoGrid_180f0_31{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._infoItem_180f0_37{display:flex;flex-direction:column;gap:.25rem}._label_180f0_43{font-size:.875rem;font-weight:500;color:#9ca3af}._value_180f0_49{color:#f9fafb;font-weight:400;margin:0}._section_180f0_56{display:flex;flex-direction:column;gap:.5rem}._sectionLabel_180f0_62{font-size:.875rem;font-weight:500;color:#9ca3af;margin-bottom:.5rem;display:block}._sentimentContainer_180f0_71{display:flex;align-items:center;gap:1rem}._sentimentBadge_180f0_77{display:flex;align-items:center;gap:.5rem;padding:.75rem;border-radius:.5rem;border:1px solid}._sentimentPositive_180f0_86{background-color:#22c55e1a;color:#4ade80;border-color:#22c55e33}._sentimentNegative_180f0_92{background-color:#ef44441a;color:#f87171;border-color:#ef444433}._sentimentNeutral_180f0_98{background-color:#fbbf241a;color:#fbbf24;border-color:#fbbf2433}._sentimentIconLarge_180f0_104{width:1rem;height:1rem}._sentimentText_180f0_109{text-transform:capitalize;font-weight:500}._satisfactionContainer_180f0_114{display:flex;align-items:center;gap:.5rem}._heartIcon_180f0_120{width:1rem;height:1rem;color:#f87171}._satisfactionText_180f0_126{font-weight:500;color:#f9fafb}._audioPlayer_180f0_132{display:flex;align-items:center;gap:1rem;padding:1rem;background:#374151;border-radius:.5rem;border:1px solid #4b5563}._playButton_180f0_142{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#3b82f6;color:#fff;border-radius:50%;border:none;cursor:pointer;transition:background-color .2s ease}._playButton_180f0_142:hover{background:#2563eb}._playIcon_180f0_160{width:1.25rem;height:1.25rem}._progressContainer_180f0_165{flex:1;display:flex;flex-direction:column;gap:.25rem}._progressBar_180f0_172{width:100%;height:.5rem;background:#4b5563;border-radius:9999px;overflow:hidden}._progressFill_180f0_180{height:100%;background:#3b82f6;border-radius:9999px;transition:width .3s ease}._timeLabels_180f0_187{display:flex;justify-content:space-between;font-size:.75rem;color:#9ca3af}._controlButton_180f0_194{padding:.5rem;color:#9ca3af;background:none;border:none;cursor:pointer;border-radius:.25rem;transition:color .2s ease}._controlButton_180f0_194:hover{color:#d1d5db}._controlIcon_180f0_208{width:1.25rem;height:1.25rem}._transcript_180f0_214{background:#374151;border-radius:.5rem;padding:1rem;max-height:12rem;overflow-y:auto;border:1px solid #4b5563}._transcriptText_180f0_223{font-size:.875rem;color:#d1d5db;white-space:pre-wrap;font-family:inherit;margin:0;line-height:1.5}._transcript_180f0_214::-webkit-scrollbar{width:6px}._transcript_180f0_214::-webkit-scrollbar-track{background:#1f2937;border-radius:3px}._transcript_180f0_214::-webkit-scrollbar-thumb{background:#4b5563;border-radius:3px}._transcript_180f0_214::-webkit-scrollbar-thumb:hover{background:#6b7280}@media (max-width: 768px){._infoGrid_180f0_31{grid-template-columns:1fr}._sentimentContainer_180f0_71{flex-direction:column;align-items:flex-start;gap:.75rem}._audioPlayer_180f0_132{flex-wrap:wrap;gap:.75rem}._progressContainer_180f0_165{order:3;width:100%}}@media (max-width: 640px){._callDetails_180f0_2{gap:1rem}._audioPlayer_180f0_132{padding:.75rem}._transcript_180f0_214{max-height:8rem}}._callManagement_qiiqf_2{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;min-height:calc(100vh - 80px);background:#f9fafb;width:100%;box-sizing:border-box}._header_qiiqf_14{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._headerContent_qiiqf_21{display:flex;flex-direction:column;gap:.25rem}._title_qiiqf_27{font-size:1.875rem;font-weight:700;color:#111827;margin:0}._subtitle_qiiqf_34{color:#6b7280;margin:0;font-size:1rem}._filtersCard_qiiqf_41{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a}._filtersContainer_qiiqf_49{display:flex;flex-direction:column;gap:1rem}._filtersRow_qiiqf_55{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}._searchContainer_qiiqf_63{flex:1;min-width:300px;position:relative}._searchIcon_qiiqf_69{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#6b7280;width:1.25rem;height:1.25rem;pointer-events:none}._searchInput_qiiqf_80{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#111827;font-size:.875rem;transition:all .2s ease}._searchInput_qiiqf_80:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._searchInput_qiiqf_80::-moz-placeholder{color:#9ca3af}._searchInput_qiiqf_80::placeholder{color:#9ca3af}._filterSelect_qiiqf_102{min-width:180px;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#111827;font-size:.875rem;cursor:pointer;transition:all .2s ease}._filterSelect_qiiqf_102:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._filterSelect_qiiqf_102 option{background:#fff;color:#111827}._dateContainer_qiiqf_126{min-width:180px;position:relative}._dateIcon_qiiqf_131{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#6b7280;width:1.25rem;height:1.25rem;pointer-events:none}._dateInput_qiiqf_142{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#111827;font-size:.875rem;cursor:pointer;transition:all .2s ease}._dateInput_qiiqf_142:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._contentGrid_qiiqf_161{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;flex:1}._callsListCard_qiiqf_169{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;display:flex;flex-direction:column;max-height:600px}._cardHeader_qiiqf_179{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e5e7eb}._cardTitle_qiiqf_184{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 .25rem}._cardSubtitle_qiiqf_191{font-size:.875rem;color:#6b7280;margin:0}._cardContent_qiiqf_197{padding:1.5rem;flex:1;overflow:hidden}._callsList_qiiqf_169{max-height:400px;overflow-y:auto;padding-right:.5rem}._callsList_qiiqf_169::-webkit-scrollbar{width:6px}._callsList_qiiqf_169::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}._callsList_qiiqf_169::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}._callsList_qiiqf_169::-webkit-scrollbar-thumb:hover{background:#9ca3af}._callDetailsCard_qiiqf_230{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;display:flex;flex-direction:column;max-height:600px}._callDetailsContent_qiiqf_240{padding:1.5rem;flex:1;overflow-y:auto}._callDetailsContent_qiiqf_240::-webkit-scrollbar{width:6px}._callDetailsContent_qiiqf_240::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}._callDetailsContent_qiiqf_240::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}._callDetailsContent_qiiqf_240::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width: 1024px){._contentGrid_qiiqf_161{grid-template-columns:1fr;gap:1rem}._callsListCard_qiiqf_169,._callDetailsCard_qiiqf_230{max-height:500px}}@media (max-width: 768px){._callManagement_qiiqf_2{padding:1rem}._filtersRow_qiiqf_55{flex-direction:column;align-items:stretch}._searchContainer_qiiqf_63,._filterSelect_qiiqf_102,._dateContainer_qiiqf_126{min-width:auto}._header_qiiqf_14{flex-direction:column;align-items:flex-start;gap:1rem}}@media (max-width: 640px){._callManagement_qiiqf_2{gap:1rem}._title_qiiqf_27{font-size:1.5rem}._filtersCard_qiiqf_41{padding:1rem}._cardHeader_qiiqf_179{padding:1rem 1rem .75rem}._cardContent_qiiqf_197,._callDetailsContent_qiiqf_240{padding:1rem}._callsListCard_qiiqf_169,._callDetailsCard_qiiqf_230{max-height:400px}}._kpiCard_yv7c2_2{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;position:relative;overflow:hidden}._kpiCard_yv7c2_2:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#10b981,#f59e0b,#ef4444);opacity:0;transition:opacity .3s ease}._kpiCard_yv7c2_2:hover{transform:translateY(-4px);box-shadow:0 10px 25px -3px #0000001a,0 4px 6px -2px #0000000d}._kpiCard_yv7c2_2:hover:before{opacity:1}._cardContent_yv7c2_34{display:flex;align-items:center;justify-content:space-between}._textSection_yv7c2_40{flex:1}._title_yv7c2_44{font-size:14px;font-weight:500;color:#6b7280;margin:0 0 8px}._value_yv7c2_51{font-size:32px;font-weight:700;color:#111827;margin:0 0 8px;line-height:1}._changeSection_yv7c2_59{display:flex;align-items:center;gap:4px}._trendIcon_yv7c2_65{width:16px;height:16px}._trendUp_yv7c2_70{color:#10b981}._trendDown_yv7c2_74{color:#ef4444}._change_yv7c2_59{font-size:14px;font-weight:600}._changePositive_yv7c2_83{color:#10b981}._changeNegative_yv7c2_87{color:#ef4444}._changeLabel_yv7c2_91{font-size:14px;color:#6b7280}._iconContainer_yv7c2_96{padding:12px;border-radius:12px;display:flex;align-items:center;justify-content:center}._iconBlue_yv7c2_104{background-color:#dbeafe}._iconGreen_yv7c2_108{background-color:#d1fae5}._iconPurple_yv7c2_112{background-color:#e9d5ff}._iconOrange_yv7c2_116{background-color:#fed7aa}._icon_yv7c2_96{width:24px;height:24px}._iconBlue_yv7c2_104 ._icon_yv7c2_96{color:#2563eb}._iconGreen_yv7c2_108 ._icon_yv7c2_96{color:#059669}._iconPurple_yv7c2_112 ._icon_yv7c2_96{color:#7c3aed}._iconOrange_yv7c2_116 ._icon_yv7c2_96{color:#ea580c}@media (max-width: 768px){._kpiCard_yv7c2_2{padding:20px}._value_yv7c2_51{font-size:28px}._cardContent_yv7c2_34{flex-direction:column;align-items:flex-start;gap:16px}._iconContainer_yv7c2_96{align-self:flex-end}}._agentItem_1pxxr_2{padding:20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;transition:all .3s ease;position:relative;overflow:hidden}._agentItem_1pxxr_2:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#3b82f6,#1d4ed8);opacity:0;transition:opacity .3s ease}._agentItem_1pxxr_2:hover{transform:translateY(-2px);box-shadow:0 8px 25px -3px #0000001a;border-color:#cbd5e1}._agentItem_1pxxr_2:hover:before{opacity:1}._agentHeader_1pxxr_34{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}._agentName_1pxxr_41{font-size:16px;font-weight:600;color:#111827;margin:0}._callsCount_1pxxr_48{font-size:14px;color:#6b7280;background-color:#f3f4f6;padding:4px 8px;border-radius:6px;font-weight:500}._metricsGrid_1pxxr_57{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}._metric_1pxxr_57{display:flex;flex-direction:column;gap:8px}._metricLabel_1pxxr_69{font-size:12px;color:#6b7280;font-weight:500;margin:0;text-transform:uppercase;letter-spacing:.05em}._metricValue_1pxxr_78{font-size:14px;font-weight:600;color:#111827;margin:0}._progressContainer_1pxxr_85{display:flex;align-items:center;gap:8px}._progressBar_1pxxr_91{flex:1;height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden;position:relative}._progressFill_1pxxr_100{height:100%;border-radius:4px;transition:width .6s ease;position:relative}._progressFill_1pxxr_100:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:_shimmer_1pxxr_1 2s infinite}._progressSatisfaction_1pxxr_118{background:linear-gradient(90deg,#10b981,#059669)}._progressEfficiency_1pxxr_122{background:linear-gradient(90deg,#3b82f6,#1d4ed8)}@keyframes _shimmer_1pxxr_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (max-width: 768px){._agentItem_1pxxr_2{padding:16px}._metricsGrid_1pxxr_57{grid-template-columns:1fr;gap:12px}._agentHeader_1pxxr_34{flex-direction:column;align-items:flex-start;gap:8px}._callsCount_1pxxr_48{align-self:flex-end}}@media (max-width: 480px){._progressContainer_1pxxr_85{flex-direction:column;align-items:flex-start;gap:4px}._progressBar_1pxxr_91{width:100%}}._analytics_1354h_2{padding:24px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;max-height:100vh;display:flex;flex-direction:column;gap:24px;overflow-y:auto}._header_1354h_14{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._headerContent_1354h_21{flex:1}._title_1354h_25{font-size:32px;font-weight:700;color:#111827;margin:0 0 4px;background:linear-gradient(135deg,#1f2937,#374151);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._subtitle_1354h_36{font-size:16px;color:#6b7280;margin:0}._headerActions_1354h_42{display:flex;align-items:center;gap:12px}._timeRangeSelect_1354h_48{padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;background-color:#fff;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}._timeRangeSelect_1354h_48:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._actionButton_1354h_66{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}._refreshButton_1354h_79{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db}._refreshButton_1354h_79:hover{background-color:#e5e7eb;transform:translateY(-1px)}._exportButton_1354h_90{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 6px -1px #3b82f64d}._exportButton_1354h_90:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 6px 12px -1px #3b82f666}._kpiGrid_1354h_103{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}._chartsGrid_1354h_110{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:24px}._chartsGridThree_1354h_116{display:grid;grid-template-columns:2fr 1fr;gap:24px}._chartContainer_1354h_129{height:300px;width:100%}._agentPerformance_1354h_135{max-height:400px;overflow-y:auto;padding-right:.5rem}._agentPerformanceContainer_1354h_141{max-height:400px;overflow-y:auto;padding-right:.5rem;display:flex;flex-direction:column;gap:1rem}._agentPerformance_1354h_135::-webkit-scrollbar,._agentPerformanceContainer_1354h_141::-webkit-scrollbar{width:6px}._agentPerformance_1354h_135::-webkit-scrollbar-track,._agentPerformanceContainer_1354h_141::-webkit-scrollbar-track{background:#1f2937;border-radius:3px}._agentPerformance_1354h_135::-webkit-scrollbar-thumb,._agentPerformanceContainer_1354h_141::-webkit-scrollbar-thumb{background:#4b5563;border-radius:3px}._agentPerformance_1354h_135::-webkit-scrollbar-thumb:hover,._agentPerformanceContainer_1354h_141::-webkit-scrollbar-thumb:hover{background:#6b7280}._fullWidthChart_1354h_174{grid-column:1 / -1}@media (max-width: 1024px){._chartsGrid_1354h_110,._chartsGridThree_1354h_116{grid-template-columns:1fr}._kpiGrid_1354h_103{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1200px){._chartsGridThree_1354h_116,._chartsGrid_1354h_110{grid-template-columns:1fr}}@media (max-width: 640px){._analytics_1354h_2{padding:1rem}._headerContent_1354h_21{flex-direction:column;align-items:flex-start;gap:1rem}._headerActions_1354h_42{width:100%;justify-content:space-between}._kpiGrid_1354h_103{grid-template-columns:1fr}._chartsGrid_1354h_110,._chartsGridThree_1354h_116{gap:1rem}}@media (max-width: 768px){._analytics_1354h_2{padding:16px;gap:20px}._header_1354h_14{flex-direction:column;align-items:flex-start;gap:16px}._headerActions_1354h_42{width:100%;justify-content:space-between}._title_1354h_25{font-size:28px}._kpiGrid_1354h_103{grid-template-columns:1fr;gap:16px}._chartsGrid_1354h_110{grid-template-columns:1fr;gap:20px}._chartContainer_1354h_129{height:250px}}@media (max-width: 480px){._analytics_1354h_2{padding:12px}._headerActions_1354h_42{flex-direction:column;width:100%;gap:8px}._timeRangeSelect_1354h_48,._actionButton_1354h_66{width:100%;justify-content:center}._title_1354h_25{font-size:24px}._chartContainer_1354h_129{height:200px}}
