.hhs-live-chat{position:fixed;right:max(20px,env(safe-area-inset-right));bottom:max(20px,env(safe-area-inset-bottom));z-index:9998;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#17203b}.hhs-live-chat *{box-sizing:border-box}.hhs-live-chat__launcher{display:flex;align-items:center;gap:9px;min-height:52px;padding:0 21px;border:0;border-radius:999px;background:#0f73ee;color:#fff;font:700 15px/1 inherit;box-shadow:0 12px 32px rgba(15,70,150,.28);cursor:pointer}.hhs-live-chat__launcher:hover{background:#075fc9}.hhs-live-chat__launcher:focus-visible,.hhs-live-chat button:focus-visible,.hhs-live-chat textarea:focus-visible{outline:3px solid rgba(15,115,238,.3);outline-offset:3px}.hhs-live-chat__launcher-icon{display:flex;align-items:center;justify-content:center;gap:2px;width:23px;height:21px;border:2px solid currentColor;border-radius:7px}.hhs-live-chat__launcher-icon span{width:3px;height:3px;border-radius:50%;background:currentColor}.hhs-live-chat__panel{position:absolute;right:0;bottom:66px;display:grid;grid-template-rows:auto auto minmax(220px,1fr) auto auto;width:min(390px,calc(100vw - 28px));height:min(620px,calc(100vh - 120px));min-height:420px;overflow:hidden;border:1px solid #e3e7ef;border-radius:20px;background:#fff;box-shadow:0 24px 70px rgba(21,34,68,.25)}.hhs-live-chat__panel[hidden]{display:none}.hhs-live-chat__header{display:flex;align-items:center;justify-content:space-between;padding:17px 18px;background:linear-gradient(135deg,#126ee8,#3154d8);color:#fff}.hhs-live-chat__header div{display:grid;gap:3px}.hhs-live-chat__header strong{font-size:17px}.hhs-live-chat__header small{color:rgba(255,255,255,.82)}.hhs-live-chat__header button{width:34px;height:34px;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:25px;line-height:1;cursor:pointer}.hhs-live-chat__product{display:grid;grid-template-columns:48px 1fr;gap:10px;padding:11px 14px;border-bottom:1px solid #edf0f5;background:#f8faff}.hhs-live-chat__product img{width:48px;height:48px;border-radius:8px;object-fit:cover}.hhs-live-chat__product div{min-width:0}.hhs-live-chat__product strong,.hhs-live-chat__product small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hhs-live-chat__product small{margin-top:4px;color:#697386}.hhs-live-chat__messages{position:relative;overflow-y:auto;padding:16px;background:#f7f8fb;overscroll-behavior:contain}.hhs-live-chat__welcome{max-width:88%;margin:0 0 14px;padding:11px 13px;border-radius:5px 16px 16px;background:#fff;color:#566075;box-shadow:0 2px 9px rgba(34,45,76,.06)}.hhs-live-chat__older{display:block;margin:0 auto 14px;padding:5px 11px;border:0;background:transparent;color:#5c6e8d;cursor:pointer}.hhs-live-chat__message{display:flex;margin:0 0 13px}.hhs-live-chat__message.is-own{justify-content:flex-end}.hhs-live-chat__bubble{max-width:84%;padding:10px 13px;border-radius:5px 15px 15px;background:#fff;box-shadow:0 2px 8px rgba(34,45,76,.06);white-space:pre-wrap;overflow-wrap:anywhere}.hhs-live-chat__message.is-own .hhs-live-chat__bubble{border-radius:15px 5px 15px 15px;background:#146ee5;color:#fff}.hhs-live-chat__meta{display:flex;gap:7px;margin-top:5px;color:#8b94a5;font-size:11px}.hhs-live-chat__message.is-own .hhs-live-chat__meta{justify-content:flex-end;color:rgba(255,255,255,.75)}.hhs-live-chat__ai{font-weight:700;color:#7457e8}.hhs-live-chat__new{position:absolute;right:16px;bottom:82px;padding:7px 12px;border:1px solid #dce5f4;border-radius:99px;background:#fff;color:#1669d3;box-shadow:0 5px 15px rgba(27,52,93,.14);cursor:pointer}.hhs-live-chat__composer{display:grid;grid-template-columns:1fr 44px;gap:8px;padding:12px;border-top:1px solid #edf0f5;background:#fff}.hhs-live-chat__composer textarea{width:100%;max-height:90px;resize:none;padding:11px 13px;border:1px solid #dfe4ec;border-radius:18px;background:#f4f6f9;color:#17203b;font:14px/1.45 inherit}.hhs-live-chat__composer button{align-self:end;width:44px;height:44px;border:0;border-radius:50%;background:#146ee5;color:#fff;font-size:18px;cursor:pointer}.hhs-live-chat__composer button:disabled{opacity:.5;cursor:wait}.hhs-live-chat__error{margin:0;padding:0 14px 10px;background:#fff;color:#bb1e31;font-size:12px}.hhs-live-chat__panel.is-loading .hhs-live-chat__composer{opacity:.6;pointer-events:none}@media(max-width:600px){.hhs-live-chat{right:12px;bottom:12px}.hhs-live-chat__launcher{min-width:52px;padding:0 15px}.hhs-live-chat__launcher>span:last-child{display:none}.hhs-live-chat__panel{position:fixed;inset:0;width:100%;height:100%;max-height:none;border:0;border-radius:0}.hhs-live-chat__header{padding-top:max(17px,env(safe-area-inset-top))}.hhs-live-chat__composer{padding-bottom:max(12px,env(safe-area-inset-bottom))}}
@media(prefers-reduced-motion:no-preference){.hhs-live-chat__panel{animation:hhs-chat-in .18s ease-out}@keyframes hhs-chat-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}}

