:root {
	--cbc-primary: #1769ff;
	--cbc-primary-dark: #0d4ed4;
	--cbc-bg: #ffffff;
	--cbc-surface: #f5f7fb;
	--cbc-text: #13213c;
	--cbc-muted: #6d7b93;
	--cbc-border: #e3e8f1;
	--cbc-success: #20b26b;
	--cbc-danger: #e5484d;
	--cbc-shadow: 0 24px 70px rgba(20, 35, 65, .2), 0 4px 18px rgba(20, 35, 65, .08);
}

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

.cbc-chat-root button {
	max-width: 100%;
	line-height: 1.35;
	letter-spacing: normal;
	text-transform: none;
	white-space: normal;
}

.cbc-chat-root {
	position: fixed;
	z-index: 2147483000;
	right: 22px;
	bottom: 20px;
	color: var(--cbc-text);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.45;
	-webkit-font-smoothing: antialiased;
	transition: opacity .18s ease, transform .18s ease;
}

@media (min-width: 601px) {
	.cbc-chat-root.cbc-cart-drawer-open {
		opacity: 0;
		pointer-events: none;
		transform: translateX(24px);
	}
}

.cbc-chat-root.cbc-left {
	right: auto;
	left: 22px;
}

.cbc-launcher-hint {
	position: absolute;
	right: 74px;
	bottom: 8px;
	width: max-content;
	max-width: min(230px, calc(100vw - 112px));
	min-height: 44px;
	padding: 11px 15px;
	border: 1px solid rgba(218, 225, 237, .92);
	border-radius: 14px;
	background: #fff;
	color: var(--cbc-text);
	box-shadow: 0 10px 28px rgba(20, 35, 65, .16);
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 750;
	text-align: left;
	animation: cbc-open .22s ease-out;
}

.cbc-chat-root .cbc-launcher-hint {
	width: max-content !important;
	height: auto !important;
	min-height: 44px !important;
	max-width: min(320px, calc(100vw - 112px)) !important;
	margin: 0 !important;
	padding: 11px 15px !important;
	border: 1px solid rgba(218, 225, 237, .92) !important;
	border-radius: 14px !important;
	background: #fff !important;
	color: var(--cbc-text) !important;
	line-height: 1.4 !important;
	text-transform: none !important;
	white-space: nowrap !important;
}

.cbc-launcher-hint::after {
	position: absolute;
	top: 15px;
	right: -6px;
	width: 11px;
	height: 11px;
	border-top: 1px solid rgba(218, 225, 237, .92);
	border-right: 1px solid rgba(218, 225, 237, .92);
	background: #fff;
	content: "";
	transform: rotate(45deg);
}

.cbc-left .cbc-launcher-hint {
	right: auto;
	left: 74px;
}

.cbc-left .cbc-launcher-hint::after {
	right: auto;
	left: -6px;
	border: 0;
	border-bottom: 1px solid rgba(218, 225, 237, .92);
	border-left: 1px solid rgba(218, 225, 237, .92);
}

.cbc-launcher {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	color: #fff;
	background: var(--cbc-primary);
	box-shadow: 0 12px 32px color-mix(in srgb, var(--cbc-primary) 36%, transparent);
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.cbc-chat-root .cbc-launcher {
	width: 62px !important;
	height: 62px !important;
	min-width: 62px !important;
	min-height: 62px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: var(--cbc-primary) !important;
	color: #fff !important;
	line-height: 1 !important;
}

.cbc-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.cbc-launcher:hover {
	transform: translateY(-2px);
	background: var(--cbc-primary-dark);
	box-shadow: 0 16px 38px color-mix(in srgb, var(--cbc-primary) 42%, transparent);
}

.cbc-launcher:focus-visible,
.cbc-chat-root button:focus-visible,
.cbc-chat-root input:focus-visible,
.cbc-chat-root textarea:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--cbc-primary) 35%, white);
	outline-offset: 2px;
}

.cbc-launcher svg {
	width: 25px;
	height: 25px;
	fill: currentColor;
}

.cbc-chat-root .cbc-launcher.cbc-launcher-open svg {
	display: block !important;
	width: 31px;
	height: 31px;
	fill: none !important;
	stroke: currentColor !important;
}

.cbc-launcher-badge {
	position: absolute;
	top: -7px;
	right: -7px;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border: 2px solid #fff;
	border-radius: 20px;
	background: var(--cbc-danger);
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
}

.cbc-panel {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 72px;
	display: flex;
	flex-direction: column;
	width: min(390px, calc(100vw - 28px));
	height: min(690px, calc(100vh - 112px));
	min-height: 500px;
	overflow: hidden;
	border: 1px solid rgba(218, 225, 237, .8);
	border-radius: 22px;
	background: var(--cbc-bg);
	box-shadow: var(--cbc-shadow);
	transform-origin: bottom right;
	animation: cbc-open .22s ease-out;
}

.cbc-chat-root .cbc-mobile-close {
	display: none !important;
}

