.VoiceAgentDemo-module__gxtVJq__card{}.VoiceAgentDemo-module__gxtVJq__header{}.VoiceAgentDemo-module__gxtVJq__titleRow{}.VoiceAgentDemo-module__gxtVJq__icon{}.VoiceAgentDemo-module__gxtVJq__title{}.VoiceAgentDemo-module__gxtVJq__subtitle{}.VoiceAgentDemo-module__gxtVJq__status{}.VoiceAgentDemo-module__gxtVJq__statusDot{}.VoiceAgentDemo-module__gxtVJq__statusLive{}.VoiceAgentDemo-module__gxtVJq__body{}.VoiceAgentDemo-module__gxtVJq__actions{}.VoiceAgentDemo-module__gxtVJq__hint{}.VoiceAgentDemo-module__gxtVJq__notice{}.VoiceAgentDemo-module__gxtVJq__error{}.VoiceAgentDemo-module__gxtVJq__notice strong{color:var(--neutral-1200);font-weight:600}.VoiceAgentDemo-module__gxtVJq__orbZone{place-items:center;padding:4px 0;display:grid}.VoiceAgentDemo-module__gxtVJq__orbCaption{text-align:center;color:var(--neutral-1000);margin:10px 0 0;font-size:12.5px;line-height:1.5}.VoiceAgentDemo-module__gxtVJq__transcript{background:var(--neutral-300);border-radius:var(--radius-lg);text-align:left;flex:1;min-height:120px;max-height:240px;padding:18px;font-size:13.5px;overflow:auto}.VoiceAgentDemo-module__gxtVJq__turn{color:var(--neutral-1200);margin:0 0 11px;line-height:1.55}.VoiceAgentDemo-module__gxtVJq__turn:last-child{margin-bottom:0}.VoiceAgentDemo-module__gxtVJq__turnRole{font-weight:600}.VoiceAgentDemo-module__gxtVJq__turnAgent .VoiceAgentDemo-module__gxtVJq__turnRole{color:var(--primary-700)}.VoiceAgentDemo-module__gxtVJq__turnUser .VoiceAgentDemo-module__gxtVJq__turnRole,.VoiceAgentDemo-module__gxtVJq__turnUser p{color:var(--neutral-1100)}.VoiceAgentDemo-module__gxtVJq__placeholder{text-align:center;color:var(--neutral-1000);margin:0;padding:24px 8px;font-size:13px;line-height:1.6}.VoiceAgentDemo-module__gxtVJq__resume{border-radius:var(--radius-lg);background:var(--primary-200);border:1px solid var(--primary-300);color:var(--primary-700);padding:12px 14px;font-size:12.5px;line-height:1.55}.VoiceAgentDemo-module__gxtVJq__actions button:disabled{opacity:.5;cursor:not-allowed;transform:none}.VoiceAgentDemo-module__gxtVJq__endBtn,.VoiceAgentDemo-module__gxtVJq__muteBtn{border-radius:var(--radius-md);cursor:pointer;transition:all var(--motion-base)var(--motion-ease);align-items:center;gap:8px;padding:12px 20px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;display:inline-flex}.VoiceAgentDemo-module__gxtVJq__endBtn{background:var(--red-200);color:var(--neutral-100);border:none}.VoiceAgentDemo-module__gxtVJq__endBtn:hover{background:#e04a4e}.VoiceAgentDemo-module__gxtVJq__muteBtn{background:var(--neutral-100);border:1px solid var(--neutral-600);color:var(--neutral-1100)}.VoiceAgentDemo-module__gxtVJq__muteBtn:hover{border-color:var(--primary-400);color:var(--primary-700)}@media (max-width:768px){.VoiceAgentDemo-module__gxtVJq__card{min-height:480px;padding:22px}.VoiceAgentDemo-module__gxtVJq__header{flex-direction:column;gap:12px}}
.ChatAgentDemo-module__hyRNAq__card{}.ChatAgentDemo-module__hyRNAq__header{}.ChatAgentDemo-module__hyRNAq__titleRow{}.ChatAgentDemo-module__hyRNAq__icon{}.ChatAgentDemo-module__hyRNAq__title{}.ChatAgentDemo-module__hyRNAq__subtitle{}.ChatAgentDemo-module__hyRNAq__status{}.ChatAgentDemo-module__hyRNAq__statusDot{}.ChatAgentDemo-module__hyRNAq__statusLive{}.ChatAgentDemo-module__hyRNAq__body{}.ChatAgentDemo-module__hyRNAq__actions{}.ChatAgentDemo-module__hyRNAq__hint{}.ChatAgentDemo-module__hyRNAq__thread{flex-direction:column;flex:1;gap:12px;min-height:0;max-height:320px;padding:20px 4px;display:flex;overflow-y:auto}.ChatAgentDemo-module__hyRNAq__empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:20px;padding:16px;display:flex}.ChatAgentDemo-module__hyRNAq__empty p{color:var(--neutral-1000);max-width:42ch;font-size:14px;font-weight:400;line-height:1.65}.ChatAgentDemo-module__hyRNAq__bubbleRow{display:flex}.ChatAgentDemo-module__hyRNAq__rowAgent{justify-content:flex-start}.ChatAgentDemo-module__hyRNAq__rowUser{justify-content:flex-end}.ChatAgentDemo-module__hyRNAq__bubble{border-radius:var(--radius-xl);white-space:pre-wrap;max-width:82%;padding:12px 16px;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:1.55}.ChatAgentDemo-module__hyRNAq__rowAgent .ChatAgentDemo-module__hyRNAq__bubble{background:var(--neutral-300);border:1px solid var(--neutral-500);border-bottom-left-radius:var(--radius-sm);color:var(--neutral-1200)}.ChatAgentDemo-module__hyRNAq__rowUser .ChatAgentDemo-module__hyRNAq__bubble{background:var(--primary-700);border-bottom-right-radius:var(--radius-sm);color:#fff}.ChatAgentDemo-module__hyRNAq__typing{align-items:center;gap:4px;padding:15px 16px;display:inline-flex}.ChatAgentDemo-module__hyRNAq__typing span{background:var(--neutral-800);border-radius:50%;width:6px;height:6px;animation:1.2s infinite ChatAgentDemo-module__hyRNAq__blink}.ChatAgentDemo-module__hyRNAq__typing span:nth-child(2){animation-delay:.2s}.ChatAgentDemo-module__hyRNAq__typing span:nth-child(3){animation-delay:.4s}@keyframes ChatAgentDemo-module__hyRNAq__blink{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}.ChatAgentDemo-module__hyRNAq__notice,.ChatAgentDemo-module__hyRNAq__error{border-radius:var(--radius-lg);flex-direction:column;gap:6px;padding:16px 18px;font-family:Poppins,sans-serif;font-size:13px;font-weight:400;line-height:1.6;display:flex}.ChatAgentDemo-module__hyRNAq__notice{background:var(--neutral-300);border:1px dashed var(--neutral-600);color:var(--neutral-1000)}.ChatAgentDemo-module__hyRNAq__notice strong{color:var(--neutral-1200);font-weight:600}.ChatAgentDemo-module__hyRNAq__notice code{background:var(--neutral-100);border:1px solid var(--neutral-500);color:var(--primary-700);border-radius:4px;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.ChatAgentDemo-module__hyRNAq__error{background:var(--red-100);color:#b3383b;border:1px solid #fb595d59}.ChatAgentDemo-module__hyRNAq__suggestions{flex-wrap:wrap;gap:8px;padding:4px 0 14px;display:flex}.ChatAgentDemo-module__hyRNAq__suggestion{border-radius:var(--radius-full);background:var(--neutral-100);border:1px solid var(--neutral-500);color:var(--neutral-1100);cursor:pointer;transition:all var(--motion-base)var(--motion-ease);padding:7px 12px;font-family:Poppins,sans-serif;font-size:12.5px;font-weight:500}.ChatAgentDemo-module__hyRNAq__suggestion:hover:not(:disabled){border-color:var(--primary-400);color:var(--primary-700)}.ChatAgentDemo-module__hyRNAq__suggestion:disabled{opacity:.5;cursor:not-allowed}.ChatAgentDemo-module__hyRNAq__composer{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.ChatAgentDemo-module__hyRNAq__composer input{border-radius:var(--radius-md);border:1px solid var(--neutral-600);background:var(--neutral-100);min-width:0;color:var(--neutral-1200);transition:border-color var(--motion-base)var(--motion-ease);outline:none;flex:1;padding:12px 16px;font-family:Poppins,sans-serif;font-size:14px;font-weight:400}.ChatAgentDemo-module__hyRNAq__composer input:focus{border-color:var(--primary-700)}.ChatAgentDemo-module__hyRNAq__composer input:disabled{background:var(--neutral-300);cursor:not-allowed}.ChatAgentDemo-module__hyRNAq__composer button{border-radius:var(--radius-md);background:var(--primary-700);color:#fff;cursor:pointer;width:42px;height:42px;transition:all var(--motion-base)var(--motion-ease);border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ChatAgentDemo-module__hyRNAq__composer button:hover:not(:disabled){background:var(--primary-600)}.ChatAgentDemo-module__hyRNAq__composer button:disabled{background:var(--neutral-600);cursor:not-allowed}@media (max-width:768px){.ChatAgentDemo-module__hyRNAq__card{min-height:480px;padding:22px}.ChatAgentDemo-module__hyRNAq__bubble{max-width:88%}}.ChatAgentDemo-module__hyRNAq__handoff{border-radius:var(--radius-md);background:var(--primary-200);border:1px solid var(--primary-300);width:100%;color:var(--primary-700);cursor:pointer;transition:all var(--motion-base)var(--motion-ease);justify-content:center;align-items:center;gap:8px;margin-bottom:14px;padding:11px 16px;font-family:Poppins,sans-serif;font-size:13.5px;font-weight:500;display:inline-flex}.ChatAgentDemo-module__hyRNAq__handoff:hover{background:var(--primary-300);border-color:var(--primary-500)}