/* Match the compact, dark-green launcher treatment used by the public site. */
.hhs-live-chat{
	right:max(28px,env(safe-area-inset-right));
	bottom:max(28px,env(safe-area-inset-bottom));
}
.hhs-live-chat__launcher{
	min-height:52px;
	padding:0 22px;
	gap:10px;
	background:#073f2e;
	font-size:16px;
	font-weight:600;
	box-shadow:none;
	transition:background-color .18s ease,transform .18s ease;
}
.hhs-live-chat__launcher:hover{
	background:#052f23;
	box-shadow:none;
	transform:translateY(-1px);
}
.hhs-live-chat__launcher:active{
	box-shadow:none;
	transform:translateY(0);
}
.hhs-live-chat__launcher:focus-visible{
	outline-color:rgba(7,63,46,.32);
}
.hhs-live-chat__launcher-icon{
	flex:0 0 auto;
	display:block;
	width:22px;
	height:22px;
	border:0;
	border-radius:0;
}
@media(max-width:600px){
	.hhs-live-chat{
		right:20px;
		bottom:20px;
	}
	.hhs-live-chat__launcher{
		min-width:52px;
		padding:0 15px;
	}
}
@media(prefers-reduced-motion:reduce){
	.hhs-live-chat__launcher{transition:none}
}