.cbc-home-panel {
	border-color: rgba(255,255,255,.06);
	background: #15161b;
	color: #f7f8fb;
}

.cbc-home-scroll {
	display: block;
	flex: 1 1 auto;
	height: auto;
	min-height: 0;
	padding: 24px 16px 28px;
	overflow-x: hidden;
	overflow-y: auto;
	background:
		radial-gradient(circle at 12% 2%, color-mix(in srgb, var(--cbc-primary) 19%, transparent), transparent 28%),
		#15161b;
	scrollbar-color: #676a73 transparent;
	scrollbar-width: thin;
}

.cbc-home-intro {
	padding: 0 5px 18px;
}

.cbc-home-logo {
	display: grid;
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
	place-items: center;
	overflow: hidden;
	border-radius: 50%;
	background: var(--cbc-primary);
	color: #fff;
	box-shadow: 0 10px 28px color-mix(in srgb, var(--cbc-primary) 28%, transparent);
}

.cbc-home-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cbc-home-logo svg {
	width: 25px;
	height: 25px;
	fill: currentColor;
}

.cbc-home-intro h2 {
	margin: 0 0 6px;
	color: #fff;
	font-size: 25px;
	line-height: 1.25;
}

.cbc-home-intro p {
	margin: 0;
	color: #b9bbc4;
	font-size: 15px;
	line-height: 1.7;
	white-space: pre-line;
}

