#mwi-root {
	all: initial !important;
	position: static !important;
	display: block !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

#mwi-surface {
	all: initial;
	--mwi-header: #f0f2f5;
	--mwi-header-text: #111b21;
	--mwi-header-muted: #667781;
	--mwi-action: #00a884;
	--mwi-background: none;
	position: relative;
	z-index: 2147483000;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #111b21;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

#mwi-surface,
#mwi-surface *,
#mwi-surface *::before,
#mwi-surface *::after {
	box-sizing: border-box;
}

#mwi-surface .mwi-honeypot {
	position: fixed !important;
	left: -10000px !important;
	top: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

/* Evita que o selo opcional do reCAPTCHA cubra o botão do WhatsApp. */
.grecaptcha-badge {
	z-index: 2147482999 !important;
	bottom: 96px !important;
}

#mwi-surface button,
#mwi-surface textarea {
	all: unset;
	box-sizing: border-box;
	font: inherit;
}

#mwi-surface button {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

#mwi-surface img,
#mwi-surface svg {
	display: block;
	max-width: none;
}

#mwi-surface .mwi-launcher {
	position: fixed;
	z-index: 2147483001;
	right: 22px;
	bottom: 22px;
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.2s ease, filter 0.2s ease;
}

#mwi-surface.mwi-position-left .mwi-launcher {
	right: auto;
	left: 22px;
}

#mwi-surface .mwi-launcher:hover .mwi-launcher-core,
#mwi-surface .mwi-launcher:focus-visible .mwi-launcher-core {
	box-shadow: 0 9px 25px rgba(17, 27, 33, 0.3);
	filter: brightness(1.03);
}

#mwi-surface .mwi-launcher:focus-visible {
	outline: 3px solid rgba(37, 211, 102, 0.3);
	outline-offset: 4px;
}

#mwi-surface .mwi-launcher-core {
	position: relative;
	display: block;
	width: 64px;
	height: 64px;
	overflow: hidden;
	background: #25d366;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 50%;
	box-shadow: 0 7px 20px rgba(17, 27, 33, 0.25);
	transition: box-shadow 0.2s ease, filter 0.2s ease;
}

#mwi-surface .mwi-launcher-core::after {
	content: "";
	position: absolute;
	inset: -1px;
	border: 2px solid rgba(37, 211, 102, 0.62);
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	animation: mwi-launcher-ring 1.25s 1.8s ease-out 1;
}

#mwi-surface .mwi-launcher-core img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}

#mwi-surface .mwi-launcher-core > svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 39px;
	height: 39px;
	color: #fff;
	fill: currentColor;
	transform: translate(-50%, -50%);
}

#mwi-surface .mwi-unread-badge {
	position: absolute;
	top: -2px;
	right: -1px;
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	color: #fff;
	background: #e53935;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	opacity: 0;
	transform: translateY(3px);
	animation: mwi-badge-in 0.28s 1.45s ease forwards;
}

#mwi-surface.mwi-chat-open .mwi-launcher {
	opacity: 0 !important;
	pointer-events: none;
}

#mwi-surface .mwi-nudge {
	position: fixed;
	z-index: 2147483001;
	right: 22px;
	bottom: 98px;
	display: flex;
	align-items: flex-start;
	width: min(300px, calc(100vw - 34px));
	padding: 5px;
	color: #111b21;
	background: #fff;
	border: 1px solid rgba(17, 27, 33, 0.08);
	border-radius: 13px;
	box-shadow: 0 9px 30px rgba(17, 27, 33, 0.18);
	opacity: 0;
	pointer-events: none;
	transform: translateY(9px);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

#mwi-surface.mwi-position-left .mwi-nudge {
	right: auto;
	left: 22px;
}

#mwi-surface.mwi-nudge-visible .mwi-nudge {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

#mwi-surface.mwi-chat-open .mwi-nudge {
	opacity: 0;
	pointer-events: none;
}

#mwi-surface .mwi-nudge::after {
	content: "";
	position: absolute;
	right: 25px;
	bottom: -7px;
	width: 14px;
	height: 14px;
	background: #fff;
	border-right: 1px solid rgba(17, 27, 33, 0.08);
	border-bottom: 1px solid rgba(17, 27, 33, 0.08);
	transform: rotate(45deg);
}

