.nha-chat-root,
.nha-chat-root * {
	box-sizing: border-box;
}

.nha-chat-root {
	--nha-primary: #002097;
	--nha-text: #172033;
	--nha-muted: #677189;
	--nha-border: #e5e9f2;
	--nha-soft: #f5f7fb;
	display: block !important;
	position: fixed !important;
	right: 24px;
	right: max(24px, env(safe-area-inset-right));
	bottom: 24px;
	bottom: max(24px, env(safe-area-inset-bottom));
	z-index: 2147483000 !important;
	isolation: isolate;
	pointer-events: auto !important;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	line-height: 1.45;
	color: var(--nha-text);
}

.nha-chat-root[hidden] {
	display: none !important;
}

.nha-chat-toggle {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.nha-chat-root .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

#nha-chat-root #nha-chat-launcher {
	display: grid !important;
	position: relative !important;
	place-items: center !important;
	width: 64px !important;
	min-width: 64px !important;
	height: 64px !important;
	min-height: 64px !important;
	margin: 0 0 0 auto !important;
	padding: 0 !important;
	border: 3px solid #fff !important;
	border-radius: 999px !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	color: #fff !important;
	background: linear-gradient(145deg, #3158ef 0%, var(--nha-primary) 58%, #00166d 100%) !important;
	box-shadow: 0 14px 34px rgba(0, 32, 151, .38), 0 3px 9px rgba(21, 32, 63, .18) !important;
	opacity: 1;
	visibility: visible;
	cursor: pointer;
	touch-action: manipulation;
	overflow: visible !important;
	text-decoration: none !important;
	-webkit-tap-highlight-color: transparent;
	user-select: none;
	transition: transform .2s ease, box-shadow .2s ease, opacity .16s ease, visibility .16s ease !important;
}

#nha-chat-root #nha-chat-launcher::before,
#nha-chat-root #nha-chat-launcher::after {
	display: none !important;
	content: none !important;
}

#nha-chat-root #nha-chat-launcher:hover {
	border-color: #fff !important;
	color: #fff !important;
	background: linear-gradient(145deg, #4266f3 0%, #062cae 58%, #00166d 100%) !important;
	transform: translateY(-3px) scale(1.025);
	box-shadow: 0 17px 39px rgba(0, 32, 151, .44), 0 4px 11px rgba(21, 32, 63, .2) !important;
}

#nha-chat-root #nha-chat-launcher:focus-visible,
.nha-chat-root button:focus-visible,
.nha-chat-root .nha-icon-button:focus-visible,
.nha-chat-root a:focus-visible,
.nha-chat-root textarea:focus-visible {
	outline: 3px solid rgba(0, 32, 151, .28);
	outline-offset: 3px;
}

.nha-launcher-chat-icon {
	display: block !important;
	position: relative;
	width: 27px;
	height: 21px;
	border: 2px solid #fff;
	border-radius: 8px;
	background: rgba(255, 255, 255, .08);
}

.nha-launcher-chat-icon::after {
	position: absolute;
	right: 3px;
	bottom: -6px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: #062cae;
	content: "";
	transform: skewY(35deg);
}

.nha-launcher-status {
	display: block !important;
	position: absolute;
	right: 4px;
	top: 4px;
	width: 13px;
	height: 13px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #36ce78;
	box-shadow: 0 1px 5px rgba(20, 40, 60, .2);
}

.nha-is-open .nha-chat-launcher,
.nha-chat-toggle:checked ~ .nha-chat-launcher {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transform: translateY(10px) scale(.9);
}

.nha-chat-panel {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	width: min(390px, calc(100vw - 32px));
	height: min(620px, calc(100vh - 120px));
	height: min(620px, calc(100dvh - 120px));
	overflow: hidden;
	border: 1px solid rgba(21, 34, 62, .1);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(20, 29, 52, .23);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(14px) scale(.985);
	transform-origin: right bottom;
	z-index: 2;
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.nha-is-open .nha-chat-panel,
.nha-chat-toggle:checked ~ .nha-chat-panel {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0) scale(1);
}

.nha-chat-header {
	display: flex;
	align-items: center;
	gap: 11px;
	min-height: 76px;
	padding: 14px 14px 14px 16px;
	color: #fff;
	background: linear-gradient(135deg, var(--nha-primary), #1539bd);
}

.nha-chat-avatar {
	display: grid;
	flex: 0 0 44px;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, .36);
	border-radius: 14px;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .04em;
	background: rgba(255, 255, 255, .16);
}