.cbc-home-card {
	margin-bottom: 14px;
	padding: 20px;
	border: 1px solid rgba(255,255,255,.035);
	border-radius: 15px;
	background: #1d1f25;
	box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.cbc-home-card > strong {
	display: block;
	margin-bottom: 8px;
	color: #f6f7fa;
	font-size: 14px;
}

.cbc-start-card p {
	margin: 0 0 14px;
	color: #aeb1bc;
	font-size: 13px;
	line-height: 1.55;
}

.cbc-chat-root .cbc-start-conversation,
.cbc-chat-root .cbc-all-articles {
	display: inline-flex !important;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	align-items: center;
	padding: 7px 0 !important;
	overflow: visible !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #3d92ff !important;
	cursor: pointer;
	font: inherit;
	font-weight: 750;
	line-height: 1.45 !important;
	text-align: left;
	white-space: normal !important;
	overflow-wrap: anywhere;
}

.cbc-chat-root .cbc-start-conversation span {
	position: static !important;
	display: inline-block;
	width: auto !important;
	height: auto !important;
	margin-left: 6px;
	padding: 0 !important;
	font-size: 22px;
	line-height: 1 !important;
	vertical-align: -2px;
	transition: transform .15s ease;
}

.cbc-chat-root .cbc-start-conversation:hover span {
	transform: translateX(3px);
}

.cbc-home-articles {
	margin: 4px -8px 8px;
}

.cbc-home-article {
	display: flex;
	width: 100%;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding: 10px 8px;
	border: 0;
	border-radius: 9px;
	background: transparent;
	color: #b9bbc4;
	cursor: pointer;
	font: inherit;
	text-align: left;
	transition: color .15s ease, background .15s ease;
}

.cbc-home-article:hover {
	background: rgba(255,255,255,.04);
	color: #fff;
}

.cbc-home-article b {
	color: #8d919c;
	font-size: 21px;
	font-weight: 400;
}

.cbc-all-articles {
	font-size: 12px;
}

.cbc-home-empty,
.cbc-home-articles-loading {
	padding: 12px 8px;
	color: #898d98;
	font-size: 12px;
	line-height: 1.5;
}

.cbc-home-articles-loading .cbc-spinner {
	margin: 2px auto;
	border-color: #343740;
	border-top-color: var(--cbc-primary);
}

.cbc-left .cbc-panel {
	right: auto;
	left: 0;
	transform-origin: bottom left;
}

@keyframes cbc-open {
	from { opacity: 0; transform: translateY(12px) scale(.97); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

.cbc-header {
	position: relative;
	flex: 0 0 auto;
	padding: 18px 18px 15px;
	color: #fff;
	background:
		radial-gradient(circle at 88% 0%, rgba(255,255,255,.2), transparent 42%),
		linear-gradient(145deg, var(--cbc-primary), var(--cbc-primary-dark));
}

.cbc-header-row {
	display: flex;
	align-items: center;
	gap: 12px;
}

.cbc-brand-logo,
.cbc-brand-mark {
	display: grid;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	place-items: center;
	overflow: hidden;
	border: 2px solid rgba(255,255,255,.72);
	border-radius: 14px;
	background: rgba(255,255,255,.18);
}

.cbc-brand-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cbc-brand-mark svg {
	width: 23px;
	fill: #fff;
}

.cbc-heading {
	flex: 1;
	min-width: 0;
}

.cbc-heading strong {
	display: block;
	overflow: hidden;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cbc-status {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 2px;
	color: rgba(255,255,255,.82);
	font-size: 12px;
}

.cbc-status-dot {
	width: 8px;
	height: 8px;
	border: 2px solid rgba(255,255,255,.35);
	border-radius: 50%;
	background: var(--cbc-success);
}

.cbc-status-dot.offline {
	background: #aab3c3;
}

.cbc-icon-btn {
	display: grid;
	width: 36px;
	height: 36px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 12px;
	background: transparent;
	color: inherit;
	cursor: pointer;
}

.cbc-icon-btn:hover {
	background: rgba(255,255,255,.13);
}

.cbc-icon-btn svg {
	width: 19px;
	height: 19px;
	stroke: currentColor;
}

.cbc-home-nav {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	font-size: 19px;
	font-weight: 800;
}

.cbc-tabs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px;
	margin-top: 16px;
	padding: 4px;
	border-radius: 14px;
	background: rgba(9, 36, 92, .16);
}

.cbc-bottom-nav {
	display: grid;
	flex: 0 0 72px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--cbc-border);
	background: #fff;
}

.cbc-chat-root .cbc-bottom-nav-item {
	display: flex !important;
	position: relative;
	width: 100% !important;
	height: 72px !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 9px 4px 8px !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	color: #7b8492 !important;
	cursor: pointer;
	font: inherit;
	font-size: 10px !important;
	font-weight: 650;
	line-height: 1.2 !important;
	text-align: center;
	text-transform: none !important;
	white-space: nowrap !important;
}

.cbc-chat-root .cbc-bottom-nav-item:hover,
.cbc-chat-root .cbc-bottom-nav-item.active {
	background: #fff !important;
	color: var(--cbc-primary) !important;
}

.cbc-bottom-nav-item svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
}

.cbc-bottom-nav-item span {
	display: block;
	color: inherit !important;
	font: inherit !important;
	line-height: 1.2 !important;
	white-space: nowrap !important;
}

.cbc-chat-root .cbc-bottom-unread {
	position: absolute !important;
	top: 7px;
	left: calc(50% + 5px);
	display: grid !important;
	min-width: 17px;
	height: 17px;
	margin: 0 !important;
	padding: 0 4px !important;
	place-items: center;
	border: 2px solid #fff;
	border-radius: 999px;
	background: var(--cbc-danger) !important;
	color: #fff !important;
	font-size: 8px !important;
	font-weight: 800;
	line-height: 13px !important;
}

.cbc-tab {
	padding: 8px 6px;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: rgba(255,255,255,.8);
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 700;
}

.cbc-tab.active {
	color: var(--cbc-primary-dark);
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

.cbc-content {
	display: flex;
	flex: 1 1 auto;
	min-height: 0;
	flex-direction: column;
	background: var(--cbc-bg);
}

.cbc-profile-screen {
	flex: 1 1 auto;
	padding: 24px 20px;
	overflow-y: auto;
	background: linear-gradient(180deg, #f7f9fd, #fff 36%);
}

.cbc-support-type-screen {
	height: 100%;
	padding: 30px 24px 24px;
	overflow-y: auto;
	background: linear-gradient(180deg, #f7faff 0%, #fff 42%);
}

.cbc-support-type-options {
	display: grid;
	gap: 14px;
	margin-top: 22px;
}

.cbc-support-type-option {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 18px;
	gap: 13px;
	align-items: center;
	width: 100%;
	min-height: 92px;
	padding: 16px;
	border: 1px solid var(--cbc-border);
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 8px 25px rgba(29, 55, 95, .07);
	color: var(--cbc-text);
	cursor: pointer;
	text-align: left;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.cbc-support-type-option:hover {
	transform: translateY(-2px);
	border-color: color-mix(in srgb, var(--cbc-primary) 55%, white);
	box-shadow: 0 12px 30px rgba(29, 55, 95, .12);
}

.cbc-support-type-icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 15px;
	background: #eaf2ff;
	font-size: 22px;
}

.cbc-support-type-option.post-sales .cbc-support-type-icon { background: #e8faf2; }
.cbc-support-type-option strong { display: block; margin-bottom: 5px; font-size: 14px; }
.cbc-support-type-option small { display: block; color: var(--cbc-muted); font-size: 12px; line-height: 1.45; }
.cbc-support-type-option > b { color: var(--cbc-primary); font-size: 24px; font-weight: 400; }

.cbc-profile-copy {
	margin-bottom: 20px;
	text-align: center;
}

.cbc-profile-copy h2 {
	margin: 0 0 7px;
	color: var(--cbc-text);
	font-size: 22px;
}

.cbc-profile-copy p {
	max-width: 310px;
	margin: 0 auto;
	color: var(--cbc-muted);
	font-size: 12px;
	line-height: 1.6;
}

.cbc-product-support-context {
	display: grid;
	flex: 0 0 auto;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 10px;
	margin: 0 12px 9px;
	padding: 9px 10px;
	align-items: center;
	border: 1px solid color-mix(in srgb, var(--cbc-primary) 18%, white);
	border-radius: 13px;
	background: color-mix(in srgb, var(--cbc-primary) 5%, white);
	box-shadow: 0 7px 18px rgba(24, 43, 78, .06);
}

.cbc-profile-screen > .cbc-product-support-context {
	margin: 0 0 14px;
}

.cbc-product-support-context img,
.cbc-product-support-context > span {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	color: var(--cbc-primary);
	object-fit: cover;
}

.cbc-product-support-context svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
}

.cbc-product-support-context small,
.cbc-product-support-context strong,
.cbc-product-support-context b {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cbc-product-support-context small {
	margin-bottom: 2px;
	color: var(--cbc-primary);
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase;
}

.cbc-product-support-context strong {
	color: var(--cbc-text);
	font-size: 11px;
}

.cbc-product-support-context b {
	margin-top: 2px;
	color: var(--cbc-muted);
	font-size: 10px;
	font-weight: 650;
}

[data-cbc-product-support="1"] {
	cursor: pointer !important;
	white-space: nowrap;
}

.cbc-profile-form {
	padding: 18px;
	border: 1px solid var(--cbc-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(24, 43, 78, .08);
}

.cbc-profile-field {
	display: block;
	margin-bottom: 13px;
	color: var(--cbc-text);
	font-size: 12px;
	font-weight: 700;
}

.cbc-profile-field span {
	display: block;
	margin: 0 0 6px 2px;
}

.cbc-profile-field b {
	color: var(--cbc-danger);
}

.cbc-profile-field small {
	color: var(--cbc-muted);
	font-size: 10px;
	font-weight: 500;
}

.cbc-profile-field input {
	width: 100%;
	height: 45px;
	padding: 0 12px;
	border: 1px solid var(--cbc-border);
	border-radius: 11px;
	outline: 0;
	background: #fff;
	color: var(--cbc-text);
	font: inherit;
	font-weight: 500;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.cbc-profile-field input:focus {
	border-color: var(--cbc-primary);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--cbc-primary) 12%, transparent);
}

.cbc-profile-submit {
	width: 100%;
	height: 45px;
	margin-top: 3px;
	border: 0;
	border-radius: 11px;
	background: var(--cbc-primary);
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 800;
}

.cbc-profile-submit:hover {
	background: var(--cbc-primary-dark);
}

.cbc-profile-privacy {
	margin: 13px 8px 0;
	color: var(--cbc-muted);
	font-size: 9px;
	line-height: 1.45;
	text-align: center;
}

.cbc-history-screen {
	display: flex;
	flex: 1 1 auto;
	min-height: 0;
	flex-direction: column;
	background: #fff;
}

.cbc-history-heading {
	flex: 0 0 auto;
	padding: 17px 18px 13px;
	border-bottom: 1px solid var(--cbc-border);
	text-align: center;
}

.cbc-history-heading h2 {
	margin: 0 0 3px;
	color: var(--cbc-text);
	font-size: 17px;
	line-height: 1.3;
}

.cbc-history-heading p {
	margin: 0;
	color: var(--cbc-muted);
	font-size: 11px;
}

.cbc-history-list {
	flex: 1 1 auto;
	min-height: 0;
	padding: 0 17px;
	overflow-x: hidden;
	overflow-y: auto;
}

.cbc-chat-root .cbc-history-row {
	display: grid !important;
	width: 100% !important;
	height: auto !important;
	min-height: 67px !important;
	margin: 0 !important;
	padding: 10px 2px !important;
	grid-template-columns: 38px minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	border: 0 !important;
	border-bottom: 1px solid var(--cbc-border) !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	color: var(--cbc-text) !important;
	cursor: pointer;
	font: inherit;
	text-align: left;
	text-transform: none !important;
}

.cbc-chat-root .cbc-history-row:hover {
	background: #f8faff !important;
}

.cbc-chat-root .cbc-history-row.unread .cbc-history-copy strong {
	font-weight: 800;
}

.cbc-history-avatar {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	overflow: hidden;
	border-radius: 50%;
	background: color-mix(in srgb, var(--cbc-primary) 12%, white);
	color: var(--cbc-primary);
}

.cbc-history-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cbc-history-avatar svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
}

.cbc-history-copy {
	display: block;
	min-width: 0;
}

.cbc-history-copy strong,
.cbc-history-copy small {
	display: block;
	overflow: hidden;
	color: inherit !important;
	line-height: 1.35 !important;
	text-overflow: ellipsis;
	white-space: nowrap !important;
}

.cbc-history-copy strong {
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: 700;
}

.cbc-history-copy small {
	color: var(--cbc-muted) !important;
	font-size: 11px;
	font-weight: 450;
}

.cbc-history-meta {
	display: flex;
	min-width: 38px;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
	color: var(--cbc-muted);
	font-size: 10px;
	white-space: nowrap;
}

.cbc-history-meta b {
	display: grid;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	place-items: center;
	border-radius: 999px;
	background: var(--cbc-danger);
	color: #fff;
	font-size: 9px;
}

.cbc-history-empty {
	display: flex;
	min-height: 220px;
	padding: 28px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--cbc-muted);
	text-align: center;
}

.cbc-history-empty strong {
	margin-bottom: 7px;
	color: var(--cbc-text);
	font-size: 14px;
}

.cbc-history-empty span {
	max-width: 250px;
	font-size: 11px;
	line-height: 1.6;
}

.cbc-history-footer {
	flex: 0 0 auto;
	padding: 13px 16px;
	border-top: 1px solid var(--cbc-border);
	text-align: center;
}

.cbc-chat-root .cbc-history-start,
.cbc-chat-root .cbc-new-conversation {
	display: inline-flex !important;
	width: auto !important;
	height: auto !important;
	min-height: 39px !important;
	margin: 0 !important;
	padding: 10px 16px !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 0 !important;
	border-radius: 11px !important;
	background: var(--cbc-primary) !important;
	box-shadow: 0 7px 18px color-mix(in srgb, var(--cbc-primary) 22%, transparent) !important;
	color: #fff !important;
	cursor: pointer;
	font: inherit;
	font-size: 12px !important;
	font-weight: 750;
	line-height: 1.35 !important;
	text-transform: none !important;
}

.cbc-history-start span {
	color: inherit !important;
	font-size: 19px;
	line-height: .7 !important;
}

.cbc-chat-scroll,
.cbc-kb-scroll {
	flex: 1 1 auto;
	min-height: 0;
	padding: 18px;
	overflow-x: hidden;
	overflow-y: auto;
	scroll-behavior: smooth;
}

.cbc-chat-scroll {
	background:
		linear-gradient(180deg, rgba(245,248,253,.85), rgba(255,255,255,1) 34%);
}

.cbc-day-label {
	margin: 8px 0 14px;
	color: var(--cbc-muted);
	font-size: 11px;
	font-weight: 700;
	text-align: center;
}

.cbc-message {
	display: flex;
	align-items: flex-end;
	gap: 8px;
	margin: 0 0 13px;
}

.cbc-message.visitor {
	flex-direction: row-reverse;
}

.cbc-message.note {
	display: block;
	margin: 10px 0;
	padding: 10px 12px;
	border: 1px solid #f0d66a;
	border-radius: 12px;
	background: #fff8cf;
	color: #6c5510;
	font-size: 12px;
}

.cbc-avatar {
	display: grid;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	place-items: center;
	overflow: hidden;
	border-radius: 50%;
	background: #dfe7f4;
	color: #53637e;
	font-size: 11px;
	font-weight: 800;
}

.cbc-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cbc-bubble-wrap {
	max-width: 78%;
}

.cbc-sender {
	margin: 0 0 4px 3px;
	color: var(--cbc-muted);
	font-size: 10px;
}

.cbc-bubble {
	position: relative;
	padding: 10px 12px;
	border: 1px solid var(--cbc-border);
	border-radius: 15px 15px 15px 4px;
	background: #fff;
	box-shadow: 0 3px 10px rgba(29, 46, 79, .05);
	overflow-wrap: anywhere;
}

.cbc-message.visitor .cbc-bubble {
	border-color: transparent;
	border-radius: 15px 15px 4px 15px;
	background: var(--cbc-primary);
	color: #fff;
}

.cbc-bubble a {
	color: inherit;
	text-decoration: underline;
}

.cbc-meta-time {
	margin-top: 4px;
	color: var(--cbc-muted);
	font-size: 9px;
	text-align: right;
}

.cbc-message.visitor .cbc-meta-time {
	color: rgba(255,255,255,.72);
}

.cbc-attachment {
	display: block;
	min-width: 180px;
	text-decoration: none !important;
}

.cbc-attachment img {
	display: block;
	max-width: 100%;
	max-height: 240px;
	border-radius: 10px;
	object-fit: cover;
}

.cbc-file {
	display: flex;
	align-items: center;
	gap: 9px;
	font-weight: 700;
}

.cbc-file-icon {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 10px;
	background: var(--cbc-surface);
	color: var(--cbc-primary);
}

.cbc-product-card {
	display: grid;
	min-width: 225px;
	grid-template-columns: 54px 1fr;
	gap: 10px;
	align-items: center;
}

.cbc-product-card img {
	width: 54px;
	height: 54px;
	border-radius: 10px;
	object-fit: cover;
}

.cbc-product-card strong,
.cbc-product-card span {
	display: block;
}

.cbc-product-card span {
	margin-top: 2px;
	color: var(--cbc-muted);
	font-size: 12px;
}

.cbc-chat-root .cbc-article-message {
	display: block !important;
	width: min(250px, 100%) !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 12px !important;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--cbc-primary) 24%, white) !important;
	border-radius: 12px !important;
	background: color-mix(in srgb, var(--cbc-primary) 5%, white) !important;
	box-shadow: none !important;
	color: var(--cbc-text) !important;
	cursor: pointer;
	font: inherit;
	line-height: 1.4 !important;
	text-align: left;
	text-transform: none !important;
	white-space: normal !important;
}

.cbc-chat-root .cbc-article-message:hover {
	border-color: color-mix(in srgb, var(--cbc-primary) 48%, white) !important;
	background: color-mix(in srgb, var(--cbc-primary) 8%, white) !important;
}

.cbc-article-message-label,
.cbc-article-message strong,
.cbc-article-message-excerpt,
.cbc-article-message-action {
	display: block;
	position: static !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	white-space: normal !important;
}

.cbc-article-message-label {
	margin-bottom: 5px !important;
	color: var(--cbc-primary) !important;
	font-size: 9px !important;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase !important;
}

.cbc-article-message strong {
	color: var(--cbc-text) !important;
	font-size: 12px !important;
	line-height: 1.45 !important;
	overflow-wrap: anywhere;
}

.cbc-article-message-excerpt {
	margin-top: 5px !important;
	color: var(--cbc-muted) !important;
	font-size: 10px !important;
	line-height: 1.5 !important;
}

.cbc-article-message-action {
	margin-top: 9px !important;
	color: var(--cbc-primary) !important;
	font-size: 10px !important;
	font-weight: 800;
}

.cbc-article-message-action b {
	font-size: 16px;
	line-height: 8px;
	vertical-align: -1px;
}

.cbc-card-button {
	display: block;
	margin-top: 8px;
	padding: 7px 9px;
	border-radius: 9px;
	background: var(--cbc-primary);
	color: #fff !important;
	font-size: 11px;
	font-weight: 800;
	text-align: center;
	text-decoration: none !important;
}

.cbc-quick-replies {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: -4px 0 14px 36px;
}

.cbc-quick-reply {
	padding: 7px 10px;
	border: 1px solid color-mix(in srgb, var(--cbc-primary) 55%, white);
	border-radius: 999px;
	background: #fff;
	color: var(--cbc-primary);
	cursor: pointer;
	font: inherit;
	font-size: 11px;
	font-weight: 700;
}

.cbc-composer {
	flex: 0 0 auto;
	padding: 10px 12px 12px;
	border-top: 1px solid var(--cbc-border);
	background: #fff;
}

.cbc-contact-form {
	margin-bottom: 10px;
	padding: 12px;
	border: 1px solid var(--cbc-border);
	border-radius: 14px;
	background: var(--cbc-surface);
}

.cbc-contact-form p {
	margin: 0 0 9px;
	color: var(--cbc-muted);
	font-size: 11px;
}

.cbc-field {
	width: 100%;
	height: 40px;
	margin-bottom: 7px;
	padding: 0 11px;
	border: 1px solid var(--cbc-border);
	border-radius: 10px;
	background: #fff;
	color: var(--cbc-text);
	font: inherit;
}

.cbc-compose-box {
	display: flex;
	min-height: 94px;
	flex-direction: column;
	align-items: stretch;
	gap: 4px;
	padding: 8px 9px;
	border: 1px solid var(--cbc-border);
	border-radius: 15px;
	background: #fff;
	transition: border-color .18s, box-shadow .18s;
}

.cbc-compose-box:focus-within {
	border-color: var(--cbc-primary);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--cbc-primary) 13%, transparent);
}