#mwi-surface.mwi-position-left .mwi-nudge::after {
	right: auto;
	left: 25px;
}

#mwi-surface .mwi-nudge-main {
	display: flex;
	align-items: center;
	flex: 1;
	gap: 10px;
	min-width: 0;
	padding: 9px 28px 9px 9px;
	border-radius: 9px;
}

#mwi-surface .mwi-nudge-main:hover {
	background: #f7f9fa;
}

#mwi-surface .mwi-nudge-main > img,
#mwi-surface .mwi-nudge-avatar {
	display: grid;
	place-items: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	object-fit: cover;
	color: #fff;
	background: #00a884;
	border-radius: 50%;
	font-size: 15px;
	font-weight: 700;
}

#mwi-surface .mwi-nudge-main > span:last-child {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

#mwi-surface .mwi-nudge-main strong {
	margin-bottom: 2px;
	color: #111b21;
	font-size: 12px;
	font-weight: 600;
}

#mwi-surface .mwi-nudge-main small {
	display: -webkit-box;
	overflow: hidden;
	color: #54656f;
	font-size: 11px;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#mwi-surface .mwi-nudge-close {
	position: absolute;
	top: 5px;
	right: 7px;
	display: grid;
	place-items: center;
	width: 25px;
	height: 25px;
	color: #8696a0;
	border-radius: 50%;
	font-size: 18px;
	line-height: 1;
}

#mwi-surface .mwi-nudge-close:hover {
	color: #111b21;
	background: #f0f2f5;
}

#mwi-surface .mwi-dialog {
	position: fixed;
	z-index: 2147483002;
	right: 22px;
	bottom: 22px;
	display: flex;
	flex-direction: column;
	width: min(382px, calc(100vw - 34px));
	height: min(638px, calc(100vh - 44px));
	min-height: 430px;
	overflow: hidden;
	color: #111b21;
	background: #efeae2;
	border: 1px solid rgba(17, 27, 33, 0.1);
	border-radius: 14px;
	box-shadow: 0 18px 55px rgba(17, 27, 33, 0.25);
	opacity: 0;
	pointer-events: none;
	transform: translateY(15px);
	transform-origin: bottom right;
	transition: opacity 0.25s ease, transform 0.25s cubic-bezier(.2,.75,.3,1);
}

#mwi-surface.mwi-position-left .mwi-dialog {
	right: auto;
	left: 22px;
	transform-origin: bottom left;
}

#mwi-surface .mwi-dialog.is-open {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

#mwi-surface .mwi-header {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 9px;
	min-height: 64px;
	padding: 9px 12px 9px 7px;
	color: var(--mwi-header-text);
	background: var(--mwi-header);
	border-bottom: 1px solid rgba(17, 27, 33, 0.06);
}

#mwi-surface .mwi-close {
	display: grid;
	place-items: center;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	color: var(--mwi-header-muted);
	border-radius: 50%;
}

#mwi-surface .mwi-close:hover,
#mwi-surface .mwi-close:focus-visible {
	background: rgba(17, 27, 33, 0.07);
	outline: none;
}

#mwi-surface .mwi-close svg {
	width: 23px;
	height: 23px;
	fill: currentColor;
}

#mwi-surface .mwi-avatar {
	display: grid;
	place-items: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	object-fit: cover;
	color: #fff;
	background: #00a884;
	border: 1px solid rgba(17, 27, 33, 0.08);
	border-radius: 50%;
	font-size: 15px;
	font-weight: 700;
}

#mwi-surface .mwi-identity {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
}

#mwi-surface .mwi-identity strong {
	overflow: hidden;
	color: var(--mwi-header-text);
	font-size: 14px;
	font-weight: 600;
	line-height: 19px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#mwi-surface .mwi-identity span {
	overflow: hidden;
	color: var(--mwi-header-muted);
	font-size: 11px;
	line-height: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#mwi-surface .mwi-identity span.is-typing {
	color: var(--mwi-action);
}

#mwi-surface .mwi-header-more {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
	gap: 2px;
	width: 28px;
	height: 34px;
}