.nha-chat-heading {
	display: flex;
	flex: 1;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
}

.nha-chat-heading strong {
	overflow: hidden;
	font-size: 16px;
	font-weight: 750;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nha-online {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 11.5px;
	opacity: .84;
}

.nha-online i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #65e3a1;
	box-shadow: 0 0 0 3px rgba(101, 227, 161, .15);
}

#nha-chat-root .nha-icon-button {
	display: inline-grid !important;
	box-sizing: border-box !important;
	flex: 0 0 38px !important;
	place-items: center;
	align-self: center;
	width: 38px !important;
	min-width: 38px !important;
	max-width: 38px !important;
	height: 38px !important;
	min-height: 38px !important;
	max-height: 38px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, .22) !important;
	border-radius: 999px !important;
	appearance: none;
	-webkit-appearance: none;
	font: inherit !important;
	line-height: 0 !important;
	color: #fff !important;
	background: rgba(255, 255, 255, .12) !important;
	box-shadow: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	text-decoration: none !important;
	-webkit-tap-highlight-color: transparent;
	user-select: none;
	cursor: pointer;
	touch-action: manipulation;
}

#nha-chat-root .nha-icon-button::before,
#nha-chat-root .nha-icon-button::after {
	display: none !important;
	content: none !important;
}

#nha-chat-root .nha-icon-button:hover {
	border-color: rgba(255, 255, 255, .36) !important;
	color: #fff !important;
	background: rgba(255, 255, 255, .22) !important;
}

#nha-chat-root .nha-icon-button:disabled {
	opacity: .5 !important;
	cursor: wait;
}

.nha-header-symbol {
	box-sizing: border-box !important;
	display: grid !important;
	place-items: center;
	width: 20px !important;
	height: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
	color: #fff !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.nha-header-symbol svg {
	display: block !important;
	width: 19px !important;
	height: 19px !important;
	margin: 0 !important;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	pointer-events: none;
}

.nha-chat-messages {
	display: flex;
	flex: 1 1 auto;
	min-height: 0;
	flex-direction: column;
	gap: 13px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 18px 15px 14px;
	scroll-behavior: smooth;
	background: #fbfcff;
}

#nha-chat-root .nha-message {
	display: flex !important;
	width: fit-content !important;
	max-width: 88% !important;
	flex-direction: column;
	gap: 9px;
	float: none !important;
	clear: both !important;
}

#nha-chat-root .nha-message-assistant {
	align-self: flex-start !important;
	margin-right: auto !important;
	margin-left: 0 !important;
}

#nha-chat-root .nha-message-user {
	align-self: flex-end !important;
	margin-right: 0 !important;
	margin-left: auto !important;
}

#nha-chat-root .nha-message-bubble {
	padding: 10px 13px;
	border-radius: 15px 15px 15px 5px;
	white-space: pre-wrap;
	word-break: break-word;
	color: var(--nha-text) !important;
	background: #fff !important;
	box-shadow: 0 2px 10px rgba(23, 32, 51, .07);
}

.nha-message-assistant .nha-message-bubble a.nha-product-inline-link {
	font-weight: 700;
	color: var(--nha-primary) !important;
	text-decoration: underline !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 2px;
}

.nha-message-assistant .nha-message-bubble a.nha-product-inline-link:hover {
	color: #001875 !important;
	text-decoration-thickness: 2px !important;
}

.nha-category-link {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	min-height: 36px;
	padding: 8px 13px;
	border: 1px solid rgba(0, 32, 151, .18);
	border-radius: 999px;
	font-size: 12.5px;
	font-weight: 750;
	line-height: 1.2;
	color: var(--nha-primary) !important;
	text-decoration: none !important;
	background: rgba(0, 32, 151, .055);
	transition: border-color .15s ease, background .15s ease, transform .15s ease;
}

.nha-category-link::after {
	margin-left: 7px;
	font-size: 15px;
	line-height: 1;
	content: "→";
}

.nha-category-link:hover {
	border-color: rgba(0, 32, 151, .38);
	color: var(--nha-primary) !important;
	background: rgba(0, 32, 151, .1);
	transform: translateY(-1px);
}