.cbc-chat-root .cbc-compose-box textarea {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	min-width: 0 !important;
	min-height: 48px !important;
	max-height: 100px;
	margin: 0 !important;
	padding: 8px 7px !important;
	resize: none !important;
	border: 0 !important;
	border-radius: 9px !important;
	outline: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--cbc-text) !important;
	font: inherit !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
	letter-spacing: normal !important;
	text-transform: none !important;
}

.cbc-chat-root .cbc-compose-box textarea::placeholder {
	color: #8791a4;
	opacity: 1;
}

.cbc-compose-actions {
	display: flex;
	width: 100%;
	min-width: 0;
	align-items: center;
	gap: 3px;
}

.cbc-tool-btn,
.cbc-send-btn {
	display: grid;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 11px;
	background: transparent;
	color: var(--cbc-muted);
	cursor: pointer;
}

.cbc-chat-root .cbc-compose-actions .cbc-tool-btn,
.cbc-chat-root .cbc-compose-actions .cbc-send-btn {
	width: 34px !important;
	height: 34px !important;
	min-width: 34px !important;
	min-height: 34px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 11px !important;
	line-height: 1 !important;
}

.cbc-chat-root .cbc-compose-actions .cbc-send-btn {
	width: 40px !important;
	height: 40px !important;
	margin-left: auto !important;
	border-radius: 12px !important;
	background: var(--cbc-primary) !important;
	color: #fff !important;
}

