@keyframes voice-demo-module__2XSPga__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__2XSPga__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__2XSPga__float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes voice-demo-module__2XSPga__waveform{0%,to{height:8px}50%{height:32px}}.voice-demo-module__2XSPga__waveformBar{align-self:center}@keyframes voice-demo-module__2XSPga__slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes voice-demo-module__2XSPga__slide-in-right{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes voice-demo-module__2XSPga__fade-in{0%{opacity:0}to{opacity:1}}@keyframes voice-demo-module__2XSPga__glow-pulse{0%,to{box-shadow:0 0 20px #4d61ff26}50%{box-shadow:0 0 30px #4d61ff4d}}.voice-demo-module__2XSPga__pageContainer{background:var(--surface-secondary,#f6f8fa);min-height:100vh;position:relative}.voice-demo-module__2XSPga__setupContainer{z-index:1;max-width:600px;margin:0 auto;padding:48px 24px;animation:.5s ease-out voice-demo-module__2XSPga__slide-up;position:relative}.voice-demo-module__2XSPga__setupHeader{text-align:center;margin-bottom:32px}.voice-demo-module__2XSPga__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__2XSPga__float;display:inline-flex;box-shadow:0 4px 12px #4d61ff33}.voice-demo-module__2XSPga__logoMark svg{color:#fff;width:28px;height:28px}.voice-demo-module__2XSPga__setupTitle{color:var(--dark-slate);letter-spacing:-.01em;margin-bottom:8px;font-size:24px;font-weight:600}.voice-demo-module__2XSPga__setupSubtitle{color:var(--gray-9);font-size:14px;line-height:1.5}.voice-demo-module__2XSPga__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__2XSPga__fade-in;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.voice-demo-module__2XSPga__glassCard:first-child{animation-delay:50ms}.voice-demo-module__2XSPga__glassCard:nth-child(2){animation-delay:.1s}.voice-demo-module__2XSPga__glassCard:nth-child(3){animation-delay:.15s}.voice-demo-module__2XSPga__cardHeader{align-items:center;gap:10px;margin-bottom:12px;display:flex}.voice-demo-module__2XSPga__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__2XSPga__cardIcon svg{width:16px;height:16px;color:var(--blurple-main)}.voice-demo-module__2XSPga__cardTitle{color:var(--dark-slate);font-size:14px;font-weight:600}.voice-demo-module__2XSPga__cardDescription{color:var(--gray-9);margin-bottom:12px;font-size:13px;line-height:1.5}.voice-demo-module__2XSPga__profileGrid{flex-direction:column;gap:8px;display:flex}.voice-demo-module__2XSPga__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__2XSPga__profileCard:hover{background:var(--surface-secondary,#f6f8fa);border-color:var(--secondary-border-color,#dadfe6)}.voice-demo-module__2XSPga__profileCard.voice-demo-module__2XSPga__selected{border-color:var(--blurple-main);background:#4d61ff0a}.voice-demo-module__2XSPga__profileCard.voice-demo-module__2XSPga__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__2XSPga__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__2XSPga__profileInfo{flex:1;min-width:0}.voice-demo-module__2XSPga__profileName{color:var(--dark-slate);align-items:center;gap:8px;margin-bottom:2px;font-size:14px;font-weight:500;display:flex}.voice-demo-module__2XSPga__profileDesc{color:var(--gray-9);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.voice-demo-module__2XSPga__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__2XSPga__profileBadge.voice-demo-module__2XSPga__healthy{color:var(--green-9);background:#0fbf951a}.voice-demo-module__2XSPga__profileBadge.voice-demo-module__2XSPga__warning{color:var(--yellow-9);background:#fce96a26}.voice-demo-module__2XSPga__profileBadge.voice-demo-module__2XSPga__onboarding{color:var(--purple-main);background:#8758f61a}.voice-demo-module__2XSPga__profileStats{gap:10px;margin-top:6px;display:flex}.voice-demo-module__2XSPga__profileStat{color:var(--gray-9);align-items:center;gap:3px;font-size:11px;display:flex}.voice-demo-module__2XSPga__profileStat svg{width:11px;height:11px}.voice-demo-module__2XSPga__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__2XSPga__profileCard.voice-demo-module__2XSPga__selected .voice-demo-module__2XSPga__profileSelector{border-color:var(--blurple-main);background:var(--blurple-main)}.voice-demo-module__2XSPga__profileCard.voice-demo-module__2XSPga__selected .voice-demo-module__2XSPga__profileSelector:after{content:"";background:#fff;border-radius:50%;width:6px;height:6px}.voice-demo-module__2XSPga__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__2XSPga__fade-in;display:flex}.voice-demo-module__2XSPga__startCallButton:hover{background:var(--blurple-6);box-shadow:0 4px 12px #4d61ff40}.voice-demo-module__2XSPga__startCallButton:active{transform:scale(.98)}.voice-demo-module__2XSPga__startCallButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.voice-demo-module__2XSPga__startCallButton svg{width:18px;height:18px}.voice-demo-module__2XSPga__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__2XSPga__fade-in;display:flex}.voice-demo-module__2XSPga__infoBanner svg{width:16px;height:16px;color:var(--blurple-main);flex-shrink:0;margin-top:1px}.voice-demo-module__2XSPga__infoBannerText{color:var(--gray-10);font-size:13px;line-height:1.5}.voice-demo-module__2XSPga__infoBannerText strong{color:var(--dark-slate);font-weight:500}.voice-demo-module__2XSPga__activeCallContainer{z-index:1;min-height:100vh;padding:20px;position:relative}.voice-demo-module__2XSPga__callHeader{justify-content:space-between;align-items:center;margin-bottom:20px;animation:.3s ease-out voice-demo-module__2XSPga__slide-up;display:flex}.voice-demo-module__2XSPga__callStatus{align-items:center;gap:12px;display:flex}.voice-demo-module__2XSPga__liveIndicator{background:#ef444414;border:1px solid #ef444426;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;display:flex}.voice-demo-module__2XSPga__liveDot{background:#ef4444;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite voice-demo-module__2XSPga__pulse-ring}.voice-demo-module__2XSPga__liveText{color:#ef4444;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.voice-demo-module__2XSPga__callInfo{flex-direction:column;gap:2px;display:flex}.voice-demo-module__2XSPga__callTitle{color:var(--dark-slate);font-size:16px;font-weight:600}.voice-demo-module__2XSPga__callAgent{color:var(--gray-9);font-size:12px}.voice-demo-module__2XSPga__callAgent span{color:var(--blurple-main);font-weight:500}.voice-demo-module__2XSPga__callLayout{grid-template-columns:2fr 1fr;align-items:stretch;gap:16px;height:calc(100vh - 140px);animation:.4s ease-out .1s both voice-demo-module__2XSPga__fade-in;display:grid}@media (max-width:1200px){.voice-demo-module__2XSPga__callLayout{grid-template-columns:1fr;height:auto}}.voice-demo-module__2XSPga__callColumn{flex-direction:column;gap:16px;min-height:0;display:flex}.voice-demo-module__2XSPga__voiceWidget{border:1px solid var(--border-color,#e5e7eb);background:#fff;border-radius:12px;flex-direction:row;align-items:center;gap:16px;min-height:80px;padding:20px 120px 20px 20px;animation:.4s ease-out voice-demo-module__2XSPga__slide-up;display:flex;position:relative;box-shadow:0 1px 2px #0000000d,0 4px 8px #00000014,0 8px 16px #0000000a}.voice-demo-module__2XSPga__voiceWidgetControls{z-index:10;align-items:center;gap:8px;display:flex;position:absolute;top:16px;right:16px}.voice-demo-module__2XSPga__voiceWidgetControls button{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.voice-demo-module__2XSPga__voiceWidgetControls button:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.voice-demo-module__2XSPga__voiceAudioContainer{flex-shrink:0;align-items:center;gap:16px;display:flex}.voice-demo-module__2XSPga__voiceOrb{flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:relative}.voice-demo-module__2XSPga__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:32px;height:32px;animation:2s ease-in-out infinite voice-demo-module__2XSPga__glow-pulse;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 16px #4d61ff4d,0 4px 12px #4d61ff26}.voice-demo-module__2XSPga__voiceOrbCore svg{color:#fff;width:16px;height:16px}.voice-demo-module__2XSPga__voiceOrbRing{border:1px solid #4d61ff40;border-radius:50%;position:absolute;top:50%;left:50%}.voice-demo-module__2XSPga__voiceOrbRing:first-child{width:40px;height:40px;animation:2s ease-in-out infinite voice-demo-module__2XSPga__pulse-ring}.voice-demo-module__2XSPga__voiceOrbRing:nth-child(2){width:48px;height:48px;animation:2.5s ease-in-out .3s infinite voice-demo-module__2XSPga__pulse-ring-outer}.voice-demo-module__2XSPga__voiceOrbRing:nth-child(3){border-color:#4d61ff1f;width:56px;height:56px;animation:3s ease-in-out .6s infinite voice-demo-module__2XSPga__pulse-ring-outer}.voice-demo-module__2XSPga__waveform{box-sizing:border-box;flex-shrink:0;justify-content:center;align-items:center;gap:3px;height:56px;padding:0 8px;display:flex}.voice-demo-module__2XSPga__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__2XSPga__waveform}.voice-demo-module__2XSPga__waveformBar:first-child{height:6px;animation-delay:0s}.voice-demo-module__2XSPga__waveformBar:nth-child(2){height:10px;animation-delay:.1s}.voice-demo-module__2XSPga__waveformBar:nth-child(3){height:14px;animation-delay:.2s}.voice-demo-module__2XSPga__waveformBar:nth-child(4){height:10px;animation-delay:.3s}.voice-demo-module__2XSPga__waveformBar:nth-child(5){height:6px;animation-delay:.4s}.voice-demo-module__2XSPga__waveformBar:nth-child(6){height:10px;animation-delay:.3s}.voice-demo-module__2XSPga__waveformBar:nth-child(7){height:14px;animation-delay:.2s}.voice-demo-module__2XSPga__waveformBar:nth-child(8){height:10px;animation-delay:.1s}.voice-demo-module__2XSPga__waveformBar:nth-child(9){height:6px;animation-delay:0s}.voice-demo-module__2XSPga__voiceInstructions{color:var(--gray-10);flex:1;font-size:13px;font-weight:500;line-height:1.5}.voice-demo-module__2XSPga__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__2XSPga__endCallButton:hover{background:#ef444426}.voice-demo-module__2XSPga__endCallButton svg{width:16px;height:16px}.voice-demo-module__2XSPga__transcriptPanel{border:1px solid var(--border-color,#e5e7eb);background:#fff;border-radius:12px;flex-direction:column;min-height:400px;max-height:calc(100vh - 140px);display:flex;overflow:hidden;box-shadow:0 1px 2px #0000000d,0 4px 8px #00000014,0 8px 16px #0000000a}.voice-demo-module__2XSPga__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__2XSPga__transcriptHeader{border-bottom:1px solid var(--border-color,#e5e7eb);background:var(--surface-secondary,#f9fafb);border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:20px 20px 16px;display:flex}.voice-demo-module__2XSPga__transcriptTitleRow{align-items:center;gap:8px;display:flex}.voice-demo-module__2XSPga__transcriptTitle{color:var(--dark-slate);letter-spacing:-.01em;font-size:14px;font-weight:600}.voice-demo-module__2XSPga__messageCount{color:var(--gray-9);font-variant-numeric:tabular-nums;font-size:11px}.voice-demo-module__2XSPga__transcriptBody{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.voice-demo-module__2XSPga__transcriptBody::-webkit-scrollbar{width:6px}.voice-demo-module__2XSPga__transcriptBody::-webkit-scrollbar-track{background:0 0}.voice-demo-module__2XSPga__transcriptBody::-webkit-scrollbar-thumb{background:var(--gray-4);border-radius:3px}.voice-demo-module__2XSPga__transcriptTitleLive{color:var(--dark-slate);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.voice-demo-module__2XSPga__transcriptTitleLive:before{content:"";background:#22c55e;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite voice-demo-module__2XSPga__pulse-ring}.voice-demo-module__2XSPga__transcriptContent{background:#fff;flex-direction:column;flex:1;padding:20px;display:flex;overflow-y:auto}.voice-demo-module__2XSPga__transcriptContent:empty:before{content:"Transcript will appear here as you speak...";height:100%;color:var(--gray-9,#6b7280);text-align:center;justify-content:center;align-items:center;padding:40px 20px;font-size:14px;display:flex}.voice-demo-module__2XSPga__transcriptContent::-webkit-scrollbar{width:6px}.voice-demo-module__2XSPga__transcriptContent::-webkit-scrollbar-track{background:0 0}.voice-demo-module__2XSPga__transcriptContent::-webkit-scrollbar-thumb{background:var(--gray-4,#d1d5db);border-radius:3px;transition:background .2s}.voice-demo-module__2XSPga__transcriptContent::-webkit-scrollbar-thumb:hover{background:var(--gray-5,#9ca3af)}.voice-demo-module__2XSPga__messageGroup{flex-direction:column;gap:8px;display:flex}.voice-demo-module__2XSPga__messageWrapper{flex-direction:column;gap:4px;animation:.25s ease-out voice-demo-module__2XSPga__slide-up;display:flex}.voice-demo-module__2XSPga__messageWrapper.voice-demo-module__2XSPga__user{align-self:flex-end;align-items:flex-end}.voice-demo-module__2XSPga__messageWrapper.voice-demo-module__2XSPga__assistant{align-self:flex-start;align-items:flex-start}.voice-demo-module__2XSPga__messageBubble{border-radius:12px;max-width:80%;padding:12px 16px;box-shadow:0 1px 2px #0000000d}.voice-demo-module__2XSPga__messageBubble.voice-demo-module__2XSPga__user{background:var(--dark-slate,#1d262c);color:#fff;border-bottom-right-radius:4px}.voice-demo-module__2XSPga__messageBubble.voice-demo-module__2XSPga__assistant{background:var(--surface-secondary,#f6f8fa);color:var(--dark-slate);border:1px solid var(--border-color,#e5e7eb);border-bottom-left-radius:4px}.voice-demo-module__2XSPga__messageMetaRow{justify-content:flex-start;align-items:center;gap:var(--space-sm,8px);margin-top:4px;display:flex}.voice-demo-module__2XSPga__messageName{font-size:var(--font-size-xs,12px);color:var(--content-secondary,#6b7280);font-weight:500;line-height:18px}.voice-demo-module__2XSPga__messageTimestamp{font-size:var(--font-size-xs,12px);color:var(--content-secondary,#9ca3af);font-weight:400;line-height:18px}.voice-demo-module__2XSPga__messageRole{text-transform:uppercase;letter-spacing:.03em;opacity:.7;margin-bottom:4px;font-size:10px;font-weight:600}.voice-demo-module__2XSPga__messageContent{font-size:13px;line-height:1.5}.voice-demo-module__2XSPga__messageTime{opacity:.5;margin-top:4px;font-size:10px}.voice-demo-module__2XSPga__systemEventLine{color:var(--gray-9);align-items:flex-start;gap:8px;padding:0;font-size:12px;display:flex}.voice-demo-module__2XSPga__systemEventLineIndented{padding-left:22px}.voice-demo-module__2XSPga__systemEventIcon{color:var(--gray-7);flex-shrink:0;align-items:center;padding-top:2px;display:flex}.voice-demo-module__2XSPga__systemEventText{color:var(--gray-9)}.voice-demo-module__2XSPga__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__2XSPga__slide-in-right;overflow-y:auto;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.voice-demo-module__2XSPga__contextTitle{color:var(--gray-9);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:11px;font-weight:600}.voice-demo-module__2XSPga__contextGrid{flex-direction:column;gap:12px;display:flex}.voice-demo-module__2XSPga__contextItem{flex-direction:column;gap:4px;display:flex}.voice-demo-module__2XSPga__contextLabel{color:var(--gray-9);text-transform:uppercase;letter-spacing:.03em;font-size:10px}.voice-demo-module__2XSPga__contextValue{color:var(--dark-slate);font-size:13px;font-weight:500}.voice-demo-module__2XSPga__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__2XSPga__contextBadge.voice-demo-module__2XSPga__callerType{color:var(--blurple-main);background:#4d61ff14}.voice-demo-module__2XSPga__contextBadge.voice-demo-module__2XSPga__queue{color:#16a34a;background:#22c55e14}.voice-demo-module__2XSPga__confidenceMeter{align-items:center;gap:10px;display:flex}.voice-demo-module__2XSPga__confidenceBar{background:var(--gray-3,#e5e7eb);border-radius:2px;flex:1;height:4px;overflow:hidden}.voice-demo-module__2XSPga__confidenceFill{border-radius:2px;height:100%;transition:width .4s ease-out}.voice-demo-module__2XSPga__confidenceFill.voice-demo-module__2XSPga__high{background:#22c55e}.voice-demo-module__2XSPga__confidenceFill.voice-demo-module__2XSPga__medium{background:#eab308}.voice-demo-module__2XSPga__confidenceFill.voice-demo-module__2XSPga__low{background:var(--gray-5)}.voice-demo-module__2XSPga__confidenceValue{color:var(--dark-slate);min-width:36px;font-size:13px;font-weight:600}.voice-demo-module__2XSPga__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__2XSPga__knowledgeEmpty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:24px 12px;display:flex}.voice-demo-module__2XSPga__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__2XSPga__knowledgeEmptyIcon svg{width:20px;height:20px;color:var(--gray-7)}.voice-demo-module__2XSPga__knowledgeEmptyText{color:var(--gray-9);font-size:12px}.voice-demo-module__2XSPga__knowledgeList{flex-direction:column;flex:1;gap:10px;min-height:0;display:flex;overflow-y:auto}.voice-demo-module__2XSPga__knowledgeList::-webkit-scrollbar{width:4px}.voice-demo-module__2XSPga__knowledgeList::-webkit-scrollbar-track{background:0 0}.voice-demo-module__2XSPga__knowledgeList::-webkit-scrollbar-thumb{background:var(--gray-4);border-radius:2px}.voice-demo-module__2XSPga__knowledgeList::-webkit-scrollbar-thumb:hover{background:var(--gray-5)}.voice-demo-module__2XSPga__knowledgeItem{border-radius:var(--border-radius-sm,4px);background:#22c55e0a;border:1px solid #22c55e1a;padding:10px;animation:.25s ease-out voice-demo-module__2XSPga__slide-up}.voice-demo-module__2XSPga__knowledgeDoc{color:#16a34a;text-transform:uppercase;letter-spacing:.02em;margin-bottom:4px;font-size:10px;font-weight:600}.voice-demo-module__2XSPga__knowledgeContent{color:var(--gray-10);font-size:12px;line-height:1.5}.voice-demo-module__2XSPga__knowledgeScore{color:var(--gray-9);align-items:center;gap:4px;margin-top:6px;font-size:10px;display:flex}.voice-demo-module__2XSPga__completedContainer{z-index:1;max-width:900px;margin:0 auto;padding:32px 20px;position:relative}.voice-demo-module__2XSPga__completedHeader{justify-content:space-between;align-items:center;margin-bottom:24px;animation:.3s ease-out voice-demo-module__2XSPga__slide-up;display:flex}.voice-demo-module__2XSPga__completedTitle{color:var(--dark-slate);font-size:20px;font-weight:600}.voice-demo-module__2XSPga__completedSubtitle{color:var(--gray-9);margin-top:4px;font-size:13px}.voice-demo-module__2XSPga__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__2XSPga__newCallButton:hover{background:var(--surface-secondary,#f6f8fa);border-color:var(--secondary-border-color,#dadfe6)}.voice-demo-module__2XSPga__completedGrid{grid-template-columns:2fr 1fr;gap:16px;display:grid}@media (max-width:768px){.voice-demo-module__2XSPga__completedGrid{grid-template-columns:1fr}}.voice-demo-module__2XSPga__connectingOverlay{z-index:100;background:#fffffff7;flex-direction:column;justify-content:center;align-items:center;animation:.2s ease-out voice-demo-module__2XSPga__fade-in;display:flex;position:fixed;inset:0}.voice-demo-module__2XSPga__connectingOrb{justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:24px;display:flex;position:relative}.voice-demo-module__2XSPga__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__2XSPga__pulse-ring;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.voice-demo-module__2XSPga__connectingRing{border:1.5px solid var(--blurple-main);opacity:0;border-radius:50%;animation:1.5s ease-in-out infinite voice-demo-module__2XSPga__pulse-ring-outer;position:absolute;top:50%;left:50%}.voice-demo-module__2XSPga__connectingRing:nth-child(2){width:64px;height:64px;animation-delay:0s}.voice-demo-module__2XSPga__connectingRing:nth-child(3){width:80px;height:80px;animation-delay:.3s}.voice-demo-module__2XSPga__connectingRing:nth-child(4){width:100px;height:100px;animation-delay:.6s}.voice-demo-module__2XSPga__connectingText{color:var(--dark-slate);margin-bottom:6px;font-size:16px;font-weight:500}.voice-demo-module__2XSPga__connectingSubtext{color:var(--gray-9);font-size:13px}.voice-demo-module__2XSPga__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__2XSPga__routingTreeTitle{color:var(--gray-9);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:11px;font-weight:600}.voice-demo-module__2XSPga__routingTreeEmpty{color:var(--gray-9);margin-top:8px;font-size:12px;font-style:italic}.voice-demo-module__2XSPga__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__2XSPga__routingNode.voice-demo-module__2XSPga__inactive{background:var(--surface-secondary,#f6f8fa);border:1px solid var(--border-color,#dee2e6);color:var(--gray-9)}.voice-demo-module__2XSPga__routingNode.voice-demo-module__2XSPga__active{color:var(--blurple-main);background:#4d61ff0f;border:1px solid #4d61ff26}.voice-demo-module__2XSPga__routingNode.voice-demo-module__2XSPga__final{color:#16a34a;background:#22c55e0f;border:1px solid #22c55e26}.voice-demo-module__2XSPga__routingNodeDot{border-radius:50%;width:6px;height:6px}.voice-demo-module__2XSPga__routingNode.voice-demo-module__2XSPga__inactive .voice-demo-module__2XSPga__routingNodeDot{background:var(--gray-5)}.voice-demo-module__2XSPga__routingNode.voice-demo-module__2XSPga__active .voice-demo-module__2XSPga__routingNodeDot{background:var(--blurple-main)}.voice-demo-module__2XSPga__routingNode.voice-demo-module__2XSPga__final .voice-demo-module__2XSPga__routingNodeDot{background:#16a34a}.voice-demo-module__2XSPga__routingConnector{flex-direction:column;align-items:flex-start;margin-left:12px;display:flex}.voice-demo-module__2XSPga__routingConnectorLine{background:var(--blurple-main);opacity:.3;width:1.5px;height:10px}.voice-demo-module__2XSPga__routingConnectorArrow{color:var(--blurple-main);opacity:.4;font-size:10px}.voice-demo-module__2XSPga__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__2XSPga__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__2XSPga__modeButton:hover:not(:disabled){color:var(--gray-10);background:#fff}.voice-demo-module__2XSPga__modeButton.voice-demo-module__2XSPga__active{color:var(--blurple-main,#4d61ff);background:#fff;box-shadow:0 1px 3px #00000014}.voice-demo-module__2XSPga__modeButton:disabled{opacity:.5;cursor:not-allowed}.voice-demo-module__2XSPga__triageGrid{border-top:1px solid var(--border-color,#dee2e6);background:#fff;flex-shrink:0;padding:16px}.voice-demo-module__2XSPga__triagePrompt{color:var(--gray-9);text-align:center;margin-bottom:16px;font-size:14px}.voice-demo-module__2XSPga__triageButtonGrid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.voice-demo-module__2XSPga__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__2XSPga__triageButton:hover:not(:disabled){background:var(--blurple-main,#4d61ff);transform:translateY(-2px);box-shadow:0 4px 16px #4d61ff4d}.voice-demo-module__2XSPga__triageButton:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #4d61ff33}.voice-demo-module__2XSPga__triageButton:disabled{opacity:.4;cursor:not-allowed;transform:none}.voice-demo-module__2XSPga__triageButton.voice-demo-module__2XSPga__selected{background:var(--blurple-main,#4d61ff)}.voice-demo-module__2XSPga__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__2XSPga__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__2XSPga__triageButton.voice-demo-module__2XSPga__selected .voice-demo-module__2XSPga__triageLabel,.voice-demo-module__2XSPga__triageButton.voice-demo-module__2XSPga__selected .voice-demo-module__2XSPga__triageDesc,.voice-demo-module__2XSPga__triageButton:hover:not(:disabled) .voice-demo-module__2XSPga__triageLabel,.voice-demo-module__2XSPga__triageButton:hover:not(:disabled) .voice-demo-module__2XSPga__triageDesc{color:#fff}.voice-demo-module__2XSPga__chatInputContainer{background:#fff;flex-direction:column;flex-shrink:0;padding:16px;display:flex}.voice-demo-module__2XSPga__chatInputBox{border:1px solid var(--frame-primary,#dee2e6);background:var(--surface-primary,white);border-radius:8px;flex-direction:column;gap:8px;transition:border-color .15s;display:flex;overflow:hidden}.voice-demo-module__2XSPga__chatInputBox:focus-within{border-color:var(--blurple-main,#4d61ff)}.voice-demo-module__2XSPga__chatTextarea{resize:none;text-align:left;background:0 0;border:none;outline:none;width:100%;min-height:32px;max-height:120px;padding:12px 16px 0;font-family:inherit;font-size:14px;line-height:20px}.voice-demo-module__2XSPga__chatTextarea::placeholder{color:var(--content-placeholder,#758193)}.voice-demo-module__2XSPga__chatTextarea:disabled{cursor:not-allowed;background:0 0}.voice-demo-module__2XSPga__chatAttachmentsArea{flex-wrap:wrap;justify-content:flex-start;gap:8px;padding:0 16px 4px;display:flex}.voice-demo-module__2XSPga__chatInputBottomRow{align-items:center;padding:0 10px 10px 7px;display:flex}.voice-demo-module__2XSPga__chatInputSpacer{flex:1}.voice-demo-module__2XSPga__chatAttachButton{width:36px;height:36px;color:var(--content-secondary,#525a66);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:9px;transition:all .15s;display:flex}.voice-demo-module__2XSPga__chatAttachButton:hover:not(:disabled){background:var(--surface-secondary,#f6f8fa);color:var(--content-primary,#1d262c)}.voice-demo-module__2XSPga__chatAttachButton:disabled{opacity:.5;cursor:not-allowed}.voice-demo-module__2XSPga__chatSendButton{background:var(--surface-brand-disabled,#9fa7f9);color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:42px;height:42px;padding:9px;transition:all .15s;display:flex;box-shadow:0 1px 1px #0000001f,0 2px 5px #3c425714}.voice-demo-module__2XSPga__chatSendButton.voice-demo-module__2XSPga__hasContent{background:var(--blurple-main,#4d61ff)}.voice-demo-module__2XSPga__chatSendButton.voice-demo-module__2XSPga__hasContent:hover{background:var(--blurple-dark,#3a4bd9)}.voice-demo-module__2XSPga__chatSendButton:hover:not(:disabled):not(.voice-demo-module__2XSPga__hasContent){background:var(--blurple-main,#4d61ff)}.voice-demo-module__2XSPga__chatSendButton:disabled{background:var(--surface-brand-disabled,#9fa7f9);cursor:not-allowed}.voice-demo-module__2XSPga__liveConversationLayout{grid-template-columns:1fr minmax(0,497px);gap:16px;width:100%;height:100%;min-height:0;display:grid}.voice-demo-module__2XSPga__liveConversationChat{border:1px solid var(--border-color,#dee2e6);background:#fff;border-radius:12px;flex-direction:column;min-height:0;display:flex;overflow:hidden}@media (max-width:1024px){.voice-demo-module__2XSPga__liveConversationLayout{grid-template-columns:1fr}}.voice-demo-module__2XSPga__chatWidget{background:var(--surface-primary,white);border-radius:var(--border-radius-md,8px);border:1px solid var(--frame-secondary);min-height:0;max-height:100%;box-shadow:var(--shadow-card);flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.voice-demo-module__2XSPga__chatHeader{background:var(--surface-primary,white);border-bottom:1px solid var(--frame-primary,#dee2e6);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:16px;display:flex}.voice-demo-module__2XSPga__chatHeaderLeft,.voice-demo-module__2XSPga__chatHeaderRight{align-items:center;gap:8px;display:flex}.voice-demo-module__2XSPga__chatHeaderTitle{color:var(--content-primary,#1d262c);font-size:14px;font-weight:600;line-height:20px}.voice-demo-module__2XSPga__chatHeaderMessageCount{color:var(--content-secondary,#525a66);font-size:12px;font-weight:400;line-height:18px}.voice-demo-module__2XSPga__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:8px 12px;font-size:14px;font-weight:600;line-height:20px;transition:all .15s;display:flex;box-shadow:0 1px 1px #0000001f,0 2px 5px #3c425714}.voice-demo-module__2XSPga__chatResetButton:hover:not(:disabled){border-color:var(--frame-danger,#d33d40);background:#d33d400d}.voice-demo-module__2XSPga__chatResetButton:disabled{opacity:.5;cursor:not-allowed}.voice-demo-module__2XSPga__chatResetButton svg{width:14px;height:14px;color:var(--content-danger,#d33d40)}.voice-demo-module__2XSPga__chatMessageList{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.voice-demo-module__2XSPga__chatMessagesScrollArea{flex-direction:column;flex:1;gap:16px;padding:16px;display:flex;overflow-y:auto}.voice-demo-module__2XSPga__chatMessageWrapper{flex-direction:column;gap:2px;min-width:0;max-width:80%;animation:.2s ease-out voice-demo-module__2XSPga__slide-up;display:flex}.voice-demo-module__2XSPga__chatMessageWrapper.voice-demo-module__2XSPga__userMessage{align-self:flex-end;align-items:flex-end}.voice-demo-module__2XSPga__chatMessageWrapper.voice-demo-module__2XSPga__assistantMessage{align-self:flex-start;align-items:flex-start}.voice-demo-module__2XSPga__chatMessageBubble{min-width:0;padding:10px 14px;font-size:14px;line-height:20px}.voice-demo-module__2XSPga__chatMessageWrapper.voice-demo-module__2XSPga__userMessage .voice-demo-module__2XSPga__chatMessageBubble{background:var(--surface-inverse,#1d262c);color:var(--surface-primary,white);border-radius:8px 8px 0}.voice-demo-module__2XSPga__chatMessageWrapper.voice-demo-module__2XSPga__assistantMessage .voice-demo-module__2XSPga__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__2XSPga__chatMessageMeta{justify-content:flex-start;align-items:center;gap:var(--space-sm,8px);display:flex}.voice-demo-module__2XSPga__chatMessageName{font-size:var(--font-size-xs,12px);color:var(--content-secondary);font-weight:500;line-height:18px}.voice-demo-module__2XSPga__chatMessageTime{font-size:var(--font-size-xs,12px);color:var(--content-secondary);font-weight:400;line-height:18px}.voice-demo-module__2XSPga__chatMessage{border-radius:8px;max-width:80%;padding:10px 14px;animation:.2s ease-out voice-demo-module__2XSPga__slide-up}.voice-demo-module__2XSPga__chatMessage.voice-demo-module__2XSPga__userMessage{background:var(--surface-inverse,#1d262c);color:var(--surface-primary,white);border-radius:8px 8px 0;align-self:flex-end}.voice-demo-module__2XSPga__chatMessage.voice-demo-module__2XSPga__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__2XSPga__chatMessageRole{opacity:.7;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:10px;font-weight:600}.voice-demo-module__2XSPga__chatMessageContent{overflow-wrap:break-word;word-break:break-word;font-size:14px;line-height:20px}.voice-demo-module__2XSPga__chatMessageContent p{margin:0}.voice-demo-module__2XSPga__chatMessageContent p+p{margin-top:8px}.voice-demo-module__2XSPga__chatMessageTranslation{border-top:1px solid var(--frame-primary,#dee2e6);color:var(--content-secondary,#525a66);margin-top:6px;padding-top:6px;font-size:12px;line-height:18px}.voice-demo-module__2XSPga__chatMessageWrapper.voice-demo-module__2XSPga__userMessage .voice-demo-module__2XSPga__chatMessageTranslation{border-top-color:color-mix(in srgb, currentColor 20%, transparent);color:color-mix(in srgb, currentColor 75%, transparent)}.voice-demo-module__2XSPga__chatMessageTranslationPending{border-top:1px solid var(--frame-primary,#dee2e6);align-items:center;gap:3px;height:16px;margin-top:6px;padding-top:6px;display:flex}.voice-demo-module__2XSPga__chatMessageWrapper.voice-demo-module__2XSPga__userMessage .voice-demo-module__2XSPga__chatMessageTranslationPending{border-top-color:color-mix(in srgb, currentColor 20%, transparent)}.voice-demo-module__2XSPga__translatingDot{background-color:var(--content-secondary,#9ca3af);border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite voice-demo-module__2XSPga__translatingBounce;display:inline-block}.voice-demo-module__2XSPga__chatMessageWrapper.voice-demo-module__2XSPga__userMessage .voice-demo-module__2XSPga__translatingDot{background-color:color-mix(in srgb, currentColor 60%, transparent)}.voice-demo-module__2XSPga__translatingDot:nth-child(2){animation-delay:.2s}.voice-demo-module__2XSPga__translatingDot:nth-child(3){animation-delay:.4s}@keyframes voice-demo-module__2XSPga__translatingBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.voice-demo-module__2XSPga__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__2XSPga__typingIndicator{align-items:center;gap:4px;padding:4px 0;display:flex}.voice-demo-module__2XSPga__typingIndicator span{background:var(--gray-6);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite voice-demo-module__2XSPga__typing-bounce}.voice-demo-module__2XSPga__typingIndicator span:nth-child(2){animation-delay:.2s}.voice-demo-module__2XSPga__typingIndicator span:nth-child(3){animation-delay:.4s}@keyframes voice-demo-module__2XSPga__typing-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.voice-demo-module__2XSPga__typingCursor{margin-left:1px;font-weight:400;animation:1s step-end infinite voice-demo-module__2XSPga__blink;display:inline-block}@keyframes voice-demo-module__2XSPga__blink{50%{opacity:0}}.voice-demo-module__2XSPga__thqWorkflow{color:#2563eb;background:#3b82f60f;border:1px solid #3b82f626}.voice-demo-module__2XSPga__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__2XSPga__thqStepHeader{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.voice-demo-module__2XSPga__thqScreen{color:#4f46e5;font-size:11px;font-weight:600}.voice-demo-module__2XSPga__thqStepCount{color:var(--gray-8);font-size:9px;font-weight:500}.voice-demo-module__2XSPga__thqAction{color:var(--gray-9);font-size:11px;font-style:italic}.voice-demo-module__2XSPga__thqData{border-top:1px dashed #6366f126;flex-wrap:wrap;gap:6px;width:100%;margin-top:4px;padding-top:4px;display:flex}.voice-demo-module__2XSPga__thqDataItem{color:var(--gray-10);background:#6366f10f;border-radius:4px;padding:2px 6px;font-size:10px}.voice-demo-module__2XSPga__thqDataItem.voice-demo-module__2XSPga__modified{color:#16a34a;background:#22c55e14}.voice-demo-module__2XSPga__thqComplete{color:#16a34a;background:#22c55e0f;border:1px solid #22c55e26}.voice-demo-module__2XSPga__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__2XSPga__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__2XSPga__brainReasoningContent{flex-direction:column;gap:4px;display:flex}.voice-demo-module__2XSPga__brainReasoningText{color:var(--gray-10);font-size:11px;font-style:italic}.voice-demo-module__2XSPga__brainDecision{color:#b45309;font-size:11px;font-weight:600}.voice-demo-module__2XSPga__systemEventCompact{flex-direction:column;align-items:flex-start;gap:4px;margin:4px 0;padding:0;display:flex}.voice-demo-module__2XSPga__compactEventText{color:var(--gray-8);text-align:left;letter-spacing:-.01em;font-size:12px;font-weight:400;line-height:1.5}.voice-demo-module__2XSPga__compactChips{flex-wrap:wrap;gap:5px;margin-top:3px;display:flex}.voice-demo-module__2XSPga__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__2XSPga__modifiedChip{color:#15803d;background:#22c55e1a}.voice-demo-module__2XSPga__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__2XSPga__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__2XSPga__setupTabsList{background:#0000000a;border-radius:10px;align-items:center;gap:2px;padding:4px;display:flex}.voice-demo-module__2XSPga__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__2XSPga__setupTabButton:hover{color:var(--gray-10);background:#ffffff80}.voice-demo-module__2XSPga__setupTabButton svg{opacity:.7;width:15px;height:15px;transition:opacity .2s}.voice-demo-module__2XSPga__setupTabActive{color:var(--dark-slate);background:#fff;box-shadow:0 1px 2px #0000000a,0 2px 4px #0000000a}.voice-demo-module__2XSPga__setupTabActive svg{opacity:1}.voice-demo-module__2XSPga__setupTabContent{padding:24px}.voice-demo-module__2XSPga__tabContentDescription{color:var(--gray-9);margin-bottom:20px;font-size:14px;line-height:1.5}.voice-demo-module__2XSPga__historyTabContent,.voice-demo-module__2XSPga__knowledgeTabContent{min-height:140px}.voice-demo-module__2XSPga__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__2XSPga__viewHistoryLink svg{width:16px;height:16px;transition:transform .2s}.voice-demo-module__2XSPga__viewHistoryLink svg:last-child{opacity:.7}.voice-demo-module__2XSPga__viewHistoryLink:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a,0 8px 24px #0000001a}.voice-demo-module__2XSPga__viewHistoryLink:hover svg:last-child{opacity:1;transform:translate(3px)}.voice-demo-module__2XSPga__viewHistoryLink:active{transform:translateY(0)}@keyframes voice-demo-module__2XSPga__modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes voice-demo-module__2XSPga__modal-container-in{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.voice-demo-module__2XSPga__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__2XSPga__modal-overlay-in;display:flex;position:fixed;inset:0}.voice-demo-module__2XSPga__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__2XSPga__modal-container-in;overflow:hidden;box-shadow:0 0 0 1px #0000000a,0 8px 16px #00000014,0 24px 48px #0000001f}.voice-demo-module__2XSPga__modalHeader{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:flex-start;padding:24px 24px 20px;display:flex}.voice-demo-module__2XSPga__modalHeaderContent{flex-direction:column;gap:4px;display:flex}.voice-demo-module__2XSPga__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__2XSPga__modalBackButton:hover{color:var(--gray-10)}.voice-demo-module__2XSPga__modalTitle{color:var(--dark-slate);letter-spacing:-.02em;margin:0;font-size:20px;font-weight:600}.voice-demo-module__2XSPga__modalSubtitle{color:var(--gray-9);margin:0;font-size:14px}.voice-demo-module__2XSPga__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__2XSPga__modalCloseButton:hover{background:var(--gray-3);color:var(--gray-10)}.voice-demo-module__2XSPga__modalCloseButton svg{width:16px;height:16px}.voice-demo-module__2XSPga__modalContent{max-height:calc(85vh - 100px);padding:20px 24px 24px;overflow-y:auto}.voice-demo-module__2XSPga__modalProfileGrid{flex-direction:column;gap:10px;display:flex}.voice-demo-module__2XSPga__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__2XSPga__modalProfileCard:hover{border-color:var(--gray-5);background:var(--gray-1)}.voice-demo-module__2XSPga__modalProfileCard.voice-demo-module__2XSPga__selected{border-color:var(--blurple-main);background:#4d61ff0a;box-shadow:0 0 0 3px #4d61ff1a}.voice-demo-module__2XSPga__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__2XSPga__modalProfileInfo{flex:1;min-width:0}.voice-demo-module__2XSPga__modalProfileName{color:var(--dark-slate);align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.voice-demo-module__2XSPga__modalProfileDesc{color:var(--gray-9);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;overflow:hidden}.voice-demo-module__2XSPga__modalProfileStats{color:var(--gray-8);gap:10px;margin-top:6px;font-size:11px;display:flex}.voice-demo-module__2XSPga__modalModeSelection{flex-direction:column;gap:20px;display:flex}.voice-demo-module__2XSPga__modalSelectedProfile{background:var(--gray-1);border-radius:10px;align-items:center;gap:12px;padding:12px 14px;display:flex}.voice-demo-module__2XSPga__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__2XSPga__modalSelectedName{color:var(--dark-slate);font-size:14px;font-weight:600}.voice-demo-module__2XSPga__modalSelectedCuisine{color:var(--gray-9);font-size:12px}.voice-demo-module__2XSPga__modalModeGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.voice-demo-module__2XSPga__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__2XSPga__modalModeCard:hover{border-color:var(--gray-5);background:var(--gray-1)}.voice-demo-module__2XSPga__modalModeCard.voice-demo-module__2XSPga__selected{border-color:var(--blurple-main);background:#4d61ff0a;box-shadow:0 0 0 3px #4d61ff1a}.voice-demo-module__2XSPga__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__2XSPga__modalModeCard.voice-demo-module__2XSPga__selected .voice-demo-module__2XSPga__modalModeIcon{color:var(--blurple-main);background:#4d61ff1a}.voice-demo-module__2XSPga__modalModeIcon svg{width:22px;height:22px;color:var(--gray-9)}.voice-demo-module__2XSPga__modalModeCard.voice-demo-module__2XSPga__selected .voice-demo-module__2XSPga__modalModeIcon svg{color:var(--blurple-main)}.voice-demo-module__2XSPga__modalModeLabel{color:var(--dark-slate);font-size:15px;font-weight:600}.voice-demo-module__2XSPga__modalModeDesc{color:var(--gray-9);font-size:12px;line-height:1.4}.voice-demo-module__2XSPga__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__2XSPga__modalStartButton svg{width:18px;height:18px}.voice-demo-module__2XSPga__modalStartButton:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0000001a,0 8px 24px #0000001a}.voice-demo-module__2XSPga__modalStartButton:active{transform:translateY(0)}.voice-demo-module__2XSPga__setupPageLayout{width:100%;max-width:900px;margin:0 auto;padding:40px 24px}.voice-demo-module__2XSPga__setupPageHeader{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:32px;display:flex}.voice-demo-module__2XSPga__setupPageHeaderLeft{flex:1}.voice-demo-module__2XSPga__setupPageTitle{color:var(--dark-slate);letter-spacing:-.03em;margin:0 0 8px;font-size:28px;font-weight:600}.voice-demo-module__2XSPga__setupPageSubtitle{color:var(--gray-9);max-width:480px;margin:0;font-size:15px;line-height:1.5}.voice-demo-module__2XSPga__setupPageHeaderRight{flex-shrink:0}.voice-demo-module__2XSPga__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__2XSPga__startDemoButton svg{width:16px;height:16px;transition:transform .2s}.voice-demo-module__2XSPga__startDemoButton svg:last-child{opacity:.7}.voice-demo-module__2XSPga__startDemoButton:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a,0 8px 24px #0000001a}.voice-demo-module__2XSPga__startDemoButton:hover svg:last-child{opacity:1;transform:translate(3px)}.voice-demo-module__2XSPga__startDemoButton:active{transform:translateY(0)}.voice-demo-module__2XSPga__setupPageTabs{border-bottom:1px solid var(--gray-3);align-items:center;gap:4px;margin-bottom:24px;padding-bottom:0;display:flex}.voice-demo-module__2XSPga__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__2XSPga__setupPageTab svg{opacity:.6;width:16px;height:16px;transition:opacity .15s}.voice-demo-module__2XSPga__setupPageTab:hover{color:var(--gray-10)}.voice-demo-module__2XSPga__setupPageTab:hover svg{opacity:.8}.voice-demo-module__2XSPga__setupPageTabActive{color:var(--dark-slate)}.voice-demo-module__2XSPga__setupPageTabActive svg{opacity:1}.voice-demo-module__2XSPga__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__2XSPga__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__2XSPga__badgeNeutral{background:var(--gray-2);color:var(--gray-9)}.voice-demo-module__2XSPga__badgeActive{color:#2563eb;background:#3b82f61a}.voice-demo-module__2XSPga__badgeWarning{color:#d97706;background:#f59e0b1a}.voice-demo-module__2XSPga__badgeHealthy{color:#16a34a;background:#22c55e1a}.voice-demo-module__2XSPga__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__2XSPga__insightsPanel::-webkit-scrollbar{width:6px}.voice-demo-module__2XSPga__insightsPanel::-webkit-scrollbar-track{background:0 0}.voice-demo-module__2XSPga__insightsPanel::-webkit-scrollbar-thumb{background:var(--gray-4);border-radius:3px}.voice-demo-module__2XSPga__insightCard{margin-bottom:32px}.voice-demo-module__2XSPga__insightCard:last-child{margin-bottom:0}.voice-demo-module__2XSPga__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__2XSPga__insightTitle svg{width:14px;height:14px;color:var(--gray-9)}.voice-demo-module__2XSPga__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__2XSPga__sectionIcon{width:16px;height:16px;color:var(--content-primary,#1d262c);flex-shrink:0;justify-content:center;align-items:center;display:flex}.voice-demo-module__2XSPga__sectionIcon svg{width:16px;height:16px}.voice-demo-module__2XSPga__sectionTitle{color:var(--content-primary,#1d262c);flex:1;margin:0;font-size:14px;font-weight:600;line-height:20px}.voice-demo-module__2XSPga__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__2XSPga__sectionChevron svg{width:20px;height:20px}.voice-demo-module__2XSPga__sectionChevron.voice-demo-module__2XSPga__collapsed{transform:rotate(180deg)}.voice-demo-module__2XSPga__sectionDescription{color:var(--gray-9);margin:0 0 12px;font-size:12px;font-weight:400;line-height:16px}.voice-demo-module__2XSPga__metadataGrid{flex-direction:column;gap:8px;display:flex}.voice-demo-module__2XSPga__metadataRow{align-items:center;gap:16px;display:flex}.voice-demo-module__2XSPga__metadataGroup{min-width:0}.voice-demo-module__2XSPga__metadataLabel{width:120px;color:var(--content-secondary,#525a66);flex-shrink:0;font-size:14px;font-weight:400;line-height:20px}.voice-demo-module__2XSPga__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__2XSPga__confidenceBarContainer{align-items:center;gap:8px;display:flex}.voice-demo-module__2XSPga__confidenceBarTrack{background:var(--gray-3);border-radius:2px;flex:1;height:4px;overflow:hidden}.voice-demo-module__2XSPga__confidenceBarFill{border-radius:2px;height:100%;transition:width .3s}.voice-demo-module__2XSPga__confidenceBarFill.voice-demo-module__2XSPga__high{background:linear-gradient(90deg,#22c55e,#16a34a)}.voice-demo-module__2XSPga__confidenceBarFill.voice-demo-module__2XSPga__medium{background:linear-gradient(90deg,#eab308,#ca8a04)}.voice-demo-module__2XSPga__confidenceBarFill.voice-demo-module__2XSPga__low{background:linear-gradient(90deg,#ef4444,#dc2626)}.voice-demo-module__2XSPga__confidenceValue{color:var(--dark-slate);font-variant-numeric:tabular-nums;min-width:32px;font-size:12px;font-weight:600}.voice-demo-module__2XSPga__viewModeToggle{background:var(--surface-secondary);border:1px solid var(--border-color,#e5e7eb);border-radius:8px;align-items:center;gap:0;padding:0;display:flex;position:relative;box-shadow:0 1px 2px #0000000d}.voice-demo-module__2XSPga__viewModeButton{color:var(--content-secondary,#6b7280);cursor:pointer;z-index:1;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:8px 10px;font-size:12px;font-weight:600;line-height:18px;transition:all .15s;display:flex;position:relative}.voice-demo-module__2XSPga__viewModeButton:hover{color:var(--content-primary,#1d262c);background:var(--surface-secondary,#f9fafb)}.voice-demo-module__2XSPga__viewModeButton.voice-demo-module__2XSPga__viewModeActive{background:var(--surface-primary);color:var(--content-primary);border:1px solid var(--border-color,#e5e7eb);box-shadow:0 1px 2px #0000001a}.voice-demo-module__2XSPga__viewModeToggle .voice-demo-module__2XSPga__viewModeButton.voice-demo-module__2XSPga__viewModeActive svg{color:#fff}.voice-demo-module__2XSPga__chatMessageWrapper{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.voice-demo-module__2XSPga__floatingActionBar{z-index:20;background:var(--background-primary-default,white);border:1px solid var(--border-primary,#dee2e6);white-space:nowrap;border-radius:16px;align-items:center;gap:32px;height:46px;padding:8px 16px;animation:.3s ease-out voice-demo-module__2XSPga__slide-up;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 4px 4px #00000017,0 75px 21px #0000,0 48px 19px #00000003}.voice-demo-module__2XSPga__floatingActionBarLeft{align-items:center;gap:8px;display:flex}.voice-demo-module__2XSPga__floatingMicOrb{background:linear-gradient(135deg, var(--blurple-main,#4d61ff) 0%, var(--purple-main,#8758f6) 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;animation:2s ease-in-out infinite voice-demo-module__2XSPga__glow-pulse;display:flex;box-shadow:0 0 10px #4d61ff4d,0 2px 6px #4d61ff26}.voice-demo-module__2XSPga__floatingMicOrb svg{color:#fff;width:14px;height:14px}.voice-demo-module__2XSPga__floatingStatusText{color:var(--content-secondary,#525a66);font-size:12px;font-weight:500;line-height:18px}.voice-demo-module__2XSPga__floatingMuteButton{border:1px solid var(--frame-primary,#dee2e6);background:var(--surface-primary,white);color:var(--content-secondary,#525a66);cursor:pointer;border-radius:8px;flex-shrink:0;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__2XSPga__floatingMuteButton:hover{background:var(--surface-secondary,#f6f8fa);border-color:var(--secondary-border-color,#dadfe6)}.voice-demo-module__2XSPga__floatingMuteButton.voice-demo-module__2XSPga__muted{background:var(--surface-secondary,#f6f8fa);border-color:var(--content-secondary,#525a66)}.voice-demo-module__2XSPga__floatingMuteButton svg{width:14px;height:14px}.voice-demo-module__2XSPga__voiceWidgetOverlay{z-index:15;pointer-events:none;position:absolute;inset:0}.voice-demo-module__2XSPga__voiceWidgetOverlay>*{pointer-events:auto}.voice-demo-module__2XSPga__messageAttachments{flex-wrap:wrap;gap:10px;margin-top:2px;margin-bottom:0;display:flex}.voice-demo-module__2XSPga__messageImageThumbnail{background:var(--surface-tertiary,#f0f2f6);cursor:pointer;border:none;border-radius:4px;flex-shrink:0;width:54px;height:54px;padding:0;transition:opacity .15s,transform .15s;overflow:hidden}.voice-demo-module__2XSPga__messageImageThumbnail:hover{opacity:.85;transform:scale(1.02)}.voice-demo-module__2XSPga__messageImageThumbnail:focus-visible{outline:2px solid var(--blurple-main,#4d61ff);outline-offset:2px}.voice-demo-module__2XSPga__messageImageThumbnailImg{object-fit:cover;width:100%;height:100%}.voice-demo-module__2XSPga__messageFileAttachment{box-sizing:border-box;background:var(--surface-primary,white);border:1px solid var(--frame-primary,#dee2e6);border-radius:4px;align-items:center;gap:8px;max-width:343px;height:54px;padding:8px;display:flex}.voice-demo-module__2XSPga__messageFileAttachment:is(button){cursor:pointer;font:inherit;text-align:left}.voice-demo-module__2XSPga__messageFileIcon{background:var(--surface-tertiary,#f0f2f6);width:38px;height:38px;color:var(--content-secondary,#525a66);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:7px;display:flex}.voice-demo-module__2XSPga__messageFileInfo{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.voice-demo-module__2XSPga__messageFileName{color:var(--content-primary,#1d262c);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;line-height:18px;overflow:hidden}.voice-demo-module__2XSPga__inputImageAttachment{flex-shrink:0;position:relative}.voice-demo-module__2XSPga__inputImageThumbnail{background:var(--surface-tertiary,#f0f2f6);border-radius:4px;width:54px;height:54px;position:relative;overflow:hidden}.voice-demo-module__2XSPga__inputImageThumbnailClickable{cursor:pointer;font:inherit}.voice-demo-module__2XSPga__inputImageUploadOverlay{background:#0006;border-radius:4px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.voice-demo-module__2XSPga__inputImageThumbnailImg{object-fit:cover;width:100%;height:100%}.voice-demo-module__2XSPga__inputImageRemoveButton{background:var(--surface-primary,white);border:.667px solid var(--frame-primary,#dee2e6);cursor:pointer;width:20px;height:20px;color:var(--content-secondary,#525a66);opacity:0;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:all .15s;display:flex;position:absolute;top:-6px;right:-6px;box-shadow:0 .667px .667px #00000014}.voice-demo-module__2XSPga__inputImageAttachment:hover .voice-demo-module__2XSPga__inputImageRemoveButton{opacity:1}.voice-demo-module__2XSPga__inputImageRemoveButton:hover{background:var(--surface-secondary,#f6f8fa);color:var(--content-primary,#1d262c)}.voice-demo-module__2XSPga__inputFileAttachment{box-sizing:border-box;background:var(--surface-primary,white);border:1px solid var(--frame-primary,#dee2e6);border-radius:4px;align-items:center;gap:8px;max-width:343px;height:54px;padding:8px;display:flex;position:relative}.voice-demo-module__2XSPga__inputFilePreviewButton{cursor:pointer;text-align:left;min-width:0;font:inherit;background:0 0;border:none;flex:1;align-items:center;gap:8px;padding:0;display:flex}.voice-demo-module__2XSPga__inputFileIcon{background:var(--surface-tertiary,#f0f2f6);width:38px;height:38px;color:var(--content-secondary,#525a66);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:7px;display:flex}.voice-demo-module__2XSPga__inputFileInfo{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.voice-demo-module__2XSPga__inputFileName{color:var(--content-primary,#1d262c);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;line-height:18px;overflow:hidden}.voice-demo-module__2XSPga__inputFileSize{color:var(--content-secondary,#525a66);font-size:12px;font-weight:400;line-height:18px}.voice-demo-module__2XSPga__inputFileRemoveButton{background:var(--surface-primary,white);border:.667px solid var(--frame-primary,#dee2e6);cursor:pointer;width:20px;height:20px;color:var(--content-secondary,#525a66);opacity:0;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:all .15s;display:flex;position:absolute;top:-6px;right:-6px;box-shadow:0 .667px .667px #00000014}.voice-demo-module__2XSPga__inputFileAttachment:hover .voice-demo-module__2XSPga__inputFileRemoveButton{opacity:1}.voice-demo-module__2XSPga__inputFileRemoveButton:hover{background:var(--surface-secondary,#f6f8fa);color:var(--content-primary,#1d262c)}.voice-demo-module__2XSPga__agentStepsBlock{align-self:stretch;padding:2px 0}.voice-demo-module__2XSPga__agentStepsHeader{cursor:pointer;min-height:32px;color:var(--content-primary,#1d262c);text-align:left;background:0 0;border:none;border-radius:4px;align-items:center;gap:8px;width:100%;padding:4px 0;font-size:12px;font-weight:500;line-height:16px;transition:background-color .1s;display:flex}.voice-demo-module__2XSPga__agentStepsHeader:hover{background-color:var(--surface-secondary,#f6f8fa)}.voice-demo-module__2XSPga__agentStepsIcon{width:14px;height:14px;color:var(--icon-primary,#525a66);stroke-width:1.17px}.voice-demo-module__2XSPga__agentStepsSpinner{animation:1s linear infinite voice-demo-module__2XSPga__agentStepsSpin}@keyframes voice-demo-module__2XSPga__agentStepsSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.voice-demo-module__2XSPga__agentStepsCheckIcon,.voice-demo-module__2XSPga__agentStepsChevron{flex-shrink:0;align-items:center;display:flex}.voice-demo-module__2XSPga__agentStepsCount{color:var(--content-primary,#1d262c);font-size:12px}.voice-demo-module__2XSPga__agentStepsList{flex-direction:column;gap:4px;margin-top:4px;margin-left:-6px;margin-right:-6px;padding-left:0;display:flex}.voice-demo-module__2XSPga__agentStepItemWrapper{position:relative}.voice-demo-module__2XSPga__agentStepHighlight{animation:1.5s ease-out voice-demo-module__2XSPga__agentStepFlash}@keyframes voice-demo-module__2XSPga__agentStepFlash{0%{background-color:#3b82f626;border-radius:6px}to{background-color:#0000}}.voice-demo-module__2XSPga__agentStepItem{text-align:left;background:0 0;border:none;border-radius:4px;align-items:center;gap:6px;width:100%;padding:4px 6px;font-family:inherit;transition:background-color .1s;display:flex}.voice-demo-module__2XSPga__agentStepItem:hover{background-color:var(--surface-secondary,#f6f8fa)}.voice-demo-module__2XSPga__agentStepItemClickable{cursor:pointer}.voice-demo-module__2XSPga__agentStepStatusIconInline{width:14px;height:14px;color:var(--content-tertiary,#8b929b);flex-shrink:0;animation:2.5s linear infinite voice-demo-module__2XSPga__agentStepsSpin}.voice-demo-module__2XSPga__agentStepStatusIconInlineResolved{color:#758193;flex-shrink:0;width:14px;height:14px}.voice-demo-module__2XSPga__agentStepStatusIconInlineComplete{color:#16a34a;flex-shrink:0;width:14px;height:14px}.voice-demo-module__2XSPga__agentStepStatusIconInlineError{color:#dc2626;flex-shrink:0;width:14px;height:14px}.voice-demo-module__2XSPga__agentStepStatusIconInlineWarning{color:#d97706;flex-shrink:0;width:14px;height:14px}.voice-demo-module__2XSPga__agentStepTypeIcon{width:14px;height:14px;color:var(--icon-primary,#525a66);flex-shrink:0}.voice-demo-module__2XSPga__agentStepName{color:var(--content-primary,#1d262c);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:12px;overflow:hidden}.voice-demo-module__2XSPga__agentStepNameValue{font-weight:600}.voice-demo-module__2XSPga__agentStepNameResolved{color:#758193}.voice-demo-module__2XSPga__agentStepSuffixShimmer{animation:2s ease-in-out infinite voice-demo-module__2XSPga__agentStepSuffixPulse}@keyframes voice-demo-module__2XSPga__agentStepSuffixPulse{0%,to{opacity:.4}50%{opacity:1}}.voice-demo-module__2XSPga__agentStepTime{color:var(--content-secondary);flex-shrink:0;margin-left:4px;font-size:12px}.voice-demo-module__2XSPga__agentStepJumpButton{color:var(--content-link,#2563eb);cursor:pointer;white-space:nowrap;flex-shrink:0;align-items:center;gap:4px;margin-left:8px;font-size:11px;font-weight:500;display:none}.voice-demo-module__2XSPga__agentStepItem:hover .voice-demo-module__2XSPga__agentStepJumpButton{display:flex}.voice-demo-module__2XSPga__agentStepItem:hover:has(.voice-demo-module__2XSPga__agentStepJumpButton) .voice-demo-module__2XSPga__agentStepTime{display:none}.voice-demo-module__2XSPga__agentStepJumpIcon{width:12px;height:12px}.voice-demo-module__2XSPga__agentStepItemStreaming{cursor:default}.voice-demo-module__2XSPga__agentStepItemStreaming:hover{background-color:#0000}.voice-demo-module__2XSPga__agentStepItemStreaming .voice-demo-module__2XSPga__agentStepName,.voice-demo-module__2XSPga__agentStepItemStreaming .voice-demo-module__2XSPga__agentStepTime{color:#b8bfc8;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#b8bfc8 0% 40%,#1d262c 50%,#b8bfc8 60% 100%) 0 0/300% 100%;-webkit-background-clip:text;background-clip:text;animation:1.8s linear infinite voice-demo-module__2XSPga__agentStepShimmer}.voice-demo-module__2XSPga__agentStepItemStreaming .voice-demo-module__2XSPga__agentStepTypeIcon{color:#b8bfc8;animation:1s ease-in-out infinite voice-demo-module__2XSPga__agentStepIconPulse}@keyframes voice-demo-module__2XSPga__agentStepShimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes voice-demo-module__2XSPga__agentStepIconPulse{0%,to{opacity:.4}50%{opacity:1}}.voice-demo-module__2XSPga__stepDetailInlineWrapper{margin:4px 6px 12px 28px;position:relative}.voice-demo-module__2XSPga__agentStepItemWrapper:has(.voice-demo-module__2XSPga__stepDetailInlineWrapper):before{content:"";border-left:1px solid var(--border-primary,#dee2e6);border-bottom:1px solid var(--border-primary,#dee2e6);pointer-events:none;border-bottom-left-radius:6px;width:15px;height:calc(50% + 4px);position:absolute;top:22px;left:13px}.voice-demo-module__2XSPga__stepDetailInline{border:1px solid var(--border-primary,#dee2e6);background:#fff;border-radius:10px;padding:12px}.voice-demo-module__2XSPga__stepDetailSection{margin-bottom:12px}.voice-demo-module__2XSPga__stepDetailSection:last-child{margin-bottom:0}.voice-demo-module__2XSPga__stepDetailLabelRow{align-items:center;gap:4px;margin-bottom:6px;display:flex}.voice-demo-module__2XSPga__stepDetailLabel{color:var(--content-secondary,#525a66);margin-bottom:6px;font-size:12px;font-weight:500;display:block}.voice-demo-module__2XSPga__stepDetailLabelRow>.voice-demo-module__2XSPga__stepDetailLabel{margin-bottom:0;display:inline}.voice-demo-module__2XSPga__stepDetailCopyButton{cursor:pointer;color:var(--content-tertiary,#8b929b);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:2px;transition:color .15s;display:flex}.voice-demo-module__2XSPga__stepDetailCopyButton:hover{color:var(--content-primary,#1d262c)}.voice-demo-module__2XSPga__stepDetailCopyIcon{width:12px;height:12px}.voice-demo-module__2XSPga__stepDetailCode{background:var(--surface-secondary,#f6f8fa);border:1px solid var(--border-primary,#dee2e6);color:var(--content-primary,#1d262c);white-space:pre-wrap;word-break:break-word;border-radius:8px;margin:0;padding:10px 12px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:11px;line-height:1.5;overflow-x:auto}.voice-demo-module__2XSPga__stepDetailCodeError{color:#dc2626;background-color:#fef2f2;border-color:#fecaca}.voice-demo-module__2XSPga__truncateToggle{color:var(--content-link,#2563eb);cursor:pointer;background:0 0;border:none;margin-top:4px;padding:0;font-size:11px;font-weight:500;display:inline-block}.voice-demo-module__2XSPga__truncateToggle:hover{text-decoration:underline}.voice-demo-module__2XSPga__stepDetailJumpButton{color:var(--content-link,#2563eb);background:var(--surface-secondary,#f6f8fa);border:1px solid var(--border-primary,#dee2e6);cursor:pointer;border-radius:8px;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:500;display:inline-flex}.voice-demo-module__2XSPga__stepDetailJumpButton:hover{background:var(--surface-tertiary,#eef1f4)}.voice-demo-module__2XSPga__groupedStepHeader{text-align:left;width:100%;font-family:inherit;font-size:inherit;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:6px;padding:4px 6px;transition:background-color .1s;display:flex}.voice-demo-module__2XSPga__groupedStepHeader:hover{background-color:var(--surface-secondary,#f6f8fa)}.voice-demo-module__2XSPga__groupedStepChevron{width:14px;height:14px;color:var(--content-tertiary,#8b929b);flex-shrink:0;transition:transform .2s}.voice-demo-module__2XSPga__groupedStepChevronExpanded{transform:rotate(180deg)}.voice-demo-module__2XSPga__groupedStepChildren{border-left:1px solid var(--border-primary,#dee2e6);margin-top:2px;margin-bottom:4px;margin-left:13px;padding-left:12px}.voice-demo-module__2XSPga__groupedStepViewAll{color:var(--content-link,#2563eb);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:4px;padding:4px 6px;font-size:11px;font-weight:500;transition:background-color .1s;display:flex}.voice-demo-module__2XSPga__groupedStepViewAll:hover{background-color:var(--surface-secondary,#f6f8fa)}.voice-demo-module__2XSPga__groupedStepModalList{flex-direction:column;flex:1;gap:4px;min-height:0;display:flex;overflow-y:auto}
@keyframes history-module__MtoK5a__fade-in{0%{opacity:0}to{opacity:1}}@keyframes history-module__MtoK5a__slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes history-module__MtoK5a__slide-in-right{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes history-module__MtoK5a__pulse-ring{0%,to{opacity:1}50%{opacity:.5}}@keyframes history-module__MtoK5a__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.history-module__MtoK5a__pageContainer{min-height:100vh;padding:24px;animation:.3s ease-out history-module__MtoK5a__fade-in}.history-module__MtoK5a__pageContainerDetail{background:var(--surface-primary,white);flex-direction:column;height:100vh;padding:24px;animation:.3s ease-out history-module__MtoK5a__fade-in;display:flex;overflow:hidden}.history-module__MtoK5a__pageHeader{justify-content:space-between;align-items:center;margin-bottom:8px;animation:.3s ease-out history-module__MtoK5a__slide-up;display:flex}.history-module__MtoK5a__headerLeft{flex:1;align-items:center;gap:16px;min-width:0;margin-right:16px;display:flex}.history-module__MtoK5a__backButton{border-radius:var(--border-radius-md,8px);border:1px solid var(--border-color,#dee2e6);background:var(--surface-primary,white);width:36px;height:36px;color:var(--gray-9);cursor:pointer;justify-content:center;align-items:center;transition:all .15s;display:flex}.history-module__MtoK5a__backButton:hover{background:var(--surface-secondary,#f6f8fa);color:var(--dark-slate)}.history-module__MtoK5a__backButton svg{width:18px;height:18px}.history-module__MtoK5a__pageTitle{color:var(--dark-slate);letter-spacing:-.01em;font-size:14px;font-weight:600}.history-module__MtoK5a__pageSubtitle{color:var(--gray-9);margin-top:2px;font-size:13px}.history-module__MtoK5a__headerActions{align-items:center;gap:10px;display:flex}.history-module__MtoK5a__mainLayout{flex-direction:column;gap:16px;animation:.4s ease-out .1s both history-module__MtoK5a__fade-in;display:flex}.history-module__MtoK5a__searchAndFilters{flex-wrap:wrap;align-items:center;gap:12px;padding:12px 0;display:flex}.history-module__MtoK5a__inlineFilters{flex-wrap:wrap;align-items:center;gap:8px;display:flex;position:relative}.history-module__MtoK5a__filterDropdown{position:relative}.history-module__MtoK5a__filterButton{background:var(--surface-primary,white);border:1px solid var(--border-color,#dee2e6);color:var(--gray-11);cursor:pointer;border-radius:6px;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.history-module__MtoK5a__filterButton:hover{background:var(--surface-secondary,#f6f8fa);border-color:var(--secondary-border-color,#dadfe6)}.history-module__MtoK5a__filterButton.history-module__MtoK5a__active{border-color:var(--blurple-main);color:var(--blurple-main);background:#4d61ff0f}.history-module__MtoK5a__filterButton svg{width:14px;height:14px}.history-module__MtoK5a__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__MtoK5a__filterDropdownMenu{background:var(--surface-primary,white);border:1px solid var(--border-color,#dee2e6);z-index:100;border-radius:6px;min-width:200px;padding:6px;animation:.15s ease-out history-module__MtoK5a__slideDown;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}@keyframes history-module__MtoK5a__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.history-module__MtoK5a__filterLabel{color:var(--gray-10);margin-bottom:8px;font-size:12px;font-weight:500}.history-module__MtoK5a__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__MtoK5a__filterDropdownItem:hover{background:var(--surface-secondary,#f6f8fa)}.history-module__MtoK5a__filterDropdownItem input[type=checkbox]{cursor:pointer;width:16px;height:16px;accent-color:var(--blurple-main)}.history-module__MtoK5a__filterDropdownItem span:first-of-type{flex:1}.history-module__MtoK5a__filterCount{color:var(--gray-7);font-variant-numeric:tabular-nums;font-size:11px}.history-module__MtoK5a__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__MtoK5a__clearFiltersButton:hover{border-color:var(--blurple-main);background:#4d61ff0a}.history-module__MtoK5a__contentArea{flex-direction:column;gap:12px;display:flex}.history-module__MtoK5a__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__MtoK5a__slide-up;display:flex;box-shadow:0 4px 12px #4d61ff33}.history-module__MtoK5a__statItem{align-items:center;gap:10px;display:flex}.history-module__MtoK5a__statIcon{border-radius:var(--border-radius-sm,4px);background:#ffffff26;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.history-module__MtoK5a__statIcon svg{color:#fff;width:16px;height:16px}.history-module__MtoK5a__statContent{flex-direction:column;display:flex}.history-module__MtoK5a__statValue{color:#fff;letter-spacing:-.02em;font-size:18px;font-weight:600}.history-module__MtoK5a__statLabel{color:#ffffffb3;text-transform:uppercase;letter-spacing:.03em;font-size:11px}.history-module__MtoK5a__statDivider{background:#fff3;width:1px;height:32px}.history-module__MtoK5a__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__MtoK5a__slide-up;display:flex}.history-module__MtoK5a__bulkActionsLeft{align-items:center;gap:12px;display:flex}.history-module__MtoK5a__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__MtoK5a__selectAllCheckbox>span{white-space:nowrap}.history-module__MtoK5a__selectedCount{color:var(--blurple-main);white-space:nowrap;margin-left:4px;font-size:13px;font-weight:500}.history-module__MtoK5a__bulkActionsRight{align-items:center;gap:8px;display:flex}.history-module__MtoK5a__bulkActionButton{border-radius:var(--border-radius-sm,4px);border:1px solid var(--border-color,#dee2e6);background:var(--surface-primary,white);color:var(--gray-10);cursor:pointer;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .15s;display:flex}.history-module__MtoK5a__bulkActionButton:hover:not(:disabled){background:var(--surface-secondary,#f6f8fa);color:var(--dark-slate)}.history-module__MtoK5a__bulkActionButton:disabled{opacity:.4;cursor:not-allowed}.history-module__MtoK5a__bulkActionButton svg{width:14px;height:14px}.history-module__MtoK5a__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__MtoK5a__headerCheckbox{flex-shrink:0;align-items:center;gap:8px;display:flex}.history-module__MtoK5a__selectAllCheckbox{cursor:pointer;width:18px;height:18px;accent-color:var(--blurple-main)}.history-module__MtoK5a__headerMain{flex:1;min-width:0}.history-module__MtoK5a__headerRight{flex-shrink:0;align-items:center;gap:16px;min-width:280px;display:flex}.history-module__MtoK5a__headerRight span:first-child,.history-module__MtoK5a__headerRight span:last-child{min-width:100px}.history-module__MtoK5a__conversationList{flex-direction:column;gap:2px;display:flex}.history-module__MtoK5a__conversationItem{background:var(--surface-primary,white);border:1px solid var(--frame-primary,#dee2e6);cursor:pointer;text-align:left;border-radius:8px;align-items:center;gap:16px;padding:12px 16px;transition:all .15s;display:flex}.history-module__MtoK5a__conversationItem:hover{border-color:var(--frame-primary,#d1d5db);background:var(--surface-secondary,#f9fafb)}.history-module__MtoK5a__conversationItem.history-module__MtoK5a__selected{border-color:var(--blurple-main);background:#4d61ff05}.history-module__MtoK5a__itemLeft{flex-shrink:0;align-items:center;display:flex}.history-module__MtoK5a__itemCheckbox{cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;display:flex}.history-module__MtoK5a__itemMain{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.history-module__MtoK5a__itemHeader{align-items:center;gap:5px;display:flex}.history-module__MtoK5a__itemProfile{color:var(--content-primary,#1d262c);align-items:center;gap:5px;font-size:14px;font-weight:600;line-height:20px;display:flex}.history-module__MtoK5a__itemIntent{color:var(--content-secondary,#525a66);font-size:12px;font-weight:400;line-height:18px}.history-module__MtoK5a__itemMeta{color:var(--content-secondary,#525a66);align-items:center;gap:0;font-size:12px;font-weight:400;line-height:18px;display:flex}.history-module__MtoK5a__itemRoute{text-transform:uppercase;letter-spacing:.02em;align-items:center;gap:4px;font-size:10px;font-weight:500;display:flex}.history-module__MtoK5a__routeArrow{color:var(--gray-5)}.history-module__MtoK5a__confidenceBarContainer{flex:1;align-items:center;gap:8px;display:flex}.history-module__MtoK5a__confidenceBarTrack{background:var(--gray-3,#e5e7eb);border-radius:2px;flex:1;max-width:100px;height:4px;overflow:hidden}.history-module__MtoK5a__confidenceBarFill{border-radius:2px;height:100%;transition:width .4s ease-out}.history-module__MtoK5a__confidenceBarFill.history-module__MtoK5a__high{background:#0e9384}.history-module__MtoK5a__confidenceBarFill.history-module__MtoK5a__medium{background:#eab308}.history-module__MtoK5a__confidenceBarFill.history-module__MtoK5a__low{background:#ef4444}.history-module__MtoK5a__confidenceValue{font-variant-numeric:tabular-nums;color:var(--content-primary,#1d262c);font-size:14px;font-weight:400;line-height:20px}.history-module__MtoK5a__itemContent{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.history-module__MtoK5a__itemTitle{color:var(--dark-slate);font-size:14px;font-weight:600;line-height:20px}.history-module__MtoK5a__itemMetaRow{color:var(--gray-9);flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;display:flex}.history-module__MtoK5a__itemSubtitle{color:var(--gray-9);font-size:12px}.history-module__MtoK5a__itemDot{color:var(--gray-5)}.history-module__MtoK5a__itemTimestamp,.history-module__MtoK5a__itemDuration,.history-module__MtoK5a__itemMessages{color:var(--gray-9);font-variant-numeric:tabular-nums;font-size:12px}.history-module__MtoK5a__itemRight{flex-shrink:0;align-items:center;gap:12px;min-width:280px;display:flex}.history-module__MtoK5a__itemRight>:first-child,.history-module__MtoK5a__itemRight>:last-child{min-width:100px}.history-module__MtoK5a__itemDuration{font-variant-numeric:tabular-nums;color:var(--dark-slate);text-align:right;min-width:48px;font-size:14px;font-weight:600}.history-module__MtoK5a__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__MtoK5a__statusBadge.history-module__MtoK5a__completed{color:#16a34a;background:#f0fdf4}.history-module__MtoK5a__statusBadge.history-module__MtoK5a__escalated{color:#ca8a04;background:#fefce8}.history-module__MtoK5a__statusBadge.history-module__MtoK5a__dropped,.history-module__MtoK5a__statusBadge.history-module__MtoK5a__error{color:#dc2626;background:#fef2f2}.history-module__MtoK5a__statusDot{border-radius:50%;width:6px;height:6px}.history-module__MtoK5a__statusBadge.history-module__MtoK5a__completed .history-module__MtoK5a__statusDot{background:#22c55e}.history-module__MtoK5a__statusBadge.history-module__MtoK5a__escalated .history-module__MtoK5a__statusDot{background:#eab308}.history-module__MtoK5a__statusBadge.history-module__MtoK5a__dropped .history-module__MtoK5a__statusDot,.history-module__MtoK5a__statusBadge.history-module__MtoK5a__error .history-module__MtoK5a__statusDot{background:#ef4444}.history-module__MtoK5a__statusBadge.history-module__MtoK5a__very_happy{color:#15803d;background:#16a34a1f}.history-module__MtoK5a__statusBadge.history-module__MtoK5a__happy{color:#16a34a;background:#22c55e1a}.history-module__MtoK5a__statusBadge.history-module__MtoK5a__neutral{background:var(--gray-2);color:var(--gray-9)}.history-module__MtoK5a__statusBadge.history-module__MtoK5a__unhappy{color:#dc2626;background:#ef444414}.history-module__MtoK5a__statusBadge.history-module__MtoK5a__very_unhappy{color:#b91c1c;background:#b91c1c1f}.history-module__MtoK5a__statusBadge.history-module__MtoK5a__very_happy .history-module__MtoK5a__statusDot{background:#15803d}.history-module__MtoK5a__statusBadge.history-module__MtoK5a__happy .history-module__MtoK5a__statusDot{background:#22c55e}.history-module__MtoK5a__statusBadge.history-module__MtoK5a__neutral .history-module__MtoK5a__statusDot{background:var(--gray-6)}.history-module__MtoK5a__statusBadge.history-module__MtoK5a__unhappy .history-module__MtoK5a__statusDot{background:#ef4444}.history-module__MtoK5a__statusBadge.history-module__MtoK5a__very_unhappy .history-module__MtoK5a__statusDot{background:#b91c1c}.history-module__MtoK5a__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__MtoK5a__qaBadge.history-module__MtoK5a__unreviewed{color:#6b7280;background:#f3f4f6}.history-module__MtoK5a__qaBadge.history-module__MtoK5a__reviewed{color:var(--blurple-main);background:#eff6ff}.history-module__MtoK5a__qaBadge.history-module__MtoK5a__flagged{color:#dc2626;background:#fef2f2}.history-module__MtoK5a__qaBadge.history-module__MtoK5a__resolved{color:#16a34a;background:#f0fdf4}.history-module__MtoK5a__qaBadge svg{width:12px;height:12px}.history-module__MtoK5a__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__MtoK5a__auditScoreBadge.history-module__MtoK5a__pass{color:#16a34a;background:#22c55e14}.history-module__MtoK5a__auditScoreBadge.history-module__MtoK5a__warning{color:#ca8a04;background:#eab3081a}.history-module__MtoK5a__auditScoreBadge.history-module__MtoK5a__fail{color:#dc2626;background:#ef444414}.history-module__MtoK5a__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__MtoK5a__auditFlagsBadge svg{width:12px;height:12px}.history-module__MtoK5a__auditFlagsBadge.history-module__MtoK5a__critical{color:#dc2626;background:#dc26261a}.history-module__MtoK5a__auditFlagsBadge.history-module__MtoK5a__high{color:#ea580c;background:#ea580c1a}.history-module__MtoK5a__auditFlagsBadge.history-module__MtoK5a__medium{color:#ca8a04;background:#eab3081a}.history-module__MtoK5a__auditFlagsBadge.history-module__MtoK5a__low{color:#2563eb;background:#3b82f614}.history-module__MtoK5a__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__MtoK5a__sentimentBadge.history-module__MtoK5a__very_happy{color:#15803d;background:#16a34a1f}.history-module__MtoK5a__sentimentBadge.history-module__MtoK5a__happy{color:#16a34a;background:#22c55e1a}.history-module__MtoK5a__sentimentBadge.history-module__MtoK5a__neutral{background:var(--gray-2);color:var(--gray-9)}.history-module__MtoK5a__sentimentBadge.history-module__MtoK5a__unhappy{color:#dc2626;background:#ef444414}.history-module__MtoK5a__sentimentBadge.history-module__MtoK5a__very_unhappy{color:#b91c1c;background:#b91c1c1f}.history-module__MtoK5a__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__MtoK5a__auditScoreSection{flex-direction:column;gap:2px;display:flex}.history-module__MtoK5a__auditScoreLabel{color:var(--gray-7);text-transform:uppercase;letter-spacing:.03em;font-size:10px}.history-module__MtoK5a__auditScoreLarge{font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:28px;font-weight:700}.history-module__MtoK5a__auditScoreLarge.history-module__MtoK5a__pass{color:#16a34a}.history-module__MtoK5a__auditScoreLarge.history-module__MtoK5a__fail{color:#dc2626}.history-module__MtoK5a__auditStatusSection{align-items:center;display:flex}.history-module__MtoK5a__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__MtoK5a__auditStatusBadge.history-module__MtoK5a__pass{color:#16a34a;background:#22c55e1f}.history-module__MtoK5a__auditStatusBadge.history-module__MtoK5a__fail{color:#dc2626;background:#ef44441f}.history-module__MtoK5a__auditSection{border-top:1px solid var(--border-color,#dee2e6);margin-top:14px;padding-top:14px}.history-module__MtoK5a__auditSection:first-of-type{border-top:none;margin-top:0;padding-top:0}.history-module__MtoK5a__auditSectionTitle{color:var(--gray-9);text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px;font-size:11px;font-weight:600}.history-module__MtoK5a__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__MtoK5a__auditNoData{color:var(--gray-7);font-size:12px;font-style:italic}.history-module__MtoK5a__sentimentDisplay{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.history-module__MtoK5a__sentimentBadgeLarge{border-radius:6px;align-items:center;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.history-module__MtoK5a__sentimentBadgeLarge.history-module__MtoK5a__very_happy{color:#15803d;background:#16a34a1f}.history-module__MtoK5a__sentimentBadgeLarge.history-module__MtoK5a__happy{color:#16a34a;background:#22c55e1a}.history-module__MtoK5a__sentimentBadgeLarge.history-module__MtoK5a__neutral{background:var(--gray-2);color:var(--gray-9)}.history-module__MtoK5a__sentimentBadgeLarge.history-module__MtoK5a__unhappy{color:#dc2626;background:#ef444414}.history-module__MtoK5a__sentimentBadgeLarge.history-module__MtoK5a__very_unhappy{color:#b91c1c;background:#b91c1c1f}.history-module__MtoK5a__resolutionStatus{color:var(--gray-9);text-transform:capitalize;font-size:11px}.history-module__MtoK5a__flagsList{flex-direction:column;gap:8px;display:flex}.history-module__MtoK5a__flagGroup{flex-direction:column;gap:6px;display:flex}.history-module__MtoK5a__flagItem{border-radius:var(--border-radius-sm,4px);border-left:3px solid;padding:10px 12px}.history-module__MtoK5a__flagItem.history-module__MtoK5a__critical{background:#dc26260a;border-left-color:#dc2626}.history-module__MtoK5a__flagItem.history-module__MtoK5a__high{background:#ea580c0a;border-left-color:#ea580c}.history-module__MtoK5a__flagItem.history-module__MtoK5a__medium{background:#eab3080a;border-left-color:#ca8a04}.history-module__MtoK5a__flagItem.history-module__MtoK5a__low{background:#3b82f60a;border-left-color:#2563eb}.history-module__MtoK5a__flagHeader{align-items:center;gap:8px;margin-bottom:4px;display:flex}.history-module__MtoK5a__flagSeverity{text-transform:uppercase;letter-spacing:.04em;border-radius:3px;padding:2px 6px;font-size:9px;font-weight:700}.history-module__MtoK5a__flagSeverity.history-module__MtoK5a__critical{color:#dc2626;background:#dc26261f}.history-module__MtoK5a__flagSeverity.history-module__MtoK5a__high{color:#ea580c;background:#ea580c1f}.history-module__MtoK5a__flagSeverity.history-module__MtoK5a__medium{color:#ca8a04;background:#eab3081f}.history-module__MtoK5a__flagSeverity.history-module__MtoK5a__low{color:#2563eb;background:#3b82f61a}.history-module__MtoK5a__flagType{color:var(--gray-10);text-transform:capitalize;font-size:11px;font-weight:500}.history-module__MtoK5a__flagDescription{color:var(--gray-10);margin:0;font-size:12px;line-height:1.5}.history-module__MtoK5a__checksSummary{flex-wrap:wrap;gap:6px;display:flex}.history-module__MtoK5a__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__MtoK5a__checkBadge.history-module__MtoK5a__pass{color:#16a34a;background:#22c55e14}.history-module__MtoK5a__checkBadge.history-module__MtoK5a__fail{color:#dc2626;background:#ef444414}.history-module__MtoK5a__searchContainer{width:280px;position:relative}.history-module__MtoK5a__searchAndFilters .history-module__MtoK5a__searchContainer{flex:1;width:auto;min-width:300px}.history-module__MtoK5a__searchInput{border-radius:var(--border-radius-md,8px);border:1px solid var(--border-color,#dee2e6);background:var(--surface-primary,white);width:100%;color:var(--dark-slate);padding:8px 12px 8px 36px;font-size:13px;transition:all .15s}.history-module__MtoK5a__searchInput:focus{border-color:var(--blurple-main);outline:none;box-shadow:0 0 0 3px #4d61ff1a}.history-module__MtoK5a__searchInput::placeholder{color:var(--gray-7)}.history-module__MtoK5a__searchIcon{width:16px;height:16px;color:var(--gray-7);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.history-module__MtoK5a__detailLayout{flex:1;grid-template-columns:2fr 1fr;gap:16px;min-height:0;animation:.3s ease-out history-module__MtoK5a__fade-in;display:grid}@media (max-width:1200px){.history-module__MtoK5a__detailLayout{grid-template-columns:1fr}}.history-module__MtoK5a__simulatorDetailView,.history-module__MtoK5a__simulatorLiveView{grid-column:2/4;height:100%}.history-module__MtoK5a__metadataPanel{margin-bottom:32px}.history-module__MtoK5a__sectionHeader{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:0;display:flex}.history-module__MtoK5a__sectionIcon{width:20px;height:20px;color:var(--content-primary,#1d262c);flex-shrink:0}.history-module__MtoK5a__sectionIcon svg{width:20px;height:20px}.history-module__MtoK5a__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__MtoK5a__metadataTitle svg{width:20px;height:20px}.history-module__MtoK5a__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__MtoK5a__sectionChevron svg{width:20px;height:20px}.history-module__MtoK5a__sectionChevron.history-module__MtoK5a__collapsed{transform:rotate(180deg)}.history-module__MtoK5a__sectionDescription{color:var(--content-secondary,#525a66);margin:-12px 0 0;font-size:14px;font-weight:400;line-height:20px}.history-module__MtoK5a__metadataGrid{flex-direction:column;gap:8px;display:flex}.history-module__MtoK5a__metadataRow{align-items:center;gap:16px;display:flex}.history-module__MtoK5a__metadataGroup{min-width:0}.history-module__MtoK5a__metadataLabel{width:120px;color:var(--content-secondary,#525a66);flex-shrink:0;font-size:14px;font-weight:400;line-height:20px}.history-module__MtoK5a__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__MtoK5a__metadataValue.history-module__MtoK5a__mono{font-variant-numeric:tabular-nums}.history-module__MtoK5a__metadataValue.history-module__MtoK5a__large{letter-spacing:-.02em;font-size:24px;font-weight:600}.history-module__MtoK5a__metadataValueWithIcon{flex:1;align-items:center;gap:6px;display:flex}.history-module__MtoK5a__metadataValueIcon{width:14px;height:14px;color:var(--content-secondary,#525a66);flex-shrink:0}.history-module__MtoK5a__metadataDivider{background:var(--border-color,#dee2e6);height:1px;margin:16px 0}.history-module__MtoK5a__statusIndicator{align-items:center;gap:6px;display:flex}.history-module__MtoK5a__statusDotSmall{border-radius:50%;flex-shrink:0;width:6px;height:6px}.history-module__MtoK5a__statusDotSmall.history-module__MtoK5a__completed{background:#0e9384}.history-module__MtoK5a__statusDotSmall.history-module__MtoK5a__escalated{background:#eab308}.history-module__MtoK5a__statusDotSmall.history-module__MtoK5a__dropped,.history-module__MtoK5a__statusDotSmall.history-module__MtoK5a__error{background:#ef4444}.history-module__MtoK5a__statusTextGreen{color:#107569}.history-module__MtoK5a__sentimentIndicator{align-items:center;gap:6px;display:flex}.history-module__MtoK5a__sentimentIcon{flex-shrink:0;width:14px;height:14px}.history-module__MtoK5a__sentimentIcon.history-module__MtoK5a__unhappy,.history-module__MtoK5a__sentimentIcon.history-module__MtoK5a__very_unhappy{color:#e77f32}.history-module__MtoK5a__sentimentIcon.history-module__MtoK5a__happy,.history-module__MtoK5a__sentimentIcon.history-module__MtoK5a__very_happy{color:#22c55e}.history-module__MtoK5a__sentimentIcon.history-module__MtoK5a__neutral{color:var(--gray-6)}.history-module__MtoK5a__transcriptContainer{background:var(--surface-primary,white);border:1px solid var(--frame-secondary);border-radius:var(--border-radius-md,8px);max-height:calc(100vh - 140px);box-shadow:var(--shadow-card);flex-direction:column;display:flex;overflow:hidden}.history-module__MtoK5a__transcriptHeader{padding:20px 20px 0}.history-module__MtoK5a__transcriptTitleRow{align-items:center;gap:8px;display:flex}.history-module__MtoK5a__transcriptTitle{color:var(--dark-slate);font-size:13px;font-weight:600}.history-module__MtoK5a__messageCount{color:var(--gray-9);font-variant-numeric:tabular-nums;font-size:11px}.history-module__MtoK5a__transcriptBody{flex:1;padding:16px;overflow-y:auto}.history-module__MtoK5a__transcriptBody::-webkit-scrollbar{width:6px}.history-module__MtoK5a__transcriptBody::-webkit-scrollbar-track{background:0 0}.history-module__MtoK5a__transcriptBody::-webkit-scrollbar-thumb{background:var(--gray-4);border-radius:3px}.history-module__MtoK5a__messageItem{flex-direction:column;gap:4px;margin-bottom:12px;animation:.2s ease-out history-module__MtoK5a__slide-up;display:flex}.history-module__MtoK5a__messageItem:last-child{margin-bottom:0}.history-module__MtoK5a__messageItem.history-module__MtoK5a__user{align-items:flex-end}.history-module__MtoK5a__messageItem.history-module__MtoK5a__assistant{align-items:flex-start}.history-module__MtoK5a__messageBubble{border-radius:8px;max-width:85%;padding:10px 14px}.history-module__MtoK5a__messageBubble.history-module__MtoK5a__user{background:var(--dark-slate,#1d262c);color:#fff;border-bottom-right-radius:0}.history-module__MtoK5a__messageBubble.history-module__MtoK5a__assistant{background:var(--surface-secondary,#f6f8fa);color:var(--dark-slate);border:1px solid var(--border-color,#dee2e6);border-bottom-left-radius:0}.history-module__MtoK5a__messageContent{font-size:14px;line-height:20px}.history-module__MtoK5a__messageMetaRow{justify-content:flex-start;align-items:center;gap:var(--space-sm,8px);display:flex}.history-module__MtoK5a__messageName{font-size:var(--font-size-xs,12px);color:var(--content-secondary);font-weight:500;line-height:18px}.history-module__MtoK5a__messageTime{font-size:var(--font-size-xs,12px);color:var(--content-secondary);font-weight:400;line-height:18px}.history-module__MtoK5a__messageRole{display:none}.history-module__MtoK5a__systemEventLine{color:var(--gray-9);align-items:flex-start;gap:8px;padding:0;font-size:12px;display:flex}.history-module__MtoK5a__systemEventLineIndented{padding-left:22px}.history-module__MtoK5a__systemEventIcon{color:var(--gray-7);flex-shrink:0;align-items:center;padding-top:2px;display:flex}.history-module__MtoK5a__systemEventText{color:var(--gray-9)}.history-module__MtoK5a__systemEventBadge.history-module__MtoK5a__thqWorkflow{color:#2563eb;background:#3b82f60f;border:1px solid #3b82f626}.history-module__MtoK5a__systemEventBadge.history-module__MtoK5a__thqStep{color:#4f46e5;background:#6366f10a;border:1px solid #6366f11f}.history-module__MtoK5a__systemEventBadge.history-module__MtoK5a__thqComplete{color:#16a34a;background:#22c55e0f;border:1px solid #22c55e26}.history-module__MtoK5a__systemEventBadge.history-module__MtoK5a__brainReasoning{color:#a855f7;background:#a855f70f;border:1px solid #a855f71f}.history-module__MtoK5a__systemEventBadge svg{width:12px;height:12px}.history-module__MtoK5a__insightsPanel{background:var(--surface-primary,white);border:1px solid var(--frame-secondary);border-radius:var(--border-radius-md,8px);max-height:calc(100vh - 140px);box-shadow:var(--shadow-card);flex-direction:column;gap:0;padding:20px;display:flex;overflow-y:auto}.history-module__MtoK5a__insightsPanel::-webkit-scrollbar{width:6px}.history-module__MtoK5a__insightsPanel::-webkit-scrollbar-track{background:0 0}.history-module__MtoK5a__insightsPanel::-webkit-scrollbar-thumb{background:var(--gray-4);border-radius:3px}.history-module__MtoK5a__insightCard{border-top:1px solid var(--frame-secondary,#e5e7eb);flex-direction:column;gap:24px;margin-top:24px;padding-top:24px;display:flex}.history-module__MtoK5a__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__MtoK5a__insightTitle svg{width:20px;height:20px}.history-module__MtoK5a__routingPath,.history-module__MtoK5a__routingStepWrapper{flex-direction:column;align-items:stretch;display:flex}.history-module__MtoK5a__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__MtoK5a__routingStep.history-module__MtoK5a__active{background:var(--surface-primary-hover,#f2f4ff);color:#3d518c}.history-module__MtoK5a__routingStep.history-module__MtoK5a__final{color:#107569;background:#f0fdf9}.history-module__MtoK5a__routingStep.history-module__MtoK5a__inactive{background:var(--surface-primary-hover,#f2f4ff);color:#3d518c}.history-module__MtoK5a__routingStepIcon{flex-shrink:0;width:16px;height:16px}.history-module__MtoK5a__routingStep.history-module__MtoK5a__active .history-module__MtoK5a__routingStepIcon{color:#3d518c}.history-module__MtoK5a__routingStep.history-module__MtoK5a__final .history-module__MtoK5a__routingStepIcon{color:#0e9384}.history-module__MtoK5a__routingDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.history-module__MtoK5a__routingStep.history-module__MtoK5a__active .history-module__MtoK5a__routingDot{background:var(--blurple-main)}.history-module__MtoK5a__routingStep.history-module__MtoK5a__final .history-module__MtoK5a__routingDot{background:#22c55e}.history-module__MtoK5a__routingStep.history-module__MtoK5a__inactive .history-module__MtoK5a__routingDot{background:var(--gray-5)}.history-module__MtoK5a__routingConnector{background:var(--frame-primary,#dee2e6);width:1px;height:8px;margin-left:16px}.history-module__MtoK5a__knowledgeList{flex-direction:column;gap:16px;display:flex}.history-module__MtoK5a__knowledgeItem{flex-direction:column;gap:8px;display:flex}.history-module__MtoK5a__knowledgeHeader{align-items:center;gap:10px;height:26px;display:flex}.history-module__MtoK5a__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__MtoK5a__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__MtoK5a__documentBadge svg{color:#3d518c;width:16px;height:16px}.history-module__MtoK5a__knowledgeContentRow{align-items:flex-start;gap:8px;display:flex}.history-module__MtoK5a__knowledgeContent{color:var(--content-secondary,#525a66);flex:1;font-size:14px;line-height:20px}.history-module__MtoK5a__knowledgePage{color:var(--content-secondary,#525a66);flex-shrink:0;font-size:12px;font-weight:500;line-height:18px}.history-module__MtoK5a__knowledgeScore{color:var(--gray-9);align-items:center;gap:4px;margin-top:6px;font-size:10px;display:flex}.history-module__MtoK5a__scoreBadge{border-radius:var(--border-radius-sm,4px);font-variant-numeric:tabular-nums;padding:2px 6px;font-weight:600}.history-module__MtoK5a__scoreBadge.history-module__MtoK5a__high{color:#16a34a;background:#22c55e1a}.history-module__MtoK5a__scoreBadge.history-module__MtoK5a__medium{color:#ca8a04;background:#eab3081a}.history-module__MtoK5a__scoreBadge.history-module__MtoK5a__low{background:var(--gray-2);color:var(--gray-9)}.history-module__MtoK5a__usedBadge{border-radius:var(--border-radius-sm,4px);color:var(--blurple-main);background:#4d61ff14;padding:2px 6px;font-weight:500}.history-module__MtoK5a__qaNotes{flex-direction:column;gap:8px;display:flex}.history-module__MtoK5a__qaNote{border-radius:var(--border-radius-md,8px);border:1px solid var(--border-color,#dee2e6);background:var(--surface-secondary,#f6f8fa);padding:10px}.history-module__MtoK5a__qaNoteHeader{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.history-module__MtoK5a__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__MtoK5a__qaNoteType.history-module__MtoK5a__general{background:var(--gray-2);color:var(--gray-9)}.history-module__MtoK5a__qaNoteType.history-module__MtoK5a__issue{color:#dc2626;background:#ef444414}.history-module__MtoK5a__qaNoteType.history-module__MtoK5a__praise{color:#16a34a;background:#22c55e14}.history-module__MtoK5a__qaNoteType.history-module__MtoK5a__action_needed{color:#ca8a04;background:#eab3081a}.history-module__MtoK5a__qaNoteAuthor{color:var(--gray-7);font-size:10px}.history-module__MtoK5a__qaNoteContent{color:var(--gray-10);font-size:12px;line-height:1.5}.history-module__MtoK5a__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__MtoK5a__addNoteButton:hover{border-color:var(--secondary-border-color,#dadfe6);background:var(--surface-secondary,#f6f8fa)}.history-module__MtoK5a__addNoteButton svg{width:18px;height:18px}.history-module__MtoK5a__exportMenu{position:relative}.history-module__MtoK5a__exportButton{border-radius:var(--border-radius-md,8px);border:1px solid var(--border-color,#dee2e6);background:var(--surface-primary,white);color:var(--gray-10);cursor:pointer;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.history-module__MtoK5a__exportButton:hover{background:var(--surface-secondary,#f6f8fa);color:var(--dark-slate)}.history-module__MtoK5a__exportButton svg{width:16px;height:16px}.history-module__MtoK5a__exportDropdown{background:var(--surface-primary,white);border:1px solid var(--border-color,#dee2e6);border-radius:var(--border-radius-md,8px);z-index:50;min-width:180px;padding:6px;animation:.15s ease-out history-module__MtoK5a__slide-up;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 4px 12px #0000001a}.history-module__MtoK5a__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__MtoK5a__exportOption:hover{background:var(--surface-secondary,#f6f8fa);color:var(--dark-slate)}.history-module__MtoK5a__exportOption svg{width:16px;height:16px;color:var(--gray-7)}.history-module__MtoK5a__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.history-module__MtoK5a__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__MtoK5a__emptyIcon svg{width:28px;height:28px;color:var(--gray-7)}.history-module__MtoK5a__emptyTitle{color:var(--dark-slate);margin-bottom:6px;font-size:15px;font-weight:600}.history-module__MtoK5a__emptyDescription{color:var(--gray-9);max-width:300px;font-size:13px}.history-module__MtoK5a__loadingItem{background:var(--surface-primary,white);border:1px solid var(--border-color,#dee2e6);border-radius:var(--border-radius-md,8px);padding:18px 16px}.history-module__MtoK5a__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__MtoK5a__shimmer}.history-module__MtoK5a__loadingBar.history-module__MtoK5a__short{width:100px;margin-bottom:8px}.history-module__MtoK5a__loadingBar.history-module__MtoK5a__medium{width:200px;margin-bottom:6px}.history-module__MtoK5a__loadingBar.history-module__MtoK5a__long{width:300px}.history-module__MtoK5a__compactEvent{flex-direction:column;align-items:flex-start;gap:4px;margin:6px 0;padding:0;display:flex}.history-module__MtoK5a__compactEventText{color:var(--gray-8);text-align:left;letter-spacing:-.01em;font-size:12px;font-weight:400;line-height:1.5}.history-module__MtoK5a__compactChips{flex-wrap:wrap;gap:5px;margin-top:3px;display:flex}.history-module__MtoK5a__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__MtoK5a__modifiedChip{color:#15803d;background:#22c55e1a}.history-module__MtoK5a__viewModeToggle{background:#0000000a;border-radius:10px;align-items:center;gap:2px;padding:4px;display:flex;position:relative}.history-module__MtoK5a__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__MtoK5a__viewModeButton svg{opacity:.6;width:14px;height:14px;transition:opacity .2s}.history-module__MtoK5a__viewModeButton:hover{color:var(--gray-10)}.history-module__MtoK5a__viewModeButton:hover svg{opacity:.8}.history-module__MtoK5a__viewModeButton.history-module__MtoK5a__viewModeActive{background:var(--surface-primary,white);color:var(--dark-slate);box-shadow:0 1px 2px #0000000a,0 2px 6px #0000000f}.history-module__MtoK5a__viewModeButton.history-module__MtoK5a__viewModeActive svg{opacity:1}@keyframes history-module__MtoK5a__auditing-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes history-module__MtoK5a__auditing-pulse{0%,to{opacity:1}50%{opacity:.6}}.history-module__MtoK5a__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__MtoK5a__auditing-pulse;display:inline-flex}.history-module__MtoK5a__auditingSpinner{border:2px solid #4d61ff26;border-top-color:var(--blurple-main);border-radius:50%;width:11px;height:11px;animation:.7s linear infinite history-module__MtoK5a__auditing-spin}.history-module__MtoK5a__qaStatusDropdown{position:relative}.history-module__MtoK5a__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__MtoK5a__qaStatusButton:hover:not(:disabled){border-color:var(--secondary-border-color,#dadfe6)}.history-module__MtoK5a__qaStatusButton:disabled{opacity:.5;cursor:not-allowed}.history-module__MtoK5a__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__MtoK5a__qaStatusChevron{width:18px;height:18px;color:var(--content-secondary,#525a66);flex-shrink:0}.history-module__MtoK5a__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__MtoK5a__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__MtoK5a__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__MtoK5a__qaStatusOption:hover{background:var(--surface-secondary,#f6f8fa)}.history-module__MtoK5a__qaStatusOption.history-module__MtoK5a__selected{color:var(--blurple-main);background:#4d61ff14;font-weight:500}.history-module__MtoK5a__judgeContainer{flex-direction:column;gap:0;margin-top:16px;display:flex}.history-module__MtoK5a__judgeSummary{border-bottom:1px solid var(--border-color,#dee2e6);justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;display:flex}.history-module__MtoK5a__judgeSummaryText{color:var(--content-secondary,#525a66);font-size:14px;font-weight:400}.history-module__MtoK5a__judgeList{flex-direction:column;gap:20px;display:flex}.history-module__MtoK5a__judgeRow{background:0 0;flex-direction:column;gap:4px;padding:0;display:flex}.history-module__MtoK5a__judgeRowTop{justify-content:space-between;align-items:center;gap:12px;display:flex}.history-module__MtoK5a__judgeNameButton{cursor:pointer;text-align:left;background:0 0;border:none;flex:1;align-items:center;gap:6px;min-width:0;padding:0;transition:opacity .15s;display:flex}.history-module__MtoK5a__judgeNameButton:hover:not(:disabled){opacity:.7}.history-module__MtoK5a__judgeNameButton:disabled{cursor:default}.history-module__MtoK5a__judgeName{color:var(--content-primary,#1d262c);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;line-height:20px;overflow:hidden}.history-module__MtoK5a__judgeNameChevron{width:16px;height:16px;color:var(--content-secondary,#525a66);flex-shrink:0;transition:transform .2s}.history-module__MtoK5a__judgeNameChevron.history-module__MtoK5a__rotated{transform:rotate(180deg)}.history-module__MtoK5a__judgeQuestion{color:var(--content-secondary,#525a66);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0;font-size:14px;font-weight:400;line-height:20px;display:-webkit-box;overflow:hidden}.history-module__MtoK5a__judgeRowRight{flex-shrink:0;justify-content:flex-end;align-items:center;gap:8px;min-width:120px;display:flex}.history-module__MtoK5a__judgeBadge{text-transform:uppercase;align-items:center;font-size:14px;font-weight:600;line-height:20px;display:inline-flex}.history-module__MtoK5a__judgeBadge.history-module__MtoK5a__pass{color:#107569}.history-module__MtoK5a__judgeBadge.history-module__MtoK5a__fail{color:#d33d40}.history-module__MtoK5a__judgeBadge.history-module__MtoK5a__score{color:var(--content-primary,#1d262c);text-transform:none}.history-module__MtoK5a__tooltipDivider{background:var(--border-color,#dee2e6);height:1px;margin:8px 0}.history-module__MtoK5a__reasoningEmpty{color:var(--gray-7);font-size:12px;font-style:italic}.history-module__MtoK5a__loadingPlaceholder{text-align:center;color:var(--gray-8);padding:20px;font-size:13px}.history-module__MtoK5a__reasoningQuestion{color:var(--gray-9);border-bottom:1px solid var(--gray-3);margin-bottom:8px;padding-bottom:8px;font-size:12px;font-weight:500}.history-module__MtoK5a__judgeHeader{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.history-module__MtoK5a__judgeHeaderLeft{align-items:center;gap:8px;display:flex}.history-module__MtoK5a__judgeHeaderActions{justify-content:flex-end;margin-bottom:4px;display:flex}.history-module__MtoK5a__judgeDescriptionWrapper{flex-direction:column;gap:10px;display:flex}.history-module__MtoK5a__judgeResultWrapper{flex:1;justify-content:flex-end;align-items:center;gap:8px;display:flex}.history-module__MtoK5a__judgeResultBadge{text-align:right;justify-content:flex-end;align-items:center;min-width:60px;font-size:14px;font-weight:500;line-height:20px;display:flex}.history-module__MtoK5a__judgeResultBadge.history-module__MtoK5a__judgeResultPass{color:var(--content-success,#107569)}.history-module__MtoK5a__judgeResultBadge.history-module__MtoK5a__judgeResultFail{color:var(--content-danger,#d33d40)}.history-module__MtoK5a__judgeResultBadge.history-module__MtoK5a__judgeResultScore{color:var(--content-secondary,#525a66)}.history-module__MtoK5a__judgeRerunButton{width:24px;height:24px;color:var(--gray-7);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.history-module__MtoK5a__judgeRerunButton:hover{background:var(--surface-secondary,#f6f8fa);color:var(--content-secondary,#525a66)}.history-module__MtoK5a__judgeRerunButton svg{width:14px;height:14px}.history-module__MtoK5a__judgeRunButtonContent{align-items:center;gap:4px;display:flex}.history-module__MtoK5a__judgeRunButtonIcon{width:14px;height:14px}.history-module__MtoK5a__judgeSpinnerWrapper{justify-content:center;align-items:center;width:63px;height:30px;display:flex}.history-module__MtoK5a__judgeSpinner{border:2px solid var(--gray-3);border-top-color:var(--content-secondary,#525a66);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite history-module__MtoK5a__judgeSpinnerRotate}@keyframes history-module__MtoK5a__judgeSpinnerRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.history-module__MtoK5a__judgeReasoningBox{background:var(--surface-secondary,#f6f8fa);border-radius:4px;flex-direction:column;gap:4px;padding:8px;display:flex}.history-module__MtoK5a__judgeReasoningLabel{color:var(--content-primary,#1d262c);text-transform:uppercase;letter-spacing:.02em;font-size:12px;font-weight:400;line-height:18px}.history-module__MtoK5a__judgeReasoningText{color:var(--content-secondary,#525a66);margin:0;font-size:14px;font-weight:400;line-height:20px}
.styles-module__Nin2Pa__content{flex-direction:column;flex:1;gap:24px;max-width:600px;margin:0 auto;padding-block:48px;display:flex}.styles-module__Nin2Pa__firstPageContainer{flex-direction:column;gap:24px;display:flex}.styles-module__Nin2Pa__titleContainer{flex-direction:column;gap:4px;display:flex}.styles-module__Nin2Pa__imageContainer{max-width:600px}.styles-module__Nin2Pa__imageContainer>img{width:100%}.styles-module__Nin2Pa__iconContainer{border-radius:8px;justify-content:center;align-items:center;width:fit-content;padding:8px;display:flex}.styles-module__Nin2Pa__starsIconContainer{background-color:#f0e8fd}.styles-module__Nin2Pa__starsIconContainer>svg>path{stroke:#5029e5}.styles-module__Nin2Pa__packageSearchIconContainer{background:var(--utility-blurple-lilac-purple-main,#f2f4ff)}.styles-module__Nin2Pa__optionsContainer{flex-direction:column;gap:8px;display:flex}.styles-module__Nin2Pa__card{all:unset;background:var(--surface-primary);border:1px solid var(--gray);cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:16px;transition-duration:.2s;display:grid}.styles-module__Nin2Pa__card:hover{border-color:var(--blurple)}.styles-module__Nin2Pa__card:disabled{cursor:not-allowed;opacity:.75}.styles-module__Nin2Pa__card:active{border-color:var(--blurple)}.styles-module__Nin2Pa__card:active:hover{border-color:var(--blurple)}.styles-module__Nin2Pa__cardContent{grid-template-columns:auto 1fr;gap:8px;display:grid}.styles-module__Nin2Pa__cardContent>div:last-child{flex-direction:column;gap:4px;display:flex}.styles-module__Nin2Pa__cardHeader{justify-content:space-between;display:flex}@keyframes styles-module__Nin2Pa__pulse{0%{color:var(--gray-2)}50%{color:var(--gray-4)}to{color:var(--gray-2)}}.styles-module__Nin2Pa__pulsingCount{animation:2s infinite styles-module__Nin2Pa__pulse}