.nha-diagnostics {
	width: min(350px, calc(100vw - 62px));
	max-width: 100%;
	padding: 8px 10px;
	border: 1px dashed rgba(0, 32, 151, .28);
	border-radius: 11px;
	font-size: 11px;
	color: var(--nha-muted);
	background: rgba(0, 32, 151, .035);
}

.nha-diagnostics summary {
	font-weight: 700;
	color: var(--nha-primary);
	cursor: pointer;
}

.nha-diagnostics pre {
	max-height: 230px;
	margin: 8px 0 0;
	padding: 9px;
	overflow: auto;
	border-radius: 7px;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 9.5px;
	line-height: 1.4;
	white-space: pre-wrap;
	word-break: break-word;
	color: #33405b;
	background: #fff;
}

#nha-chat-root .nha-message-user > .nha-message-bubble {
	color: #fff !important;
	border-radius: 15px 15px 5px 15px !important;
	background: var(--nha-primary) !important;
	box-shadow: none !important;
}

.nha-products {
	display: flex;
	width: min(330px, calc(100vw - 64px));
	flex-direction: column;
	gap: 8px;
}

.nha-products-title {
	padding: 0 2px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: var(--nha-muted);
}

.nha-product-card {
	display: flex;
	flex-direction: column;
	min-height: 70px;
	overflow: hidden;
	border: 1px solid var(--nha-border);
	border-radius: 13px;
	background: #fff;
	transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}

.nha-product-card:hover {
	border-color: rgba(0, 32, 151, .3);
	box-shadow: 0 6px 18px rgba(23, 32, 51, .08);
	transform: translateY(-1px);
}

.nha-product-card-main {
	display: flex;
	align-items: stretch;
	min-height: 70px;
	color: var(--nha-text) !important;
	text-decoration: none !important;
}

.nha-product-card-main img {
	width: 70px;
	min-width: 70px;
	height: 70px;
	margin: 0;
	object-fit: cover;
	background: var(--nha-soft);
}

.nha-product-details {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	padding: 7px 10px;
}

.nha-product-details > strong {
	display: -webkit-box;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.25;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.nha-product-price {
	font-size: 13px;
	font-weight: 750;
	color: var(--nha-primary);
}

.nha-product-variation {
	display: -webkit-box;
	overflow: hidden;
	font-size: 11px;
	line-height: 1.2;
	color: var(--nha-muted);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.nha-product-action {
	font-size: 11px;
	font-weight: 650;
	color: var(--nha-muted);
}

.nha-product-controls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	padding: 0 8px 8px;
}

#nha-chat-root .nha-product-controls > .added_to_cart {
	display: none !important;
}

#nha-chat-root .nha-variation-select {
	width: 100% !important;
	min-height: 36px !important;
	margin: 0 !important;
	padding: 6px 32px 6px 10px !important;
	border: 1px solid var(--nha-border) !important;
	border-radius: 10px !important;
	font: inherit !important;
	font-size: 12px !important;
	color: var(--nha-text) !important;
	background-color: #fff !important;
	box-shadow: none !important;
}

#nha-chat-root .nha-add-to-cart,
#nha-chat-root .nha-choose-options,
#nha-chat-root .nha-view-cart,
#nha-chat-root .nha-checkout {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 32px !important;
	margin: 0 !important;
	padding: 7px 11px !important;
	border: 1px solid var(--nha-primary) !important;
	border-radius: 999px !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	font: inherit !important;
	font-size: 11.5px !important;
	font-weight: 750 !important;
	line-height: 1.1 !important;
	color: #fff !important;
	text-decoration: none !important;
	background: var(--nha-primary) !important;
	box-shadow: none !important;
	cursor: pointer;
}

#nha-chat-root .nha-view-cart,
#nha-chat-root .nha-checkout {
	min-height: 28px !important;
	padding: 5px 9px !important;
	border-color: rgba(0, 32, 151, .22) !important;
	font-size: 10.75px !important;
	color: var(--nha-primary) !important;
	background: #fff !important;
}

#nha-chat-root .nha-add-to-cart:hover,
#nha-chat-root .nha-choose-options:hover {
	color: #fff !important;
	background: #001875 !important;
}

#nha-chat-root .nha-add-to-cart:disabled {
	opacity: .7 !important;
	cursor: wait;
}

#nha-chat-root .nha-add-to-cart.nha-added {
	border-color: #1b9a56 !important;
	background: #1b9a56 !important;
	cursor: default;
}