.cbc-tool-btn:hover {
	color: var(--cbc-primary);
	background: var(--cbc-surface);
}

.cbc-send-btn {
	margin-left: auto;
	background: var(--cbc-primary);
	color: #fff;
}

.cbc-tool-btn svg,
.cbc-send-btn svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.cbc-emoji-row {
	display: flex;
	gap: 4px;
	margin-bottom: 8px;
	padding: 7px;
	border: 1px solid var(--cbc-border);
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(20,35,65,.12);
}

.cbc-emoji-row button {
	padding: 3px;
	border: 0;
	background: transparent;
	cursor: pointer;
	font-size: 19px;
}

.cbc-privacy {
	margin: 7px 3px 0;
	color: var(--cbc-muted);
	font-size: 9px;
	text-align: center;
}

.cbc-closed-conversation {
	display: flex;
	flex: 0 0 auto;
	padding: 11px 12px;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	border-top: 1px solid var(--cbc-border);
	background: #fff;
	color: var(--cbc-muted);
	font-size: 10px;
}

.cbc-kb-title {
	margin: 0 0 4px;
	font-size: 20px;
	text-align: center;
}

.cbc-kb-subtitle {
	margin: 0 0 16px;
	color: var(--cbc-muted);
	font-size: 12px;
	text-align: center;
}