#mwi-surface .mwi-header-more i {
	display: block;
	width: 3px;
	height: 3px;
	background: var(--mwi-header-muted);
	border-radius: 50%;
}

#mwi-surface .mwi-conversation {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 6px;
	min-height: 0;
	padding: 13px 13px 18px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #efeae2;
	background-image: linear-gradient(rgba(239, 234, 226, 0.9), rgba(239, 234, 226, 0.9)), var(--mwi-background);
	background-repeat: repeat;
	background-size: auto, 360px auto;
	scroll-behavior: smooth;
}

#mwi-surface .mwi-conversation::-webkit-scrollbar {
	width: 5px;
}

#mwi-surface .mwi-conversation::-webkit-scrollbar-thumb {
	background: rgba(17, 27, 33, 0.18);
	border-radius: 10px;
}

#mwi-surface .mwi-day-chip {
	align-self: center;
	margin: 0 0 5px;
	padding: 5px 11px;
	color: #54656f;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 7px;
	box-shadow: 0 1px 1px rgba(17, 27, 33, 0.08);
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}

#mwi-surface .mwi-bubble {
	position: relative;
	align-self: flex-start;
	max-width: 84%;
	padding: 7px 8px 6px 9px;
	color: #111b21;
	background: #fff;
	border-radius: 7.5px;
	box-shadow: 0 1px 1px rgba(17, 27, 33, 0.13);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.38;
	overflow-wrap: anywhere;
	animation: mwi-bubble-in 0.18s ease both;
}

#mwi-surface .mwi-bubble.is-sent {
	align-self: flex-end;
	background: #d9fdd3;
}

#mwi-surface .mwi-bubble::before {
	content: "";
	position: absolute;
	top: 0;
	left: -7px;
	width: 0;
	height: 0;
	border-top: 8px solid #fff;
	border-left: 8px solid transparent;
}

#mwi-surface .mwi-bubble.is-sent::before {
	right: -7px;
	left: auto;
	border-top-color: #d9fdd3;
	border-right: 8px solid transparent;
	border-left: 0;
}

#mwi-surface .mwi-bubble-text {
	white-space: pre-wrap;
}

#mwi-surface .mwi-bubble-time {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	float: right;
	min-height: 11px;
	margin: 5px 0 0 9px;
	color: #667781;
	font-size: 9px;
	line-height: 1;
}

#mwi-surface .mwi-bubble-time img {
	width: auto;
	height: 9px;
	opacity: 0.38;
	transition: opacity 0.2s ease;
}

#mwi-surface .mwi-bubble-time img.is-read {
	opacity: 1;
}

#mwi-surface .mwi-composer {
	flex: 0 0 auto;
	padding: 8px 9px 7px;
	background: #f0f2f5;
	border-top: 1px solid rgba(17, 27, 33, 0.05);
}

#mwi-surface .mwi-input-row {
	display: flex;
	align-items: flex-end;
	gap: 7px;
}

#mwi-surface .mwi-input-shell {
	display: flex;
	align-items: flex-end;
	flex: 1;
	min-width: 0;
	min-height: 42px;
	padding: 0 13px 0 11px;
	background: #fff;
	border: 1px solid transparent;
	border-radius: 21px;
}

#mwi-surface .mwi-input-shell:focus-within {
	border-color: rgba(17, 27, 33, 0.1);
}

#mwi-surface .mwi-emoji-icon {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	margin: 10px 9px 10px 0;
	fill: none;
	stroke: #8696a0;
	stroke-linecap: round;
	stroke-width: 1.7;
}

#mwi-surface #mwi-input {
	display: block;
	flex: 1;
	width: 100%;
	max-height: 82px;
	min-height: 40px;
	padding: 10px 0 9px;
	overflow-y: auto;
	color: #111b21;
	background: transparent;
	border: 0;
	outline: 0;
	resize: none;
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
	-webkit-text-fill-color: #111b21;
}

#mwi-surface #mwi-input::placeholder {
	color: #667781;
	opacity: 1;
}

#mwi-surface #mwi-input[aria-invalid="true"] {
	-webkit-text-fill-color: #c62828;
}

#mwi-surface .mwi-send {
	display: grid;
	place-items: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	color: #fff;
	background: var(--mwi-action);
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(17, 27, 33, 0.15);
	transition: filter 0.16s ease;
}