#nha-chat-root .nha-add-to-cart.nha-cart-error {
	border-color: #ba3434 !important;
	background: #ba3434 !important;
}

.nha-quick-prompts {
	display: flex;
	flex: 0 0 auto;
	gap: 7px;
	overflow-x: auto;
	padding: 9px 13px 10px;
	border-top: 1px solid var(--nha-border);
	background: #fff;
	scrollbar-width: thin;
}

.nha-quick-prompts[hidden] {
	display: none;
}

.nha-prompt-chip {
	flex: 0 0 auto;
	max-width: 245px;
	padding: 7px 10px;
	border: 1px solid rgba(0, 32, 151, .16);
	border-radius: 999px;
	font: inherit;
	font-size: 12px;
	color: var(--nha-primary);
	background: rgba(0, 32, 151, .04);
	cursor: pointer;
}

.nha-prompt-chip:hover {
	border-color: rgba(0, 32, 151, .36);
	background: rgba(0, 32, 151, .08);
}

.nha-chat-form {
	display: block;
	position: relative;
	flex: 0 0 auto;
	padding: 10px 12px 8px;
	border-top: 1px solid var(--nha-border);
	background: #fff;
}

.nha-chat-form textarea {
	display: block !important;
	width: 100% !important;
	height: 48px !important;
	min-height: 48px !important;
	max-height: 48px !important;
	margin: 0 !important;
	padding: 12px 58px 11px 16px !important;
	overflow-x: hidden;
	overflow-y: auto;
	resize: none !important;
	border: 1px solid var(--nha-border) !important;
	border-radius: 999px !important;
	outline: 0;
	font: inherit !important;
	font-size: 16px !important;
	line-height: 23px !important;
	color: var(--nha-text) !important;
	background: var(--nha-soft) !important;
	box-shadow: none !important;
}

.nha-chat-form textarea:focus {
	border-color: rgba(0, 32, 151, .38);
	background: #fff;
}

.nha-chat-form button {
	display: grid;
	position: absolute !important;
	right: 17px;
	top: 15px;
	place-items: center;
	width: 38px !important;
	min-width: 38px !important;
	height: 38px !important;
	min-height: 38px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 999px !important;
	color: #fff !important;
	background: var(--nha-primary) !important;
	box-shadow: none !important;
	cursor: pointer;
}

.nha-chat-form button:disabled {
	cursor: wait;
	opacity: .55;
}

.nha-chat-form button svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.nha-chat-footer {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 13px 11px;
	background: #fff;
}

.nha-chat-footer-actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
}

.nha-chat-footer a {
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 700;
	color: var(--nha-primary) !important;
	text-decoration: none !important;
}

.nha-chat-footer small {
	min-width: 0;
	flex: 1;
	font-size: 9.5px;
	line-height: 1.25;
	color: var(--nha-muted);
}

.nha-cart-block {
	display: flex;
	width: min(330px, calc(100vw - 64px));
	max-width: 100%;
	flex-direction: column;
	gap: 8px;
	padding: 10px;
	border: 1px solid var(--nha-border);
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 5px 16px rgba(23, 32, 51, .06);
}

.nha-cart-title {
	font-size: 12px;
	letter-spacing: .03em;
	text-transform: uppercase;
	color: var(--nha-muted);
}

.nha-cart-empty {
	margin: 0;
	font-size: 12px;
	color: var(--nha-muted);
}

.nha-cart-item {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--nha-border);
}

.nha-cart-item > img {
	width: 46px;
	height: 46px;
	object-fit: cover;
	border-radius: 8px;
	background: var(--nha-soft);
}

.nha-cart-item-details {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
	font-size: 11px;
}

.nha-cart-item-details > a,
.nha-cart-item-details > strong {
	display: -webkit-box;
	overflow: hidden;
	font-weight: 700;
	line-height: 1.25;
	color: var(--nha-text) !important;
	text-decoration: none !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.nha-cart-item-details small {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: var(--nha-muted);
}

.nha-cart-item-details > span {
	font-weight: 750;
	color: var(--nha-primary);
}

.nha-cart-quantity {
	display: grid;
	grid-template-columns: 24px 24px 24px;
	align-items: center;
	justify-items: center;
	gap: 2px;
}

#nha-chat-root .nha-cart-quantity button {
	display: grid !important;
	place-items: center;
	width: 24px !important;
	min-width: 24px !important;
	height: 24px !important;
	min-height: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--nha-border) !important;
	border-radius: 50% !important;
	font: inherit !important;
	font-size: 15px !important;
	line-height: 1 !important;
	color: var(--nha-primary) !important;
	background: #fff !important;
	box-shadow: none !important;
	cursor: pointer;
}

