@keyframes voice-demo-module__P9VdRa__pulse-ring{0%{opacity:1;transform:translate(-50%,-50%)scale(.95)}50%{opacity:.5;transform:translate(-50%,-50%)scale(1.15)}to{opacity:1;transform:translate(-50%,-50%)scale(.95)}}@keyframes voice-demo-module__P9VdRa__pulse-ring-outer{0%{opacity:.3;transform:translate(-50%,-50%)scale(1)}50%{opacity:0;transform:translate(-50%,-50%)scale(1.3)}to{opacity:.3;transform:translate(-50%,-50%)scale(1)}}@keyframes voice-demo-module__P9VdRa__float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes voice-demo-module__P9VdRa__waveform{0%,to{height:8px}50%{height:32px}}@keyframes voice-demo-module__P9VdRa__slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes voice-demo-module__P9VdRa__slide-in-right{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes voice-demo-module__P9VdRa__fade-in{0%{opacity:0}to{opacity:1}}@keyframes voice-demo-module__P9VdRa__glow-pulse{0%,to{box-shadow:0 0 20px #4d61ff26}50%{box-shadow:0 0 30px #4d61ff4d}}.voice-demo-module__P9VdRa__pageContainer{background:var(--surface-secondary,#f6f8fa);min-height:100vh;position:relative}.voice-demo-module__P9VdRa__setupContainer{z-index:1;max-width:600px;margin:0 auto;padding:48px 24px;animation:.5s ease-out voice-demo-module__P9VdRa__slide-up;position:relative}.voice-demo-module__P9VdRa__setupHeader{text-align:center;margin-bottom:32px}.voice-demo-module__P9VdRa__logoMark{border-radius:var(--border-radius-lg,16px);background:linear-gradient(135deg,var(--blurple-main)0%,var(--purple-main)100%);justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:20px;animation:4s ease-in-out infinite voice-demo-module__P9VdRa__float;display:inline-flex;box-shadow:0 4px 12px #4d61ff33}.voice-demo-module__P9VdRa__logoMark svg{color:#fff;width:28px;height:28px}.voice-demo-module__P9VdRa__setupTitle{color:var(--dark-slate);letter-spacing:-.01em;margin-bottom:8px;font-size:24px;font-weight:600}.voice-demo-module__P9VdRa__setupSubtitle{color:var(--gray-9);font-size:14px;line-height:1.5}.voice-demo-module__P9VdRa__glassCard{border:1px solid var(--border-color,#dee2e6);border-radius:var(--border-radius-md,8px);background:#fff;margin-bottom:16px;padding:20px;animation:.4s ease-out both voice-demo-module__P9VdRa__fade-in;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.voice-demo-module__P9VdRa__glassCard:first-child{animation-delay:50ms}.voice-demo-module__P9VdRa__glassCard:nth-child(2){animation-delay:.1s}.voice-demo-module__P9VdRa__glassCard:nth-child(3){animation-delay:.15s}.voice-demo-module__P9VdRa__cardHeader{align-items:center;gap:10px;margin-bottom:12px;display:flex}.voice-demo-module__P9VdRa__cardIcon{border-radius:var(--border-radius-sm,4px);background:#4d61ff1a;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.voice-demo-module__P9VdRa__cardIcon svg{width:16px;height:16px;color:var(--blurple-main)}.voice-demo-module__P9VdRa__cardTitle{color:var(--dark-slate);font-size:14px;font-weight:600}.voice-demo-module__P9VdRa__cardDescription{color:var(--gray-9);margin-bottom:12px;font-size:13px;line-height:1.5}.voice-demo-module__P9VdRa__profileGrid{flex-direction:column;gap:8px;display:flex}.voice-demo-module__P9VdRa__profileCard{border-radius:var(--border-radius-md,8px);border:1px solid var(--border-color,#dee2e6);cursor:pointer;background:#fff;align-items:center;gap:12px;padding:12px;transition:all .15s;display:flex;position:relative}.voice-demo-module__P9VdRa__profileCard:hover{background:var(--surface-secondary,#f6f8fa);border-color:var(--secondary-border-color,#dadfe6)}.voice-demo-module__P9VdRa__profileCard.voice-demo-module__P9VdRa__selected{border-color:var(--blurple-main);background:#4d61ff0a}.voice-demo-module__P9VdRa__profileCard.voice-demo-module__P9VdRa__selected:before{content:"";background:var(--blurple-main);border-radius:3px 0 0 3px;width:3px;position:absolute;top:0;bottom:0;left:0}.voice-demo-module__P9VdRa__profileAvatar{border-radius:var(--border-radius-md,8px);width:40px;height:40px;color:var(--blurple-main);background:linear-gradient(135deg,#4d61ff26,#8758f626);flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex}.voice-demo-module__P9VdRa__profileInfo{flex:1;min-width:0}.voice-demo-module__P9VdRa__profileName{color:var(--dark-slate);align-items:center;gap:8px;margin-bottom:2px;font-size:14px;font-weight:500;display:flex}.voice-demo-module__P9VdRa__profileDesc{color:var(--gray-9);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.voice-demo-module__P9VdRa__profileBadge{border-radius:var(--border-radius-sm,4px);text-transform:uppercase;letter-spacing:.02em;align-items:center;padding:2px 6px;font-size:10px;font-weight:500;display:inline-flex}.voice-demo-module__P9VdRa__profileBadge.voice-demo-module__P9VdRa__healthy{color:var(--green-9);background:#0fbf951a}.voice-demo-module__P9VdRa__profileBadge.voice-demo-module__P9VdRa__warning{color:var(--yellow-9);background:#fce96a26}.voice-demo-module__P9VdRa__profileBadge.voice-demo-module__P9VdRa__onboarding{color:var(--purple-main);background:#8758f61a}.voice-demo-module__P9VdRa__profileStats{gap:10px;margin-top:6px;display:flex}.voice-demo-module__P9VdRa__profileStat{color:var(--gray-9);align-items:center;gap:3px;font-size:11px;display:flex}.voice-demo-module__P9VdRa__profileStat svg{width:11px;height:11px}.voice-demo-module__P9VdRa__profileSelector{border:2px solid var(--border-color,#dee2e6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:all .15s;display:flex}.voice-demo-module__P9VdRa__profileCard.voice-demo-module__P9VdRa__selected .voice-demo-module__P9VdRa__profileSelector{border-color:var(--blurple-main);background:var(--blurple-main)}.voice-demo-module__P9VdRa__profileCard.voice-demo-module__P9VdRa__selected .voice-demo-module__P9VdRa__profileSelector:after{content:"";background:#fff;border-radius:50%;width:6px;height:6px}.voice-demo-module__P9VdRa__startCallButton{border-radius:var(--border-radius-md,8px);background:var(--blurple-main);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:8px;padding:14px 24px;font-size:14px;font-weight:600;transition:all .2s;animation:.4s ease-out .2s both voice-demo-module__P9VdRa__fade-in;display:flex}.voice-demo-module__P9VdRa__startCallButton:hover{background:var(--blurple-6);box-shadow:0 4px 12px #4d61ff40}.voice-demo-module__P9VdRa__startCallButton:active{transform:scale(.98)}.voice-demo-module__P9VdRa__startCallButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.voice-demo-module__P9VdRa__startCallButton svg{width:18px;height:18px}.voice-demo-module__P9VdRa__infoBanner{border-radius:var(--border-radius-md,8px);background:#4d61ff0a;border:1px solid #4d61ff1a;align-items:flex-start;gap:10px;margin-top:16px;padding:12px;animation:.4s ease-out .25s both voice-demo-module__P9VdRa__fade-in;display:flex}.voice-demo-module__P9VdRa__infoBanner svg{width:16px;height:16px;color:var(--blurple-main);flex-shrink:0;margin-top:1px}.voice-demo-module__P9VdRa__infoBannerText{color:var(--gray-10);font-size:13px;line-height:1.5}.voice-demo-module__P9VdRa__infoBannerText strong{color:var(--dark-slate);font-weight:500}.voice-demo-module__P9VdRa__activeCallContainer{z-index:1;min-height:100vh;padding:20px;position:relative}.voice-demo-module__P9VdRa__callHeader{justify-content:space-between;align-items:center;margin-bottom:20px;animation:.3s ease-out voice-demo-module__P9VdRa__slide-up;display:flex}.voice-demo-module__P9VdRa__callStatus{align-items:center;gap:12px;display:flex}.voice-demo-module__P9VdRa__liveIndicator{background:#ef444414;border:1px solid #ef444426;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;display:flex}.voice-demo-module__P9VdRa__liveDot{background:#ef4444;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite voice-demo-module__P9VdRa__pulse-ring}.voice-demo-module__P9VdRa__liveText{color:#ef4444;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.voice-demo-module__P9VdRa__callInfo{flex-direction:column;gap:2px;display:flex}.voice-demo-module__P9VdRa__callTitle{color:var(--dark-slate);font-size:16px;font-weight:600}.voice-demo-module__P9VdRa__callAgent{color:var(--gray-9);font-size:12px}.voice-demo-module__P9VdRa__callAgent span{color:var(--blurple-main);font-weight:500}.voice-demo-module__P9VdRa__callLayout{grid-template-columns:2fr 1fr;align-items:stretch;gap:16px;height:calc(100vh - 140px);animation:.4s ease-out .1s both voice-demo-module__P9VdRa__fade-in;display:grid}@media (max-width:1200px){.voice-demo-module__P9VdRa__callLayout{grid-template-columns:1fr;height:auto}}.voice-demo-module__P9VdRa__callColumn{flex-direction:column;gap:12px;min-height:0;display:flex}.voice-demo-module__P9VdRa__voiceWidget{border:1px solid var(--border-color,#dee2e6);border-radius:var(--border-radius-md,8px);background:#fff;flex-direction:row;align-items:center;gap:12px;padding:12px 16px;animation:.4s ease-out voice-demo-module__P9VdRa__slide-up;display:flex;position:relative;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.voice-demo-module__P9VdRa__voiceWidgetControls{align-items:center;gap:6px;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.voice-demo-module__P9VdRa__voiceWidgetControls button{justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.voice-demo-module__P9VdRa__voiceOrb{flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative}.voice-demo-module__P9VdRa__voiceOrbCore{background:linear-gradient(135deg,var(--blurple-main)0%,var(--purple-main)100%);z-index:10;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;animation:2s ease-in-out infinite voice-demo-module__P9VdRa__glow-pulse;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 12px #4d61ff40}.voice-demo-module__P9VdRa__voiceOrbCore svg{color:#fff;width:12px;height:12px}.voice-demo-module__P9VdRa__voiceOrbRing{border:1px solid #4d61ff40;border-radius:50%;position:absolute;top:50%;left:50%}.voice-demo-module__P9VdRa__voiceOrbRing:first-child{width:32px;height:32px;animation:2s ease-in-out infinite voice-demo-module__P9VdRa__pulse-ring}.voice-demo-module__P9VdRa__voiceOrbRing:nth-child(2){width:40px;height:40px;animation:2.5s ease-in-out .3s infinite voice-demo-module__P9VdRa__pulse-ring-outer}.voice-demo-module__P9VdRa__voiceOrbRing:nth-child(3){border-color:#4d61ff1f;width:48px;height:48px;animation:3s ease-in-out .6s infinite voice-demo-module__P9VdRa__pulse-ring-outer}.voice-demo-module__P9VdRa__waveform{justify-content:center;align-items:center;gap:2px;height:20px;display:flex}.voice-demo-module__P9VdRa__waveformBar{background:linear-gradient(to top,var(--blurple-main),var(--purple-main));border-radius:1px;width:2px;animation:.8s ease-in-out infinite voice-demo-module__P9VdRa__waveform}.voice-demo-module__P9VdRa__waveformBar:first-child{height:6px;animation-delay:0s}.voice-demo-module__P9VdRa__waveformBar:nth-child(2){height:10px;animation-delay:.1s}.voice-demo-module__P9VdRa__waveformBar:nth-child(3){height:14px;animation-delay:.2s}.voice-demo-module__P9VdRa__waveformBar:nth-child(4){height:10px;animation-delay:.3s}.voice-demo-module__P9VdRa__waveformBar:nth-child(5){height:6px;animation-delay:.4s}.voice-demo-module__P9VdRa__waveformBar:nth-child(6){height:10px;animation-delay:.3s}.voice-demo-module__P9VdRa__waveformBar:nth-child(7){height:14px;animation-delay:.2s}.voice-demo-module__P9VdRa__waveformBar:nth-child(8){height:10px;animation-delay:.1s}.voice-demo-module__P9VdRa__waveformBar:nth-child(9){height:6px;animation-delay:0s}.voice-demo-module__P9VdRa__voiceInstructions{color:var(--gray-9);flex:1;font-size:12px}.voice-demo-module__P9VdRa__endCallButton{border-radius:var(--border-radius-md,8px);color:#ef4444;cursor:pointer;background:#ef444414;border:none;align-items:center;gap:6px;margin-top:16px;padding:10px 20px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.voice-demo-module__P9VdRa__endCallButton:hover{background:#ef444426}.voice-demo-module__P9VdRa__endCallButton svg{width:16px;height:16px}.voice-demo-module__P9VdRa__transcriptPanel,.voice-demo-module__P9VdRa__transcriptContainer{border:1px solid var(--border-color,#dee2e6);border-radius:var(--border-radius-md,8px);background:#fff;flex-direction:column;max-height:calc(100vh - 140px);display:flex;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.voice-demo-module__P9VdRa__transcriptHeader{padding:20px 20px 0}.voice-demo-module__P9VdRa__transcriptTitleRow{align-items:center;gap:8px;display:flex}.voice-demo-module__P9VdRa__transcriptTitle{color:var(--dark-slate);font-size:13px;font-weight:600}.voice-demo-module__P9VdRa__messageCount{color:var(--gray-9);font-variant-numeric:tabular-nums;font-size:11px}.voice-demo-module__P9VdRa__transcriptBody{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.voice-demo-module__P9VdRa__transcriptBody::-webkit-scrollbar{width:6px}.voice-demo-module__P9VdRa__transcriptBody::-webkit-scrollbar-track{background:0 0}.voice-demo-module__P9VdRa__transcriptBody::-webkit-scrollbar-thumb{background:var(--gray-4);border-radius:3px}.voice-demo-module__P9VdRa__transcriptTitleLive{color:var(--dark-slate);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.voice-demo-module__P9VdRa__transcriptTitleLive:before{content:"";background:#22c55e;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite voice-demo-module__P9VdRa__pulse-ring}.voice-demo-module__P9VdRa__transcriptContent{flex:1;padding:12px;overflow-y:auto}.voice-demo-module__P9VdRa__transcriptContent::-webkit-scrollbar{width:4px}.voice-demo-module__P9VdRa__transcriptContent::-webkit-scrollbar-track{background:0 0}.voice-demo-module__P9VdRa__transcriptContent::-webkit-scrollbar-thumb{background:var(--gray-4);border-radius:2px}.voice-demo-module__P9VdRa__transcriptContent::-webkit-scrollbar-thumb:hover{background:var(--gray-5)}.voice-demo-module__P9VdRa__messageGroup{flex-direction:column;gap:8px;display:flex}.voice-demo-module__P9VdRa__messageWrapper{flex-direction:column;gap:4px;animation:.25s ease-out voice-demo-module__P9VdRa__slide-up;display:flex}.voice-demo-module__P9VdRa__messageWrapper.voice-demo-module__P9VdRa__user{align-self:flex-end;align-items:flex-end}.voice-demo-module__P9VdRa__messageWrapper.voice-demo-module__P9VdRa__assistant{align-self:flex-start;align-items:flex-start}.voice-demo-module__P9VdRa__messageBubble{border-radius:8px;max-width:80%;padding:10px 14px}.voice-demo-module__P9VdRa__messageBubble.voice-demo-module__P9VdRa__user{background:var(--dark-slate,#1d262c);color:#fff;border-bottom-right-radius:0}.voice-demo-module__P9VdRa__messageBubble.voice-demo-module__P9VdRa__assistant{background:var(--surface-secondary,#f6f8fa);color:var(--dark-slate);border:1px solid var(--border-color,#dee2e6);border-bottom-left-radius:0}.voice-demo-module__P9VdRa__messageMetaRow{justify-content:flex-start;align-items:center;gap:var(--space-sm,8px);display:flex}.voice-demo-module__P9VdRa__messageName{font-size:var(--font-size-xs,12px);color:var(--content-secondary);font-weight:500;line-height:18px}.voice-demo-module__P9VdRa__messageTimestamp{font-size:var(--font-size-xs,12px);color:var(--content-secondary);font-weight:400;line-height:18px}.voice-demo-module__P9VdRa__messageRole{text-transform:uppercase;letter-spacing:.03em;opacity:.7;margin-bottom:4px;font-size:10px;font-weight:600}.voice-demo-module__P9VdRa__messageContent{font-size:13px;line-height:1.5}.voice-demo-module__P9VdRa__messageTime{opacity:.5;margin-top:4px;font-size:10px}.voice-demo-module__P9VdRa__systemEventLine{color:var(--gray-9);align-items:flex-start;gap:8px;padding:0;font-size:12px;display:flex}.voice-demo-module__P9VdRa__systemEventLineIndented{padding-left:22px}.voice-demo-module__P9VdRa__systemEventIcon{color:var(--gray-7);flex-shrink:0;align-items:center;padding-top:2px;display:flex}.voice-demo-module__P9VdRa__systemEventText{color:var(--gray-9)}.voice-demo-module__P9VdRa__contextPanel{border:1px solid var(--border-color,#dee2e6);border-radius:var(--border-radius-md,8px);background:#fff;max-height:calc(100vh - 140px);padding:20px;animation:.3s ease-out voice-demo-module__P9VdRa__slide-in-right;overflow-y:auto;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.voice-demo-module__P9VdRa__contextTitle{color:var(--gray-9);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:11px;font-weight:600}.voice-demo-module__P9VdRa__contextGrid{flex-direction:column;gap:12px;display:flex}.voice-demo-module__P9VdRa__contextItem{flex-direction:column;gap:4px;display:flex}.voice-demo-module__P9VdRa__contextLabel{color:var(--gray-9);text-transform:uppercase;letter-spacing:.03em;font-size:10px}.voice-demo-module__P9VdRa__contextValue{color:var(--dark-slate);font-size:13px;font-weight:500}.voice-demo-module__P9VdRa__contextBadge{border-radius:var(--border-radius-sm,4px);align-items:center;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.voice-demo-module__P9VdRa__contextBadge.voice-demo-module__P9VdRa__callerType{color:var(--blurple-main);background:#4d61ff14}.voice-demo-module__P9VdRa__contextBadge.voice-demo-module__P9VdRa__queue{color:#16a34a;background:#22c55e14}.voice-demo-module__P9VdRa__confidenceMeter{align-items:center;gap:10px;display:flex}.voice-demo-module__P9VdRa__confidenceBar{background:var(--gray-3,#e5e7eb);border-radius:2px;flex:1;height:4px;overflow:hidden}.voice-demo-module__P9VdRa__confidenceFill{border-radius:2px;height:100%;transition:width .4s ease-out}.voice-demo-module__P9VdRa__confidenceFill.voice-demo-module__P9VdRa__high{background:#22c55e}.voice-demo-module__P9VdRa__confidenceFill.voice-demo-module__P9VdRa__medium{background:#eab308}.voice-demo-module__P9VdRa__confidenceFill.voice-demo-module__P9VdRa__low{background:var(--gray-5)}.voice-demo-module__P9VdRa__confidenceValue{color:var(--dark-slate);min-width:36px;font-size:13px;font-weight:600}.voice-demo-module__P9VdRa__knowledgePanel{border:1px solid var(--border-color,#dee2e6);border-radius:var(--border-radius-md,8px);background:#fff;flex-direction:column;flex:1;min-height:0;padding:16px;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.voice-demo-module__P9VdRa__knowledgeEmpty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:24px 12px;display:flex}.voice-demo-module__P9VdRa__knowledgeEmptyIcon{border-radius:var(--border-radius-md,8px);background:var(--surface-secondary,#f6f8fa);justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:10px;display:flex}.voice-demo-module__P9VdRa__knowledgeEmptyIcon svg{width:20px;height:20px;color:var(--gray-7)}.voice-demo-module__P9VdRa__knowledgeEmptyText{color:var(--gray-9);font-size:12px}.voice-demo-module__P9VdRa__knowledgeList{flex-direction:column;flex:1;gap:10px;min-height:0;display:flex;overflow-y:auto}.voice-demo-module__P9VdRa__knowledgeList::-webkit-scrollbar{width:4px}.voice-demo-module__P9VdRa__knowledgeList::-webkit-scrollbar-track{background:0 0}.voice-demo-module__P9VdRa__knowledgeList::-webkit-scrollbar-thumb{background:var(--gray-4);border-radius:2px}.voice-demo-module__P9VdRa__knowledgeList::-webkit-scrollbar-thumb:hover{background:var(--gray-5)}.voice-demo-module__P9VdRa__knowledgeItem{border-radius:var(--border-radius-sm,4px);background:#22c55e0a;border:1px solid #22c55e1a;padding:10px;animation:.25s ease-out voice-demo-module__P9VdRa__slide-up}.voice-demo-module__P9VdRa__knowledgeDoc{color:#16a34a;text-transform:uppercase;letter-spacing:.02em;margin-bottom:4px;font-size:10px;font-weight:600}.voice-demo-module__P9VdRa__knowledgeContent{color:var(--gray-10);font-size:12px;line-height:1.5}.voice-demo-module__P9VdRa__knowledgeScore{color:var(--gray-9);align-items:center;gap:4px;margin-top:6px;font-size:10px;display:flex}.voice-demo-module__P9VdRa__completedContainer{z-index:1;max-width:900px;margin:0 auto;padding:32px 20px;position:relative}.voice-demo-module__P9VdRa__completedHeader{justify-content:space-between;align-items:center;margin-bottom:24px;animation:.3s ease-out voice-demo-module__P9VdRa__slide-up;display:flex}.voice-demo-module__P9VdRa__completedTitle{color:var(--dark-slate);font-size:20px;font-weight:600}.voice-demo-module__P9VdRa__completedSubtitle{color:var(--gray-9);margin-top:4px;font-size:13px}.voice-demo-module__P9VdRa__newCallButton{border-radius:var(--border-radius-md,8px);border:1px solid var(--border-color,#dee2e6);color:var(--dark-slate);cursor:pointer;background:#fff;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.voice-demo-module__P9VdRa__newCallButton:hover{background:var(--surface-secondary,#f6f8fa);border-color:var(--secondary-border-color,#dadfe6)}.voice-demo-module__P9VdRa__completedGrid{grid-template-columns:2fr 1fr;gap:16px;display:grid}@media (max-width:768px){.voice-demo-module__P9VdRa__completedGrid{grid-template-columns:1fr}}.voice-demo-module__P9VdRa__connectingOverlay{z-index:100;background:#fffffff7;flex-direction:column;justify-content:center;align-items:center;animation:.2s ease-out voice-demo-module__P9VdRa__fade-in;display:flex;position:fixed;inset:0}.voice-demo-module__P9VdRa__connectingOrb{justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:24px;display:flex;position:relative}.voice-demo-module__P9VdRa__connectingOrbCore{background:linear-gradient(135deg,var(--blurple-main),var(--purple-main));z-index:10;border-radius:50%;width:48px;height:48px;animation:1.5s ease-in-out infinite voice-demo-module__P9VdRa__pulse-ring;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.voice-demo-module__P9VdRa__connectingRing{border:1.5px solid var(--blurple-main);opacity:0;border-radius:50%;animation:1.5s ease-in-out infinite voice-demo-module__P9VdRa__pulse-ring-outer;position:absolute;top:50%;left:50%}.voice-demo-module__P9VdRa__connectingRing:nth-child(2){width:64px;height:64px;animation-delay:0s}.voice-demo-module__P9VdRa__connectingRing:nth-child(3){width:80px;height:80px;animation-delay:.3s}.voice-demo-module__P9VdRa__connectingRing:nth-child(4){width:100px;height:100px;animation-delay:.6s}.voice-demo-module__P9VdRa__connectingText{color:var(--dark-slate);margin-bottom:6px;font-size:16px;font-weight:500}.voice-demo-module__P9VdRa__connectingSubtext{color:var(--gray-9);font-size:13px}.voice-demo-module__P9VdRa__routingTree{border:1px solid var(--border-color,#dee2e6);border-radius:var(--border-radius-md,8px);background:#fff;padding:16px;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.voice-demo-module__P9VdRa__routingTreeTitle{color:var(--gray-9);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:11px;font-weight:600}.voice-demo-module__P9VdRa__routingTreeEmpty{color:var(--gray-9);margin-top:8px;font-size:12px;font-style:italic}.voice-demo-module__P9VdRa__routingNode{border-radius:var(--border-radius-sm,4px);align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:500;transition:all .15s;display:flex}.voice-demo-module__P9VdRa__routingNode.voice-demo-module__P9VdRa__inactive{background:var(--surface-secondary,#f6f8fa);border:1px solid var(--border-color,#dee2e6);color:var(--gray-9)}.voice-demo-module__P9VdRa__routingNode.voice-demo-module__P9VdRa__active{color:var(--blurple-main);background:#4d61ff0f;border:1px solid #4d61ff26}.voice-demo-module__P9VdRa__routingNode.voice-demo-module__P9VdRa__final{color:#16a34a;background:#22c55e0f;border:1px solid #22c55e26}.voice-demo-module__P9VdRa__routingNodeDot{border-radius:50%;width:6px;height:6px}.voice-demo-module__P9VdRa__routingNode.voice-demo-module__P9VdRa__inactive .voice-demo-module__P9VdRa__routingNodeDot{background:var(--gray-5)}.voice-demo-module__P9VdRa__routingNode.voice-demo-module__P9VdRa__active .voice-demo-module__P9VdRa__routingNodeDot{background:var(--blurple-main)}.voice-demo-module__P9VdRa__routingNode.voice-demo-module__P9VdRa__final .voice-demo-module__P9VdRa__routingNodeDot{background:#16a34a}.voice-demo-module__P9VdRa__routingConnector{flex-direction:column;align-items:flex-start;margin-left:12px;display:flex}.voice-demo-module__P9VdRa__routingConnectorLine{background:var(--blurple-main);opacity:.3;width:1.5px;height:10px}.voice-demo-module__P9VdRa__routingConnectorArrow{color:var(--blurple-main);opacity:.4;font-size:10px}.voice-demo-module__P9VdRa__modeToggle{background:var(--surface-secondary,#f6f8fa);border:1px solid var(--border-color,#dee2e6);border-radius:8px;gap:2px;padding:3px;display:inline-flex}.voice-demo-module__P9VdRa__modeButton{color:var(--gray-9);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .15s;display:flex}.voice-demo-module__P9VdRa__modeButton:hover:not(:disabled){color:var(--gray-10);background:#fff}.voice-demo-module__P9VdRa__modeButton.voice-demo-module__P9VdRa__active{color:var(--blurple-main,#4d61ff);background:#fff;box-shadow:0 1px 3px #00000014}.voice-demo-module__P9VdRa__modeButton:disabled{opacity:.5;cursor:not-allowed}.voice-demo-module__P9VdRa__triageGrid{border-top:1px solid var(--border-color,#dee2e6);background:#fff;flex-shrink:0;padding:16px}.voice-demo-module__P9VdRa__triagePrompt{color:var(--gray-9);text-align:center;margin-bottom:16px;font-size:14px}.voice-demo-module__P9VdRa__triageButtonGrid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.voice-demo-module__P9VdRa__triageButton{border:1.5px solid var(--blurple-main,#4d61ff);cursor:pointer;text-align:left;background:#fff;border-radius:12px;flex-direction:column;align-items:flex-start;padding:12px 16px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 3px #0000000d}.voice-demo-module__P9VdRa__triageButton:hover:not(:disabled){background:var(--blurple-main,#4d61ff);transform:translateY(-2px);box-shadow:0 4px 16px #4d61ff4d}.voice-demo-module__P9VdRa__triageButton:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #4d61ff33}.voice-demo-module__P9VdRa__triageButton:disabled{opacity:.4;cursor:not-allowed;transform:none}.voice-demo-module__P9VdRa__triageButton.voice-demo-module__P9VdRa__selected{background:var(--blurple-main,#4d61ff)}.voice-demo-module__P9VdRa__triageLabel{color:var(--blurple-main,#4d61ff);margin-bottom:2px;font-size:14px;font-weight:500;line-height:1.4;transition:color .2s cubic-bezier(.4,0,.2,1)}.voice-demo-module__P9VdRa__triageDesc{color:var(--blurple-main,#4d61ff);opacity:.7;font-size:12px;line-height:1.4;transition:color .2s cubic-bezier(.4,0,.2,1)}.voice-demo-module__P9VdRa__triageButton.voice-demo-module__P9VdRa__selected .voice-demo-module__P9VdRa__triageLabel,.voice-demo-module__P9VdRa__triageButton.voice-demo-module__P9VdRa__selected .voice-demo-module__P9VdRa__triageDesc,.voice-demo-module__P9VdRa__triageButton:hover:not(:disabled) .voice-demo-module__P9VdRa__triageLabel,.voice-demo-module__P9VdRa__triageButton:hover:not(:disabled) .voice-demo-module__P9VdRa__triageDesc{color:#fff}.voice-demo-module__P9VdRa__chatInputWrapper{background:#fff;flex-shrink:0;gap:10px;padding:16px;display:flex}.voice-demo-module__P9VdRa__chatTextarea{border:1px solid var(--frame-primary,#dee2e6);resize:none;background:var(--surface-primary,white);border-radius:8px;outline:none;flex:1;height:36px;min-height:36px;max-height:120px;padding:8px 12px;font-family:inherit;font-size:14px;line-height:20px;transition:border-color .15s}.voice-demo-module__P9VdRa__chatTextarea::placeholder{color:var(--content-placeholder,#758193)}.voice-demo-module__P9VdRa__chatTextarea:focus{border-color:var(--blurple-main,#4d61ff)}.voice-demo-module__P9VdRa__chatTextarea:disabled{background:var(--surface-secondary,#f6f8fa);cursor:not-allowed}.voice-demo-module__P9VdRa__chatSendButton{background:var(--surface-brand-disabled,#9fa7f9);color:#fff;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:9px;transition:all .15s;display:flex;box-shadow:0 1px 1px #0000001f,0 2px 5px #3c425714}.voice-demo-module__P9VdRa__chatSendButton.voice-demo-module__P9VdRa__hasContent{background:var(--blurple-main,#4d61ff)}.voice-demo-module__P9VdRa__chatSendButton.voice-demo-module__P9VdRa__hasContent:hover{background:var(--blurple-dark,#3a4bd9)}.voice-demo-module__P9VdRa__chatSendButton:hover:not(:disabled):not(.voice-demo-module__P9VdRa__hasContent){background:var(--blurple-main,#4d61ff)}.voice-demo-module__P9VdRa__chatSendButton:disabled{background:var(--surface-brand-disabled,#9fa7f9);cursor:not-allowed}.voice-demo-module__P9VdRa__chatWidget{border-radius:var(--border-radius-md,8px);border:1px solid var(--border-color,#dee2e6);background:#fff;flex-direction:column;flex:1;min-height:0;max-height:100%;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.voice-demo-module__P9VdRa__chatHeader{border-bottom:1px solid var(--frame-primary,#dee2e6);background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:16px;display:flex}.voice-demo-module__P9VdRa__chatHeaderLeft,.voice-demo-module__P9VdRa__chatHeaderRight{align-items:center;gap:8px;display:flex}.voice-demo-module__P9VdRa__chatHeaderTitle{color:var(--content-primary,#1d262c);font-size:14px;font-weight:600;line-height:20px}.voice-demo-module__P9VdRa__chatHeaderMessageCount{color:var(--content-secondary,#525a66);font-size:12px;font-weight:400;line-height:18px}.voice-demo-module__P9VdRa__chatResetButton{border:1px solid var(--frame-danger,#d33d40);background:var(--surface-primary,white);color:var(--content-danger,#d33d40);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:600;line-height:18px;transition:all .15s;display:flex;box-shadow:0 1px 1px #0000001f,0 2px 5px #3c425714}.voice-demo-module__P9VdRa__chatResetButton:hover:not(:disabled){border-color:var(--frame-danger,#d33d40);background:#d33d400d}.voice-demo-module__P9VdRa__chatResetButton:disabled{opacity:.5;cursor:not-allowed}.voice-demo-module__P9VdRa__chatResetButton svg{width:14px;height:14px;color:var(--content-danger,#d33d40)}.voice-demo-module__P9VdRa__chatMessageList{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.voice-demo-module__P9VdRa__chatMessagesScrollArea{flex-direction:column;flex:1;gap:8px;padding:16px;display:flex;overflow-y:auto}.voice-demo-module__P9VdRa__chatQuickRepliesArea{flex-direction:column;align-items:flex-end;padding:0 16px 16px;display:flex}.voice-demo-module__P9VdRa__chatMessageWrapper{flex-direction:column;gap:4px;max-width:80%;animation:.2s ease-out voice-demo-module__P9VdRa__slide-up;display:flex}.voice-demo-module__P9VdRa__chatMessageWrapper.voice-demo-module__P9VdRa__userMessage{align-self:flex-end;align-items:flex-end}.voice-demo-module__P9VdRa__chatMessageWrapper.voice-demo-module__P9VdRa__assistantMessage{align-self:flex-start;align-items:flex-start}.voice-demo-module__P9VdRa__chatMessageBubble{padding:10px 14px;font-size:14px;line-height:20px}.voice-demo-module__P9VdRa__chatMessageWrapper.voice-demo-module__P9VdRa__userMessage .voice-demo-module__P9VdRa__chatMessageBubble{background:var(--surface-inverse,#1d262c);color:#fff;border-radius:8px 8px 0}.voice-demo-module__P9VdRa__chatMessageWrapper.voice-demo-module__P9VdRa__assistantMessage .voice-demo-module__P9VdRa__chatMessageBubble{background:var(--surface-secondary,#f6f8fa);color:var(--content-primary,#181d27);border:1px solid var(--frame-primary,#dee2e6);border-radius:8px 8px 8px 0}.voice-demo-module__P9VdRa__chatMessageMeta{justify-content:flex-start;align-items:center;gap:var(--space-sm,8px);display:flex}.voice-demo-module__P9VdRa__chatMessageName{font-size:var(--font-size-xs,12px);color:var(--content-secondary);font-weight:500;line-height:18px}.voice-demo-module__P9VdRa__chatMessageTime{font-size:var(--font-size-xs,12px);color:var(--content-secondary);font-weight:400;line-height:18px}.voice-demo-module__P9VdRa__chatMessage{border-radius:8px;max-width:80%;padding:10px 14px;animation:.2s ease-out voice-demo-module__P9VdRa__slide-up}.voice-demo-module__P9VdRa__chatMessage.voice-demo-module__P9VdRa__userMessage{background:var(--surface-inverse,#1d262c);color:#fff;border-radius:8px 8px 0;align-self:flex-end}.voice-demo-module__P9VdRa__chatMessage.voice-demo-module__P9VdRa__assistantMessage{background:var(--surface-secondary,#f6f8fa);color:var(--content-primary,#181d27);border:1px solid var(--frame-primary,#dee2e6);border-radius:8px 8px 8px 0;align-self:flex-start}.voice-demo-module__P9VdRa__chatMessageRole{opacity:.7;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:10px;font-weight:600}.voice-demo-module__P9VdRa__chatMessageContent{font-size:14px;line-height:20px}.voice-demo-module__P9VdRa__chatMessageContent p{margin:0}.voice-demo-module__P9VdRa__chatMessageContent p+p{margin-top:8px}.voice-demo-module__P9VdRa__chatSystemMessage{text-align:center;color:var(--gray-9);background:var(--surface-secondary,#f6f8fa);border-radius:8px;margin:4px 0;padding:8px 16px;font-size:12px}.voice-demo-module__P9VdRa__typingIndicator{align-items:center;gap:4px;padding:4px 0;display:flex}.voice-demo-module__P9VdRa__typingIndicator span{background:var(--gray-6);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite voice-demo-module__P9VdRa__typing-bounce}.voice-demo-module__P9VdRa__typingIndicator span:nth-child(2){animation-delay:.2s}.voice-demo-module__P9VdRa__typingIndicator span:nth-child(3){animation-delay:.4s}@keyframes voice-demo-module__P9VdRa__typing-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.voice-demo-module__P9VdRa__typingCursor{margin-left:1px;font-weight:400;animation:1s step-end infinite voice-demo-module__P9VdRa__blink;display:inline-block}@keyframes voice-demo-module__P9VdRa__blink{50%{opacity:0}}.voice-demo-module__P9VdRa__thqWorkflow{color:#2563eb;background:#3b82f60f;border:1px solid #3b82f626}.voice-demo-module__P9VdRa__thqStep{color:var(--gray-10);background:#6366f10a;border:1px solid #6366f11f;border-left:2px solid #6366f1;border-radius:4px 16px 16px 4px;flex-direction:column;align-items:flex-start;gap:4px;padding:8px 12px}.voice-demo-module__P9VdRa__thqStepHeader{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.voice-demo-module__P9VdRa__thqScreen{color:#4f46e5;font-size:11px;font-weight:600}.voice-demo-module__P9VdRa__thqStepCount{color:var(--gray-8);font-size:9px;font-weight:500}.voice-demo-module__P9VdRa__thqAction{color:var(--gray-9);font-size:11px;font-style:italic}.voice-demo-module__P9VdRa__thqData{border-top:1px dashed #6366f126;flex-wrap:wrap;gap:6px;width:100%;margin-top:4px;padding-top:4px;display:flex}.voice-demo-module__P9VdRa__thqDataItem{color:var(--gray-10);background:#6366f10f;border-radius:4px;padding:2px 6px;font-size:10px}.voice-demo-module__P9VdRa__thqDataItem.voice-demo-module__P9VdRa__modified{color:#16a34a;background:#22c55e14}.voice-demo-module__P9VdRa__thqComplete{color:#16a34a;background:#22c55e0f;border:1px solid #22c55e26}.voice-demo-module__P9VdRa__classificationReasoning{color:var(--gray-9);opacity:.9;border-top:1px dashed #4d61ff26;margin-top:2px;padding-top:4px;font-size:10px;font-style:italic;line-height:1.4;display:block}.voice-demo-module__P9VdRa__brainReasoning{color:var(--gray-10);background:#fbbf240f;border:1px solid #fbbf2426;border-left:2px solid #f59e0b;border-radius:4px 16px 16px 4px;flex-direction:column;align-items:flex-start;gap:4px;padding:8px 12px}.voice-demo-module__P9VdRa__brainReasoningContent{flex-direction:column;gap:4px;display:flex}.voice-demo-module__P9VdRa__brainReasoningText{color:var(--gray-10);font-size:11px;font-style:italic}.voice-demo-module__P9VdRa__brainDecision{color:#b45309;font-size:11px;font-weight:600}.voice-demo-module__P9VdRa__systemEventCompact{flex-direction:column;align-items:flex-start;gap:4px;margin:4px 0;padding:0;display:flex}.voice-demo-module__P9VdRa__compactEventText{color:var(--gray-8);text-align:left;letter-spacing:-.01em;font-size:12px;font-weight:400;line-height:1.5}.voice-demo-module__P9VdRa__compactChips{flex-wrap:wrap;gap:5px;margin-top:3px;display:flex}.voice-demo-module__P9VdRa__compactChip{color:var(--gray-10);background:var(--gray-2);letter-spacing:.01em;border-radius:5px;padding:3px 8px;font-size:10px;font-weight:500}.voice-demo-module__P9VdRa__modifiedChip{color:#15803d;background:#22c55e1a}.voice-demo-module__P9VdRa__setupTabs{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 0 0 1px #00000008,0 2px 4px #00000005,0 8px 16px #00000008}.voice-demo-module__P9VdRa__setupTabsHeader{background:linear-gradient(#fafbfc 0%,#f5f6f8 100%);border-bottom:1px solid #0000000a;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.voice-demo-module__P9VdRa__setupTabsList{background:#0000000a;border-radius:10px;align-items:center;gap:2px;padding:4px;display:flex}.voice-demo-module__P9VdRa__setupTabButton{color:var(--gray-9);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.voice-demo-module__P9VdRa__setupTabButton:hover{color:var(--gray-10);background:#ffffff80}.voice-demo-module__P9VdRa__setupTabButton svg{opacity:.7;width:15px;height:15px;transition:opacity .2s}.voice-demo-module__P9VdRa__setupTabActive{color:var(--dark-slate);background:#fff;box-shadow:0 1px 2px #0000000a,0 2px 4px #0000000a}.voice-demo-module__P9VdRa__setupTabActive svg{opacity:1}.voice-demo-module__P9VdRa__setupTabContent{padding:24px}.voice-demo-module__P9VdRa__tabContentDescription{color:var(--gray-9);margin-bottom:20px;font-size:14px;line-height:1.5}.voice-demo-module__P9VdRa__historyTabContent,.voice-demo-module__P9VdRa__knowledgeTabContent{min-height:140px}.voice-demo-module__P9VdRa__viewHistoryLink{background:var(--dark-slate);color:#fff;letter-spacing:-.01em;border-radius:10px;align-items:center;gap:10px;padding:14px 24px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 2px 4px #00000014,0 4px 12px #00000014}.voice-demo-module__P9VdRa__viewHistoryLink svg{width:16px;height:16px;transition:transform .2s}.voice-demo-module__P9VdRa__viewHistoryLink svg:last-child{opacity:.7}.voice-demo-module__P9VdRa__viewHistoryLink:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a,0 8px 24px #0000001a}.voice-demo-module__P9VdRa__viewHistoryLink:hover svg:last-child{opacity:1;transform:translate(3px)}.voice-demo-module__P9VdRa__viewHistoryLink:active{transform:translateY(0)}@keyframes voice-demo-module__P9VdRa__modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes voice-demo-module__P9VdRa__modal-container-in{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.voice-demo-module__P9VdRa__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0006;justify-content:center;align-items:center;animation:.2s ease-out voice-demo-module__P9VdRa__modal-overlay-in;display:flex;position:fixed;inset:0}.voice-demo-module__P9VdRa__modalContainer{background:#fff;border-radius:20px;width:90%;max-width:540px;max-height:85vh;animation:.25s cubic-bezier(.4,0,.2,1) voice-demo-module__P9VdRa__modal-container-in;overflow:hidden;box-shadow:0 0 0 1px #0000000a,0 8px 16px #00000014,0 24px 48px #0000001f}.voice-demo-module__P9VdRa__modalHeader{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:flex-start;padding:24px 24px 20px;display:flex}.voice-demo-module__P9VdRa__modalHeaderContent{flex-direction:column;gap:4px;display:flex}.voice-demo-module__P9VdRa__modalBackButton{color:var(--gray-9);cursor:pointer;background:0 0;border:none;margin-bottom:8px;padding:0;font-size:13px;transition:color .15s}.voice-demo-module__P9VdRa__modalBackButton:hover{color:var(--gray-10)}.voice-demo-module__P9VdRa__modalTitle{color:var(--dark-slate);letter-spacing:-.02em;margin:0;font-size:20px;font-weight:600}.voice-demo-module__P9VdRa__modalSubtitle{color:var(--gray-9);margin:0;font-size:14px}.voice-demo-module__P9VdRa__modalCloseButton{background:var(--gray-2);width:32px;height:32px;color:var(--gray-9);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:flex}.voice-demo-module__P9VdRa__modalCloseButton:hover{background:var(--gray-3);color:var(--gray-10)}.voice-demo-module__P9VdRa__modalCloseButton svg{width:16px;height:16px}.voice-demo-module__P9VdRa__modalContent{max-height:calc(85vh - 100px);padding:20px 24px 24px;overflow-y:auto}.voice-demo-module__P9VdRa__modalProfileGrid{flex-direction:column;gap:10px;display:flex}.voice-demo-module__P9VdRa__modalProfileCard{border:1px solid var(--gray-3);cursor:pointer;text-align:left;background:#fff;border-radius:12px;align-items:center;gap:14px;padding:14px 16px;transition:all .15s;display:flex}.voice-demo-module__P9VdRa__modalProfileCard:hover{border-color:var(--gray-5);background:var(--gray-1)}.voice-demo-module__P9VdRa__modalProfileCard.voice-demo-module__P9VdRa__selected{border-color:var(--blurple-main);background:#4d61ff0a;box-shadow:0 0 0 3px #4d61ff1a}.voice-demo-module__P9VdRa__modalProfileAvatar{background:linear-gradient(135deg,var(--gray-3)0%,var(--gray-2)100%);width:44px;height:44px;color:var(--gray-9);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex}.voice-demo-module__P9VdRa__modalProfileInfo{flex:1;min-width:0}.voice-demo-module__P9VdRa__modalProfileName{color:var(--dark-slate);align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.voice-demo-module__P9VdRa__modalProfileDesc{color:var(--gray-9);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;overflow:hidden}.voice-demo-module__P9VdRa__modalProfileStats{color:var(--gray-8);gap:10px;margin-top:6px;font-size:11px;display:flex}.voice-demo-module__P9VdRa__modalModeSelection{flex-direction:column;gap:20px;display:flex}.voice-demo-module__P9VdRa__modalSelectedProfile{background:var(--gray-1);border-radius:10px;align-items:center;gap:12px;padding:12px 14px;display:flex}.voice-demo-module__P9VdRa__modalSelectedAvatar{background:linear-gradient(135deg,var(--gray-3)0%,var(--gray-2)100%);width:40px;height:40px;color:var(--gray-9);border-radius:8px;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.voice-demo-module__P9VdRa__modalSelectedName{color:var(--dark-slate);font-size:14px;font-weight:600}.voice-demo-module__P9VdRa__modalSelectedCuisine{color:var(--gray-9);font-size:12px}.voice-demo-module__P9VdRa__modalModeGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.voice-demo-module__P9VdRa__modalModeCard{border:1px solid var(--gray-3);cursor:pointer;text-align:center;background:#fff;border-radius:14px;flex-direction:column;align-items:center;gap:10px;padding:24px 16px;transition:all .15s;display:flex}.voice-demo-module__P9VdRa__modalModeCard:hover{border-color:var(--gray-5);background:var(--gray-1)}.voice-demo-module__P9VdRa__modalModeCard.voice-demo-module__P9VdRa__selected{border-color:var(--blurple-main);background:#4d61ff0a;box-shadow:0 0 0 3px #4d61ff1a}.voice-demo-module__P9VdRa__modalModeIcon{background:var(--gray-2);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .15s;display:flex}.voice-demo-module__P9VdRa__modalModeCard.voice-demo-module__P9VdRa__selected .voice-demo-module__P9VdRa__modalModeIcon{color:var(--blurple-main);background:#4d61ff1a}.voice-demo-module__P9VdRa__modalModeIcon svg{width:22px;height:22px;color:var(--gray-9)}.voice-demo-module__P9VdRa__modalModeCard.voice-demo-module__P9VdRa__selected .voice-demo-module__P9VdRa__modalModeIcon svg{color:var(--blurple-main)}.voice-demo-module__P9VdRa__modalModeLabel{color:var(--dark-slate);font-size:15px;font-weight:600}.voice-demo-module__P9VdRa__modalModeDesc{color:var(--gray-9);font-size:12px;line-height:1.4}.voice-demo-module__P9VdRa__modalStartButton{background:var(--dark-slate);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:4px;padding:16px 24px;font-size:15px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 4px #00000014,0 4px 12px #00000014}.voice-demo-module__P9VdRa__modalStartButton svg{width:18px;height:18px}.voice-demo-module__P9VdRa__modalStartButton:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0000001a,0 8px 24px #0000001a}.voice-demo-module__P9VdRa__modalStartButton:active{transform:translateY(0)}.voice-demo-module__P9VdRa__setupPageLayout{width:100%;max-width:900px;margin:0 auto;padding:40px 24px}.voice-demo-module__P9VdRa__setupPageHeader{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:32px;display:flex}.voice-demo-module__P9VdRa__setupPageHeaderLeft{flex:1}.voice-demo-module__P9VdRa__setupPageTitle{color:var(--dark-slate);letter-spacing:-.03em;margin:0 0 8px;font-size:28px;font-weight:600}.voice-demo-module__P9VdRa__setupPageSubtitle{color:var(--gray-9);max-width:480px;margin:0;font-size:15px;line-height:1.5}.voice-demo-module__P9VdRa__setupPageHeaderRight{flex-shrink:0}.voice-demo-module__P9VdRa__startDemoButton{background:var(--dark-slate);color:#fff;cursor:pointer;letter-spacing:-.01em;border:none;border-radius:10px;align-items:center;gap:10px;padding:14px 22px;font-size:14px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 2px 4px #00000014,0 4px 12px #00000014}.voice-demo-module__P9VdRa__startDemoButton svg{width:16px;height:16px;transition:transform .2s}.voice-demo-module__P9VdRa__startDemoButton svg:last-child{opacity:.7}.voice-demo-module__P9VdRa__startDemoButton:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a,0 8px 24px #0000001a}.voice-demo-module__P9VdRa__startDemoButton:hover svg:last-child{opacity:1;transform:translate(3px)}.voice-demo-module__P9VdRa__startDemoButton:active{transform:translateY(0)}.voice-demo-module__P9VdRa__setupPageTabs{border-bottom:1px solid var(--gray-3);align-items:center;gap:4px;margin-bottom:24px;padding-bottom:0;display:flex}.voice-demo-module__P9VdRa__setupPageTab{color:var(--gray-9);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:500;transition:color .15s;display:flex;position:relative}.voice-demo-module__P9VdRa__setupPageTab svg{opacity:.6;width:16px;height:16px;transition:opacity .15s}.voice-demo-module__P9VdRa__setupPageTab:hover{color:var(--gray-10)}.voice-demo-module__P9VdRa__setupPageTab:hover svg{opacity:.8}.voice-demo-module__P9VdRa__setupPageTabActive{color:var(--dark-slate)}.voice-demo-module__P9VdRa__setupPageTabActive svg{opacity:1}.voice-demo-module__P9VdRa__setupPageTabActive:after{content:"";background:var(--dark-slate);border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-1px;left:0;right:0}.voice-demo-module__P9VdRa__setupPageContent{border:1px solid var(--gray-3);background:#fff;border-radius:16px;min-height:300px;padding:28px;box-shadow:0 0 0 1px #00000005,0 2px 4px #00000005,0 4px 8px #00000005}.voice-demo-module__P9VdRa__badgeNeutral{background:var(--gray-2);color:var(--gray-9)}.voice-demo-module__P9VdRa__badgeActive{color:#2563eb;background:#3b82f61a}.voice-demo-module__P9VdRa__badgeWarning{color:#d97706;background:#f59e0b1a}.voice-demo-module__P9VdRa__badgeHealthy{color:#16a34a;background:#22c55e1a}.voice-demo-module__P9VdRa__insightsPanel{border:1px solid var(--border-color,#dee2e6);border-radius:var(--border-radius-md,8px);background:#fff;flex-direction:column;gap:0;height:100%;padding:20px;display:flex;overflow-y:auto;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.voice-demo-module__P9VdRa__insightsPanel::-webkit-scrollbar{width:6px}.voice-demo-module__P9VdRa__insightsPanel::-webkit-scrollbar-track{background:0 0}.voice-demo-module__P9VdRa__insightsPanel::-webkit-scrollbar-thumb{background:var(--gray-4);border-radius:3px}.voice-demo-module__P9VdRa__insightCard{margin-bottom:32px}.voice-demo-module__P9VdRa__insightCard:last-child{margin-bottom:0}.voice-demo-module__P9VdRa__insightTitle{color:var(--dark-slate);align-items:center;gap:6px;margin:0 0 4px;font-size:14px;font-weight:600;line-height:20px;display:flex}.voice-demo-module__P9VdRa__insightTitle svg{width:14px;height:14px;color:var(--gray-9)}.voice-demo-module__P9VdRa__sectionHeader{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:0;display:flex}.voice-demo-module__P9VdRa__sectionIcon{width:16px;height:16px;color:var(--content-primary,#1d262c);flex-shrink:0;justify-content:center;align-items:center;display:flex}.voice-demo-module__P9VdRa__sectionIcon svg{width:16px;height:16px}.voice-demo-module__P9VdRa__sectionTitle{color:var(--content-primary,#1d262c);flex:1;margin:0;font-size:14px;font-weight:600;line-height:20px}.voice-demo-module__P9VdRa__sectionChevron{width:20px;height:20px;color:var(--content-secondary,#525a66);flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;transition:transform .2s;display:flex}.voice-demo-module__P9VdRa__sectionChevron svg{width:20px;height:20px}.voice-demo-module__P9VdRa__sectionChevron.voice-demo-module__P9VdRa__collapsed{transform:rotate(180deg)}.voice-demo-module__P9VdRa__sectionDescription{color:var(--gray-9);margin:0 0 12px;font-size:12px;font-weight:400;line-height:16px}.voice-demo-module__P9VdRa__metadataGrid{flex-direction:column;gap:8px;display:flex}.voice-demo-module__P9VdRa__metadataRow{align-items:center;gap:16px;display:flex}.voice-demo-module__P9VdRa__metadataGroup{min-width:0}.voice-demo-module__P9VdRa__metadataLabel{width:120px;color:var(--content-secondary,#525a66);flex-shrink:0;font-size:14px;font-weight:400;line-height:20px}.voice-demo-module__P9VdRa__metadataValue{color:var(--content-primary,#1d262c);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;font-weight:400;line-height:20px;overflow:hidden}.voice-demo-module__P9VdRa__confidenceBarContainer{align-items:center;gap:8px;display:flex}.voice-demo-module__P9VdRa__confidenceBarTrack{background:var(--gray-3);border-radius:2px;flex:1;height:4px;overflow:hidden}.voice-demo-module__P9VdRa__confidenceBarFill{border-radius:2px;height:100%;transition:width .3s}.voice-demo-module__P9VdRa__confidenceBarFill.voice-demo-module__P9VdRa__high{background:linear-gradient(90deg,#22c55e,#16a34a)}.voice-demo-module__P9VdRa__confidenceBarFill.voice-demo-module__P9VdRa__medium{background:linear-gradient(90deg,#eab308,#ca8a04)}.voice-demo-module__P9VdRa__confidenceBarFill.voice-demo-module__P9VdRa__low{background:linear-gradient(90deg,#ef4444,#dc2626)}.voice-demo-module__P9VdRa__confidenceValue{color:var(--dark-slate);font-variant-numeric:tabular-nums;min-width:32px;font-size:12px;font-weight:600}.voice-demo-module__P9VdRa__viewModeToggle{background:var(--background-secondary-hover,#f0f2f6);border:1px solid var(--border-secondary,#f0f2f6);border-radius:8px;align-items:center;gap:0;display:flex;position:relative}.voice-demo-module__P9VdRa__viewModeButton{color:var(--content-secondary,#525a66);cursor:pointer;z-index:1;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:600;line-height:18px;transition:all .15s;display:flex;position:relative}.voice-demo-module__P9VdRa__viewModeButton:hover{color:var(--content-primary,#1d262c)}.voice-demo-module__P9VdRa__viewModeButton.voice-demo-module__P9VdRa__viewModeActive{background:var(--background-primary-default,white);border-color:var(--border-primary,#dee2e6);color:var(--content-primary,#1d262c)}.voice-demo-module__P9VdRa__chatMessageWrapper{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.voice-demo-module__P9VdRa__quickReplyContainer{flex-direction:column;align-items:flex-end;gap:8px;width:100%;animation:.2s ease-out voice-demo-module__P9VdRa__quickReplyFadeIn;display:flex}@keyframes voice-demo-module__P9VdRa__quickReplyFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.voice-demo-module__P9VdRa__quickReplyButton{background:var(--surface-primary,white);border:1px solid var(--frame-primary,#dee2e6);color:var(--content-secondary,#525a66);cursor:pointer;text-align:center;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;padding:6px 10px;font-size:12px;font-weight:600;line-height:18px;transition:all .15s;display:inline-flex;box-shadow:0 1px 1px #0000001f,0 2px 5px #3c425714}.voice-demo-module__P9VdRa__quickReplyButton:hover:not(:disabled){background:var(--surface-secondary,#f6f8fa);border-color:var(--secondary-border-color,#dadfe6);transform:translateY(-1px);box-shadow:0 2px 2px #0000001f,0 4px 8px #3c42571a}.voice-demo-module__P9VdRa__quickReplyButton:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 1px #0000001f,0 2px 5px #3c425714}.voice-demo-module__P9VdRa__quickReplyButton:disabled{opacity:.4;cursor:not-allowed;transform:none}
.ConversationSidePanel-module__y8CyWG__sidePanel{border:1px solid var(--border-color,#dee2e6);border-radius:var(--border-radius-md,8px);background:#fff;flex-direction:column;gap:32px;max-height:calc(100vh - 140px);padding:16px;display:flex;overflow-y:auto;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.ConversationSidePanel-module__y8CyWG__sidePanel::-webkit-scrollbar{width:6px}.ConversationSidePanel-module__y8CyWG__sidePanel::-webkit-scrollbar-track{background:0 0}.ConversationSidePanel-module__y8CyWG__sidePanel::-webkit-scrollbar-thumb{background:var(--gray-4,#d1d5db);border-radius:3px}.ConversationSidePanel-module__y8CyWG__sectionCard{flex-direction:column;gap:16px;display:flex}.ConversationSidePanel-module__y8CyWG__sectionHeader{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:0;display:flex}.ConversationSidePanel-module__y8CyWG__sectionIcon{width:20px;height:20px;color:var(--content-primary,#1d262c);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ConversationSidePanel-module__y8CyWG__sectionIcon svg{width:20px;height:20px}.ConversationSidePanel-module__y8CyWG__sectionTitle{color:var(--content-primary,#1d262c);flex:1;margin:0;font-size:14px;font-weight:600;line-height:20px}.ConversationSidePanel-module__y8CyWG__sectionChevron{width:20px;height:20px;color:var(--content-secondary,#525a66);justify-content:center;align-items:center;transition:transform .2s;display:flex}.ConversationSidePanel-module__y8CyWG__sectionChevron svg{width:20px;height:20px}.ConversationSidePanel-module__y8CyWG__sectionChevron.ConversationSidePanel-module__y8CyWG__collapsed{transform:rotate(180deg)}.ConversationSidePanel-module__y8CyWG__sectionDescription{color:var(--content-secondary,#525a66);margin:-12px 0 0;font-size:14px;font-weight:400;line-height:20px}.ConversationSidePanel-module__y8CyWG__emptyText{color:var(--gray-9,#6b7280);margin:0;font-size:12px}.ConversationSidePanel-module__y8CyWG__metadataGrid{flex-direction:column;gap:8px;display:flex}.ConversationSidePanel-module__y8CyWG__metadataRow{align-items:center;gap:16px;display:flex}.ConversationSidePanel-module__y8CyWG__metadataLabel{width:120px;color:var(--content-secondary,#525a66);flex-shrink:0;font-size:14px;font-weight:400;line-height:20px}.ConversationSidePanel-module__y8CyWG__metadataValue{color:var(--content-primary,#1d262c);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;font-weight:400;line-height:20px;overflow:hidden}.ConversationSidePanel-module__y8CyWG__metadataValue.ConversationSidePanel-module__y8CyWG__mono{font-variant-numeric:tabular-nums}.ConversationSidePanel-module__y8CyWG__metadataValueWithIcon{flex:1;align-items:center;gap:6px;display:flex}.ConversationSidePanel-module__y8CyWG__metadataValueIcon{width:14px;height:14px;color:var(--content-secondary,#525a66);flex-shrink:0}.ConversationSidePanel-module__y8CyWG__statusIndicator{align-items:center;gap:6px;display:flex}.ConversationSidePanel-module__y8CyWG__statusDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.ConversationSidePanel-module__y8CyWG__statusDot.ConversationSidePanel-module__y8CyWG__completed{background:#0e9384}.ConversationSidePanel-module__y8CyWG__statusDot.ConversationSidePanel-module__y8CyWG__escalated{background:#eab308}.ConversationSidePanel-module__y8CyWG__statusDot.ConversationSidePanel-module__y8CyWG__dropped,.ConversationSidePanel-module__y8CyWG__statusDot.ConversationSidePanel-module__y8CyWG__error{background:#ef4444}.ConversationSidePanel-module__y8CyWG__statusTextGreen{color:#107569}.ConversationSidePanel-module__y8CyWG__sentimentIndicator{align-items:center;gap:6px;display:flex}.ConversationSidePanel-module__y8CyWG__sentimentIcon{width:14px;height:14px}.ConversationSidePanel-module__y8CyWG__sentimentIcon.ConversationSidePanel-module__y8CyWG__very_happy,.ConversationSidePanel-module__y8CyWG__sentimentIcon.ConversationSidePanel-module__y8CyWG__happy{color:#22c55e}.ConversationSidePanel-module__y8CyWG__sentimentIcon.ConversationSidePanel-module__y8CyWG__neutral{color:#9ca3af}.ConversationSidePanel-module__y8CyWG__sentimentIcon.ConversationSidePanel-module__y8CyWG__unhappy{color:#e77f32}.ConversationSidePanel-module__y8CyWG__sentimentIcon.ConversationSidePanel-module__y8CyWG__very_unhappy{color:#ef4444}.ConversationSidePanel-module__y8CyWG__confidenceBarContainer{flex:1;align-items:center;gap:8px;display:flex}.ConversationSidePanel-module__y8CyWG__confidenceBarTrack{background:var(--gray-3,#e5e7eb);border-radius:2px;flex:1;height:4px;overflow:hidden}.ConversationSidePanel-module__y8CyWG__confidenceBarFill{border-radius:2px;height:100%;transition:width .3s}.ConversationSidePanel-module__y8CyWG__confidenceBarFill.ConversationSidePanel-module__y8CyWG__high{background:#0e9384}.ConversationSidePanel-module__y8CyWG__confidenceBarFill.ConversationSidePanel-module__y8CyWG__medium{background:#eab308}.ConversationSidePanel-module__y8CyWG__confidenceBarFill.ConversationSidePanel-module__y8CyWG__low{background:#ef4444}.ConversationSidePanel-module__y8CyWG__confidenceValue{color:var(--content-primary,#1d262c);font-variant-numeric:tabular-nums;min-width:32px;font-size:14px;font-weight:400;line-height:20px}.ConversationSidePanel-module__y8CyWG__routingPath{flex-direction:column;display:flex}.ConversationSidePanel-module__y8CyWG__routingStepWrapper{flex-direction:column;align-items:stretch;display:flex}.ConversationSidePanel-module__y8CyWG__routingStep{border-radius:8px;align-items:center;gap:6px;padding:8px;font-size:14px;font-weight:500;line-height:20px;display:flex}.ConversationSidePanel-module__y8CyWG__routingStep.ConversationSidePanel-module__y8CyWG__active{background:var(--surface-primary-hover,#f2f4ff);color:var(--navy,#3d518c)}.ConversationSidePanel-module__y8CyWG__routingStep.ConversationSidePanel-module__y8CyWG__final{color:#0e9384;background:#f0fdf9}.ConversationSidePanel-module__y8CyWG__routingStepIcon{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.ConversationSidePanel-module__y8CyWG__routingStepIcon svg{width:16px;height:16px}.ConversationSidePanel-module__y8CyWG__routingStepIconRotated{justify-content:center;align-items:center;display:flex;transform:rotate(180deg)}.ConversationSidePanel-module__y8CyWG__routingConnectorWrapper{justify-content:center;align-items:center;width:100%;padding:0 16px;display:flex}.ConversationSidePanel-module__y8CyWG__routingConnector{background:var(--border-color,#dee2e6);width:1px;height:8px}.ConversationSidePanel-module__y8CyWG__knowledgeList{flex-direction:column;gap:16px;display:flex}.ConversationSidePanel-module__y8CyWG__knowledgeItem{flex-direction:column;gap:8px;display:flex}.ConversationSidePanel-module__y8CyWG__knowledgeHeader{align-items:center;gap:10px;height:26px;display:flex}.ConversationSidePanel-module__y8CyWG__documentName{color:var(--content-primary,#1d262c);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;font-weight:500;line-height:20px;overflow:hidden}.ConversationSidePanel-module__y8CyWG__documentBadge{border:1px solid var(--border-color,#dee2e6);border-radius:25px;flex-shrink:0;align-items:center;gap:6px;padding:4px 12px;display:flex}.ConversationSidePanel-module__y8CyWG__documentBadgeIcon{width:16px;height:16px;color:var(--navy,#3d518c);flex-shrink:0}.ConversationSidePanel-module__y8CyWG__documentBadgeText{color:var(--content-primary,#1d262c);font-size:12px;font-weight:500;line-height:18px}.ConversationSidePanel-module__y8CyWG__knowledgeContentRow{align-items:flex-start;gap:8px;display:flex}.ConversationSidePanel-module__y8CyWG__knowledgeContent{color:var(--content-secondary,#525a66);flex:1;font-size:14px;font-weight:400;line-height:20px}.ConversationSidePanel-module__y8CyWG__knowledgePage{color:var(--content-secondary,#525a66);flex-shrink:0;font-size:12px;font-weight:500;line-height:18px}.ConversationSidePanel-module__y8CyWG__knowledgeScore{align-items:center;display:flex}.ConversationSidePanel-module__y8CyWG__usedBadge{color:var(--content-success,#107569);background:#f0fdf9;border-radius:4px;padding:2px 8px;font-size:12px;font-weight:500}@keyframes ConversationSidePanel-module__y8CyWG__skeleton-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.ConversationSidePanel-module__y8CyWG__skeletonValue{background:linear-gradient(90deg,var(--gray-2,#f3f4f6)0px,var(--gray-1,#f9fafb)40px,var(--gray-2,#f3f4f6)80px);background-size:200px 100%;border-radius:4px;width:80px;height:20px;animation:1.5s ease-in-out infinite ConversationSidePanel-module__y8CyWG__skeleton-shimmer}
@keyframes history-module__3vZS-W__fade-in{0%{opacity:0}to{opacity:1}}@keyframes history-module__3vZS-W__slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes history-module__3vZS-W__slide-in-right{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes history-module__3vZS-W__pulse-ring{0%,to{opacity:1}50%{opacity:.5}}@keyframes history-module__3vZS-W__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.history-module__3vZS-W__pageContainer{background:var(--surface-secondary,#f6f8fa);min-height:100vh;padding:24px;animation:.3s ease-out history-module__3vZS-W__fade-in}.history-module__3vZS-W__pageHeader{justify-content:space-between;align-items:center;margin-bottom:20px;animation:.3s ease-out history-module__3vZS-W__slide-up;display:flex}.history-module__3vZS-W__headerLeft{align-items:center;gap:16px;display:flex}.history-module__3vZS-W__backButton{border-radius:var(--border-radius-md,8px);border:1px solid var(--border-color,#dee2e6);width:36px;height:36px;color:var(--gray-9);cursor:pointer;background:#fff;justify-content:center;align-items:center;transition:all .15s;display:flex}.history-module__3vZS-W__backButton:hover{background:var(--surface-secondary,#f6f8fa);color:var(--dark-slate)}.history-module__3vZS-W__backButton svg{width:18px;height:18px}.history-module__3vZS-W__pageTitle{color:var(--dark-slate);letter-spacing:-.01em;font-size:20px;font-weight:600}.history-module__3vZS-W__pageSubtitle{color:var(--gray-9);margin-top:2px;font-size:13px}.history-module__3vZS-W__headerActions{align-items:center;gap:10px;display:flex}.history-module__3vZS-W__mainLayout{flex-direction:column;gap:16px;animation:.4s ease-out .1s both history-module__3vZS-W__fade-in;display:flex}.history-module__3vZS-W__searchAndFilters{flex-wrap:wrap;align-items:center;gap:12px;padding:12px 0;display:flex}.history-module__3vZS-W__inlineFilters{flex-wrap:wrap;align-items:center;gap:8px;display:flex;position:relative}.history-module__3vZS-W__filterDropdown{position:relative}.history-module__3vZS-W__filterButton{border:1px solid var(--border-color,#dee2e6);color:var(--gray-11);cursor:pointer;background:#fff;border-radius:6px;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.history-module__3vZS-W__filterButton:hover{background:var(--surface-secondary,#f6f8fa);border-color:var(--secondary-border-color,#dadfe6)}.history-module__3vZS-W__filterButton.history-module__3vZS-W__active{border-color:var(--blurple-main);color:var(--blurple-main);background:#4d61ff0f}.history-module__3vZS-W__filterButton svg{width:14px;height:14px}.history-module__3vZS-W__filterBadge{background:var(--blurple-main);color:#fff;font-variant-numeric:tabular-nums;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:600;display:inline-flex}.history-module__3vZS-W__filterDropdownMenu{border:1px solid var(--border-color,#dee2e6);z-index:100;background:#fff;border-radius:6px;min-width:200px;padding:6px;animation:.15s ease-out history-module__3vZS-W__slideDown;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}@keyframes history-module__3vZS-W__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.history-module__3vZS-W__filterLabel{color:var(--gray-10);margin-bottom:8px;font-size:12px;font-weight:500}.history-module__3vZS-W__filterDropdownItem{cursor:pointer;color:var(--gray-10);border-radius:4px;align-items:center;gap:8px;padding:8px 10px;font-size:13px;transition:all .1s;display:flex}.history-module__3vZS-W__filterDropdownItem:hover{background:var(--surface-secondary,#f6f8fa)}.history-module__3vZS-W__filterDropdownItem input[type=checkbox]{cursor:pointer;width:16px;height:16px;accent-color:var(--blurple-main)}.history-module__3vZS-W__filterDropdownItem span:first-of-type{flex:1}.history-module__3vZS-W__filterCount{color:var(--gray-7);font-variant-numeric:tabular-nums;font-size:11px}.history-module__3vZS-W__clearFiltersButton{border:1px solid var(--border-color,#dee2e6);color:var(--blurple-main);cursor:pointer;background:0 0;border-radius:6px;padding:8px 12px;font-size:13px;font-weight:500;transition:all .15s}.history-module__3vZS-W__clearFiltersButton:hover{border-color:var(--blurple-main);background:#4d61ff0a}.history-module__3vZS-W__contentArea{flex-direction:column;gap:12px;display:flex}.history-module__3vZS-W__statsBar{background:linear-gradient(135deg,var(--blurple-main)0%,var(--purple-main)100%);border-radius:var(--border-radius-md,8px);align-items:center;gap:24px;padding:14px 18px;animation:.3s ease-out history-module__3vZS-W__slide-up;display:flex;box-shadow:0 4px 12px #4d61ff33}.history-module__3vZS-W__statItem{align-items:center;gap:10px;display:flex}.history-module__3vZS-W__statIcon{border-radius:var(--border-radius-sm,4px);background:#ffffff26;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.history-module__3vZS-W__statIcon svg{color:#fff;width:16px;height:16px}.history-module__3vZS-W__statContent{flex-direction:column;display:flex}.history-module__3vZS-W__statValue{color:#fff;letter-spacing:-.02em;font-size:18px;font-weight:600}.history-module__3vZS-W__statLabel{color:#ffffffb3;text-transform:uppercase;letter-spacing:.03em;font-size:11px}.history-module__3vZS-W__statDivider{background:#fff3;width:1px;height:32px}.history-module__3vZS-W__bulkActionsBar{border-radius:var(--border-radius-md,8px);background:#4d61ff0a;border:1px solid #4d61ff1a;justify-content:space-between;align-items:center;padding:10px 14px;animation:.2s ease-out history-module__3vZS-W__slide-up;display:flex}.history-module__3vZS-W__bulkActionsLeft{align-items:center;gap:12px;display:flex}.history-module__3vZS-W__selectAllCheckbox{cursor:pointer;color:var(--gray-10);-webkit-user-select:none;user-select:none;white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:8px;font-size:13px;display:flex}.history-module__3vZS-W__selectAllCheckbox>span{white-space:nowrap}.history-module__3vZS-W__selectedCount{color:var(--blurple-main);white-space:nowrap;margin-left:4px;font-size:13px;font-weight:500}.history-module__3vZS-W__bulkActionsRight{align-items:center;gap:8px;display:flex}.history-module__3vZS-W__bulkActionButton{border-radius:var(--border-radius-sm,4px);border:1px solid var(--border-color,#dee2e6);color:var(--gray-10);cursor:pointer;background:#fff;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .15s;display:flex}.history-module__3vZS-W__bulkActionButton:hover:not(:disabled){background:var(--surface-secondary,#f6f8fa);color:var(--dark-slate)}.history-module__3vZS-W__bulkActionButton:disabled{opacity:.4;cursor:not-allowed}.history-module__3vZS-W__bulkActionButton svg{width:14px;height:14px}.history-module__3vZS-W__tableHeaders{color:var(--gray-9);align-items:center;gap:12px;margin-bottom:8px;padding:12px 16px;font-size:12px;font-weight:500;display:flex}.history-module__3vZS-W__headerCheckbox{flex-shrink:0;align-items:center;gap:8px;display:flex}.history-module__3vZS-W__selectAllCheckbox{cursor:pointer;width:18px;height:18px;accent-color:var(--blurple-main)}.history-module__3vZS-W__headerMain{flex:1;min-width:0}.history-module__3vZS-W__headerRight{flex-shrink:0;align-items:center;gap:16px;min-width:280px;display:flex}.history-module__3vZS-W__headerRight span:first-child,.history-module__3vZS-W__headerRight span:last-child{min-width:100px}.history-module__3vZS-W__conversationList{flex-direction:column;gap:2px;display:flex}.history-module__3vZS-W__conversationItem{border:1px solid var(--frame-primary,#dee2e6);cursor:pointer;text-align:left;background:#fff;border-radius:8px;align-items:center;gap:16px;padding:12px 16px;transition:all .15s;display:flex}.history-module__3vZS-W__conversationItem:hover{background:#f9fafb;border-color:#d1d5db}.history-module__3vZS-W__conversationItem.history-module__3vZS-W__selected{border-color:var(--blurple-main);background:#4d61ff05}.history-module__3vZS-W__itemLeft{flex-shrink:0;align-items:center;display:flex}.history-module__3vZS-W__itemCheckbox{cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;display:flex}.history-module__3vZS-W__itemMain{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.history-module__3vZS-W__itemHeader{align-items:center;gap:5px;display:flex}.history-module__3vZS-W__itemProfile{color:var(--content-primary,#1d262c);align-items:center;gap:5px;font-size:14px;font-weight:600;line-height:20px;display:flex}.history-module__3vZS-W__itemIntent{color:var(--content-secondary,#525a66);font-size:12px;font-weight:400;line-height:18px}.history-module__3vZS-W__itemMeta{color:var(--content-secondary,#525a66);align-items:center;gap:0;font-size:12px;font-weight:400;line-height:18px;display:flex}.history-module__3vZS-W__itemRoute{text-transform:uppercase;letter-spacing:.02em;align-items:center;gap:4px;font-size:10px;font-weight:500;display:flex}.history-module__3vZS-W__routeArrow{color:var(--gray-5)}.history-module__3vZS-W__confidenceBarContainer{flex:1;align-items:center;gap:8px;display:flex}.history-module__3vZS-W__confidenceBarTrack{background:var(--gray-3,#e5e7eb);border-radius:2px;flex:1;max-width:100px;height:4px;overflow:hidden}.history-module__3vZS-W__confidenceBarFill{border-radius:2px;height:100%;transition:width .4s ease-out}.history-module__3vZS-W__confidenceBarFill.history-module__3vZS-W__high{background:#0e9384}.history-module__3vZS-W__confidenceBarFill.history-module__3vZS-W__medium{background:#eab308}.history-module__3vZS-W__confidenceBarFill.history-module__3vZS-W__low{background:#ef4444}.history-module__3vZS-W__confidenceValue{font-variant-numeric:tabular-nums;color:var(--content-primary,#1d262c);font-size:14px;font-weight:400;line-height:20px}.history-module__3vZS-W__itemContent{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.history-module__3vZS-W__itemTitle{color:var(--dark-slate);font-size:14px;font-weight:600;line-height:20px}.history-module__3vZS-W__itemMetaRow{color:var(--gray-9);flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;display:flex}.history-module__3vZS-W__itemSubtitle{color:var(--gray-9);font-size:12px}.history-module__3vZS-W__itemDot{color:var(--gray-5)}.history-module__3vZS-W__itemTimestamp,.history-module__3vZS-W__itemDuration,.history-module__3vZS-W__itemMessages{color:var(--gray-9);font-variant-numeric:tabular-nums;font-size:12px}.history-module__3vZS-W__itemRight{flex-shrink:0;align-items:center;gap:12px;min-width:280px;display:flex}.history-module__3vZS-W__itemRight>:first-child,.history-module__3vZS-W__itemRight>:last-child{min-width:100px}.history-module__3vZS-W__itemDuration{font-variant-numeric:tabular-nums;color:var(--dark-slate);text-align:right;min-width:48px;font-size:14px;font-weight:600}.history-module__3vZS-W__statusBadge{text-transform:capitalize;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:500;display:inline-flex}.history-module__3vZS-W__statusBadge.history-module__3vZS-W__completed{color:#16a34a;background:#f0fdf4}.history-module__3vZS-W__statusBadge.history-module__3vZS-W__escalated{color:#ca8a04;background:#fefce8}.history-module__3vZS-W__statusBadge.history-module__3vZS-W__dropped,.history-module__3vZS-W__statusBadge.history-module__3vZS-W__error{color:#dc2626;background:#fef2f2}.history-module__3vZS-W__statusDot{border-radius:50%;width:6px;height:6px}.history-module__3vZS-W__statusBadge.history-module__3vZS-W__completed .history-module__3vZS-W__statusDot{background:#22c55e}.history-module__3vZS-W__statusBadge.history-module__3vZS-W__escalated .history-module__3vZS-W__statusDot{background:#eab308}.history-module__3vZS-W__statusBadge.history-module__3vZS-W__dropped .history-module__3vZS-W__statusDot,.history-module__3vZS-W__statusBadge.history-module__3vZS-W__error .history-module__3vZS-W__statusDot{background:#ef4444}.history-module__3vZS-W__statusBadge.history-module__3vZS-W__very_happy{color:#15803d;background:#16a34a1f}.history-module__3vZS-W__statusBadge.history-module__3vZS-W__happy{color:#16a34a;background:#22c55e1a}.history-module__3vZS-W__statusBadge.history-module__3vZS-W__neutral{background:var(--gray-2);color:var(--gray-9)}.history-module__3vZS-W__statusBadge.history-module__3vZS-W__unhappy{color:#dc2626;background:#ef444414}.history-module__3vZS-W__statusBadge.history-module__3vZS-W__very_unhappy{color:#b91c1c;background:#b91c1c1f}.history-module__3vZS-W__statusBadge.history-module__3vZS-W__very_happy .history-module__3vZS-W__statusDot{background:#15803d}.history-module__3vZS-W__statusBadge.history-module__3vZS-W__happy .history-module__3vZS-W__statusDot{background:#22c55e}.history-module__3vZS-W__statusBadge.history-module__3vZS-W__neutral .history-module__3vZS-W__statusDot{background:var(--gray-6)}.history-module__3vZS-W__statusBadge.history-module__3vZS-W__unhappy .history-module__3vZS-W__statusDot{background:#ef4444}.history-module__3vZS-W__statusBadge.history-module__3vZS-W__very_unhappy .history-module__3vZS-W__statusDot{background:#b91c1c}.history-module__3vZS-W__qaBadge{text-transform:capitalize;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:500;display:inline-flex}.history-module__3vZS-W__qaBadge.history-module__3vZS-W__unreviewed{color:#6b7280;background:#f3f4f6}.history-module__3vZS-W__qaBadge.history-module__3vZS-W__reviewed{color:var(--blurple-main);background:#eff6ff}.history-module__3vZS-W__qaBadge.history-module__3vZS-W__flagged{color:#dc2626;background:#fef2f2}.history-module__3vZS-W__qaBadge.history-module__3vZS-W__resolved{color:#16a34a;background:#f0fdf4}.history-module__3vZS-W__qaBadge svg{width:12px;height:12px}.history-module__3vZS-W__auditScoreBadge{font-variant-numeric:tabular-nums;border-radius:4px;align-items:center;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.history-module__3vZS-W__auditScoreBadge.history-module__3vZS-W__pass{color:#16a34a;background:#22c55e14}.history-module__3vZS-W__auditScoreBadge.history-module__3vZS-W__warning{color:#ca8a04;background:#eab3081a}.history-module__3vZS-W__auditScoreBadge.history-module__3vZS-W__fail{color:#dc2626;background:#ef444414}.history-module__3vZS-W__auditFlagsBadge{font-variant-numeric:tabular-nums;border-radius:4px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.history-module__3vZS-W__auditFlagsBadge svg{width:12px;height:12px}.history-module__3vZS-W__auditFlagsBadge.history-module__3vZS-W__critical{color:#dc2626;background:#dc26261a}.history-module__3vZS-W__auditFlagsBadge.history-module__3vZS-W__high{color:#ea580c;background:#ea580c1a}.history-module__3vZS-W__auditFlagsBadge.history-module__3vZS-W__medium{color:#ca8a04;background:#eab3081a}.history-module__3vZS-W__auditFlagsBadge.history-module__3vZS-W__low{color:#2563eb;background:#3b82f614}.history-module__3vZS-W__sentimentBadge{text-transform:uppercase;letter-spacing:.02em;border-radius:4px;align-items:center;padding:3px 8px;font-size:10px;font-weight:600;display:inline-flex}.history-module__3vZS-W__sentimentBadge.history-module__3vZS-W__very_happy{color:#15803d;background:#16a34a1f}.history-module__3vZS-W__sentimentBadge.history-module__3vZS-W__happy{color:#16a34a;background:#22c55e1a}.history-module__3vZS-W__sentimentBadge.history-module__3vZS-W__neutral{background:var(--gray-2);color:var(--gray-9)}.history-module__3vZS-W__sentimentBadge.history-module__3vZS-W__unhappy{color:#dc2626;background:#ef444414}.history-module__3vZS-W__sentimentBadge.history-module__3vZS-W__very_unhappy{color:#b91c1c;background:#b91c1c1f}.history-module__3vZS-W__auditOverview{background:var(--surface-secondary,#f6f8fa);border-radius:var(--border-radius-sm,4px);justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px;display:flex}.history-module__3vZS-W__auditScoreSection{flex-direction:column;gap:2px;display:flex}.history-module__3vZS-W__auditScoreLabel{color:var(--gray-7);text-transform:uppercase;letter-spacing:.03em;font-size:10px}.history-module__3vZS-W__auditScoreLarge{font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:28px;font-weight:700}.history-module__3vZS-W__auditScoreLarge.history-module__3vZS-W__pass{color:#16a34a}.history-module__3vZS-W__auditScoreLarge.history-module__3vZS-W__fail{color:#dc2626}.history-module__3vZS-W__auditStatusSection{align-items:center;display:flex}.history-module__3vZS-W__auditStatusBadge{text-transform:uppercase;letter-spacing:.04em;border-radius:4px;align-items:center;padding:6px 12px;font-size:11px;font-weight:700;display:inline-flex}.history-module__3vZS-W__auditStatusBadge.history-module__3vZS-W__pass{color:#16a34a;background:#22c55e1f}.history-module__3vZS-W__auditStatusBadge.history-module__3vZS-W__fail{color:#dc2626;background:#ef44441f}.history-module__3vZS-W__auditSection{border-top:1px solid var(--border-color,#dee2e6);margin-top:14px;padding-top:14px}.history-module__3vZS-W__auditSection:first-of-type{border-top:none;margin-top:0;padding-top:0}.history-module__3vZS-W__auditSectionTitle{color:var(--gray-9);text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px;font-size:11px;font-weight:600}.history-module__3vZS-W__auditReasoning{color:var(--gray-10);background:var(--surface-secondary,#f6f8fa);border-radius:var(--border-radius-sm,4px);margin-top:8px;padding:8px 10px;font-size:12px;font-style:italic;line-height:1.55}.history-module__3vZS-W__auditNoData{color:var(--gray-7);font-size:12px;font-style:italic}.history-module__3vZS-W__sentimentDisplay{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.history-module__3vZS-W__sentimentBadgeLarge{border-radius:6px;align-items:center;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.history-module__3vZS-W__sentimentBadgeLarge.history-module__3vZS-W__very_happy{color:#15803d;background:#16a34a1f}.history-module__3vZS-W__sentimentBadgeLarge.history-module__3vZS-W__happy{color:#16a34a;background:#22c55e1a}.history-module__3vZS-W__sentimentBadgeLarge.history-module__3vZS-W__neutral{background:var(--gray-2);color:var(--gray-9)}.history-module__3vZS-W__sentimentBadgeLarge.history-module__3vZS-W__unhappy{color:#dc2626;background:#ef444414}.history-module__3vZS-W__sentimentBadgeLarge.history-module__3vZS-W__very_unhappy{color:#b91c1c;background:#b91c1c1f}.history-module__3vZS-W__resolutionStatus{color:var(--gray-9);text-transform:capitalize;font-size:11px}.history-module__3vZS-W__flagsList{flex-direction:column;gap:8px;display:flex}.history-module__3vZS-W__flagGroup{flex-direction:column;gap:6px;display:flex}.history-module__3vZS-W__flagItem{border-radius:var(--border-radius-sm,4px);border-left:3px solid;padding:10px 12px}.history-module__3vZS-W__flagItem.history-module__3vZS-W__critical{background:#dc26260a;border-left-color:#dc2626}.history-module__3vZS-W__flagItem.history-module__3vZS-W__high{background:#ea580c0a;border-left-color:#ea580c}.history-module__3vZS-W__flagItem.history-module__3vZS-W__medium{background:#eab3080a;border-left-color:#ca8a04}.history-module__3vZS-W__flagItem.history-module__3vZS-W__low{background:#3b82f60a;border-left-color:#2563eb}.history-module__3vZS-W__flagHeader{align-items:center;gap:8px;margin-bottom:4px;display:flex}.history-module__3vZS-W__flagSeverity{text-transform:uppercase;letter-spacing:.04em;border-radius:3px;padding:2px 6px;font-size:9px;font-weight:700}.history-module__3vZS-W__flagSeverity.history-module__3vZS-W__critical{color:#dc2626;background:#dc26261f}.history-module__3vZS-W__flagSeverity.history-module__3vZS-W__high{color:#ea580c;background:#ea580c1f}.history-module__3vZS-W__flagSeverity.history-module__3vZS-W__medium{color:#ca8a04;background:#eab3081f}.history-module__3vZS-W__flagSeverity.history-module__3vZS-W__low{color:#2563eb;background:#3b82f61a}.history-module__3vZS-W__flagType{color:var(--gray-10);text-transform:capitalize;font-size:11px;font-weight:500}.history-module__3vZS-W__flagDescription{color:var(--gray-10);margin:0;font-size:12px;line-height:1.5}.history-module__3vZS-W__checksSummary{flex-wrap:wrap;gap:6px;display:flex}.history-module__3vZS-W__checkBadge{text-transform:uppercase;letter-spacing:.02em;border-radius:4px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.history-module__3vZS-W__checkBadge.history-module__3vZS-W__pass{color:#16a34a;background:#22c55e14}.history-module__3vZS-W__checkBadge.history-module__3vZS-W__fail{color:#dc2626;background:#ef444414}.history-module__3vZS-W__hqrrSubtitle{color:var(--gray-9);margin:0 0 16px;font-size:12px}.history-module__3vZS-W__hqrrContainer{margin-top:16px;margin-bottom:0;padding-bottom:0}.history-module__3vZS-W__hqrrMetricsHeader{display:none}.history-module__3vZS-W__hqrrMetricsLeft{flex-direction:column;gap:4px;display:flex}.history-module__3vZS-W__hqrrMetricsTitle{color:var(--dark-slate);font-size:13px;font-weight:600}.history-module__3vZS-W__hqrrMetricsDesc{color:var(--gray-9);font-size:11px;line-height:1.4}.history-module__3vZS-W__hqrrMetricsRight{flex-shrink:0}.history-module__3vZS-W__hqrrPassedBadge{text-transform:uppercase;letter-spacing:.04em;border-radius:4px;align-items:center;padding:4px 10px;font-size:10px;font-weight:700;display:inline-flex}.history-module__3vZS-W__hqrrPassedBadge.history-module__3vZS-W__pass{color:#16a34a;background:#22c55e1f}.history-module__3vZS-W__hqrrPassedBadge.history-module__3vZS-W__fail{color:#dc2626;background:#ef44441f}.history-module__3vZS-W__hqrrPassedIcon{width:12px;height:12px;margin-right:4px}.history-module__3vZS-W__hqrrScoreBox{border:1px solid var(--frame-primary,#dee2e6);background:var(--surface-primary,white);border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:12px 16px;display:flex}.history-module__3vZS-W__hqrrScoreBoxLeft{align-items:baseline;gap:8px;display:flex}.history-module__3vZS-W__hqrrScoreBoxValue{color:var(--content-primary,#1d262c);letter-spacing:-.02em;font-size:24px;font-weight:600;line-height:32px}.history-module__3vZS-W__hqrrScoreBoxValue.history-module__3vZS-W__loading{color:var(--content-tertiary,#9ca3af)}.history-module__3vZS-W__hqrrScoreBoxLabel{color:var(--content-secondary,#525a66);font-size:14px;font-weight:400;line-height:20px}@keyframes history-module__3vZS-W__hqrr-skeleton-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.history-module__3vZS-W__hqrrScoreBoxSkeleton{background:linear-gradient(90deg,var(--gray-2,#f3f4f6)0px,var(--gray-1,#f9fafb)40px,var(--gray-2,#f3f4f6)80px);background-size:200px 100%;border-radius:4px;width:60px;height:32px;animation:1.5s ease-in-out infinite history-module__3vZS-W__hqrr-skeleton-shimmer;display:inline-block}.history-module__3vZS-W__hqrrAuditingBadge{text-transform:uppercase;letter-spacing:.04em;color:var(--blurple-main);background:linear-gradient(135deg,#4d61ff14 0%,#9333ea0f 100%);border-radius:6px;align-items:center;gap:7px;padding:4px 10px;font-size:10px;font-weight:600;animation:2s ease-in-out infinite history-module__3vZS-W__auditing-pulse;display:inline-flex}.history-module__3vZS-W__hqrrAuditingSpinner{border:2px solid #4d61ff26;border-top-color:var(--blurple-main);border-radius:50%;width:11px;height:11px;animation:.7s linear infinite history-module__3vZS-W__auditing-spin}.history-module__3vZS-W__hqrrScoreBoxRight{align-items:center;display:flex}.history-module__3vZS-W__hqrrScoreText{color:var(--content-primary,#1d262c);font-size:14px;font-weight:600;line-height:20px}.history-module__3vZS-W__hqrrScoreText span{font-weight:400}.history-module__3vZS-W__hqrrScoreText .history-module__3vZS-W__number{font-size:24px;font-weight:600;line-height:36px}.history-module__3vZS-W__hqrrScoreStatus{font-size:14px;font-weight:600;line-height:20px}.history-module__3vZS-W__hqrrScoreStatus.history-module__3vZS-W__pass{color:#107569}.history-module__3vZS-W__hqrrScoreStatus.history-module__3vZS-W__fail{color:#d33d40}.history-module__3vZS-W__hqrrScoreRow{border-bottom:1px solid var(--border-color,#dee2e6);align-items:flex-start;gap:32px;margin-bottom:20px;padding-bottom:16px;display:flex}.history-module__3vZS-W__hqrrScoreItem{flex-direction:column;gap:2px;display:flex}.history-module__3vZS-W__hqrrScoreValue{font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:var(--dark-slate);font-size:28px;font-weight:700}.history-module__3vZS-W__hqrrScoreValue.history-module__3vZS-W__pass{color:#16a34a}.history-module__3vZS-W__hqrrScoreValue.history-module__3vZS-W__fail{color:#dc2626}.history-module__3vZS-W__hqrrScoreLabel{color:var(--gray-9);text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:600}.history-module__3vZS-W__hqrrCategory{margin-top:32px}.history-module__3vZS-W__hqrrCategory:first-of-type{margin-top:0}.history-module__3vZS-W__hqrrCategoryTitle{color:var(--content-primary,#1d262c);margin-bottom:16px;font-size:14px;font-weight:600;line-height:20px}.history-module__3vZS-W__hqrrQuestionsList{flex-direction:column;gap:16px;margin-bottom:0;padding-bottom:0;display:flex}.history-module__3vZS-W__hqrrQuestion{justify-content:space-between;align-items:center;gap:16px;display:flex}.history-module__3vZS-W__hqrrQuestionText{color:var(--content-primary,#1d262c);flex:1;font-size:14px;font-weight:400;line-height:20px}.history-module__3vZS-W__hqrrDropdownWrapper{flex-shrink:0;position:relative}.history-module__3vZS-W__hqrrDropdown{cursor:pointer;background:var(--surface-primary,white);border:1px solid var(--frame-primary,#dee2e6);border-radius:8px;justify-content:space-between;align-items:center;gap:8px;width:120px;padding:8px 12px;font-size:14px;font-weight:400;transition:all .15s;display:inline-flex}.history-module__3vZS-W__hqrrDropdown:hover{border-color:var(--secondary-border-color,#dadfe6)}.history-module__3vZS-W__hqrrDropdown:disabled{opacity:.5;cursor:wait}.history-module__3vZS-W__hqrrDropdown svg{width:18px;height:18px;color:var(--content-secondary,#525a66);transition:transform .15s}.history-module__3vZS-W__hqrrDropdown.history-module__3vZS-W__yes{background:var(--surface-primary,white);border:1px solid var(--frame-primary,#dee2e6);color:var(--content-primary,#1d262c)}.history-module__3vZS-W__hqrrDropdown.history-module__3vZS-W__no{background:var(--surface-primary,white);border:1px solid var(--frame-primary,#dee2e6);color:#d33d40}.history-module__3vZS-W__hqrrDropdown.history-module__3vZS-W__na{background:var(--surface-primary,white);border:1px solid var(--frame-primary,#dee2e6);color:var(--content-secondary,#525a66)}.history-module__3vZS-W__hqrrDropdown.history-module__3vZS-W__pending{opacity:.6}.history-module__3vZS-W__hqrrDropdownBackdrop{z-index:40;position:fixed;inset:0}.history-module__3vZS-W__hqrrDropdownMenu{z-index:50;border:1px solid var(--border-color,#dee2e6);background:#fff;border-radius:6px;min-width:70px;animation:.15s ease-out history-module__3vZS-W__hqrrDropdownFadeIn;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden;box-shadow:0 4px 12px #0000001f}@keyframes history-module__3vZS-W__hqrrDropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.history-module__3vZS-W__hqrrDropdownOption{text-align:left;width:100%;color:var(--gray-10);cursor:pointer;background:0 0;border:none;padding:8px 12px;font-size:11px;font-weight:600;transition:background .1s;display:block}.history-module__3vZS-W__hqrrDropdownOption:hover{background:var(--surface-secondary,#f6f8fa)}.history-module__3vZS-W__hqrrDropdownOption.history-module__3vZS-W__selected{color:var(--blurple-main);background:#4d61ff14}.history-module__3vZS-W__searchContainer{width:280px;position:relative}.history-module__3vZS-W__searchAndFilters .history-module__3vZS-W__searchContainer{flex:1;width:auto;min-width:300px}.history-module__3vZS-W__searchInput{border-radius:var(--border-radius-md,8px);border:1px solid var(--border-color,#dee2e6);width:100%;color:var(--dark-slate);background:#fff;padding:8px 12px 8px 36px;font-size:13px;transition:all .15s}.history-module__3vZS-W__searchInput:focus{border-color:var(--blurple-main);outline:none;box-shadow:0 0 0 3px #4d61ff1a}.history-module__3vZS-W__searchInput::placeholder{color:var(--gray-7)}.history-module__3vZS-W__searchIcon{width:16px;height:16px;color:var(--gray-7);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.history-module__3vZS-W__detailLayout{grid-template-columns:2fr 1fr;gap:16px;height:calc(100vh - 140px);animation:.3s ease-out history-module__3vZS-W__fade-in;display:grid}@media (max-width:1200px){.history-module__3vZS-W__detailLayout{grid-template-columns:1fr}}.history-module__3vZS-W__metadataPanel{margin-bottom:32px}.history-module__3vZS-W__sectionHeader{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:0;display:flex}.history-module__3vZS-W__sectionIcon{width:20px;height:20px;color:var(--content-primary,#1d262c);flex-shrink:0}.history-module__3vZS-W__sectionIcon svg{width:20px;height:20px}.history-module__3vZS-W__metadataTitle{color:var(--content-primary,#1d262c);flex:1;align-items:center;gap:8px;margin:0;font-size:14px;font-weight:600;line-height:20px;display:flex}.history-module__3vZS-W__metadataTitle svg{width:20px;height:20px}.history-module__3vZS-W__sectionChevron{width:20px;height:20px;color:var(--content-secondary,#525a66);flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;transition:transform .2s;display:flex}.history-module__3vZS-W__sectionChevron svg{width:20px;height:20px}.history-module__3vZS-W__sectionChevron.history-module__3vZS-W__collapsed{transform:rotate(180deg)}.history-module__3vZS-W__sectionDescription{color:var(--content-secondary,#525a66);margin:-12px 0 0;font-size:14px;font-weight:400;line-height:20px}.history-module__3vZS-W__metadataGrid{flex-direction:column;gap:8px;display:flex}.history-module__3vZS-W__metadataRow{align-items:center;gap:16px;display:flex}.history-module__3vZS-W__metadataGroup{min-width:0}.history-module__3vZS-W__metadataLabel{width:120px;color:var(--content-secondary,#525a66);flex-shrink:0;font-size:14px;font-weight:400;line-height:20px}.history-module__3vZS-W__metadataValue{color:var(--content-primary,#1d262c);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;font-weight:400;line-height:20px;overflow:hidden}.history-module__3vZS-W__metadataValue.history-module__3vZS-W__mono{font-variant-numeric:tabular-nums}.history-module__3vZS-W__metadataValue.history-module__3vZS-W__large{letter-spacing:-.02em;font-size:24px;font-weight:600}.history-module__3vZS-W__metadataValueWithIcon{flex:1;align-items:center;gap:6px;display:flex}.history-module__3vZS-W__metadataValueIcon{width:14px;height:14px;color:var(--content-secondary,#525a66);flex-shrink:0}.history-module__3vZS-W__metadataDivider{background:var(--border-color,#dee2e6);height:1px;margin:16px 0}.history-module__3vZS-W__statusIndicator{align-items:center;gap:6px;display:flex}.history-module__3vZS-W__statusDotSmall{border-radius:50%;flex-shrink:0;width:6px;height:6px}.history-module__3vZS-W__statusDotSmall.history-module__3vZS-W__completed{background:#0e9384}.history-module__3vZS-W__statusDotSmall.history-module__3vZS-W__escalated{background:#eab308}.history-module__3vZS-W__statusDotSmall.history-module__3vZS-W__dropped,.history-module__3vZS-W__statusDotSmall.history-module__3vZS-W__error{background:#ef4444}.history-module__3vZS-W__statusTextGreen{color:#107569}.history-module__3vZS-W__sentimentIndicator{align-items:center;gap:6px;display:flex}.history-module__3vZS-W__sentimentIcon{flex-shrink:0;width:14px;height:14px}.history-module__3vZS-W__sentimentIcon.history-module__3vZS-W__unhappy,.history-module__3vZS-W__sentimentIcon.history-module__3vZS-W__very_unhappy{color:#e77f32}.history-module__3vZS-W__sentimentIcon.history-module__3vZS-W__happy,.history-module__3vZS-W__sentimentIcon.history-module__3vZS-W__very_happy{color:#22c55e}.history-module__3vZS-W__sentimentIcon.history-module__3vZS-W__neutral{color:var(--gray-6)}.history-module__3vZS-W__transcriptContainer{border:1px solid var(--border-color,#dee2e6);border-radius:var(--border-radius-md,8px);background:#fff;flex-direction:column;max-height:calc(100vh - 140px);display:flex;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.history-module__3vZS-W__transcriptHeader{padding:20px 20px 0}.history-module__3vZS-W__transcriptTitleRow{align-items:center;gap:8px;display:flex}.history-module__3vZS-W__transcriptTitle{color:var(--dark-slate);font-size:13px;font-weight:600}.history-module__3vZS-W__messageCount{color:var(--gray-9);font-variant-numeric:tabular-nums;font-size:11px}.history-module__3vZS-W__transcriptBody{flex:1;padding:16px;overflow-y:auto}.history-module__3vZS-W__transcriptBody::-webkit-scrollbar{width:6px}.history-module__3vZS-W__transcriptBody::-webkit-scrollbar-track{background:0 0}.history-module__3vZS-W__transcriptBody::-webkit-scrollbar-thumb{background:var(--gray-4);border-radius:3px}.history-module__3vZS-W__messageItem{flex-direction:column;gap:4px;margin-bottom:12px;animation:.2s ease-out history-module__3vZS-W__slide-up;display:flex}.history-module__3vZS-W__messageItem:last-child{margin-bottom:0}.history-module__3vZS-W__messageItem.history-module__3vZS-W__user{align-items:flex-end}.history-module__3vZS-W__messageItem.history-module__3vZS-W__assistant{align-items:flex-start}.history-module__3vZS-W__messageBubble{border-radius:8px;max-width:85%;padding:10px 14px}.history-module__3vZS-W__messageBubble.history-module__3vZS-W__user{background:var(--dark-slate,#1d262c);color:#fff;border-bottom-right-radius:0}.history-module__3vZS-W__messageBubble.history-module__3vZS-W__assistant{background:var(--surface-secondary,#f6f8fa);color:var(--dark-slate);border:1px solid var(--border-color,#dee2e6);border-bottom-left-radius:0}.history-module__3vZS-W__messageContent{font-size:14px;line-height:20px}.history-module__3vZS-W__messageMetaRow{justify-content:flex-start;align-items:center;gap:var(--space-sm,8px);display:flex}.history-module__3vZS-W__messageName{font-size:var(--font-size-xs,12px);color:var(--content-secondary);font-weight:500;line-height:18px}.history-module__3vZS-W__messageTime{font-size:var(--font-size-xs,12px);color:var(--content-secondary);font-weight:400;line-height:18px}.history-module__3vZS-W__messageRole{display:none}.history-module__3vZS-W__systemEventLine{color:var(--gray-9);align-items:flex-start;gap:8px;padding:0;font-size:12px;display:flex}.history-module__3vZS-W__systemEventLineIndented{padding-left:22px}.history-module__3vZS-W__systemEventIcon{color:var(--gray-7);flex-shrink:0;align-items:center;padding-top:2px;display:flex}.history-module__3vZS-W__systemEventText{color:var(--gray-9)}.history-module__3vZS-W__systemEventBadge.history-module__3vZS-W__thqWorkflow{color:#2563eb;background:#3b82f60f;border:1px solid #3b82f626}.history-module__3vZS-W__systemEventBadge.history-module__3vZS-W__thqStep{color:#4f46e5;background:#6366f10a;border:1px solid #6366f11f}.history-module__3vZS-W__systemEventBadge.history-module__3vZS-W__thqComplete{color:#16a34a;background:#22c55e0f;border:1px solid #22c55e26}.history-module__3vZS-W__systemEventBadge.history-module__3vZS-W__brainReasoning{color:#a855f7;background:#a855f70f;border:1px solid #a855f71f}.history-module__3vZS-W__systemEventBadge svg{width:12px;height:12px}.history-module__3vZS-W__insightsPanel{border:1px solid var(--border-color,#dee2e6);border-radius:var(--border-radius-md,8px);background:#fff;flex-direction:column;gap:0;max-height:calc(100vh - 140px);padding:20px;display:flex;overflow-y:auto;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.history-module__3vZS-W__insightsPanel::-webkit-scrollbar{width:6px}.history-module__3vZS-W__insightsPanel::-webkit-scrollbar-track{background:0 0}.history-module__3vZS-W__insightsPanel::-webkit-scrollbar-thumb{background:var(--gray-4);border-radius:3px}.history-module__3vZS-W__insightCard{flex-direction:column;gap:16px;display:flex}.history-module__3vZS-W__insightTitle{color:var(--content-primary,#1d262c);flex:1;align-items:center;gap:8px;margin:0;font-size:14px;font-weight:600;line-height:20px;display:flex}.history-module__3vZS-W__insightTitle svg{width:20px;height:20px}.history-module__3vZS-W__routingPath,.history-module__3vZS-W__routingStepWrapper{flex-direction:column;align-items:stretch;display:flex}.history-module__3vZS-W__routingStep{border-radius:8px;align-items:center;gap:6px;padding:8px;font-size:14px;font-weight:500;line-height:20px;transition:all .15s;display:flex}.history-module__3vZS-W__routingStep.history-module__3vZS-W__active{background:var(--surface-primary-hover,#f2f4ff);color:#3d518c}.history-module__3vZS-W__routingStep.history-module__3vZS-W__final{color:#107569;background:#f0fdf9}.history-module__3vZS-W__routingStep.history-module__3vZS-W__inactive{background:var(--surface-primary-hover,#f2f4ff);color:#3d518c}.history-module__3vZS-W__routingStepIcon{flex-shrink:0;width:16px;height:16px}.history-module__3vZS-W__routingStep.history-module__3vZS-W__active .history-module__3vZS-W__routingStepIcon{color:#3d518c}.history-module__3vZS-W__routingStep.history-module__3vZS-W__final .history-module__3vZS-W__routingStepIcon{color:#0e9384}.history-module__3vZS-W__routingDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.history-module__3vZS-W__routingStep.history-module__3vZS-W__active .history-module__3vZS-W__routingDot{background:var(--blurple-main)}.history-module__3vZS-W__routingStep.history-module__3vZS-W__final .history-module__3vZS-W__routingDot{background:#22c55e}.history-module__3vZS-W__routingStep.history-module__3vZS-W__inactive .history-module__3vZS-W__routingDot{background:var(--gray-5)}.history-module__3vZS-W__routingConnector{background:var(--frame-primary,#dee2e6);width:1px;height:8px;margin-left:16px}.history-module__3vZS-W__knowledgeList{flex-direction:column;gap:16px;display:flex}.history-module__3vZS-W__knowledgeItem{flex-direction:column;gap:8px;display:flex}.history-module__3vZS-W__knowledgeHeader{align-items:center;gap:10px;height:26px;display:flex}.history-module__3vZS-W__knowledgeDoc{color:var(--content-primary,#1d262c);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;font-weight:500;line-height:20px;overflow:hidden}.history-module__3vZS-W__documentBadge{border:1px solid var(--frame-primary,#dee2e6);color:var(--content-primary,#1d262c);border-radius:25px;flex-shrink:0;align-items:center;gap:6px;padding:4px 12px;font-size:12px;font-weight:500;line-height:18px;display:flex}.history-module__3vZS-W__documentBadge svg{color:#3d518c;width:16px;height:16px}.history-module__3vZS-W__knowledgeContentRow{align-items:flex-start;gap:8px;display:flex}.history-module__3vZS-W__knowledgeContent{color:var(--content-secondary,#525a66);flex:1;font-size:14px;line-height:20px}.history-module__3vZS-W__knowledgePage{color:var(--content-secondary,#525a66);flex-shrink:0;font-size:12px;font-weight:500;line-height:18px}.history-module__3vZS-W__knowledgeScore{color:var(--gray-9);align-items:center;gap:4px;margin-top:6px;font-size:10px;display:flex}.history-module__3vZS-W__scoreBadge{border-radius:var(--border-radius-sm,4px);font-variant-numeric:tabular-nums;padding:2px 6px;font-weight:600}.history-module__3vZS-W__scoreBadge.history-module__3vZS-W__high{color:#16a34a;background:#22c55e1a}.history-module__3vZS-W__scoreBadge.history-module__3vZS-W__medium{color:#ca8a04;background:#eab3081a}.history-module__3vZS-W__scoreBadge.history-module__3vZS-W__low{background:var(--gray-2);color:var(--gray-9)}.history-module__3vZS-W__usedBadge{border-radius:var(--border-radius-sm,4px);color:var(--blurple-main);background:#4d61ff14;padding:2px 6px;font-weight:500}.history-module__3vZS-W__qaNotes{flex-direction:column;gap:8px;display:flex}.history-module__3vZS-W__qaNote{border-radius:var(--border-radius-md,8px);border:1px solid var(--border-color,#dee2e6);background:var(--surface-secondary,#f6f8fa);padding:10px}.history-module__3vZS-W__qaNoteHeader{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.history-module__3vZS-W__qaNoteType{text-transform:uppercase;letter-spacing:.03em;border-radius:var(--border-radius-sm,4px);padding:2px 6px;font-size:10px;font-weight:600}.history-module__3vZS-W__qaNoteType.history-module__3vZS-W__general{background:var(--gray-2);color:var(--gray-9)}.history-module__3vZS-W__qaNoteType.history-module__3vZS-W__issue{color:#dc2626;background:#ef444414}.history-module__3vZS-W__qaNoteType.history-module__3vZS-W__praise{color:#16a34a;background:#22c55e14}.history-module__3vZS-W__qaNoteType.history-module__3vZS-W__action_needed{color:#ca8a04;background:#eab3081a}.history-module__3vZS-W__qaNoteAuthor{color:var(--gray-7);font-size:10px}.history-module__3vZS-W__qaNoteContent{color:var(--gray-10);font-size:12px;line-height:1.5}.history-module__3vZS-W__addNoteButton{border:1px solid var(--frame-primary,#dee2e6);background:var(--surface-primary,white);color:var(--content-secondary,#525a66);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-size:14px;font-weight:600;line-height:20px;transition:all .15s;display:inline-flex;box-shadow:0 1px 1px #0000001f,0 2px 5px #3c425714}.history-module__3vZS-W__addNoteButton:hover{border-color:var(--secondary-border-color,#dadfe6);background:var(--surface-secondary,#f6f8fa)}.history-module__3vZS-W__addNoteButton svg{width:18px;height:18px}.history-module__3vZS-W__exportMenu{position:relative}.history-module__3vZS-W__exportButton{border-radius:var(--border-radius-md,8px);border:1px solid var(--border-color,#dee2e6);color:var(--gray-10);cursor:pointer;background:#fff;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.history-module__3vZS-W__exportButton:hover{background:var(--surface-secondary,#f6f8fa);color:var(--dark-slate)}.history-module__3vZS-W__exportButton svg{width:16px;height:16px}.history-module__3vZS-W__exportDropdown{border:1px solid var(--border-color,#dee2e6);border-radius:var(--border-radius-md,8px);z-index:50;background:#fff;min-width:180px;padding:6px;animation:.15s ease-out history-module__3vZS-W__slide-up;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 4px 12px #0000001a}.history-module__3vZS-W__exportOption{border-radius:var(--border-radius-sm,4px);color:var(--gray-10);cursor:pointer;align-items:center;gap:10px;padding:8px 10px;font-size:13px;transition:all .1s;display:flex}.history-module__3vZS-W__exportOption:hover{background:var(--surface-secondary,#f6f8fa);color:var(--dark-slate)}.history-module__3vZS-W__exportOption svg{width:16px;height:16px;color:var(--gray-7)}.history-module__3vZS-W__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.history-module__3vZS-W__emptyIcon{border-radius:var(--border-radius-lg,16px);background:var(--gray-2);justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:16px;display:flex}.history-module__3vZS-W__emptyIcon svg{width:28px;height:28px;color:var(--gray-7)}.history-module__3vZS-W__emptyTitle{color:var(--dark-slate);margin-bottom:6px;font-size:15px;font-weight:600}.history-module__3vZS-W__emptyDescription{color:var(--gray-9);max-width:300px;font-size:13px}.history-module__3vZS-W__loadingItem{border:1px solid var(--border-color,#dee2e6);border-radius:var(--border-radius-md,8px);background:#fff;padding:18px 16px}.history-module__3vZS-W__loadingBar{background:linear-gradient(90deg,var(--gray-2),var(--gray-3),var(--gray-2));background-size:200% 100%;border-radius:6px;height:12px;animation:1.5s ease-in-out infinite history-module__3vZS-W__shimmer}.history-module__3vZS-W__loadingBar.history-module__3vZS-W__short{width:100px;margin-bottom:8px}.history-module__3vZS-W__loadingBar.history-module__3vZS-W__medium{width:200px;margin-bottom:6px}.history-module__3vZS-W__loadingBar.history-module__3vZS-W__long{width:300px}.history-module__3vZS-W__compactEvent{flex-direction:column;align-items:flex-start;gap:4px;margin:6px 0;padding:0;display:flex}.history-module__3vZS-W__compactEventText{color:var(--gray-8);text-align:left;letter-spacing:-.01em;font-size:12px;font-weight:400;line-height:1.5}.history-module__3vZS-W__compactChips{flex-wrap:wrap;gap:5px;margin-top:3px;display:flex}.history-module__3vZS-W__compactChip{color:var(--gray-10);background:var(--gray-2);letter-spacing:.01em;border-radius:5px;padding:3px 8px;font-size:10px;font-weight:500}.history-module__3vZS-W__modifiedChip{color:#15803d;background:#22c55e1a}.history-module__3vZS-W__viewModeToggle{background:#0000000a;border-radius:10px;align-items:center;gap:2px;padding:4px;display:flex;position:relative}.history-module__3vZS-W__viewModeButton{color:var(--gray-9);cursor:pointer;z-index:1;background:0 0;border:none;border-radius:7px;align-items:center;gap:7px;padding:8px 14px;font-size:12px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.history-module__3vZS-W__viewModeButton svg{opacity:.6;width:14px;height:14px;transition:opacity .2s}.history-module__3vZS-W__viewModeButton:hover{color:var(--gray-10)}.history-module__3vZS-W__viewModeButton:hover svg{opacity:.8}.history-module__3vZS-W__viewModeButton.history-module__3vZS-W__viewModeActive{color:var(--dark-slate);background:#fff;box-shadow:0 1px 2px #0000000a,0 2px 6px #0000000f}.history-module__3vZS-W__viewModeButton.history-module__3vZS-W__viewModeActive svg{opacity:1}@keyframes history-module__3vZS-W__auditing-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes history-module__3vZS-W__auditing-pulse{0%,to{opacity:1}50%{opacity:.6}}.history-module__3vZS-W__auditingBadge{text-transform:uppercase;letter-spacing:.04em;color:var(--blurple-main);background:linear-gradient(135deg,#4d61ff14 0%,#9333ea0f 100%);border-radius:6px;align-items:center;gap:7px;padding:4px 10px;font-size:10px;font-weight:600;animation:2s ease-in-out infinite history-module__3vZS-W__auditing-pulse;display:inline-flex}.history-module__3vZS-W__auditingSpinner{border:2px solid #4d61ff26;border-top-color:var(--blurple-main);border-radius:50%;width:11px;height:11px;animation:.7s linear infinite history-module__3vZS-W__auditing-spin}.history-module__3vZS-W__qaStatusDropdown{position:relative}.history-module__3vZS-W__qaStatusButton{align-items:center;gap:var(--space-sm,8px);padding:var(--space-sm,8px)var(--space-sm-md,12px);background:var(--surface-primary,white);border:1px solid var(--frame-primary,#dee2e6);cursor:pointer;border-radius:8px;min-width:140px;transition:all .15s;display:flex}.history-module__3vZS-W__qaStatusButton:hover:not(:disabled){border-color:var(--secondary-border-color,#dadfe6)}.history-module__3vZS-W__qaStatusButton:disabled{opacity:.5;cursor:not-allowed}.history-module__3vZS-W__qaStatusLabel{font-size:var(--font-size-sm,14px);color:var(--content-primary,#1d262c);text-align:left;flex:1;font-weight:400;line-height:20px}.history-module__3vZS-W__qaStatusChevron{width:18px;height:18px;color:var(--content-secondary,#525a66);flex-shrink:0}.history-module__3vZS-W__qaStatusMenu{z-index:50;background:var(--surface-primary,white);border:1px solid var(--frame-primary,#dee2e6);border-radius:8px;animation:.15s ease-out history-module__3vZS-W__slideDown;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.history-module__3vZS-W__qaStatusOption{width:100%;padding:var(--space-sm,8px)var(--space-sm-md,12px);font-size:var(--font-size-sm,14px);color:var(--content-primary,#1d262c);text-align:left;cursor:pointer;background:0 0;border:none;font-weight:400;line-height:20px;transition:background .1s;display:block}.history-module__3vZS-W__qaStatusOption:hover{background:var(--surface-secondary,#f6f8fa)}.history-module__3vZS-W__qaStatusOption.history-module__3vZS-W__selected{color:var(--blurple-main);background:#4d61ff14;font-weight:500}
.Typography-module__bwojNq__text{margin:0;line-height:1.5}.Typography-module__bwojNq__xsmall{font-size:12px}.Typography-module__bwojNq__small{font-size:14px;line-height:20px}.Typography-module__bwojNq__medium{font-size:16px}.Typography-module__bwojNq__large{font-size:20px}.Typography-module__bwojNq__xlarge{font-size:24px}.Typography-module__bwojNq__xxlarge{font-size:32px}.Typography-module__bwojNq__light300{font-weight:300}.Typography-module__bwojNq__regular400{font-weight:400}.Typography-module__bwojNq__medium500{font-weight:500}.Typography-module__bwojNq__semiBold600{font-weight:600}.Typography-module__bwojNq__bold700{font-weight:700}.Typography-module__bwojNq__black{color:var(--gray10)}.Typography-module__bwojNq__lightGray{color:var(--gray3)}.Typography-module__bwojNq__mediumGray{color:var(--gray6)}.Typography-module__bwojNq__gray7{color:var(--gray7)}.Typography-module__bwojNq__gray8{color:var(--gray8)}.Typography-module__bwojNq__gray9,.Typography-module__bwojNq__darkGray{color:var(--gray9)}.Typography-module__bwojNq__blue700{color:var(--blue-700)}.Typography-module__bwojNq__warning{color:var(--warning-yellow)}.Typography-module__bwojNq__transparent{color:#0000}.Typography-module__bwojNq__white{color:#fff}.Typography-module__bwojNq__blackBody{color:var(--dark-slate)}.Typography-module__bwojNq__blurple{color:var(--blurple)}.Typography-module__bwojNq__uppercase{text-transform:uppercase}.Typography-module__bwojNq__lowercase{text-transform:lowercase}.Typography-module__bwojNq__capitalize{text-transform:capitalize}.Typography-module__bwojNq__ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Typography-module__bwojNq__inherit{color:var(--black-body)}.Typography-module__bwojNq__error{color:var(--red-muted-main)}.Typography-module__bwojNq__success{color:var(--green)}.Typography-module__bwojNq__italic{font-style:italic}
@keyframes Modal-module__PQX9eq__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes Modal-module__PQX9eq__slideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.Modal-module__PQX9eq__modal{color:var(--text-color);text-align:left;opacity:0;box-sizing:border-box;will-change:transform,opacity;background:0 0;border:0;justify-content:center;align-items:center;width:100vw;height:100vh;margin:auto;padding-inline:16px;display:flex;position:fixed}.Modal-module__PQX9eq__modalContent{background-color:var(--bg-color);border:1px solid var(--frame-primary);border-radius:16px;flex-direction:column;width:100%;min-width:320px;max-height:calc(100vh - 64px);display:flex;overflow-y:auto;box-shadow:0 4px 16px #00000040}.Modal-module__PQX9eq__modal.Modal-module__PQX9eq__visible{opacity:1;transition:opacity .3s}.Modal-module__PQX9eq__modal.Modal-module__PQX9eq__fadeOut{opacity:0;transition:opacity .3s}.Modal-module__PQX9eq__modal.Modal-module__PQX9eq__slideAnimation{transition:none;transform:translateY(100%)}.Modal-module__PQX9eq__modal.Modal-module__PQX9eq__slideAnimation.Modal-module__PQX9eq__visible{opacity:1;animation:.4s ease-in-out forwards Modal-module__PQX9eq__slideUp;transform:translateY(0)}.Modal-module__PQX9eq__modal.Modal-module__PQX9eq__slideAnimation.Modal-module__PQX9eq__closing{animation:.4s ease-in-out forwards Modal-module__PQX9eq__slideDown}.Modal-module__PQX9eq__modal::backdrop{background:var(--bg-glass);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99;opacity:0;transition:opacity .2s;position:fixed;inset:0}.Modal-module__PQX9eq__modal.Modal-module__PQX9eq__visible::backdrop{opacity:1}.Modal-module__PQX9eq__header{z-index:100;z-index:100;justify-content:flex-end;width:calc(100% - 32px);padding-top:16px;padding-right:16px;display:flex;position:absolute}.Modal-module__PQX9eq__closeButton{cursor:pointer;background:0 0;border:none;width:20px;height:20px}.Modal-module__PQX9eq__content{padding:32px 24px 24px}.Modal-module__PQX9eq__compact .Modal-module__PQX9eq__content{padding:0}.Modal-module__PQX9eq__small{width:375px}.Modal-module__PQX9eq__medium{width:480px}.Modal-module__PQX9eq__large{width:640px}.Modal-module__PQX9eq__full{box-shadow:none;border:none;width:100%;max-width:100%;height:100%;max-height:100%;padding:0;overflow:hidden auto}.Modal-module__PQX9eq__full::backdrop{background:var(--bg-color)}.Modal-module__PQX9eq__fullContent{height:100%;padding:0}@media (max-width:768px){.Modal-module__PQX9eq__modal{width:100%}.Modal-module__PQX9eq__large{width:100%;max-width:640px}.Modal-module__PQX9eq__medium{width:100%;max-width:480px}.Modal-module__PQX9eq__small{width:100%;max-width:375px}}.Modal-module__PQX9eq__warningIcon{color:var(--Component-colors-Utility-Warning-utility-warning-700,#b54708);background:var(--Colors-Background-bg-warning-secondary,#fef0c7);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Modal-module__PQX9eq__destructiveIcon{color:#dc2626;background:#fecaca;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Modal-module__PQX9eq__iconContainer{padding-bottom:var(--space-lg)}
.Button-module__43lkua__button{justify-content:center;align-items:center;gap:var(--Button-Spacing,4px);border-radius:var(--Button-Radius,8px);box-sizing:border-box;cursor:pointer;background:0 0;border:none;width:fit-content;margin:0;padding:0;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 1px 1px #0000001f,0 2px 5px #3c425714}.Button-module__43lkua__button:disabled{cursor:not-allowed}.Button-module__43lkua__button:focus-visible{outline:2px solid var(--blurple)}.Button-module__43lkua__primary{background-color:var(--surface-brand);color:var(--content-primary-inverse);border:1px solid var(--surface-brand)}.Button-module__43lkua__primary:hover:not(:disabled){background:var(--surface-brand-hover);border-color:var(--surface-brand-hover)}.Button-module__43lkua__primary:active{background:var(--surface-brand);box-shadow:0px 1px 1px 0px #0000001f,0px 0px 0px 3px var(--Color-border-border-focus-ring,#e9eafd)}.Button-module__43lkua__primary:disabled{background:var(--surface-brand-disabled);border-color:var(--surface-brand-disabled);color:var(--content-primary-inverse)}.Button-module__43lkua__inverted{background-color:var(--surface-primary);color:var(--content-brand);border:1px solid var(--frame-primary,#dee2e6)}.Button-module__43lkua__inverted:hover:not(:disabled){background:var(--surface-primary-hover)}.Button-module__43lkua__inverted:active{background:var(--surface-primary);box-shadow:0px 1px 1px 0px #0000001f,0px 0px 0px 3px var(--Color-border-border-focus-ring,#e9eafd)}.Button-module__43lkua__inverted:disabled{color:var(--content-brand-disabled)}.Button-module__43lkua__secondary{border:1px solid var(--frame-primary,#dee2e6);background:var(--surface-primary)}.Button-module__43lkua__secondary:hover:not(:disabled){background:var(--surface-primary-hover)}.Button-module__43lkua__secondary:active{background:var(--surface-primary);box-shadow:0px 1px 1px 0px #0000001f,0px 0px 0px 3px var(--Color-border-border-focus-ring,#e9eafd)}.Button-module__43lkua__secondary:disabled{color:var(--content-brand-disabled)}:is(.dark .Button-module__43lkua__primary:disabled,.dark .Button-module__43lkua__secondary:disabled,.dark .Button-module__43lkua__tertiary:disabled,.dark .Button-module__43lkua__subtle:disabled,.dark .Button-module__43lkua__inverted:disabled,.dark .Button-module__43lkua__success:disabled,.dark .Button-module__43lkua__danger:disabled,.dark .Button-module__43lkua__link:disabled){background:var(--surface-primary-disabled);color:var(--content-disabled);border-color:var(--surface-primary-disabled)}.Button-module__43lkua__tertiary{border:1px solid var(--frame-primary,#dee2e6);background:var(--surface-primary);color:var(--content-secondary)}.Button-module__43lkua__tertiary:hover:not(:disabled){background:var(--surface-tertiary-hover)}.Button-module__43lkua__tertiary:active{box-shadow:0px 1px 1px 0px #0000001f,0px 0px 0px 3px var(--Color-border-border-focus-ring,#e9eafd)}.Button-module__43lkua__tertiary:disabled{color:var(--content-disabled)}.Button-module__43lkua__subtle{color:var(--content-secondary);box-shadow:none;background:0 0;border:none}.Button-module__43lkua__subtle:hover:not(:disabled){background:var(--surface-tertiary-hover)}.Button-module__43lkua__subtle:disabled{color:var(--content-disabled)}.Button-module__43lkua__success{background:var(--surface-success);color:var(--content-primary-inverse);border:none}.Button-module__43lkua__success:hover:not(:disabled){background:var(--surface-success-hover)}.Button-module__43lkua__success:active{background:var(--surface-success);box-shadow:0px 1px 1px 0px #0000001f,0px 0px 0px 3px var(--Color-border-border-focus-ring,#e9eafd)}.Button-module__43lkua__success:disabled{background:var(--surface-success-disabled);border-color:var(--surface-success-disabled);color:var(--content-primary-inverse)}.Button-module__43lkua__danger{background:var(--surface-danger);color:var(--content-primary-inverse);border:none}.Button-module__43lkua__danger:hover:not(:disabled){background:var(--surface-danger-hover)}.Button-module__43lkua__danger:active{background:var(--surface-danger);box-shadow:0px 1px 1px 0px #0000001f,0px 0px 0px 3px var(--Color-border-border-focus-ring,#e9eafd)}.Button-module__43lkua__danger:disabled{background:var(--surface-danger-disabled);border-color:var(--surface-danger-disabled);color:var(--content-primary-inverse)}.Button-module__43lkua__link{color:var(--content-secondary);box-shadow:none;background:0 0;border:none}.Button-module__43lkua__link:hover:not(:disabled){text-decoration:underline}.Button-module__43lkua__link:disabled{opacity:.5;cursor:not-allowed}.Button-module__43lkua__xs{padding:4px 8px;font-size:12px;line-height:16px}.Button-module__43lkua__sm{padding:6px 10px;font-size:12px;line-height:16px}.Button-module__43lkua__md{padding:8px 12px;font-size:14px;line-height:18px}.Button-module__43lkua__lg{padding:12px 16px;font-size:16px;line-height:22px}.Button-module__43lkua__full{width:100%}.Button-module__43lkua__fit{width:fit-content}.Button-module__43lkua__icon{justify-content:center;align-items:center;display:inline-flex}.Button-module__43lkua__loadingSpinner{border:2px solid var(--gray);border-top-color:var(--blurple);border-radius:50%;width:16px;height:16px;animation:1s linear infinite Button-module__43lkua__spin}@keyframes Button-module__43lkua__spin{to{transform:rotate(360deg)}}
.styles-module__kMJgGW__modalActions{justify-content:flex-end;gap:var(--space-sm-md);margin-top:var(--space-lg);display:flex}
.styles-module__1maOeq__modalActions{justify-content:flex-end;gap:var(--space-sm-md);margin-top:var(--space-lg);display:flex}