#mwi-surface .mwi-send:hover,
#mwi-surface .mwi-send:focus-visible {
	filter: brightness(0.94);
	outline: none;
}

#mwi-surface .mwi-send svg {
	width: 21px;
	height: 21px;
	fill: currentColor;
	transform: translateX(1px);
}

#mwi-surface .mwi-choices {
	display: none;
	flex-direction: column;
	gap: 6px;
	max-height: 210px;
	overflow-y: auto;
}

#mwi-surface .mwi-composer.is-choice .mwi-input-row {
	display: none;
}

#mwi-surface .mwi-composer.is-multiple .mwi-input-row,
#mwi-surface .mwi-composer.is-select .mwi-input-row,
#mwi-surface .mwi-composer.is-upload .mwi-input-row {
	display: none;
}

#mwi-surface .mwi-composer.is-choice .mwi-choices,
#mwi-surface .mwi-composer.is-multiple .mwi-choices {
	display: flex;
}

#mwi-surface .mwi-choice {
	position: relative;
	display: block;
	width: 100%;
	min-height: 40px;
	padding: 9px 34px 9px 12px;
	color: #008069;
	background: #fff;
	border: 1px solid rgba(17, 27, 33, 0.09);
	border-radius: 8px;
	box-shadow: 0 1px 1px rgba(17, 27, 33, 0.05);
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
}

#mwi-surface .mwi-choice::after {
	content: "›";
	position: absolute;
	top: 50%;
	right: 13px;
	color: #8696a0;
	font-size: 18px;
	font-weight: 400;
	transform: translateY(-52%);
}

#mwi-surface .mwi-choice:hover,
#mwi-surface .mwi-choice:focus-visible {
	background: #f7f9fa;
	outline: none;
}

#mwi-surface .mwi-choice:disabled {
	opacity: 0.55;
	cursor: wait;
}

#mwi-surface .mwi-composer.is-multiple .mwi-choice {
	padding-right: 42px;
	text-align: left;
}

#mwi-surface .mwi-composer.is-multiple .mwi-choice::after {
	content: "";
	width: 16px;
	height: 16px;
	border: 1.5px solid #8696a0;
	border-radius: 4px;
}

#mwi-surface .mwi-composer.is-multiple .mwi-choice.is-selected {
	color: #006b59;
	background: #e7f8f3;
	border-color: #7bd3bd;
}

#mwi-surface .mwi-composer.is-multiple .mwi-choice.is-selected::after {
	content: "✓";
	display: grid;
	place-items: center;
	color: #fff;
	background: var(--mwi-action);
	border-color: var(--mwi-action);
	font-size: 11px;
	font-weight: 700;
}

#mwi-surface .mwi-multiple-send,
#mwi-surface #mwi-select-send,
#mwi-surface #mwi-upload-send {
	display: block;
	width: 100%;
	min-height: 40px;
	padding: 9px 15px;
	color: #fff;
	background: var(--mwi-action);
	border-radius: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
}

#mwi-surface .mwi-select-response,
#mwi-surface .mwi-upload-response {
	display: none;
}

#mwi-surface .mwi-composer.is-select .mwi-select-response,
#mwi-surface .mwi-composer.is-upload .mwi-upload-response {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

#mwi-surface #mwi-select {
	all: unset;
	display: block;
	width: 100%;
	min-height: 42px;
	padding: 10px 36px 10px 13px;
	color: #111b21;
	background: #fff linear-gradient(45deg, transparent 50%, #667781 50%) calc(100% - 16px) 18px / 5px 5px no-repeat;
	border: 1px solid rgba(17, 27, 33, 0.1);
	border-radius: 9px;
	font-size: 12px;
	appearance: auto;
}

#mwi-surface .mwi-upload-picker {
	display: flex;
	align-items: center;
	gap: 11px;
	min-height: 54px;
	padding: 10px 12px;
	color: #008069;
	background: #fff;
	border: 1px dashed #8faaa4;
	border-radius: 9px;
	cursor: pointer;
}

#mwi-surface .mwi-upload-picker input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

#mwi-surface .mwi-upload-picker svg {
	flex: 0 0 27px;
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

