.styles-module__Aa64FG__spinner{border:2px solid #0000;border-top-color:var(--blurple);margin-inline:auto;border-radius:50%;width:16px;height:16px;margin-top:5px;animation:1s linear infinite styles-module__Aa64FG__spin}@keyframes styles-module__Aa64FG__spin{to{transform:rotate(360deg)}}
.Button-module__BW3b4G__button{cursor:pointer;letter-spacing:0;background:var(--button-bg,transparent);color:var(--button-color);border:none;border:var(--button-border);box-shadow:var(--button-shadow,0px 2px 5px 0px #3c425714, 0px 1px 1px 0px #0000001f);border-radius:8px;justify-content:center;align-items:center;gap:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;transition:all .3s ease-out;display:inline-flex}.Button-module__BW3b4G__button:hover:not(:disabled){background:var(--button-bg-hover)}.Button-module__BW3b4G__button:focus-visible:not(:disabled){box-shadow:0px 0px 0px 3px var(--Colorborderborder-focus-ring,#4d61ff33), 0px 1px 1px 0px #0000001f;outline:none}.Button-module__BW3b4G__button:disabled{cursor:not-allowed;opacity:1;background:var(--button-bg-disabled);color:var(--button-color-disabled);border:var(--button-border-disabled,var(--button-border));box-shadow:var(--button-shadow-disabled,var(--button-shadow));transform:none}.Button-module__BW3b4G__button:active:not(:disabled){background:var(--button-bg-active);transform:scale(.98)}.Button-module__BW3b4G__xs{--button-size:26px;padding:4px 8px;font-size:12px;line-height:1.5}.Button-module__BW3b4G__sm{--button-size:30px;padding:6px 10px;font-size:12px;line-height:1.5}.Button-module__BW3b4G__md{--button-size:36px;padding:8px 12px;font-size:14px;line-height:20px}.Button-module__BW3b4G__lg{--button-size:48px;padding:12px 16px;font-size:16px;line-height:1.5}.Button-module__BW3b4G__icon{justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.Button-module__BW3b4G__content{letter-spacing:0;align-items:center;gap:6px;display:inline-flex}.Button-module__BW3b4G__iconOnly{min-width:unset;width:var(--button-size);height:var(--button-size);aspect-ratio:1;box-shadow:none;padding:0}.Button-module__BW3b4G__iconOnly .Button-module__BW3b4G__icon{width:calc(var(--button-size) * .5);height:calc(var(--button-size) * .5)}.Button-module__BW3b4G__loading{cursor:wait;background:var(--button-bg-disabled);color:var(--button-color-disabled);box-shadow:var(--button-shadow-disabled,var(--button-shadow));position:relative}.Button-module__BW3b4G__loading>*{opacity:0}.Button-module__BW3b4G__loading:after{content:"";width:calc((var(--button-size) - 10px) / 2);height:calc((var(--button-size) - 10px) / 2);border:var(--button-loading-border-width,2px) solid var(--button-loading-border-color);background:0 0;border-right-color:#0000;border-radius:50%;animation:.75s linear infinite Button-module__BW3b4G__spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Button-module__BW3b4G__lg.Button-module__BW3b4G__loading:after{--button-loading-border-width:3.33px}.Button-module__BW3b4G__md.Button-module__BW3b4G__loading:after{--button-loading-border-width:3px}.Button-module__BW3b4G__sm.Button-module__BW3b4G__loading:after,.Button-module__BW3b4G__xs.Button-module__BW3b4G__loading:after{--button-loading-border-width:2px}@keyframes Button-module__BW3b4G__spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.Button-module__BW3b4G__primary{--button-bg:var(--surface-brand,#4d61ff);--button-color:var(--content-primary-inverse,#fff);--button-bg-hover:var(--surface-brand-hover,#3d4ecc);--button-bg-active:var(--background-brand-active,#1d2866);--button-bg-disabled:var(--surface-brand-disabled,#9fa7f9);--button-color-disabled:var(--content-primary-inverse,#fff);--button-loading-border-color:var(--icon-inverse,#fff);--button-border:none}.Button-module__BW3b4G__secondary{--button-bg:var(--surface-primary,#fff);--button-color:var(--content-brand,#4d61ff);--button-bg-hover:var(--surface-primary-hover,#f8f9fa);--button-bg-active:var(--background-primary-active,#e9ecef);--button-bg-disabled:var(--surface-primary-disabled,#f8f9fa);--button-color-disabled:var(--content-brand-disabled,#9fa7f9);--button-loading-border-color:var(--icon-brand-disabled,#9fa7f9);--button-border:1px solid var(--frame-primary,#dee2e6)}.dark .Button-module__BW3b4G__secondary{--button-color:var(--content-primary)}.Button-module__BW3b4G__tertiary{--button-bg:var(--surface-primary,#fff);--button-color:var(--content-secondary,#525a66);--button-bg-hover:var(--surface-tertiary-hover,#0000000d);--button-bg-active:var(--background-tertiary-active,#0000001a);--button-bg-disabled:var(--surface-primary,#fff);--button-color-disabled:var(--content-disabled,#97a3b4);--button-loading-border-color:var(--icon-disabled,#97a3b4);--button-border:1px solid var(--frame-primary,#dee2e6)}.Button-module__BW3b4G__subtle{--button-bg:transparent;--button-color:var(--content-secondary,#525a66);--button-bg-hover:var(--background-subtle-hover,#0000000d);--button-bg-active:var(--background-subtle-active,#0000001a);--button-bg-disabled:transparent;--button-color-disabled:var(--content-disabled,#97a3b4);--button-loading-border-color:var(--icon-disabled,#97a3b4);--button-border:1px solid var(--button-bg);--button-shadow:none}.Button-module__BW3b4G__successFilled{--button-bg:var(--surface-success,#107569);--button-color:var(--content-primary-inverse,#fff);--button-bg-hover:var(--surface-success-hover,#0d5d54);--button-bg-active:var(--background-success-active,#094540);--button-bg-disabled:var(--surface-success-disabled,#1075694d);--button-color-disabled:var(--content-primary-inverse,#fff);--button-loading-border-color:#fff;--button-border:none}.Button-module__BW3b4G__dangerFilled{--button-bg:var(--surface-danger,#d33d40);--button-color:var(--content-primary-inverse,#fff);--button-bg-hover:var(--surface-danger-hover,#a93032);--button-bg-active:var(--background-danger-active,#802426);--button-bg-disabled:var(--surface-danger-disabled,#e38a8f);--button-color-disabled:var(--content-primary-inverse,#fff);--button-loading-border-color:#fff;--button-border:none}.Button-module__BW3b4G__dangerOutlined{--button-bg:var(--surface-primary,#fff);--button-color:var(--content-danger,#d33d40);--button-bg-hover:var(--surface-primary-hover,#d33d400d);--button-bg-active:var(--background-danger-subtle-active,#d33d401a);--button-bg-disabled:var(--surface-primary-disabled,#fcfcfd);--button-color-disabled:var(--content-disabled,#97a3b4);--button-loading-border-color:#97a3b4;--button-border:2px solid var(--frame-danger,#d33d40);--button-border-disabled:2px solid var(--frame-primary,#dee2e6);--button-shadow-disabled:0px 2px 5px 0px #3c425714, 0px 1px 1px 0px #0000001f}.Button-module__BW3b4G__button[type=submit]{font-weight:600}.Button-module__BW3b4G__button[type=reset]{opacity:.9}.dark .Button-module__BW3b4G__button:disabled{background:var(--surface-primary-disabled);color:var(--content-disabled);border-color:var(--surface-primary-disabled)}
.AgentConfidenceScore-module__U9j8yq__scoreContainer{position:relative;overflow:hidden}.AgentConfidenceScore-module__U9j8yq__shimmerStrip{pointer-events:none;background:linear-gradient(90deg,#0000 0%,#0000001a 50%,#0000 100%);width:50%;animation:1.5s infinite AgentConfidenceScore-module__U9j8yq__shimmer;position:absolute;inset:0}@keyframes AgentConfidenceScore-module__U9j8yq__shimmer{0%{transform:translate(-100%)}to{transform:translate(300%)}}
@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}
.select-module__16snta__selectContainer{row-gap:var(--space-sm);display:grid}.select-module__16snta__label{font-weight:var(--font-weight-medium);font-size:var(--font-size-sm);color:var(--font-color);line-height:21px}.select-module__16snta__labelRequired{color:var(--red)}.select-module__16snta__error{color:var(--red);font-size:var(--font-size-sm)}
.styles-module__sFZjWa__switch{align-items:center;display:flex}
.styles-module__qHNpDW__dropdownContainer{display:inline-block;position:relative}.styles-module__qHNpDW__loadingIndicator{border:2px solid var(--gray);border-top-color:var(--blurple);z-index:1;border-radius:50%;width:16px;height:16px;animation:1s linear infinite styles-module__qHNpDW__spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes styles-module__qHNpDW__spin{to{transform:translate(-50%,-50%)rotate(360deg)}}.styles-module__qHNpDW__dropdownMenu{background-color:var(--white);border:1px solid var(--gray);box-shadow:var(--shadow-dropdown);color:var(--black-body);z-index:50;border-radius:4px;row-gap:8px;min-width:160px;margin-top:4px;padding:8px;display:grid;position:absolute;top:100%;right:0}.styles-module__qHNpDW__menuItem{all:unset;cursor:pointer;white-space:nowrap;border-radius:4px;justify-content:flex-start;align-items:center;column-gap:8px;padding:4px 8px;font-weight:500;display:flex}.styles-module__qHNpDW__menuItem:hover{background-color:var(--gray1);text-decoration:none}.styles-module__qHNpDW__menuIcon{color:var(--icon-primary);flex-shrink:0;align-items:center;display:flex}
.styles-module__vIw6cG__modalContainer{flex-direction:column;height:100%;min-height:100vh;display:flex;overflow:hidden}
.styles-module__yiiN5W__shimmerLoadingStrip{background-color:var(--gray1);border-radius:4px;width:100%;max-width:100%;position:relative;overflow:hidden}.styles-module__yiiN5W__shimmerLoadingStrip:after{content:"";background-image:linear-gradient(90deg,#fff0 0,#fff3 20%,#ffffff80 60%,#fff0);animation:2s infinite styles-module__yiiN5W__shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes styles-module__yiiN5W__shimmer{to{transform:translate(100%)}}
.styles-module__8MVACG__header{justify-content:space-between;align-items:center;display:flex}.styles-module__8MVACG__iconAndAddress{align-items:center;gap:var(--space-sm);color:var(--content-secondary);display:flex}.styles-module__8MVACG__headerContainer{border-bottom:1px solid var(--border-color);flex-direction:column;gap:8px;padding:16px 40px;display:flex}
.styles-module__jhKk7G__categoryNavigatorHeader{padding-bottom:16px}.styles-module__jhKk7G__categoryLinkContainer{grid-template-columns:16px 1fr;align-items:center;column-gap:8px;font-size:14px;display:grid}.styles-module__jhKk7G__categoryLinkContainer svg{color:var(--gray9);margin:auto}.styles-module__jhKk7G__categoryLinkContainer .styles-module__jhKk7G__categoryLink{text-transform:capitalize;cursor:pointer;text-align:left;width:fit-content;color:var(--blackBody);background:0 0;border:0;margin:0;padding:0;font-family:inherit}.styles-module__jhKk7G__categoryLinkContainer button:first-child:hover+.styles-module__jhKk7G__categoryLink,.styles-module__jhKk7G__categoryLinkContainer .styles-module__jhKk7G__categoryLink:hover{text-decoration:underline}.styles-module__jhKk7G__categoryNavigator{flex-direction:column;row-gap:8px;height:100%;padding:0 16px 180px 0;display:flex;overflow:auto}.styles-module__jhKk7G__emptyStateContainer{row-gap:4px;max-width:200px;display:grid}.styles-module__jhKk7G__categoryNavigatorLoader{row-gap:8px;padding-left:24px;display:grid}
.styles-module__yi9MzG__button{background-color:var(--blurple);color:var(--surface-primary);border-radius:8px;padding:12px}.styles-module__yi9MzG__floatingFooter{z-index:10;position:fixed;bottom:24px;left:50%}.styles-module__yi9MzG__footerContent{background-color:var(--surface-primary);border:1px solid var(--frame-primary);border-radius:16px;gap:32px;padding:8px 16px;display:flex;box-shadow:0 4px 12px #0000001a}.styles-module__yi9MzG__rowGap4{row-gap:4px;display:grid}.styles-module__yi9MzG__columnGap8{column-gap:8px;display:flex}.styles-module__yi9MzG__highlightText{font-weight:700}.styles-module__yi9MzG__secondaryButton{all:unset;color:var(--blurple);cursor:pointer;background:0 0}.styles-module__yi9MzG__secondaryButton:hover{text-decoration:underline}.styles-module__yi9MzG__primaryButton{all:unset;border:1px solid var(--frame-primary);cursor:pointer;color:var(--blurple);background:#fff;border-radius:8px;height:fit-content;margin-block:auto;padding:8px 12px;box-shadow:0 1px 1px #0000001f,0 2px 5px #3c425714}.styles-module__yi9MzG__primaryButton:hover{background:var(--lightGrayBlue)}.styles-module__yi9MzG__primaryButton:disabled{background:var(--lightGrayBlue);cursor:not-allowed}.styles-module__yi9MzG__primaryButtonSpinner{grid-template-columns:auto 1fr;align-items:center;gap:8px;display:grid}.styles-module__yi9MzG__spinner{aspect-ratio:1;border:2px solid var(--blurple);border-radius:50%;width:12px;height:12px;margin-right:4px;animation:1.2s linear infinite alternate styles-module__yi9MzG__l20-1,2.4s linear infinite styles-module__yi9MzG__l20-2;display:inline-block}@keyframes styles-module__yi9MzG__l20-1{0%{clip-path:polygon(50% 50%,0 0,50% 0%,50% 0%,50% 0%,50% 0%,50% 0%)}12.5%{clip-path:polygon(50% 50%,0 0,50% 0%,100% 0%,100% 0%,100% 0%,100% 0%)}25%{clip-path:polygon(50% 50%,0 0,50% 0%,100% 0%,100% 100%,100% 100%,100% 100%)}50%{clip-path:polygon(50% 50%,0 0,50% 0%,100% 0%,100% 100%,50% 100%,0% 100%)}62.5%{clip-path:polygon(50% 50%,100% 0,100% 0%,100% 0%,100% 100%,50% 100%,0% 100%)}75%{clip-path:polygon(50% 50%,100% 100%,100% 100%,100% 100%,100% 100%,50% 100%,0% 100%)}to{clip-path:polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,50% 100%,0% 100%)}}@keyframes styles-module__yi9MzG__l20-2{0%{transform:scaleY(1)rotate(0)}49.99%{transform:scaleY(1)rotate(135deg)}50%{transform:scaleY(-1)rotate(0)}to{transform:scaleY(-1)rotate(-135deg)}}.styles-module__yi9MzG__ctaButtonContainer{margin-block:auto}.styles-module__yi9MzG__linkButtonContainer{justify-content:center;align-items:center;display:flex}.styles-module__yi9MzG__linkButtonContainer button{color:var(--content-secondary);padding:0}.styles-module__yi9MzG__rowInfo{align-items:center;gap:8px;display:flex}.styles-module__yi9MzG__closeButton{cursor:pointer;justify-content:center;align-items:center;width:24px;height:24px;display:flex}
.styles-module__VPMP8a__footerContainer{border-top:1px solid var(--border-color);justify-content:space-between;width:100%;padding:16px 24px;display:flex}.styles-module__VPMP8a__buttonContainer{gap:12px;display:flex}
.styles-module__z1Bioa__header{border-bottom:1px solid var(--frame-primary);width:100%;padding-inline:var(--space-lg);background:var(--surface-primary,#fff);justify-content:space-between;align-items:flex-start;padding-block-start:var(--space-xl);padding-block-end:var(--space-md);display:flex;box-shadow:0 1px 3px #1018281a,0 1px 2px #1018280f}.styles-module__z1Bioa__content{flex-direction:column;flex:1;gap:1rem;display:flex}.styles-module__z1Bioa__titleSection{flex-direction:column;gap:8px;display:flex}.styles-module__z1Bioa__titleSectionHeader{justify-content:space-between;align-items:center;display:flex}.styles-module__z1Bioa__afterTitleRow{gap:var(--space-xs);flex-direction:column;display:flex}.styles-module__z1Bioa__title{color:var(--content-primary,#111827);margin:0;font-size:1.3rem;font-weight:600;line-height:2.25rem}.styles-module__z1Bioa__advancedSettings{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;align-items:center;gap:.5rem;width:fit-content;padding:.75rem 1rem;font-size:.875rem;transition:all .2s;display:flex}.styles-module__z1Bioa__advancedSettings:hover{background:#f9fafb}.styles-module__z1Bioa__actions{align-self:flex-start;gap:.5rem;display:flex;position:relative}.styles-module__z1Bioa__actionButton{color:#6b7280;cursor:pointer;border:none;border:1px solid var(--border-color);background:0 0;border-radius:.375rem;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.styles-module__z1Bioa__actionButton:hover{color:#374151;background:#f9fafb}.styles-module__z1Bioa__moreOptionsContainer{z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem;position:absolute;top:100%;right:0}
.styles-module__Q8NTrq__slideLayout{grid-template-rows:auto 1fr auto;width:100%;height:100%;display:grid}.styles-module__Q8NTrq__header{width:100%}.styles-module__Q8NTrq__content{background:var(--frame-primary);height:100%;overflow-y:auto}.styles-module__Q8NTrq__footer{width:100%}
.styles-module__vJ3UGa__vars{--outer-border:1px solid var(--border-color);--overscan-amount:calc((100vw - 100%) / 2)}.styles-module__vJ3UGa__container{width:100%;height:100%;padding-block-end:30vh;position:relative;overflow:auto}.styles-module__vJ3UGa__table{background:var(--table-bg);display:grid;position:relative}.styles-module__vJ3UGa__contents{display:contents}.styles-module__vJ3UGa__head{background:var(--background);z-index:3;display:grid;position:sticky;top:0}.styles-module__vJ3UGa__body{display:grid;position:relative}.styles-module__vJ3UGa__cell{box-sizing:border-box;padding-block:var(--space-sm);padding-right:var(--space-lg);border-bottom:var(--outer-border);background-color:var(--background);justify-content:center;align-items:center;display:flex}.styles-module__vJ3UGa__table tr[data-editable=true],.styles-module__vJ3UGa__table tr[data-variant-row=true]{cursor:pointer}.styles-module__vJ3UGa__table tr[data-editable=true]:hover td,.styles-module__vJ3UGa__table tr[data-variant-row=true]:hover td{background-color:var(--surface-primary-hover)}.styles-module__vJ3UGa__table tr:has(td[data-column=expander]):hover td{background-color:var(--surface-primary-hover)}th.styles-module__vJ3UGa__cell{justify-content:start}.styles-module__vJ3UGa__centerHeader{flex-grow:1;justify-content:center;align-items:center;display:flex}.styles-module__vJ3UGa__cell:first-child{padding-left:16px}.styles-module__vJ3UGa__cell:last-child{padding-right:16px}.styles-module__vJ3UGa__table tr:first-child>th{border-top:var(--outer-border)}.styles-module__vJ3UGa__table tr[data-selected=true] td{background-color:var(--gray1)}.styles-module__vJ3UGa__table tr[data-selected=true][data-disabled=true] td{background-color:var(--white)}.styles-module__vJ3UGa__cell.styles-module__vJ3UGa__frozen:first-child{z-index:1;position:sticky;left:0}.styles-module__vJ3UGa__cell.styles-module__vJ3UGa__frozen:first-child:after{--cell-hard-shadow:5px;--cell-shadow-spread:24px;--total-shadow-size:calc(var(--cell-hard-shadow) + var(--cell-shadow-spread));content:"";height:100%;width:var(--total-shadow-size);z-index:1;box-shadow:var(--total-shadow-size) 0 var(--cell-shadow-spread) calc(-1 * var(--cell-shadow-spread)) var(--drop-shadow-color-light) inset;display:block;position:absolute;top:0;left:100%}.styles-module__vJ3UGa__header{font-weight:var(--font-weight-semi-bold);font-size:var(--font-size-sm);text-align:left;min-height:42px;transition:border-radius .2s}.styles-module__vJ3UGa__wide{width:100%}.styles-module__vJ3UGa__expandIcon{cursor:pointer;width:24px;height:24px;color:var(--gray8);justify-content:center;align-items:center;transition:transform .2s;display:flex}.styles-module__vJ3UGa__expandIcon.styles-module__vJ3UGa__expanded{transform:rotate(90deg)}.styles-module__vJ3UGa__variantRow{cursor:pointer}.styles-module__vJ3UGa__variantRow td{padding-left:0}.styles-module__vJ3UGa__variantRow:hover td{background-color:var(--surface-secondary-hover)}.styles-module__vJ3UGa__variantBadge{background-color:var(--gray2);color:var(--color-gray-500);border-radius:4px;align-items:center;margin-left:8px;margin-right:8px;padding:2px 6px;font-size:12px;display:inline-flex}.styles-module__vJ3UGa__nestedContent{border-left:2px solid var(--primary-light);padding-left:32px}.styles-module__vJ3UGa__variantCell{justify-content:flex-start;padding-left:8px;padding-right:24px}.styles-module__vJ3UGa__variantCell[data-column=selector]{justify-content:flex-end;width:calc(100% + 32px)}.styles-module__vJ3UGa__variantCell[data-column=name]{padding-left:40px}.styles-module__vJ3UGa__table.styles-module__vJ3UGa__table tr[data-inspected=true] .styles-module__vJ3UGa__cell{background-color:var(--gray1)}.styles-module__vJ3UGa__spinner{border:2px solid #0000;border-top-color:var(--gray-4);border-radius:50%;width:16px;height:16px;animation:1s linear infinite styles-module__vJ3UGa__spin}@keyframes styles-module__vJ3UGa__spin{to{transform:rotate(360deg)}}
.styles-module__ksJaUG__buttonContainer{padding-top:16px;border-top:1px solid var(--gray);justify-content:flex-end;column-gap:12px;width:calc(100% + 48px);margin-left:-24px;padding-inline:24px;display:flex}.styles-module__ksJaUG__timingCard{background-color:var(--surface-info);border:1px solid var(--frame-info);border-radius:8px;align-items:flex-start;gap:8px;padding:12px 16px;display:flex}.styles-module__ksJaUG__clockIcon{color:var(--navy);flex-shrink:0;margin-top:2px}.styles-module__ksJaUG__timingText{color:var(--blue-700)}
.styles-module__YMjZPa__imageContainer{max-width:600px}.styles-module__YMjZPa__imageContainer>img{width:100%}.styles-module__YMjZPa__buttonContainer{justify-content:flex-end;gap:12px;display:flex}
.TransferAnimation-module__rJAWeG__transferContainer{column-gap:var(--space-sm);padding-inline:var(--space-md);width:calc(100% - var(--space-xl));--animation-speed:3s;--circle-size:64px;--circle-image-size:50px;--central-circle-size:40px;--circle-size-small:48px;--circle-image-size-small:38px;--central-circle-size-small:32px;align-items:center;max-width:450px;margin-inline:auto;display:grid}.TransferAnimation-module__rJAWeG__directTransfer{grid-template-columns:var(--circle-size) 1fr var(--circle-size)}.TransferAnimation-module__rJAWeG__directTransfer.TransferAnimation-module__rJAWeG__small{grid-template-columns:var(--circle-size-small) 1fr var(--circle-size-small)}.TransferAnimation-module__rJAWeG__intermediaryTransfer{grid-template-columns:var(--circle-size) 1fr var(--central-circle-size) 1fr var(--circle-size)}.TransferAnimation-module__rJAWeG__intermediaryTransfer.TransferAnimation-module__rJAWeG__small{grid-template-columns:var(--circle-size-small) 1fr var(--central-circle-size-small) 1fr var(--circle-size-small)}.TransferAnimation-module__rJAWeG__circleWoflow.TransferAnimation-module__rJAWeG__large{width:48px;height:48px}.TransferAnimation-module__rJAWeG__circleWoflow.TransferAnimation-module__rJAWeG__large img{width:24px;height:24px}.TransferAnimation-module__rJAWeG__circle{background:var(--link-company-image-bg-color);border:1px solid var(--border-color);height:var(--circle-size);width:var(--circle-size);border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden}.TransferAnimation-module__rJAWeG__circle img{height:auto;width:var(--circle-image-size);object-fit:contain}.TransferAnimation-module__rJAWeG__dashedLine{border-radius:var(--border-radius-sm);background:linear-gradient(90deg, var(--blurple) 50%, transparent 50%);background-repeat:repeat-x;background-size:var(--space-sm) var(--space-xs);width:100%;height:1px;animation:TransferAnimation-module__rJAWeG__dash var(--animation-speed) linear infinite;background-position:0 100%}@keyframes TransferAnimation-module__rJAWeG__dash{to{background-position:100% 0,0 100%,0 0,100% 100%}}.TransferAnimation-module__rJAWeG__circleWoflow{background:var(--blurple);border:1px solid var(--blurple);width:var(--central-circle-size);height:var(--central-circle-size)}.TransferAnimation-module__rJAWeG__circleWoflow.TransferAnimation-module__rJAWeG__big{width:var(--circle-size);height:var(--circle-size)}.TransferAnimation-module__rJAWeG__circleWoflow.TransferAnimation-module__rJAWeG__small,.TransferAnimation-module__rJAWeG__circle.TransferAnimation-module__rJAWeG__small{width:var(--circle-size-small);height:var(--circle-size-small)}.TransferAnimation-module__rJAWeG__circle.TransferAnimation-module__rJAWeG__small img{height:auto;width:var(--circle-image-size-small)}.TransferAnimation-module__rJAWeG__circleWoflow.TransferAnimation-module__rJAWeG__small img{height:auto;width:var(--space-lg)}.TransferAnimation-module__rJAWeG__circleWoflow.TransferAnimation-module__rJAWeG__big img{height:auto;width:var(--space-xl)}.TransferAnimation-module__rJAWeG__circleWoflow img{width:var(--space-md-lg)}
.styles-module__ZNbMRq__buttonContainer{justify-content:flex-end;column-gap:12px;display:flex}.styles-module__ZNbMRq__blockedItemsContainer{border:1px solid var(--gray);border-radius:8px;flex-direction:column;gap:12px;padding:16px;display:flex}.styles-module__ZNbMRq__chevronContainer{justify-content:center;align-items:center;display:flex}.styles-module__ZNbMRq__chevronContainer>svg{color:var(--gray-9)}
.styles-module__hYuuka__flexCell{gap:var(--space-sm);flex-wrap:wrap;justify-content:flex-start;width:100%;display:flex}.styles-module__hYuuka__nameCellContainer{gap:var(--space-sm);column-gap:10px;display:flex}.styles-module__hYuuka__enhancingCell{align-items:center;gap:var(--space-sm);flex-wrap:nowrap;display:flex}.styles-module__hYuuka__nameCell{column-gap:var(--space-sm);flex-wrap:nowrap;flex:auto;align-items:center;width:100%;display:flex}.styles-module__hYuuka__scrollTable{overflow:auto}.styles-module__hYuuka__primaryImageContainer{flex-shrink:0;flex-basis:30px;max-width:30px;height:30px}.styles-module__hYuuka__primaryImage{object-fit:cover;border-radius:var(--space-xs);width:100%;height:100%}.styles-module__hYuuka__primaryImageMissing{border-radius:var(--space-xs);background:var(--gray1);width:30px;height:30px;color:var(--gray6);justify-content:center;align-items:center;display:flex}.styles-module__hYuuka__nameText{flex-grow:1}.styles-module__hYuuka__overrideActions{border-top:1px solid var(--gray2);padding-inline:20px;justify-content:flex-end;gap:12px;margin-inline:-20px;padding-top:20px;display:flex}.styles-module__hYuuka__enhanceInfo{align-items:center;gap:6px;display:flex}.styles-module__hYuuka__enhanceIcon{width:14px;height:14px;color:var(--content-secondary,#525a66);align-items:center;padding-top:2px;display:flex}.styles-module__hYuuka__spinner{border:2px solid #0000;border-top-color:var(--gray-4);border-radius:50%;width:16px;height:16px;animation:1s linear infinite styles-module__hYuuka__spin}.styles-module__hYuuka__textDanger{color:var(--red-muted-main)}.styles-module__hYuuka__enhancingBadge{margin-block:auto;display:flex}@keyframes styles-module__hYuuka__spin{to{transform:rotate(360deg)}}
.styles-module__HF0aWG__header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:16px 40px;display:flex}.styles-module__HF0aWG__iconAndAddress{align-items:center;gap:var(--space-sm);color:var(--content-secondary);display:flex}.styles-module__HF0aWG__categoryNavigatorContainer{border-right:1px solid var(--border-color);padding-left:40px;padding-block:16px;overflow:hidden}.styles-module__HF0aWG__tableContainer{row-gap:var(--space-md);grid-template-rows:auto 1fr;align-content:flex-start;padding-block-start:16px;display:grid;overflow:auto}.styles-module__HF0aWG__catalogContainer{grid-template-columns:260px 1fr;display:grid;overflow:hidden}.styles-module__HF0aWG__tableHeader{row-gap:var(--space-md);padding-inline:var(--space-md);flex-direction:column;padding-right:40px;display:flex}.styles-module__HF0aWG__searchAndMoreButton{align-items:center;gap:var(--space-sm);justify-content:space-between;display:flex}.styles-module__HF0aWG__catalogSearchInput{font-size:var(--font-size-sm);line-height:20px}.styles-module__HF0aWG__refreshButtonContainer{display:inline-block;position:relative}.styles-module__HF0aWG__refreshButton{padding:var(--space-sm);cursor:pointer;border-radius:var(--border-radius-md);border:1px solid var(--frame-primary,var(--gray));color:var(--content-secondary,#525a66);background:var(--surface-primary,var(--white));justify-content:center;align-items:center;display:flex}.styles-module__HF0aWG__refreshButton:hover{background:var(--surface-secondary-hover,var(--gray1))}.styles-module__HF0aWG__refreshButton:active{box-shadow:0px 1px 1px 0px #0000001f, 0px 0px 0px 3px var(--Color-border-border-focus-ring,#e9eafd)}.styles-module__HF0aWG__refreshButton:disabled{color:var(--content-disabled,#97a3b4)}.styles-module__HF0aWG__loadingIndicator{background-color:var(--warning-yellow);z-index:1;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite styles-module__HF0aWG__pulse;position:absolute;top:-4px;right:-4px}.styles-module__HF0aWG__buttonsContainer{align-items:center;gap:var(--space-sm);display:flex}@keyframes styles-module__HF0aWG__pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes styles-module__HF0aWG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.styles-module__HF0aWG__spinningIcon{animation:1s linear infinite styles-module__HF0aWG__spin}.styles-module__HF0aWG__buttonFooter{justify-content:flex-end;align-items:center;gap:var(--space-sm);padding-top:var(--space-2xl);display:flex}.styles-module__HF0aWG__headerContainer{gap:var(--space-lg);flex-direction:column;display:flex}.styles-module__HF0aWG__warningIconContainer{display:flex}.styles-module__HF0aWG__warningIcon{color:var(--Component-colors-Utility-Warning-utility-warning-700,#b54708);background:var(--Colors-Background-bg-warning-secondary,#fef0c7);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.styles-module__HF0aWG__emptyStateContainer{padding:0 40px 0 16px}
.styles-module__On0OGa__content{--header-height:69px;max-height:calc(100vh - var(--header-height));grid-template-rows:auto auto 1fr;width:100%;height:100%;display:grid;overflow-y:hidden}.styles-module__On0OGa__centerError{justify-content:center;align-items:center;gap:var(--space-md);height:100%;display:flex}.styles-module__On0OGa__tableHeaderContent{background-color:var(--surface-secondary);border-radius:8px;gap:4px;padding:12px 16px;display:flex}.styles-module__On0OGa__infoIconContainer{color:#fff;display:flex}.styles-module__On0OGa__infoIconContainer svg{fill:var(--gray8)}.styles-module__On0OGa__missingInventoryBody{flex-direction:column;flex:1;gap:16px;width:630px;margin:0 auto;padding:16px;display:flex}.styles-module__On0OGa__titleAndSubtitle{flex-direction:column;gap:6px;margin-top:32px;margin-bottom:16px;display:flex}.styles-module__On0OGa__inputContainer{flex-direction:column;gap:16px;display:flex}.styles-module__On0OGa__buttonContainer{justify-content:center;gap:16px;display:flex}.styles-module__On0OGa__optionButton{justify-content:center;align-items:center;width:200px;height:48px;display:flex}.styles-module__On0OGa__footerContainer{border-top:1px solid var(--border-color);background-color:var(--surface-primary);justify-content:space-between;gap:16px;height:66px;margin-top:auto;padding:16px 40px;display:flex}.styles-module__On0OGa__form{flex-direction:column;gap:16px;padding:16px;display:flex}.styles-module__On0OGa__optionsContainer{flex-direction:column;gap:12px;width:100%;margin-top:24px;display:flex}.styles-module__On0OGa__optionsContainerHorizontal{gap:8px;width:100%;display:flex}.styles-module__On0OGa__optionsContainerHorizontal .styles-module__On0OGa__card{flex:1}.styles-module__On0OGa__card{all:unset;background:var(--surface-primary);border:1px solid var(--frame-primary);cursor:pointer;border-radius:8px;align-items:center;gap:12px;height:36px;padding:16px;transition-duration:.2s;display:grid}.styles-module__On0OGa__card:hover{border-color:var(--frame-brand)}.styles-module__On0OGa__card:disabled{cursor:not-allowed;opacity:.75}.styles-module__On0OGa__card[data-selected=true]{border-color:var(--frame-brand);background:var(--background-brand-light)}.styles-module__On0OGa__cardContent{grid-template-columns:auto 1fr;align-items:center;gap:8px;display:grid}.styles-module__On0OGa__cardContent>div:last-child{flex-direction:column;gap:4px;display:flex}.styles-module__On0OGa__badgeContainer{gap:4px;display:flex}.styles-module__On0OGa__adjustmentContainer{flex-direction:column;gap:16px;margin-top:32px;display:flex}.styles-module__On0OGa__adjustmentSection,.styles-module__On0OGa__priceInputSection{flex-direction:column;gap:6px;display:flex}.styles-module__On0OGa__trendIcon{background:var(--surface-secondary,#f6f8fa);width:36px;height:36px;color:var(--icon-primary);border-radius:8px;align-items:center;gap:10px;padding:6px;display:flex}.styles-module__On0OGa__card[data-selected=true] .styles-module__On0OGa__trendIcon{color:var(--icon-brand);background:var(--utility-blurple-blurple-1,#e9eafd)}.styles-module__On0OGa__adjustmentOptions{gap:12px;display:flex}.styles-module__On0OGa__adjustmentOption{border:1px solid var(--frame-primary);cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;transition:all .2s;display:flex}.styles-module__On0OGa__adjustmentOption:hover{border-color:var(--surface-brand)}.styles-module__On0OGa__adjustmentOption.styles-module__On0OGa__selected{border-color:var(--surface-brand);background:var(--utility-blurple-blurple-0)}.styles-module__On0OGa__icon{font-size:16px}.styles-module__On0OGa__valueInputContainer{align-items:center;width:100%;display:flex}.styles-module__On0OGa__valueInput{border:1px solid var(--frame-primary);background:var(--surface-primary);border-radius:8px 0 0 8px;outline:none;flex:1 0 0;align-items:center;gap:6px;min-width:0;height:36px;padding:8px 12px;font-size:14px;display:flex;box-shadow:0 1px 1px #00000014}.styles-module__On0OGa__valueInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.styles-module__On0OGa__valueInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.styles-module__On0OGa__valueInput[type=number]{-moz-appearance:textfield}.styles-module__On0OGa__valueInput:focus{outline:none}.styles-module__On0OGa__unitSelect{border-top:1px solid var(--frame-primary);border-right:1px solid var(--frame-primary);border-bottom:1px solid var(--frame-primary);background:var(--surface-primary);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236B7280' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;border-left:none;border-radius:0 8px 8px 0;justify-content:space-between;align-items:flex-start;width:112px;height:36px;padding:8px 12px;font-size:14px;display:flex;box-shadow:0 1px 1px #00000014}.styles-module__On0OGa__unitSelect:focus{outline:none}.styles-module__On0OGa__valueInputContainer:focus-within{border-color:var(--surface-brand)}.styles-module__On0OGa__previewContainer{background:var(--surface-secondary,#f6f8fa);border:1px solid var(--frame-primary,#dee2e6);border-radius:8px;flex-direction:column;gap:8px;margin-top:8px;padding:16px;display:flex}.styles-module__On0OGa__warningMessage{align-self:stretch;align-items:center;gap:4px;margin-top:-8px;display:flex}.styles-module__On0OGa__alertIcon{width:16px;height:16px;fill:var(--utility-blurple-blurple-7);color:var(--content-primary-inverse)}.styles-module__On0OGa__labelText{font-family:var(--font-sans), var(--font-inter), sans-serif;color:var(--content-primary);font-size:12px;font-weight:500;line-height:18px}.styles-module__On0OGa__loadingContainer{justify-content:center;align-items:center;min-height:200px;padding:40px 20px;display:flex}
.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}
.styles-module__gPMIWG__footer{border-top:1px solid var(--border-color);background-color:var(--surface-primary);justify-content:space-between;gap:16px;height:66px;margin-top:auto;padding:16px 40px;display:flex}
.styles-module__eSXIaW__header{z-index:20;border-bottom:1px solid var(--border-color);background-color:var(--surface-primary);justify-content:space-between;align-items:center;padding:24px;display:flex;position:sticky;top:0}.styles-module__eSXIaW__title{text-align:center;flex:1;margin:0;padding:0 40px}.styles-module__eSXIaW__closeButton{padding:8px;position:absolute;right:16px}
.styles-module__OVUpHW__termsText{text-align:center}.styles-module__OVUpHW__termsText a{color:var(--surface-inverse);font-weight:400}.styles-module__OVUpHW__termsText a:hover{text-decoration:underline}
.styles-module__5272PW__header{flex-direction:column;row-gap:4px;display:flex}.styles-module__5272PW__container{flex-direction:column;row-gap:16px;padding:8px;display:flex}.styles-module__5272PW__searchContainer{width:300px}.styles-module__5272PW__flexCell{gap:var(--space-sm);flex-wrap:wrap;justify-content:flex-start;width:100%;display:flex}.styles-module__5272PW__tableContainer{max-width:668px}.styles-module__5272PW__warningIconContainer{all:unset;border-radius:50%;width:24px;height:24px;padding:4px}.styles-module__5272PW__warningIconContainerHover:hover{cursor:pointer;background-color:var(--gray1)}.styles-module__5272PW__nameCell{flex-wrap:nowrap;justify-content:space-between}.styles-module__5272PW__alertIcon{width:16px;height:16px;color:var(--warning-yellow);margin:auto}
.styles-module__p6gfYq__container{row-gap:16px;max-width:700px;margin:auto;padding:16px;display:grid}.styles-module__p6gfYq__header{justify-content:space-between;align-items:center;padding-inline:8px;display:flex}
.styles-module__0VInna__circle{border:1px solid var(--gray);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.styles-module__0VInna__circle img{width:66px;height:auto}.styles-module__0VInna__textContainer{text-align:center;text-align:left;row-gap:12px;padding-inline:0;display:grid}.styles-module__0VInna__platformGOAuth{row-gap:24px;padding-inline:16px;display:grid}.styles-module__0VInna__buttonAndTerms{box-sizing:border-box;row-gap:16px;width:100%;max-width:720px;margin-bottom:92px;padding-inline:16px;display:grid;position:absolute;bottom:0}.styles-module__0VInna__spinner{aspect-ratio:1;margin-block:auto;border:2px solid #fff;border-radius:50%;width:14px;height:14px;margin-right:4px;animation:1.2s linear infinite alternate styles-module__0VInna__l20-1,2.4s linear infinite styles-module__0VInna__l20-2}@keyframes styles-module__0VInna__l20-1{0%{clip-path:polygon(50% 50%,0 0,50% 0%,50% 0%,50% 0%,50% 0%,50% 0%)}12.5%{clip-path:polygon(50% 50%,0 0,50% 0%,100% 0%,100% 0%,100% 0%,100% 0%)}25%{clip-path:polygon(50% 50%,0 0,50% 0%,100% 0%,100% 100%,100% 100%,100% 100%)}50%{clip-path:polygon(50% 50%,0 0,50% 0%,100% 0%,100% 100%,50% 100%,0% 100%)}62.5%{clip-path:polygon(50% 50%,100% 0,100% 0%,100% 0%,100% 100%,50% 100%,0% 100%)}75%{clip-path:polygon(50% 50%,100% 100%,100% 100%,100% 100%,100% 100%,50% 100%,0% 100%)}to{clip-path:polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,50% 100%,0% 100%)}}@keyframes styles-module__0VInna__l20-2{0%{transform:scaleY(1)rotate(0)}49.99%{transform:scaleY(1)rotate(135deg)}50%{transform:scaleY(-1)rotate(0)}to{transform:scaleY(-1)rotate(-135deg)}}
.styles-module__iB9zJG__goBackButton{cursor:pointer;color:var(--gray8);background-color:#0000;border:none}.styles-module__iB9zJG__goBackButton:hover{color:var(--surface-inverse)}.styles-module__iB9zJG__goBackButton svg{display:block}.styles-module__iB9zJG__woflowLogo{margin-inline:auto}.styles-module__iB9zJG__woflowLogo svg{height:24px;display:block}.styles-module__iB9zJG__logoHeader{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:var(--bg-glass);border-bottom:1px solid var(--frame-primary);grid-template-columns:20px 1fr 20px;align-items:center;column-gap:12px;width:100%;padding:22px 24px;display:grid;position:fixed;top:0;left:0;right:0}.styles-module__iB9zJG__transparent{background-color:#0000}