.cbc-search-box {
	position: relative;
	margin-bottom: 15px;
}

.cbc-search-box input {
	width: 100%;
	height: 46px;
	padding: 0 13px 0 41px;
	border: 1px solid var(--cbc-border);
	border-radius: 13px;
	background: #fff;
	color: var(--cbc-text);
	font: inherit;
}

.cbc-search-box svg {
	position: absolute;
	top: 14px;
	left: 14px;
	width: 18px;
	height: 18px;
	stroke: var(--cbc-muted);
}

.cbc-chat-root .cbc-category,
.cbc-chat-root .cbc-article-row {
	position: static !important;
	display: flex !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 0 10px !important;
	padding: 14px 15px !important;
	overflow: visible !important;
	flex-direction: column;
	align-items: stretch;
	border: 1px solid var(--cbc-border) !important;
	border-radius: 13px !important;
	background: #fff !important;
	box-shadow: none !important;
	color: var(--cbc-text) !important;
	cursor: pointer;
	font: inherit;
	line-height: 1.45 !important;
	text-align: left;
	text-transform: none !important;
	white-space: normal !important;
	transition: border-color .15s, transform .15s, box-shadow .15s;
}

.cbc-chat-root .cbc-category:hover,
.cbc-chat-root .cbc-article-row:hover {
	border-color: color-mix(in srgb, var(--cbc-primary) 40%, white) !important;
	background: #fff !important;
	box-shadow: 0 7px 18px rgba(29,46,79,.07);
	transform: translateY(-1px);
}