#nha-chat-root .nha-cart-quantity .nha-cart-remove {
	grid-column: 1 / -1;
	width: auto !important;
	padding: 0 7px !important;
	border-radius: 999px !important;
	font-size: 13px !important;
	color: #9d2d2d !important;
}

.nha-cart-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
}

.nha-cart-total strong {
	font-size: 13px;
	color: var(--nha-primary);
}

.nha-cart-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}

#nha-chat-root .nha-cart-actions a,
#nha-chat-root .nha-cart-actions button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 30px !important;
	margin: 0 !important;
	padding: 6px 9px !important;
	border: 1px solid rgba(0, 32, 151, .2) !important;
	border-radius: 999px !important;
	appearance: none !important;
	font: inherit !important;
	font-size: 10.5px !important;
	font-weight: 750 !important;
	line-height: 1 !important;
	color: var(--nha-primary) !important;
	text-decoration: none !important;
	background: #fff !important;
	box-shadow: none !important;
	cursor: pointer;
}

#nha-chat-root .nha-cart-actions .nha-cart-checkout {
	border-color: var(--nha-primary) !important;
	color: #fff !important;
	background: var(--nha-primary) !important;
}

.nha-cart-loading {
	opacity: .55;
	pointer-events: none;
}

.nha-chat-error {
	align-self: stretch;
	padding: 9px 11px;
	border: 1px solid #f2c9c9;
	border-radius: 11px;
	font-size: 12px;
	color: #8f2424;
	background: #fff4f4;
}

.nha-message-loading .nha-message-bubble {
	display: flex;
	gap: 5px;
	padding: 13px 15px;
}

.nha-message-loading .nha-message-bubble span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #8e98ab;
	animation: nha-bounce 1.15s infinite ease-in-out;
}

.nha-message-loading .nha-message-bubble span:nth-child(2) {
	animation-delay: .13s;
}

.nha-message-loading .nha-message-bubble span:nth-child(3) {
	animation-delay: .26s;
}

@keyframes nha-bounce {
	0%, 60%, 100% { transform: translateY(0); opacity: .55; }
	30% { transform: translateY(-4px); opacity: 1; }
}

@media (max-width: 520px) {
	.nha-chat-root {
		display: block !important;
		right: 14px !important;
		right: max(14px, env(safe-area-inset-right)) !important;
		bottom: 14px !important;
		bottom: max(14px, env(safe-area-inset-bottom)) !important;
	}

	#nha-chat-root #nha-chat-launcher {
		width: 60px !important;
		min-width: 60px !important;
		height: 60px !important;
		min-height: 60px !important;
		touch-action: none;
	}

	#nha-chat-root.nha-is-dragging #nha-chat-launcher {
		cursor: grabbing;
		transform: none !important;
		transition: none !important;
	}

	.nha-chat-panel {
		position: fixed !important;
		right: max(8px, env(safe-area-inset-right)) !important;
		bottom: max(8px, env(safe-area-inset-bottom)) !important;
		left: max(8px, env(safe-area-inset-left)) !important;
		width: auto !important;
		max-width: none !important;
		height: min(680px, calc(100vh - 16px));
		height: min(680px, calc(100dvh - 16px));
		max-height: calc(100vh - 16px);
		max-height: calc(100dvh - 16px);
		border-radius: 20px;
	}

	.nha-chat-header {
		min-height: 70px;
		gap: 8px;
		padding-right: 10px;
		padding-left: 12px;
	}

	.nha-chat-avatar {
		flex-basis: 40px;
		width: 40px;
		height: 40px;
	}

	.nha-chat-form {
		padding: 9px 10px 7px;
	}

	.nha-chat-form button {
		right: 15px;
		top: 14px;
	}

	#nha-chat-root .nha-icon-button {
		flex-basis: 38px !important;
		width: 38px !important;
		min-width: 38px !important;
		max-width: 38px !important;
		height: 38px !important;
		min-height: 38px !important;
		max-height: 38px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nha-chat-root *,
	.nha-chat-root *::before,
	.nha-chat-root *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}