.hhs-live-chat__share-product{
	align-self:center;
	margin:0;
	padding:5px 11px;
	border:1px solid #073f2e;
	border-radius:999px;
	background:#073f2e;
	color:#fff;
	font:600 13px/1.3 inherit;
	cursor:pointer;
}
.hhs-live-chat__share-product:hover{background:#052f23}
.hhs-live-chat__share-product:disabled{opacity:.55;cursor:wait}
.hhs-live-chat__message.is-product .hhs-live-chat__bubble{
	width:min(310px,88%);
	max-width:88%;
	padding:0;
	overflow:hidden;
	border:1px solid #ddd9d2;
	background:#fff;
	color:#202723;
}
.hhs-live-chat__product-card{
	display:grid;
	grid-template-columns:76px minmax(0,1fr);
	gap:12px;
	padding:10px;
	color:inherit;
	text-decoration:none;
}
.hhs-live-chat__product-card img{width:76px;height:76px;border-radius:9px;object-fit:cover}
.hhs-live-chat__product-card>span{min-width:0}
.hhs-live-chat__product-card strong,.hhs-live-chat__product-card small,.hhs-live-chat__product-card-action{display:block}
.hhs-live-chat__product-card strong{overflow:hidden;color:#17231e;line-height:1.35}
.hhs-live-chat__product-card small{margin-top:4px;color:#65706a}
.hhs-live-chat__product-card-action{margin-top:9px;color:#073f2e;font-size:13px;font-weight:700;text-align:right}
.hhs-live-chat__product-card:hover .hhs-live-chat__product-card-action{text-decoration:underline}

/* Warm, editorial chat panel matching the public Heng Hui Sheng brand. */
.hhs-live-chat__panel{
	bottom:68px;
	grid-template-rows:auto auto minmax(240px,1fr) auto auto auto;
	width:min(480px,calc(100vw - 40px));
	height:min(680px,calc(100vh - 100px));
	border:1px solid #dedbd5;
	border-radius:18px;
	background:#faf9f7;
	box-shadow:0 18px 48px rgba(18,31,25,.18);
}
.hhs-live-chat__header{grid-row:1}
.hhs-live-chat__product{grid-row:2}
.hhs-live-chat__messages{grid-row:3;min-height:0}
.hhs-live-chat__composer{grid-row:4}
.hhs-live-chat__privacy{grid-row:5}
.hhs-live-chat__error{grid-row:6}
.hhs-live-chat__header{
	padding:20px 20px;
	border-bottom:1px solid #e4e1dc;
	background:#faf9f7;
	color:#073f2e;
}
.hhs-live-chat__identity{
	display:flex!important;
	grid-template-columns:none!important;
	align-items:center;
	gap:14px!important;
}
.hhs-live-chat__brand-mark{
	flex:0 0 46px;
	display:block;
	width:46px;
	height:46px;
	overflow:hidden;
	border-radius:50%;
	background:transparent;
}
.hhs-live-chat__brand-mark img{
	display:block;
	width:46px!important;
	height:46px!important;
	margin:0!important;
	padding:0!important;
	border:0!important;
	border-radius:50%;
	object-fit:cover;
}
.hhs-live-chat__identity>div{display:block}
.hhs-live-chat__header strong{
	display:block;
	font-size:18px;
	font-weight:700;
	letter-spacing:-.01em;
}
.hhs-live-chat__header small{display:none}
.hhs-live-chat__header button{
	display:grid;
	place-items:center;
	width:38px;
	height:38px;
	padding:0;
	border:1px solid #e6e2dc;
	background:#f7f5f2;
	color:#183b30;
	line-height:1;
}
.hhs-live-chat__header button .hhs-live-chat__lucide-icon{
	display:block;
	width:20px;
	height:20px;
}
.hhs-live-chat__header button:hover{background:#efede8}
.hhs-live-chat__product{
	grid-template-columns:48px minmax(0,1fr) auto;
	align-items:center;
	border-bottom-color:#e8e4de;
	background:#f5f3ef;
}
.hhs-live-chat__product[hidden]{display:none}
.hhs-live-chat__messages{
	padding:18px 18px 22px;
	background:#faf9f7;
}
.hhs-live-chat__welcome,
.hhs-live-chat__bubble{
	max-width:82%;
	margin:0 0 18px;
	padding:13px 15px;
	border:1px solid #e5e2dd;
	border-radius:15px;
	background:#fff;
	color:#202723;
	font-size:16px;
	line-height:1.55;
	box-shadow:0 3px 10px rgba(25,38,32,.055);
}
.hhs-live-chat__message{margin:0 0 18px}
.hhs-live-chat__message.is-own .hhs-live-chat__bubble{
	border:0;
	border-radius:15px;
	background:#073f2e;
	color:#fff;
	box-shadow:none;
}
.hhs-live-chat__message.is-pending .hhs-live-chat__bubble{opacity:.68}
.hhs-live-chat__message.is-failed .hhs-live-chat__bubble{background:#6f2f2f}
.hhs-live-chat__retry{
	display:block;
	margin:8px 0 0 auto;
	padding:0;
	border:0;
	background:transparent;
	color:#fff;
	font:700 12px/1.3 inherit;
	text-decoration:underline;
	cursor:pointer;
}
.hhs-live-chat__message.is-product .hhs-live-chat__bubble,
.hhs-live-chat__message.is-product.is-own .hhs-live-chat__bubble{
	border:1px solid #e8e4de;
	background:#f5f3ef;
	color:#202723;
	box-shadow:none;
}
.hhs-live-chat__meta{display:none}
.hhs-live-chat__older{display:none;color:#49665c}
.hhs-live-chat__new{
	border-color:#d8dfda;
	background:#fff;
	color:#073f2e;
}
.hhs-live-chat__composer{
	grid-template-columns:1fr 44px;
	align-items:center;
	gap:10px;
	margin:0 18px;
	padding:0;
	border:0;
	border-radius:0;
	background:transparent;
}
.hhs-live-chat__composer textarea{
	align-self:center;
	height:38px;
	min-height:50px!important;
	max-height:88px!important;
	padding:13px 18px;
	border:1px solid #d9d5cf;
	border-radius:25px;
	background:#fff;
	color:#202723;
	font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
	font-size:16px;
	font-weight:400;
	line-height:1.4;
	overflow-y:auto;
}
.hhs-live-chat__composer textarea::placeholder{
	color:#707773;
	font:400 16px/1.4 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
	opacity:1;
}
.hhs-live-chat__composer textarea:focus{outline:0}
.hhs-live-chat__composer button{
	display:grid;
	place-items:center;
	align-self:center;
	width:44px;
	height:44px;
	padding:0;
	border:0;
	border-radius:50%;
	background:#073f2e;
	line-height:1;
}
.hhs-live-chat__composer button:hover{background:#052f23}
.hhs-live-chat__composer button .hhs-live-chat__lucide-icon{
	display:block;
	width:21px;
	height:21px;
	color:#fff;
}
.hhs-live-chat__privacy{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:7px;
	margin:0;
	padding:16px 18px 18px;
	color:#59645f;
	font-size:14px;
	line-height:1.4;
}
.hhs-live-chat__privacy .dashicons{
	width:18px;
	height:18px;
	color:#073f2e;
	font-size:18px;
}
.hhs-live-chat__error{padding:0 20px 12px;background:#faf9f7}
@media(max-width:600px){
	.hhs-live-chat__panel{
		width:100%;
		height:100%;
		border-radius:0;
	}
	.hhs-live-chat__header{padding-left:18px;padding-right:18px}
	.hhs-live-chat__messages{padding-left:16px;padding-right:16px}
	.hhs-live-chat__composer{margin-left:16px;margin-right:16px}
}