.cbc-chat-root .cbc-category > strong,
.cbc-chat-root .cbc-article-row > strong {
	position: static !important;
	display: block !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 0 5px !important;
	padding: 0 !important;
	color: var(--cbc-text) !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	white-space: normal !important;
	overflow-wrap: anywhere;
}

.cbc-chat-root .cbc-category > span,
.cbc-chat-root .cbc-article-row > span {
	position: static !important;
	display: block !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--cbc-muted) !important;
	font-size: 11px !important;
	line-height: 1.5 !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	white-space: normal !important;
	overflow-wrap: anywhere;
}

.cbc-chat-root .cbc-kb-back {
	display: inline-flex !important;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 0 14px !important;
	padding: 5px 0 !important;
	align-items: center;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--cbc-primary) !important;
	cursor: pointer;
	font: inherit;
	font-size: 12px !important;
	font-weight: 700;
	line-height: 1.45 !important;
	text-align: left;
	text-transform: none !important;
	white-space: normal !important;
	overflow-wrap: anywhere;
}

.cbc-article-content {
	color: #34425a;
	font-size: 13px;
	line-height: 1.65;
}

.cbc-article-content img {
	max-width: 100%;
	height: auto;
}

.cbc-article-content a {
	color: var(--cbc-primary);
}

.cbc-helpful {
	margin-top: 22px;
	padding-top: 14px;
	border-top: 1px solid var(--cbc-border);
	color: var(--cbc-muted);
	text-align: center;
}

.cbc-chat-root .cbc-helpful button {
	display: inline-flex !important;
	width: auto !important;
	height: auto !important;
	min-width: 68px !important;
	min-height: 38px !important;
	margin: 8px 3px 0 !important;
	padding: 9px 14px !important;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--cbc-border) !important;
	border-radius: 10px !important;
	background: #fff !important;
	box-shadow: none !important;
	color: var(--cbc-text) !important;
	cursor: pointer;
	font: inherit !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	text-transform: none !important;
	white-space: nowrap !important;
}

.cbc-chat-root .cbc-helpful button:hover {
	border-color: var(--cbc-primary) !important;
	background: color-mix(in srgb, var(--cbc-primary) 6%, white) !important;
	color: var(--cbc-primary) !important;
}

