.assistant-chat-container{flex:1;width:100%;min-height:0;display:flex;container:assistant-chat/inline-size}.assistant-chat-layout{flex-direction:column;width:100%;min-height:0;display:flex}.assistant-chat-history{order:2;width:100%;min-height:0;margin-left:-12px;margin-right:-12px;display:none}.assistant-chat-history-open{flex:1;display:flex}.assistant-chat-history-card{background:#fff;border:0;border-radius:0;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.assistant-chat-history-heading{flex-direction:row;align-items:center;gap:8px;padding:8px 10px 0;display:none}.assistant-chat-wide-controls{display:none}.assistant-chat-narrow-header{flex-direction:row;order:1;align-items:center;gap:4px;min-height:32px;padding-bottom:8px;display:flex}.assistant-chat-content{flex:1;order:3;min-width:0;min-height:0;display:flex}.assistant-chat-content-history-open{display:none}.assistant-chat-content-inner{flex:1;width:100%;min-width:0;min-height:0;display:flex}@container assistant-chat (width>=1000px){.assistant-chat-layout{flex-direction:row;gap:24px}.assistant-chat-history-open{flex:0 0 276px;order:1;width:276px;margin-left:0;margin-right:0}.assistant-chat-history-card{border:1px solid #ececef;border-radius:16px}.assistant-chat-history-heading{padding-top:8px;display:flex}.assistant-chat-wide-controls-visible{flex:none;order:1;align-items:flex-start;display:flex}.assistant-chat-narrow-header{display:none}.assistant-chat-content,.assistant-chat-content-history-open{order:2;display:flex}.assistant-chat-content-inner{align-self:center;max-width:720px}}.voice-theatre-stage{flex-direction:column-reverse;align-items:stretch;gap:24px;display:flex}.voice-theatre-controls{width:100%}.assistant-voice-stage{box-sizing:border-box;pointer-events:none;justify-content:center;align-items:center;padding:12px 0;display:flex}.assistant-voice-group{flex-direction:column;align-items:stretch;width:100%;max-width:640px;min-height:0;max-height:100%;display:flex}.assistant-voice-controls{width:100%;max-width:calc(var(--voice-orb-size) * 1px + 120px);height:calc(var(--voice-orb-size) * 1px + 36px);flex-shrink:0;align-self:center;position:relative}.assistant-voice-orb{width:calc(var(--voice-orb-size) * 1px);height:calc(var(--voice-orb-size) * 1px);transform-origin:top;position:absolute;top:0;left:50%;transform:translate(-50%)scale(1)}.assistant-voice-status{top:calc(var(--voice-orb-size) * 1px + 4px);opacity:1;justify-content:center;display:flex;position:absolute;left:0;right:0}.assistant-voice-mute,.assistant-voice-stop{top:calc(var(--voice-orb-size) * .5px - 22px);pointer-events:auto;position:absolute;left:50%}.assistant-voice-mute{left:0}.assistant-voice-stop{left:auto;right:0}@media (width>=980px){.voice-theatre-stage{flex-direction:row}.voice-theatre-controls{width:260px}}