/* ================================================================
   SALES WORKSPACE
   Visual direction: indigo, amber and Horizon-compatible surfaces
   ================================================================ */

:root {
	--vooze-indigo: #3e4095;
	--vooze-indigo-strong: #2f327f;
	--vooze-indigo-soft: rgba(62, 64, 149, 0.12);
	--vooze-amber: #f2a80f;
	--vooze-amber-soft: rgba(242, 168, 15, 0.16);
	--vooze-surface: rgba(255, 255, 255, 0.92);
	--vooze-surface-strong: #ffffff;
	--vooze-border: rgba(62, 64, 149, 0.12);
	--vooze-shadow: 0 18px 48px rgba(27, 34, 86, 0.08);
	--vooze-shadow-soft: 0 8px 22px rgba(27, 34, 86, 0.08);
	--vooze-text: #1a1f36;
	--vooze-text-soft: #667085;
}

.voozeVendasPage {
	background:
		radial-gradient(circle at top left, rgba(62, 64, 149, 0.11), transparent 30%),
		radial-gradient(circle at top right, rgba(242, 168, 15, 0.12), transparent 24%),
		linear-gradient(180deg, #f6f8fd 0%, #eef2fa 48%, #fdfdfd 100%);
	min-height: 100%;
}

.voozeVendasHeader {
	background: linear-gradient(140deg, rgba(255, 255, 255, 0.9) 0%, rgba(247, 249, 254, 0.96) 100%) !important;
	border-bottom: 1px solid var(--vooze-border) !important;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.voozeVendasHeaderContent {
	padding: 0.35rem 0 0.75rem;
}

.voozeVendasHeaderIcon,
.voozeVendasTitleIcon {
	color: var(--vooze-indigo);
}

.voozeVendasHeaderIcon {
	font-size: 1rem;
}

.voozeVendasTitleIcon {
	font-size: 1.75rem;
}

.voozeVendasHeroRow {
	gap: 1rem;
	align-items: stretch;
}

.voozeVendasHeroCard {
	flex: 1 1 30rem;
	min-width: 18rem;
	padding: 1.25rem 1.35rem;
	border-radius: 1.5rem;
	background:
		linear-gradient(145deg, rgba(62, 64, 149, 0.95) 0%, rgba(54, 72, 152, 0.88) 55%, rgba(28, 39, 98, 0.95) 100%);
	box-shadow: 0 24px 50px rgba(39, 50, 116, 0.22);
	color: #ffffff;
	position: relative;
	overflow: hidden;
}

.voozeVendasHeroCard::after {
	content: "";
	position: absolute;
	inset: auto -15% -25% auto;
	width: 14rem;
	height: 14rem;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(242, 168, 15, 0.35) 0%, rgba(242, 168, 15, 0) 70%);
	pointer-events: none;
}

.voozeHeroAvatar.sapFAvatar,
.voozeWorkspaceAvatar.sapFAvatar,
.voozeChatAvatar.sapFAvatar,
.voozeChatEmptyAvatar.sapFAvatar {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.voozeHeroAvatar.sapFAvatar {
	background: linear-gradient(135deg, #f5c451 0%, #f2a80f 100%);
	color: #423000;
}

.voozeVendasHeroEyebrow.sapMText {
	color: rgba(255, 255, 255, 0.75) !important;
	font-size: 0.78rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase;
}

.voozeVendasHeroTitle .sapMTitleText {
	color: #ffffff !important;
	font-size: 1.45rem !important;
	line-height: 1.2 !important;
}

.voozeVendasHeroText.sapMText {
	color: rgba(255, 255, 255, 0.84) !important;
	max-width: 36rem;
	font-size: 0.95rem !important;
	line-height: 1.5 !important;
}

.voozeVendasHeroCard .sapMObjStatus {
	border-radius: 999px;
	padding: 0.35rem 0.75rem;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.voozeVendasHeroCard .sapMObjStatusText,
.voozeVendasHeroCard .sapMObjStatusIcon {
	color: #ffffff !important;
}

.voozeVendasHeroStats {
	flex: 0 1 27rem;
	align-content: flex-start;
	gap: 0.75rem;
}

.voozeHeroStatCard {
	min-width: 8.75rem;
	flex: 1 1 8.75rem;
	padding: 1rem 1.05rem;
	border-radius: 1.25rem;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.6);
	box-shadow: var(--vooze-shadow-soft);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.voozeHeroStatLabel.sapMText {
	color: var(--vooze-text-soft) !important;
	font-size: 0.76rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase;
}

.voozeHeroStatValue .sapMTitleText {
	color: var(--vooze-text) !important;
	font-size: 1.25rem !important;
	font-weight: 800 !important;
}

.voozeHeroStatMeta.sapMText {
	color: #8b93a7 !important;
	font-size: 0.8rem !important;
}

.voozeSalesTilesScroll {
	border-radius: 1.15rem;
	overflow: visible;
}

.voozeVendasTilesRow {
	gap: 0.75rem;
	padding: 0.3rem 0.15rem 0.6rem;
}

.voozeSaleTile.sapMGT {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(250, 251, 255, 0.98) 100%) !important;
	border: 1px solid var(--vooze-border) !important;
	border-radius: 1.15rem !important;
	box-shadow: var(--vooze-shadow-soft) !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease !important;
	width: 16rem !important;
	height: 11.5rem !important;
}

.voozeSaleTile.sapMGT:hover {
	transform: translateY(-3px) !important;
	box-shadow: 0 16px 30px rgba(27, 34, 86, 0.14) !important;
}

.voozeSaleTile .sapMGTHdrTxt {
	font-size: 0.92rem !important;
	font-weight: 700 !important;
	color: var(--vooze-text) !important;
}

.voozeSaleTile .sapMGTSubHdrTxt {
	color: var(--vooze-indigo) !important;
	font-weight: 600 !important;
	font-size: 0.78rem !important;
}

.voozeSaleTileContent {
	padding-top: 0.2rem;
	gap: 0.35rem;
}

.voozeSaleTileValue .sapMTitleText {
	color: var(--vooze-indigo) !important;
	font-size: 1.2rem !important;
	font-weight: 800 !important;
}

.voozeSaleTileMeta.sapMText,
.voozeSaleTileDate.sapMText {
	color: var(--vooze-text-soft) !important;
	font-size: 0.82rem !important;
}

.voozeVendasWorkspace {
	padding: 1rem 1rem 1.5rem;
}

.voozeWorkspaceCard {
	background: var(--vooze-surface);
	border: 1px solid var(--vooze-border);
	border-radius: 1.5rem;
	box-shadow: var(--vooze-shadow);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	padding: 1rem;
}

.voozeWorkspaceCardHeader {
	margin-bottom: 0.9rem;
	gap: 0.75rem;
}

.voozeWorkspaceSubtext.sapMText {
	color: var(--vooze-text-soft) !important;
	font-size: 0.85rem !important;
	line-height: 1.45 !important;
}

.voozeWorkspaceAvatar.sapFAvatar {
	background: linear-gradient(135deg, rgba(62, 64, 149, 0.92) 0%, rgba(92, 107, 192, 0.92) 100%);
	color: #ffffff;
}

.voozeWorkspaceChatCard {
	padding-bottom: 0.75rem;
	gap: 0.85rem;
}

.voozeChatTopStrip.sapMMsgStrip {
	margin-bottom: 0.85rem;
	border-radius: 1rem;
}

.voozeChatTranscriptToolbar.sapMTB {
	padding: 0.4rem 0.25rem 0.75rem;
	background: transparent !important;
	border: none !important;
}

.voozeChatTranscriptTitle .sapMTitleText {
	color: var(--vooze-text) !important;
	font-size: 1rem !important;
	font-weight: 800 !important;
}

.voozeChatMetaText.sapMText {
	color: var(--vooze-text-soft) !important;
	font-size: 0.8rem !important;
}

.voozeChatMessages.sapMScrollCont {
	border-radius: 1.25rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.45) 0%, rgba(246, 248, 253, 0.84) 100%),
		repeating-linear-gradient(180deg, transparent 0, transparent 39px, rgba(62, 64, 149, 0.03) 40px);
	border: 1px solid rgba(62, 64, 149, 0.08) !important;
	min-height: 24rem;
}

.voozeChatMessages .sapMScrollContScroll {
	padding: 1rem !important;
}

.voozeChatEmptyState {
	padding: 2.8rem 1.5rem 2.2rem;
	text-align: center;
}

.voozeChatEmptyAvatar.sapFAvatar {
	background: linear-gradient(135deg, rgba(242, 168, 15, 0.9) 0%, rgba(255, 203, 68, 0.9) 100%);
	color: #5b4200;
}

.voozeChatItem.sapMLIB {
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
}

.voozeChatRow {
	padding: 0.35rem 0.2rem;
}

.voozeChatAvatar.sapFAvatar {
	width: 2.15rem;
	height: 2.15rem;
	min-width: 2.15rem;
}

.voozeAvatarUser.sapFAvatar {
	background: linear-gradient(135deg, rgba(62, 64, 149, 0.96) 0%, rgba(92, 107, 192, 0.96) 100%);
	color: #ffffff;
}

.voozeAvatarAI.sapFAvatar {
	background: linear-gradient(135deg, rgba(242, 168, 15, 0.96) 0%, rgba(255, 197, 58, 0.96) 100%);
	color: #4d3800;
}

.chatBubbleUser,
.chatBubbleAi {
	max-width: 78%;
	padding: 0.8rem 1rem !important;
	border-radius: 1.1rem;
	word-break: break-word;
	gap: 0.35rem;
}

.chatBubbleUser {
	background: linear-gradient(135deg, rgba(62, 64, 149, 0.96) 0%, rgba(91, 107, 192, 0.96) 100%) !important;
	border-radius: 1.1rem 1.1rem 0.35rem 1.1rem !important;
	box-shadow: 0 12px 22px rgba(62, 64, 149, 0.2) !important;
}

.chatBubbleUser .sapMText {
	color: #ffffff !important;
	font-size: 0.92rem !important;
	line-height: 1.5 !important;
}

.chatBubbleAi {
	background: rgba(255, 255, 255, 0.95) !important;
	border: 1px solid rgba(62, 64, 149, 0.12) !important;
	border-radius: 1.1rem 1.1rem 1.1rem 0.35rem !important;
	box-shadow: 0 10px 20px rgba(27, 34, 86, 0.07) !important;
}

.chatBubbleAi .sapMText {
	color: var(--vooze-text) !important;
	font-size: 0.92rem !important;
	line-height: 1.5 !important;
}

.voozeChatBubbleLabel.sapMText {
	font-size: 0.69rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase;
}

.voozeChatBubbleLabelUser.sapMText {
	color: rgba(255, 255, 255, 0.74) !important;
}

.voozeChatBubbleLabelAI.sapMText {
	color: var(--vooze-indigo) !important;
}

.voozeSideRail {
	gap: 0.9rem;
}

.voozePrimaryActionButton.sapMBtn .sapMBtnInner {
	background: linear-gradient(135deg, var(--vooze-indigo) 0%, #5c6bc0 100%) !important;
	border-color: transparent !important;
	color: #ffffff !important;
	border-radius: 1rem !important;
	height: 2.7rem !important;
	font-weight: 700 !important;
	box-shadow: 0 16px 28px rgba(62, 64, 149, 0.2);
}

.voozePrimaryActionButton.sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner {
	background: linear-gradient(135deg, var(--vooze-indigo-strong) 0%, var(--vooze-indigo) 100%) !important;
}

.voozePromptList {
	gap: 0.55rem;
}

.voozePromptButton.sapMBtn {
	width: 100%;
}

.voozePromptButton.sapMBtn .sapMBtnInner {
	border-radius: 0.95rem !important;
	border-color: rgba(62, 64, 149, 0.14) !important;
	background: rgba(247, 249, 255, 0.88) !important;
	color: var(--vooze-text) !important;
	font-weight: 600 !important;
	text-align: left !important;
	justify-content: flex-start;
}

.voozePromptButton.sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner {
	background: rgba(62, 64, 149, 0.08) !important;
}

.voozeSelectionMetrics {
	gap: 0.55rem;
	margin-bottom: 0.6rem;
}

.voozeSelectionMetricCard {
	flex: 1 1 8rem;
	min-width: 8rem;
	padding: 0.9rem 1rem;
	border-radius: 1.15rem;
	background: linear-gradient(180deg, rgba(250, 251, 255, 1) 0%, rgba(244, 247, 255, 0.96) 100%);
	border: 1px solid rgba(62, 64, 149, 0.08);
}

.voozeSelectionMetricLabel.sapMText {
	color: var(--vooze-text-soft) !important;
	font-size: 0.74rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.05em !important;
	text-transform: uppercase;
}

.voozeSelectionList {
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid rgba(62, 64, 149, 0.08);
}

.voozeSelectionList .sapMLIB {
	background: transparent !important;
}

.voozeSelectionItemTitle.sapMText {
	color: var(--vooze-text) !important;
	font-weight: 700 !important;
}

.voozeSelectionItemMeta.sapMText {
	color: var(--vooze-text-soft) !important;
	font-size: 0.8rem !important;
}

.voozeChatComposer {
	padding: 1rem;
	gap: 0.9rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(247, 250, 255, 0.98) 100%),
		radial-gradient(circle at top right, rgba(242, 168, 15, 0.08) 0%, rgba(242, 168, 15, 0) 32%);
	border: 1px solid rgba(62, 64, 149, 0.1);
	border-radius: 1.25rem;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.voozeChatComposerHeader,
.voozeChatContextHeader,
.voozeChatComposerFooter {
	gap: 0.75rem;
}

.voozeChatComposerSupportText.sapMText,
.voozeChatComposerHintText.sapMText {
	color: var(--vooze-text-soft) !important;
	font-size: 0.82rem !important;
	line-height: 1.45 !important;
}

.voozeChatComposerHint {
	flex: 1 1 22rem;
	max-width: 34rem;
}

.voozeChatComposerActions.sapMTB {
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
}

.voozeChatTextArea .sapMTextAreaInner {
	min-height: 7.5rem !important;
	padding: 1rem 1rem 0.95rem !important;
	border-radius: 1.05rem !important;
	border: 1px solid rgba(62, 64, 149, 0.14) !important;
	background: rgba(255, 255, 255, 0.96) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
	color: var(--vooze-text) !important;
	font-size: 0.97rem !important;
	line-height: 1.55 !important;
}

.voozeChatTextArea.sapMInputBaseFocused .sapMTextAreaInner {
	border-color: rgba(62, 64, 149, 0.36) !important;
	box-shadow: 0 0 0 0.2rem rgba(62, 64, 149, 0.1) !important;
}

.voozeChatAssistInput .sapMInputBaseContentWrapper {
	min-height: 3.1rem;
	border-radius: 1rem !important;
	border: 1px solid rgba(62, 64, 149, 0.14) !important;
	background: rgba(255, 255, 255, 0.92) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
	padding: 0.2rem 0.4rem !important;
}

.voozeChatAssistInput.sapMInputBaseFocused .sapMInputBaseContentWrapper {
	border-color: rgba(62, 64, 149, 0.34) !important;
	box-shadow: 0 0 0 0.18rem rgba(62, 64, 149, 0.09) !important;
}

.voozeChatAssistInput .sapMInputBaseInner {
	padding: 0.65rem 0.35rem 0.5rem !important;
	color: var(--vooze-text) !important;
}

.voozeChatAssistInput .sapMTokenizer {
	border: none !important;
	background: transparent !important;
	padding: 0.15rem 0 0 0.1rem !important;
}

.voozeChatAssistInput .sapMToken {
	border-radius: 0.75rem !important;
}

.voozeHelperBtn.sapMBtn .sapMBtnInner {
	border-radius: 1rem !important;
	border-color: rgba(62, 64, 149, 0.14) !important;
	background: rgba(255, 255, 255, 0.85) !important;
	font-weight: 700 !important;
}

.voozeSendBtn.sapMBtn .sapMBtnInner {
	background: linear-gradient(135deg, var(--vooze-indigo) 0%, #5c6bc0 100%) !important;
	border-color: transparent !important;
	color: #ffffff !important;
	border-radius: 1rem !important;
	min-width: 2.75rem !important;
	box-shadow: 0 16px 26px rgba(62, 64, 149, 0.18);
}

.voozeSendBtn.sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner {
	background: linear-gradient(135deg, var(--vooze-indigo-strong) 0%, var(--vooze-indigo) 100%) !important;
}

.voozeVendaManualPage {
	background:
		radial-gradient(circle at top left, rgba(62, 64, 149, 0.08), transparent 28%),
		radial-gradient(circle at 82% 14%, rgba(39, 132, 110, 0.08), transparent 22%),
		linear-gradient(180deg, #f7f9fc 0%, #eff4f7 48%, #fdfdfd 100%);
	min-height: 100%;
}

.voozeVendaManualPage .sapFDynamicPageContent,
.voozeVendaManualPage .sapFDynamicPageContentFitContainer {
	background: transparent !important;
}

.voozeVendaManualHeroCard {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(248, 250, 255, 0.94) 100%) !important;
	border: 1px solid rgba(62, 64, 149, 0.1);
	box-shadow: var(--vooze-shadow);
	color: var(--vooze-text);
}

.voozeVendaManualHeroCard::after {
	background: radial-gradient(circle, rgba(62, 64, 149, 0.16) 0%, rgba(62, 64, 149, 0) 70%);
}

.voozeVendaManualHeroCard .voozeVendasHeroEyebrow.sapMText {
	color: var(--vooze-indigo) !important;
}

.voozeVendaManualHeroCard .voozeVendasHeroTitle .sapMTitleText {
	color: var(--vooze-text) !important;
}

.voozeVendaManualHeroCard .voozeVendasHeroText.sapMText {
	color: var(--vooze-text-soft) !important;
}

.voozeVendaManualHeroCard .sapMObjStatus {
	background: rgba(62, 64, 149, 0.06);
}

.voozeVendaManualHeroCard .sapMObjStatusText,
.voozeVendaManualHeroCard .sapMObjStatusIcon {
	color: var(--vooze-text) !important;
}

.voozeVendaManualHeroMeta {
	flex: 1 1 18rem;
	max-width: 24rem;
}

.voozeVendaManualHeroClientCard {
	background: rgba(255, 255, 255, 0.92);
}

.voozeVendaManualMainCard {
	gap: 0.9rem;
}

.voozeVendaManualClienteSelector {
	padding: 0.85rem 0.95rem;
	border-radius: 1rem;
	border: 1px solid rgba(62, 64, 149, 0.08);
	background: rgba(255, 255, 255, 0.95);
}

.voozeVendaManualClienteSummary .sapMTitleText {
	color: var(--vooze-text) !important;
	font-size: 1rem !important;
}

.voozeVendaManualClienteToolbar.sapMTB {
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
}

.voozeVendaManualInlineText.sapMText {
	color: var(--vooze-text-soft) !important;
	font-size: 0.84rem !important;
	line-height: 1.45 !important;
}

.voozeVendaManualItemsCard {
	padding: 1rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 251, 255, 0.96) 100%);
}

.voozeVendaManualItemsToolbar.sapMTB {
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
}

.voozeVendaManualItemsTable {
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid rgba(62, 64, 149, 0.08);
	background: rgba(255, 255, 255, 0.96);
}

.voozeVendaManualItemsTable .sapMListTblHeaderCell {
	background: rgba(245, 248, 255, 0.95) !important;
	border-bottom: 1px solid rgba(62, 64, 149, 0.08);
}

.voozeVendaManualItemsTable .sapMListTblCell {
	padding-top: 0.8rem !important;
	padding-bottom: 0.8rem !important;
}

.voozeVendaManualItemsTable .sapMListTblRow:hover > td {
	background: rgba(62, 64, 149, 0.03);
}

.voozeVendaManualSummaryCard {
	gap: 0.85rem;
}

.voozeVendaManualSummaryBlock {
	padding: 0.95rem 1rem;
	border-radius: 1rem;
	background: linear-gradient(180deg, rgba(248, 250, 255, 0.98) 0%, rgba(243, 247, 255, 0.94) 100%);
	border: 1px solid rgba(62, 64, 149, 0.08);
}

.voozeVendaManualSummaryLine {
	padding-top: 0.9rem;
	margin-top: 0.2rem;
	border-top: 1px solid rgba(62, 64, 149, 0.08);
}

.voozeVendaManualSummaryText.sapMText {
	color: var(--vooze-text) !important;
	line-height: 1.5 !important;
}

.voozeVendaManualPage .sapFDynamicPageActualFooterControl {
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 1rem rem;
}

.voozeVendaManualFloatingFooter.sapMTB {
	width: min(100%, 76rem);	
	margin-bottom: 20px !important;
	padding: 0.5rem 0.4rem !important;	
	background-color: #e1f4ff !important;
    border-color: #7bcfff !important;
	border-radius: 14px !important;
	color: floralwhite !important;
	box-shadow: 0 4px 23px rgba(25, 44, 120, 1) !important;
	transition: transform 0.30s ease-in, box-shadow 0.59s ease !important;
}

.voozeVendaManualFloatingFooterBlock {
	min-width: 9rem;
}

.voozeVendaManualFloatingFooter .sapMObjStatus {
	padding: 0.25rem 0.2rem 0.1rem;
	background: transparent;
}

/* ── Botao de microfone ─────────────────────────────────────────────────── */

.voozeMicBtn.sapMBtn .sapMBtnInner {
	border-radius: 1rem !important;
	border-color: rgba(62, 64, 149, 0.14) !important;
	background: rgba(255, 255, 255, 0.85) !important;
	color: var(--vooze-indigo) !important;
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.voozeMicBtn.sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner {
	border-color: var(--vooze-indigo) !important;
	background: var(--vooze-indigo-soft) !important;
	box-shadow: 0 4px 14px rgba(62, 64, 149, 0.15) !important;
}

/* Estado gravando — fundo vermelho pulsante */
.voozeMicBtn--gravando.sapMBtn .sapMBtnInner {
	background: linear-gradient(135deg, #e53935 0%, #c62828 100%) !important;
	border-color: transparent !important;
	color: #ffffff !important;
	box-shadow: 0 4px 14px rgba(229, 57, 53, 0.4) !important;
	animation: voozeMicPulse 1.2s ease-in-out infinite !important;
}

@keyframes voozeMicPulse {
	0%   { box-shadow: 0 0 0 0 rgba(229, 57, 53, 0.55); }
	60%  { box-shadow: 0 0 0 8px rgba(229, 57, 53, 0); }
	100% { box-shadow: 0 0 0 0 rgba(229, 57, 53, 0); }
}

/* Estado processando — opaco */
.voozeMicBtn.sapMBtn.sapMBtnDisabled .sapMBtnInner {
	opacity: 0.5 !important;
}

@media (max-width: 1024px) {
	.voozeVendasWorkspace {
		padding: 0.8rem 0.8rem 1.25rem;
	}

	.voozeVendasHeroCard,
	.voozeHeroStatCard {
		flex-basis: 100%;
	}

	.voozeChatMessages.sapMScrollCont {
		height: 26rem !important;
	}

	.voozeChatTextArea .sapMTextAreaInner {
		min-height: 6.5rem !important;
	}

}

@media (max-width: 680px) {
	.voozeVendasWorkspace {
		padding: 0.55rem 0.55rem 1rem;
	}

	.voozeWorkspaceCard {
		padding: 0.85rem;
		border-radius: 1.2rem;
	}

	.voozeVendasHeroCard {
		padding: 1rem;
	}

	.voozeVendasHeroTitle .sapMTitleText {
		font-size: 1.2rem !important;
	}

	.voozeHeroStatCard,
	.voozeSelectionMetricCard {
		min-width: calc(50% - 0.35rem);
	}

	.voozeChatMessages.sapMScrollCont {
		height: 22rem !important;
	}

	.chatBubbleUser,
	.chatBubbleAi {
		max-width: 88%;
	}

	.voozeChatComposer {
		padding: 0.6rem;
	}

	.voozeChatTranscriptToolbar.sapMTB {
		padding: 0.2rem 0.1rem 0.65rem;
	}

	.voozeChatComposerHint {
		max-width: none;
	}

	.voozeChatComposerActions.sapMTB {
		width: 100%;
	}

	.voozeVendaManualItemsToolbar.sapMTB {
		width: 100%;
		padding-top: 0.35rem !important;
	}

	.voozeVendaManualSummaryLine {
		flex-wrap: wrap;
		gap: 0.75rem;
	}

	.voozeVendaManualFloatingFooter.sapMTB {
		width: 100%;
		padding: 0.75rem 0.85rem !important;
	}

	.voozeVendaManualFloatingFooterBlock {
		min-width: 100%;
	}

	.voozeVendaManualClienteToolbar.sapMTB {
		width: 100%;
	}
}