#mwi-surface .mwi-upload-picker > span {
	display: flex;
	flex-direction: column;
}

#mwi-surface .mwi-upload-picker strong { font-size: 12px; font-weight: 600; }
#mwi-surface .mwi-upload-picker small { color: #667781; font-size: 9px; }
#mwi-surface .mwi-file-list { display: flex; flex-direction: column; gap: 4px; }
#mwi-surface .mwi-file-list span { overflow: hidden; padding: 6px 9px; color: #44565f; background: #e5eaec; border-radius: 6px; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }

#mwi-surface .mwi-consent {
	display: block;
	margin: 6px 7px 0;
	color: #667781;
	font-size: 8px;
	line-height: 1.35;
	text-align: center;
}

#mwi-surface .mwi-final {
	display: none;
	flex: 0 0 auto;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	padding: 12px 13px 14px;
	background: #f0f2f5;
	border-top: 1px solid rgba(17, 27, 33, 0.06);
}

#mwi-surface .mwi-final.is-visible {
	display: flex;
	animation: mwi-final-in 0.22s ease both;
}

#mwi-surface #mwi-final-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 44px;
	padding: 10px 17px;
	color: #fff;
	background: var(--mwi-action);
	border-radius: 22px;
	box-shadow: 0 3px 9px rgba(0, 168, 132, 0.2);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	transition: filter 0.16s ease;
}

#mwi-surface #mwi-final-button:hover,
#mwi-surface #mwi-final-button:focus-visible {
	filter: brightness(0.94);
	outline: none;
}

#mwi-surface #mwi-final-button svg {
	width: 19px;
	height: 19px;
	fill: currentColor;
}

#mwi-surface .mwi-final > small {
	color: #667781;
	font-size: 8px;
	line-height: 1.3;
}

button.mwi-conversion-target {
	position: fixed !important;
	top: -9999px !important;
	left: -9999px !important;
	display: block !important;
	width: 1px !important;
	height: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

body.mwi-chat-open-mobile {
	overflow: hidden !important;
	touch-action: none !important;
}

@keyframes mwi-launcher-arrive {
	from { opacity: 0; transform: translateY(16px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes mwi-launcher-ring {
	0% { opacity: 0.5; transform: scale(0.94); }
	100% { opacity: 0; transform: scale(1.32); }
}

@keyframes mwi-badge-in {
	to { opacity: 1; transform: translateY(0); }
}

@keyframes mwi-bubble-in {
	from { opacity: 0; transform: translateY(4px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes mwi-final-in {
	from { opacity: 0; transform: translateY(5px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 600px) {
	#mwi-surface .mwi-dialog,
	#mwi-surface.mwi-position-left .mwi-dialog {
		inset: 0;
		width: 100%;
		height: 100%;
		min-height: 0;
		border: 0;
		border-radius: 0;
		transform: translateY(12px);
		transform-origin: center;
	}

	#mwi-surface .mwi-dialog.is-open {
		transform: translateY(0);
	}

	#mwi-surface .mwi-header {
		min-height: 62px;
		padding-top: max(9px, env(safe-area-inset-top));
	}

	#mwi-surface .mwi-composer {
		padding-bottom: max(7px, env(safe-area-inset-bottom));
	}

	#mwi-surface .mwi-final {
		padding-bottom: max(14px, env(safe-area-inset-bottom));
	}

	#mwi-surface .mwi-launcher,
	#mwi-surface.mwi-position-left .mwi-launcher {
		right: 17px;
		bottom: 17px;
		left: auto;
		width: 60px;
		height: 60px;
	}

	#mwi-surface .mwi-launcher-core {
		width: 60px;
		height: 60px;
	}

	#mwi-surface .mwi-nudge,
	#mwi-surface.mwi-position-left .mwi-nudge {
		right: 17px;
		bottom: 91px;
		left: auto;
		width: min(300px, calc(100vw - 34px));
	}
}

@media (prefers-reduced-motion: reduce) {
	#mwi-surface .mwi-launcher {
		opacity: 1 !important;
		transform: none !important;
		animation: none !important;
	}

	#mwi-surface *,
	#mwi-surface *::before,
	#mwi-surface *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