.cbc-empty,
.cbc-loading,
.cbc-error {
	display: grid;
	flex: 1;
	min-height: 180px;
	padding: 28px;
	place-items: center;
	color: var(--cbc-muted);
	text-align: center;
}

.cbc-error {
	color: var(--cbc-danger);
}

.cbc-spinner {
	width: 28px;
	height: 28px;
	margin: 0 auto 10px;
	border: 3px solid var(--cbc-border);
	border-top-color: var(--cbc-primary);
	border-radius: 50%;
	animation: cbc-spin .7s linear infinite;
}

@keyframes cbc-spin { to { transform: rotate(360deg); } }

.cbc-toast {
	position: absolute;
	right: 0;
	bottom: 78px;
	left: auto;
	z-index: 5;
	width: 290px;
	max-width: min(320px, calc(100vw - 28px));
	min-height: 42px;
	padding: 11px 14px;
	border-radius: 11px;
	background: #17223a;
	color: #fff;
	box-shadow: 0 8px 24px rgba(0,0,0,.2);
	font-size: 12px;
	text-align: center;
	animation: cbc-open .18s ease-out;
}

.cbc-chat-root .cbc-toast {
	width: 290px !important;
	height: auto !important;
	max-width: min(320px, calc(100vw - 28px)) !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 11px 14px !important;
	border: 0 !important;
	border-radius: 11px !important;
	background: #17223a !important;
	color: #fff !important;
	line-height: 1.45 !important;
	white-space: normal !important;
	overflow-wrap: break-word;
}

.cbc-left .cbc-toast {
	right: auto;
	left: 0;
}

.cbc-rating {
	margin: 12px 0;
	padding: 12px;
	border: 1px solid var(--cbc-border);
	border-radius: 13px;
	background: #fff;
	text-align: center;
}

.cbc-rating button {
	padding: 3px;
	border: 0;
	background: transparent;
	cursor: pointer;
	font-size: 24px;
}

@media (max-width: 600px) {
	.cbc-chat-root,
	.cbc-chat-root.cbc-left {
		right: 12px;
		bottom: 12px;
		left: auto;
	}

	.cbc-panel,
	.cbc-left .cbc-panel {
		position: fixed;
		inset: 0;
		width: 100%;
		height: 100%;
		min-height: 0;
		border: 0;
		border-radius: 0;
	}

	.cbc-chat-root .cbc-launcher {
		width: 60px !important;
		height: 60px !important;
		min-width: 60px !important;
		min-height: 60px !important;
	}

	.cbc-chat-root .cbc-launcher.cbc-launcher-open {
		display: none !important;
	}

	.cbc-chat-root .cbc-launcher-hint {
		right: 72px;
		bottom: 8px;
		max-width: calc(100vw - 100px) !important;
	}

	.cbc-chat-root.cbc-left .cbc-launcher-hint {
		right: 72px;
		left: auto;
	}

	.cbc-chat-root.cbc-left .cbc-launcher-hint::after {
		right: -6px;
		left: auto;
		border: 0;
		border-top: 1px solid rgba(218, 225, 237, .92);
		border-right: 1px solid rgba(218, 225, 237, .92);
	}

	.cbc-panel .cbc-header {
		padding-top: max(16px, env(safe-area-inset-top));
	}

	.cbc-panel .cbc-header .cbc-close {
		display: none;
	}

	.cbc-chat-root .cbc-mobile-close {
		position: fixed !important;
		top: max(12px, env(safe-area-inset-top)) !important;
		right: 12px !important;
		z-index: 30 !important;
		display: grid !important;
		width: 42px !important;
		height: 42px !important;
		min-width: 42px !important;
		min-height: 42px !important;
		margin: 0 !important;
		padding: 0 !important;
		place-items: center;
		border: 1px solid rgba(255,255,255,.28) !important;
		border-radius: 50% !important;
		background: rgba(12,25,50,.2) !important;
		box-shadow: 0 7px 20px rgba(0,0,0,.13) !important;
		color: #fff !important;
		line-height: 1 !important;
		backdrop-filter: blur(8px);
	}

	.cbc-mobile-close svg {
		display: block;
		width: 23px;
		height: 23px;
		fill: none !important;
		stroke: currentColor !important;
	}

	.cbc-chat-root .cbc-toast,
	.cbc-left .cbc-toast {
		position: fixed;
		right: 16px;
		bottom: calc(84px + env(safe-area-inset-bottom));
		left: 16px;
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
	}

	.cbc-home-scroll {
		padding: max(24px, env(safe-area-inset-top)) 16px 28px;
	}

	.cbc-composer {
		padding-bottom: 12px;
	}

	.cbc-bottom-nav {
		padding-bottom: env(safe-area-inset-bottom);
	}
}

@media (prefers-reduced-motion: reduce) {
	.cbc-panel,
	.cbc-launcher,
	.cbc-spinner {
		animation: none;
		transition: none;
	}
}
