.komimport-ai-chat {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 2147483000;
	box-sizing: border-box;
	font-family: Arial, sans-serif;
	color: #1f2933;
}

body.komimport-ai-chat-standalone-route {
	width: 100%;
	max-width: 100%;
	min-height: 100%;
	margin: 0;
	background: #eef4f8;
	overflow: hidden;
	overscroll-behavior: none;
	touch-action: pan-y;
}

.komimport-ai-chat * {
	box-sizing: border-box;
}

.komimport-ai-chat__toggle {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 48px;
	padding: 0 18px;
	border: 0;
	border-radius: 8px;
	background: #0b75b7;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	box-shadow: 0 8px 24px rgba(11, 117, 183, .28);
	cursor: pointer;
}

.komimport-ai-chat__toggle-icon {
	width: 20px;
	height: 20px;
	border: 2px solid currentColor;
	border-radius: 6px;
	position: relative;
}

.komimport-ai-chat__toggle-icon:after {
	content: "";
	position: absolute;
	left: 3px;
	bottom: -6px;
	width: 8px;
	height: 8px;
	border-left: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	background: #0b75b7;
	transform: rotate(-20deg);
}

.komimport-ai-chat__panel {
	display: none;
	width: min(380px, calc(100vw - 24px));
	height: min(540px, calc(100vh - 40px));
	min-width: 320px;
	min-height: 360px;
	max-width: calc(100vw - 24px);
	max-height: calc(100vh - 40px);
	position: relative;
	background: #fff;
	border: 1px solid #d6e1ea;
	border-radius: 8px;
	box-shadow: 0 18px 60px rgba(16, 42, 67, .28);
	overflow: hidden;
}

.komimport-ai-chat.is-open .komimport-ai-chat__toggle {
	display: none;
}

.komimport-ai-chat.is-open .komimport-ai-chat__panel {
	display: flex;
	flex-direction: column;
}

.komimport-ai-chat.is-resizing,
.komimport-ai-chat.is-resizing * {
	user-select: none;
}

.komimport-ai-chat--standalone {
	position: relative;
	left: 0;
	top: 0;
	right: auto;
	bottom: auto;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	height: 100vh;
	height: 100dvh;
	height: var(--komimport-app-height, var(--komimport-visual-vh, 100dvh));
	max-height: var(--komimport-app-height, var(--komimport-visual-vh, 100dvh));
	--komimport-stable-vh: 100vh;
	--komimport-keyboard-offset: 0px;
	--komimport-layout-vw: 100%;
	--komimport-visual-vw: 100%;
	--komimport-visual-left: 0px;
	padding: clamp(10px, 1.2vw, 18px);
	display: flex;
	align-items: stretch;
	justify-content: center;
	background:
		linear-gradient(90deg, rgba(11, 45, 77, .035) 1px, transparent 1px),
		linear-gradient(0deg, rgba(11, 45, 77, .03) 1px, transparent 1px),
		radial-gradient(circle at 18% 82%, rgba(11, 117, 183, .10), transparent 28%),
		#eef4f8;
	background-size: 52px 52px, 52px 52px, auto, auto;
	overflow: hidden;
}

.komimport-ai-chat--standalone .komimport-ai-chat__toggle,
.komimport-ai-chat--standalone .komimport-ai-chat__resize,
.komimport-ai-chat--standalone .komimport-ai-chat__close {
	display: none !important;
}

.komimport-ai-chat--standalone .komimport-ai-chat__panel,
.komimport-ai-chat--standalone.is-open .komimport-ai-chat__panel {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	max-width: 100%;
	max-height: 100%;
	border-radius: 8px;
	border: 1px solid rgba(183, 209, 229, .74);
	background: #fff;
	box-shadow: 0 18px 44px rgba(16, 42, 67, .13);
	overflow: hidden;
}

.komimport-ai-chat__standalone-shell {
	width: min(1480px, 100%);
	height: 100%;
	min-width: 0;
	min-height: 0;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	overflow: hidden;
	border-radius: 8px;
	background: rgba(246, 249, 252, .92);
	box-shadow: 0 24px 60px rgba(16, 42, 67, .22);
}

.komimport-ai-chat--standalone .komimport-ai-chat__header {
	flex: 0 0 92px;
	min-height: 92px;
	position: relative;
	padding: 18px 36px;
	flex-wrap: nowrap;
	background: linear-gradient(135deg, #062643 0%, #123b5d 56%, #0a2e4e 100%);
}

.komimport-ai-chat--standalone .komimport-ai-chat__heading {
	flex: 0 0 auto;
	display: grid;
	grid-template-columns: 46px minmax(0, max-content);
	grid-template-rows: auto auto;
	column-gap: 14px;
	align-items: center;
	max-width: min(360px, calc(50% - 180px));
	min-width: 0;
}

.komimport-ai-chat--standalone .komimport-ai-chat__heading::before {
	content: "";
	grid-row: 1 / span 2;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 55% 58%, #123b5d 0 3px, transparent 4px),
		linear-gradient(90deg, transparent 10px, #123b5d 10px 13px, transparent 13px 18px, #123b5d 18px 21px, transparent 21px),
		#ffc400;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .12);
	transform: rotate(-90deg);
	transform-origin: center;
}

.komimport-ai-chat--standalone .komimport-ai-chat__title {
	font-size: 23px;
	line-height: 1.05;
}

.komimport-ai-chat--standalone .komimport-ai-chat__subtitle {
	margin-top: 4px;
	font-size: 13px;
	font-weight: 700;
	color: rgba(255, 255, 255, .86);
}

.komimport-ai-chat--standalone .komimport-ai-chat__title--catalog {
	gap: 0;
}

.komimport-ai-chat--standalone .komimport-ai-chat__title-logo {
	display: none;
}

.komimport-ai-chat--standalone .komimport-ai-chat__header-actions {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 0;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.komimport-ai-chat__standalone-main {
	min-height: 0;
	display: grid;
	grid-template-columns: minmax(220px, 260px) minmax(520px, 1fr) minmax(220px, 280px);
	gap: 26px;
	padding: 28px 36px 24px;
	overflow: hidden;
}

.komimport-ai-chat__standalone-chat {
	min-width: 0;
	min-height: 0;
	display: flex;
}

.komimport-ai-chat__standalone-rail {
	min-width: 0;
	min-height: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
	overflow: hidden;
}

.komimport-ai-chat__standalone-rail--left {
	position: relative;
}

.komimport-ai-chat__standalone-rail--left .komimport-ai-chat__standalone-card {
	position: relative;
	z-index: 1;
}

.komimport-ai-chat__standalone-card {
	padding: 16px 18px;
	border: 1px solid rgba(221, 232, 241, .86);
	border-radius: 8px;
	background: rgba(255, 255, 255, .88);
	box-shadow: 0 16px 38px rgba(16, 42, 67, .08);
	color: #17324d;
}

.komimport-ai-chat__standalone-card-title,
.komimport-ai-chat__standalone-help-title {
	margin: 0 0 14px;
	color: #17324d;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
}

.komimport-ai-chat__standalone-list,
.komimport-ai-chat__standalone-steps {
	margin: 0;
	padding: 0;
	list-style: none;
}

.komimport-ai-chat__standalone-list-item {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	padding: 7px 0;
	color: #17324d;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
}

.komimport-ai-chat__standalone-list-icon {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #a9d3f5;
	background: #edf7ff;
	position: relative;
}

.komimport-ai-chat__standalone-list-icon::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	width: 6px;
	height: 6px;
	border: 1.5px solid #4c95cf;
	border-radius: 2px;
}

.komimport-ai-chat__standalone-list-icon--image {
	border-color: #d4e7f7;
	background: #f5fbff;
	overflow: hidden;
}

.komimport-ai-chat__standalone-list-icon--image::after {
	display: none;
}

.komimport-ai-chat__standalone-list-icon-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 3px;
	opacity: .82;
}

.komimport-ai-chat__standalone-list-button {
	appearance: none;
	border: 0;
	padding: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	font-weight: 800;
	line-height: 1.25;
	text-align: left;
	cursor: pointer;
}

.komimport-ai-chat__standalone-list-button:hover,
.komimport-ai-chat__standalone-list-button:focus-visible {
	color: #0b75b7;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.komimport-ai-chat__standalone-list--checks .komimport-ai-chat__standalone-list-icon {
	border: 0;
	background: #37b579;
}

.komimport-ai-chat__standalone-list--checks .komimport-ai-chat__standalone-list-icon::after {
	left: 5px;
	top: 4px;
	width: 6px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	border-radius: 0;
	transform: rotate(45deg);
}

.komimport-ai-chat__standalone-help {
	position: relative;
	min-height: 162px;
	padding: 18px;
	border-color: #dbe8f1;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	align-items: stretch;
	background:
		radial-gradient(circle at 86% 82%, rgba(255, 196, 0, .14), transparent 36%),
		linear-gradient(135deg, #fff 0%, #f6fbff 100%);
	box-shadow: 0 10px 25px rgba(19, 61, 94, .08);
}

.komimport-ai-chat__standalone-help-copy {
	position: relative;
	z-index: 2;
	max-width: 170px;
}

.komimport-ai-chat__standalone-help-title {
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.12;
	color: #102f4b;
}

.komimport-ai-chat__standalone-help-text,
.komimport-ai-chat__standalone-muted {
	margin: 0;
	color: #53677c;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.45;
}

.komimport-ai-chat__standalone-help-text {
	max-width: 118px;
	color: #5d7182;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.32;
}

.komimport-ai-chat__standalone-help-art {
	position: absolute;
	right: 8px;
	bottom: 10px;
	z-index: 1;
	width: 100px;
	height: 96px;
	border-radius: 14px;
	overflow: hidden;
	background: transparent;
}

.komimport-ai-chat__standalone-help-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right bottom;
}

.komimport-ai-chat__standalone-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.komimport-ai-chat__standalone-tag {
	appearance: none;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border: 1px solid #dbe6ee;
	border-radius: 6px;
	background: #f7fafc;
	color: #17324d;
	font-size: 12px;
	line-height: 1;
	font-family: inherit;
	cursor: pointer;
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.komimport-ai-chat__standalone-tag:hover,
.komimport-ai-chat__standalone-tag:focus-visible {
	border-color: #9dc8e9;
	background: #eef7ff;
	color: #0b75b7;
}

.komimport-ai-chat__standalone-excavator-img {
	display: block;
	position: absolute;
	z-index: 0;
	left: 8px;
	right: 8px;
	bottom: -10px;
	width: calc(100% - 16px);
	height: 168px;
	object-fit: contain;
	object-position: center bottom;
	opacity: .18;
	filter: grayscale(1) contrast(.9);
	pointer-events: none;
}

.komimport-ai-chat__standalone-step {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 12px;
	padding: 7px 0;
}

.komimport-ai-chat__standalone-step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #2493f2;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
}

.komimport-ai-chat__standalone-step:nth-child(odd) .komimport-ai-chat__standalone-step-number {
	background: #7bc2fb;
}

.komimport-ai-chat__standalone-step-copy {
	display: flex;
	flex-direction: column;
	gap: 3px;
	color: #53677c;
	font-size: 12px;
	line-height: 1.35;
}

.komimport-ai-chat__standalone-step-copy strong {
	color: #17324d;
	font-size: 12.5px;
}

.komimport-ai-chat__standalone-diagram-art {
	height: 142px;
	margin: 14px 0 8px;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.komimport-ai-chat__standalone-diagram-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.komimport-ai-chat__standalone-link {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	color: #0b75b7;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.komimport-ai-chat__standalone-link::after {
	content: "↗";
	margin-left: 5px;
	font-size: 12px;
}

.kpart-chat-footer {
	flex: 0 0 82px;
	height: 82px;
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr) 280px;
	align-items: center;
	gap: 24px;
	padding: 0 36px;
	background: linear-gradient(135deg, #061f3d 0%, #082b50 100%);
	color: #d6e4ef;
	border-radius: 0 0 16px 16px;
	font-size: 13px;
}

.kpart-chat-footer__copy {
	display: flex;
	flex-direction: column;
	gap: 3px;
	color: #9fb4c4;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
}

.kpart-chat-footer__features {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 54px;
	min-width: 0;
}

.kpart-chat-footer__feature {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #d6e4ef;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.kpart-chat-footer__icon {
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	display: inline-block;
	color: #8ea9bd;
	background-color: currentColor;
	opacity: .95;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
}

.kpart-chat-footer__icon--secure {
	-webkit-mask-image: url('https://k-part.com/chat-assets/icon-secure-search.svg?v=20260702-footer-2');
	mask-image: url('https://k-part.com/chat-assets/icon-secure-search.svg?v=20260702-footer-2');
}

.kpart-chat-footer__icon--data {
	-webkit-mask-image: url('https://k-part.com/chat-assets/icon-official-data.svg?v=20260702-footer-2');
	mask-image: url('https://k-part.com/chat-assets/icon-official-data.svg?v=20260702-footer-2');
}

.kpart-chat-footer__icon--updated {
	-webkit-mask-image: url('https://k-part.com/chat-assets/icon-always-updated.svg?v=20260702-footer-2');
	mask-image: url('https://k-part.com/chat-assets/icon-always-updated.svg?v=20260702-footer-2');
}

.kpart-chat-footer__icon--support {
	width: 26px;
	height: 26px;
	color: #d6e4ef;
	-webkit-mask-image: url('https://k-part.com/chat-assets/icon-support-headset.svg?v=20260702-footer-2');
	mask-image: url('https://k-part.com/chat-assets/icon-support-headset.svg?v=20260702-footer-2');
}

.kpart-chat-footer__icon--arrow {
	width: 14px;
	height: 14px;
	color: #8cc6ff;
	-webkit-mask-image: url('https://k-part.com/chat-assets/icon-arrow-right.svg?v=20260702-footer-2');
	mask-image: url('https://k-part.com/chat-assets/icon-arrow-right.svg?v=20260702-footer-2');
	transition: transform .18s ease, color .18s ease;
}

.kpart-chat-footer__support {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	justify-self: end;
	gap: 10px;
	color: #d6e4ef;
	font-size: 13px;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.kpart-chat-footer__support-copy {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.kpart-chat-footer__support b {
	display: block;
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
}

.kpart-chat-footer__support span span {
	color: #8cc6ff;
	font-size: 12px;
	font-weight: 700;
}

.kpart-chat-footer__support:hover .kpart-chat-footer__icon--arrow,
.kpart-chat-footer__support:focus-visible .kpart-chat-footer__icon--arrow {
	color: #b9ddff;
	transform: translateX(2px);
}

@media (max-width: 1280px) {
	.kpart-chat-footer {
		grid-template-columns: 220px minmax(0, 1fr) 220px;
		gap: 18px;
		padding: 0 24px;
	}

	.kpart-chat-footer__features {
		gap: 28px;
	}

	.kpart-chat-footer__feature,
	.kpart-chat-footer__support,
	.kpart-chat-footer__support b {
		font-size: 12px;
	}
}

.komimport-ai-chat--standalone .komimport-ai-chat__catalog-modal {
	padding: 8px;
}

.komimport-ai-chat--standalone .komimport-ai-chat__catalog-dialog {
	width: min(1680px, calc(100vw - 16px));
	height: calc(100vh - 16px);
	height: calc(100dvh - 16px);
	height: calc(var(--komimport-visual-vh, 100dvh) - 16px);
	min-width: min(720px, calc(100vw - 16px));
	min-height: min(460px, calc(100vh - 16px));
	min-height: min(460px, calc(100dvh - 16px));
	max-width: calc(100vw - 16px);
	max-height: calc(100vh - 16px);
	max-height: calc(100dvh - 16px);
	max-height: calc(var(--komimport-visual-vh, 100dvh) - 16px);
}

.komimport-ai-chat--standalone .komimport-ai-chat__messages {
	flex: 1 1 auto;
	min-height: 0;
	padding: 14px 34px;
	background: #fbfdff;
	-webkit-overflow-scrolling: touch;
}

.komimport-ai-chat__resize {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	width: 22px;
	height: 22px;
	border: 0;
	border-radius: 8px 0 6px 0;
	background: rgba(255, 255, 255, .12);
	cursor: nwse-resize;
	touch-action: none;
}

.komimport-ai-chat__resize:before,
.komimport-ai-chat__resize:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 6px;
	border-top: 2px solid rgba(255, 255, 255, .75);
	border-left: 2px solid rgba(255, 255, 255, .75);
}

.komimport-ai-chat__resize:before {
	width: 10px;
	height: 10px;
}

.komimport-ai-chat__resize:after {
	width: 5px;
	height: 5px;
}

.komimport-ai-chat__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	min-height: 96px;
	padding: 12px 14px;
	background: #123b5d;
	color: #fff;
}

.komimport-ai-chat__heading {
	min-width: 112px;
	flex: 0 1 130px;
	order: 1;
}

.komimport-ai-chat__title {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
}

.komimport-ai-chat__title--catalog {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.komimport-ai-chat__title-text {
	flex: 0 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.komimport-ai-chat__title-logo {
	width: auto;
	height: 18px;
	max-width: 92px;
	flex: 0 0 auto;
	display: block;
	object-fit: contain;
	border-radius: 2px;
	background: #fff;
}

.komimport-ai-chat__subtitle {
	margin-top: 2px;
	font-size: 12px;
	color: rgba(255, 255, 255, .78);
	line-height: 1.25;
}

.komimport-ai-chat__mode-switch {
	order: 3;
	display: inline-flex;
	align-items: center;
	gap: 2px;
	min-width: 0;
	flex: 1 0 100%;
	padding: 3px;
	border-radius: 7px;
	background: rgba(255, 255, 255, .12);
}

.komimport-ai-chat__mode-button {
	min-width: 0;
	flex: 1 1 0;
	min-height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 0 8px;
	border: 0;
	border-radius: 5px;
	background: transparent;
	color: rgba(255, 255, 255, .82);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.15;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	overflow-wrap: anywhere;
}

.komimport-ai-chat__mode-button--catalog {
	padding-left: 6px;
	padding-right: 6px;
}

.komimport-ai-chat__mode-text {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.komimport-ai-chat__mode-logo {
	width: auto;
	height: 16px;
	max-width: 78px;
	flex: 0 0 auto;
	display: block;
	object-fit: contain;
	border-radius: 2px;
	background: #fff;
}

.komimport-ai-chat__mode-button:hover,
.komimport-ai-chat__mode-button:focus {
	background: rgba(255, 255, 255, .12);
	color: #fff;
	outline: none;
}

.komimport-ai-chat__mode-button.is-active {
	background: #fff;
	color: #123b5d;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
}

.komimport-ai-chat__header-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	order: 2;
	margin-left: auto;
}

.komimport-ai-chat__order-open {
	min-height: 34px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 0 10px;
	border: 0;
	border-radius: 6px;
	background: rgba(255, 255, 255, .14);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

.komimport-ai-chat__order-open:hover,
.komimport-ai-chat__order-open:focus {
	background: rgba(255, 255, 255, .22);
	outline: none;
}

.komimport-ai-chat__language-picker {
	position: relative;
	display: inline-flex;
	flex: 0 0 auto;
}

.komimport-ai-chat__clear-dialog,
.komimport-ai-chat__language-button {
	min-height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	border: 0;
	border-radius: 6px;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

.komimport-ai-chat__clear-dialog:hover,
.komimport-ai-chat__clear-dialog:focus,
.komimport-ai-chat__language-button:hover,
.komimport-ai-chat__language-button:focus {
	background: rgba(255, 255, 255, .22);
	outline: none;
}

.komimport-ai-chat__language-button {
	min-width: 60px;
	gap: 5px;
	padding: 0 8px;
}

.komimport-ai-chat__language-flag {
	font-size: 17px;
	line-height: 1;
}

.komimport-ai-chat__language-code {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .02em;
}

.komimport-ai-chat__language-chevron {
	font-size: 10px;
	line-height: 1;
	opacity: .8;
}

.komimport-ai-chat__language-menu {
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	z-index: 30;
	min-width: 82px;
	padding: 4px;
	border: 1px solid rgba(18, 59, 93, .18);
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
}

.komimport-ai-chat__language-menu[hidden] {
	display: none;
}

.komimport-ai-chat__language-option {
	width: 100%;
	min-height: 32px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 7px;
	padding: 0 8px;
	border: 0;
	border-radius: 5px;
	background: transparent;
	color: #123b5d;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
}

.komimport-ai-chat__language-option:hover,
.komimport-ai-chat__language-option:focus,
.komimport-ai-chat__language-option.is-active {
	background: #e9f3fb;
	outline: none;
}

.komimport-ai-chat__order-open-count {
	min-width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 6px;
	border-radius: 999px;
	background: #ffc400;
	color: #17202a;
	font-size: 12px;
	font-weight: 800;
}

.komimport-ai-chat__order-open.is-empty .komimport-ai-chat__order-open-count {
	background: rgba(255, 255, 255, .22);
	color: #fff;
}

.komimport-ai-chat__close {
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 6px;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.komimport-ai-chat__messages {
	flex: 1;
	padding: 14px;
	overflow: auto;
	background: #f6f9fc;
}

.komimport-ai-chat__message {
	max-width: 88%;
	margin: 0 0 10px;
	padding: 10px 12px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.42;
	white-space: pre-wrap;
}

.komimport-ai-chat__message-line,
.komimport-ai-chat__section-title {
	overflow-wrap: anywhere;
}

.komimport-ai-chat__message-line--catalog-scope {
	margin: 12px 0 6px;
	font-size: 15.5px;
	line-height: 1.35;
}

.komimport-ai-chat__message-line--catalog-scope-engine {
	margin: 20px 0 8px;
	padding-top: 4px;
	font-size: 21px;
	line-height: 1.25;
	font-weight: 800;
}

.komimport-ai-chat__message-line--catalog-scope strong {
	font-weight: 800;
}

.komimport-ai-chat__message-line--catalog-scope-engine strong {
	font-weight: 800;
}

.komimport-ai-chat__message-line--catalog-block {
	margin-top: 9px;
	font-weight: 800;
}

.komimport-ai-chat__message-line--catalog-group {
	margin-top: 5px;
}

.komimport-ai-chat__message-line--serial {
	color: #c62828;
	font-weight: 800;
}

.komimport-ai-chat__message-time {
	display: block;
	margin-top: 7px;
	color: #7b8da0;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	text-align: right;
	white-space: nowrap;
}

.komimport-ai-chat__message--user .komimport-ai-chat__message-time {
	color: rgba(255, 255, 255, .78);
}

.komimport-ai-chat__message--error .komimport-ai-chat__message-time {
	color: #b8584d;
}

.komimport-ai-chat__chat-captcha {
	min-height: 78px;
	margin-top: 10px;
	overflow: hidden;
}

.komimport-ai-chat__serial-quick-wrap {
	margin-top: 8px;
}

.komimport-ai-chat__serial-quick-hint {
	margin: 0 0 6px;
	color: #237447;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
}

.komimport-ai-chat__serial-quick {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 0;
	padding: 8px 9px;
	border: 1px solid #9fd8b3;
	border-radius: 7px;
	background: #f2fbf5;
}

.komimport-ai-chat__serial-quick-field {
	display: flex;
	flex: 1 1 130px;
	min-width: 120px;
	flex-direction: column;
	gap: 4px;
}

.komimport-ai-chat__serial-quick-label {
	min-width: 0;
	color: #237447;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
}

.komimport-ai-chat__serial-quick-input {
	width: 100%;
	min-width: 86px;
	height: 30px;
	padding: 0 8px;
	border: 1px solid #8dc8a6;
	border-radius: 6px;
	background: #fff;
	color: #1f2933;
	font: inherit;
	font-size: 13px;
}

.komimport-ai-chat__serial-quick-button {
	flex: 0 0 auto;
	height: 30px;
	padding: 0 8px;
	border: 0;
	border-radius: 6px;
	background: #2f8f57;
	color: #fff;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.komimport-ai-chat__serial-quick-button:hover,
.komimport-ai-chat__serial-quick-button:focus {
	background: #247345;
}

.komimport-ai-chat__mobile-examples {
	display: grid;
	gap: 10px;
	margin-top: 12px;
	white-space: normal;
}

.komimport-ai-chat__mobile-examples-group {
	display: grid;
	gap: 6px;
}

.komimport-ai-chat__mobile-examples-title {
	color: #32526d;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
}

.komimport-ai-chat__mobile-examples-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.komimport-ai-chat__mobile-example {
	min-height: 32px;
	padding: 6px 9px;
	border: 1px solid #c9dceb;
	border-radius: 999px;
	background: #f5f9fd;
	color: #0b5688;
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-align: left;
	cursor: pointer;
	overflow-wrap: anywhere;
}

.komimport-ai-chat__mobile-example:hover,
.komimport-ai-chat__mobile-example:focus {
	border-color: #0b75b7;
	background: #eaf5fd;
	outline: none;
}

.komimport-ai-chat__catalog-number {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #0b75b7;
	font: inherit;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

.komimport-ai-chat__catalog-number:hover,
.komimport-ai-chat__catalog-number:focus {
	color: #084f7c;
	outline: none;
}


.komimport-ai-chat__catalog-page-link {
	display: block;
	width: fit-content;
	max-width: 100%;
	margin: 3px 0;
	text-align: left;
	white-space: normal;
}

.komimport-ai-chat__model-choice {
	display: block;
	width: 100%;
	margin: 5px 0;
	padding: 8px 10px;
	border: 1px solid #b7d1e5;
	border-radius: 6px;
	background: #f4f9fd;
	color: #123b5d;
	font: inherit;
	font-weight: 700;
	line-height: 1.35;
	text-align: left;
	cursor: pointer;
	overflow-wrap: anywhere;
}

.komimport-ai-chat__model-choice:hover,
.komimport-ai-chat__model-choice:focus {
	border-color: #0b75b7;
	background: #eaf5fd;
	outline: none;
}

.komimport-ai-chat__section-title {
	margin-top: 8px;
	font-weight: 700;
}

.komimport-ai-chat__section-title:first-child {
	margin-top: 0;
}

.komimport-ai-chat__message--bot {
	background: #fff;
	border: 1px solid #dbe6ee;
	color: #1f2933;
}

.komimport-ai-chat__message--user {
	margin-left: auto;
	background: #0b75b7;
	color: #fff;
}

.komimport-ai-chat__message--error {
	background: #fff4f2;
	border-color: #f2b8ad;
	color: #9b1c10;
}

.komimport-ai-chat__link {
	display: block;
	margin-top: 8px;
	color: #0b75b7;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.komimport-ai-chat__form {
	display: flex;
	gap: 8px;
	padding: 10px;
	border-top: 1px solid #d6e1ea;
	background: #fff;
	position: relative;
	overflow: visible;
}

.komimport-ai-chat__query-history[hidden] {
	display: none;
}

.komimport-ai-chat__query-history {
	position: absolute;
	left: 10px;
	right: 114px;
	bottom: calc(100% + 6px);
	z-index: 20;
	max-height: min(320px, 40vh);
	overflow: hidden;
	border: 1px solid #c9d7e2;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(20, 47, 71, .18);
}

.komimport-ai-chat__query-history-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 8px 10px;
	border-bottom: 1px solid #e5edf3;
	background: #f7fbfe;
}

.komimport-ai-chat__query-history-title {
	min-width: 0;
	color: #34495e;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.komimport-ai-chat__query-history-clear {
	border: 0;
	background: transparent;
	color: #0b75b7;
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}

.komimport-ai-chat__query-history-clear:hover,
.komimport-ai-chat__query-history-clear:focus {
	color: #074f7c;
	outline: none;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.komimport-ai-chat__query-history-list {
	max-height: calc(min(320px, 40vh) - 34px);
	overflow: auto;
	padding: 4px;
}

.komimport-ai-chat__query-history-item {
	display: block;
	width: 100%;
	min-width: 0;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: #1f2933;
	font: inherit;
	font-size: 14px;
	line-height: 1.25;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 8px 9px;
	cursor: pointer;
}

.komimport-ai-chat__query-history-item:hover,
.komimport-ai-chat__query-history-item:focus,
.komimport-ai-chat__query-history-item.is-active {
	background: #eaf5fd;
	color: #075b91;
	outline: none;
}

.komimport-ai-chat__input {
	flex: 1;
	min-width: 0;
	height: 40px;
	border: 1px solid #b7c7d4;
	border-radius: 6px;
	padding: 0 11px;
	font-size: 14px;
	outline: none;
}

.komimport-ai-chat__input:focus {
	border-color: #0b75b7;
	box-shadow: 0 0 0 2px rgba(11, 117, 183, .14);
}

.komimport-ai-chat__query-history-toggle {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border: 1px solid #b7c7d4;
	border-radius: 6px;
	background: #f6fafc;
	color: #24465e;
	font: inherit;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
}

.komimport-ai-chat__query-history-toggle:hover,
.komimport-ai-chat__query-history-toggle:focus,
.komimport-ai-chat__query-history-toggle[aria-expanded="true"] {
	border-color: #0b75b7;
	background: #eaf5fd;
	color: #075b91;
	outline: none;
}

.komimport-ai-chat__query-history-toggle:disabled {
	opacity: .45;
	cursor: default;
}

.komimport-ai-chat__send {
	width: 44px;
	height: 40px;
	border: 0;
	border-radius: 6px;
	background: #ffc400;
	color: #17202a;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}

.komimport-ai-chat__send:disabled,
.komimport-ai-chat__query-history-toggle:disabled,
.komimport-ai-chat__input:disabled {
	opacity: .55;
}

.komimport-ai-chat__send:disabled,
.komimport-ai-chat__input:disabled {
	cursor: wait;
}

.komimport-ai-chat__input[readonly] {
	cursor: wait;
}

.komimport-ai-chat__catalog-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 2147483002;
	padding: 18px;
	background: rgba(11, 31, 51, .48);
	align-items: center;
	justify-content: center;
	font-family: Arial, sans-serif;
	color: #1f2933;
	overscroll-behavior: contain;
}

.komimport-ai-chat__catalog-modal.is-open {
	display: flex;
}

body.komimport-ai-chat--catalog-modal-open {
	overflow: hidden;
}

.komimport-ai-chat__catalog-dialog {
	position: relative;
	width: min(1180px, calc(100vw - 28px));
	height: min(760px, calc(100vh - 28px));
	min-width: min(720px, calc(100vw - 28px));
	min-height: min(460px, calc(100vh - 28px));
	max-width: calc(100vw - 28px);
	max-height: calc(100vh - 28px);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	resize: none;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 20px 70px rgba(0, 0, 0, .34);
}

.komimport-ai-chat__catalog-resize {
	position: absolute;
	z-index: 8;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: rgba(18, 59, 93, .10);
	color: transparent;
	opacity: .82;
	touch-action: none;
}

.komimport-ai-chat__catalog-resize:before,
.komimport-ai-chat__catalog-resize:after {
	content: "";
	position: absolute;
	border-radius: 999px;
	background: rgba(18, 59, 93, .42);
}

.komimport-ai-chat__catalog-resize:before {
	width: 16px;
	height: 2px;
}

.komimport-ai-chat__catalog-resize:after {
	width: 2px;
	height: 16px;
}

.komimport-ai-chat__catalog-resize:hover,
.komimport-ai-chat__catalog-resize:focus {
	background: rgba(18, 59, 93, .18);
	opacity: 1;
	outline: none;
}

.komimport-ai-chat__catalog-resize--nw {
	top: 0;
	left: 0;
	border-bottom-right-radius: 8px;
	cursor: nwse-resize;
}

.komimport-ai-chat__catalog-resize--ne {
	top: 0;
	right: 0;
	border-bottom-left-radius: 8px;
	cursor: nesw-resize;
}

.komimport-ai-chat__catalog-resize--nw,
.komimport-ai-chat__catalog-resize--ne {
	background: rgba(255, 255, 255, .14);
}

.komimport-ai-chat__catalog-resize--sw {
	bottom: 0;
	left: 0;
	border-top-right-radius: 8px;
	cursor: nesw-resize;
}

.komimport-ai-chat__catalog-resize--se {
	right: 0;
	bottom: 0;
	border-top-left-radius: 8px;
	cursor: nwse-resize;
}

.komimport-ai-chat__catalog-resize--nw:before,
.komimport-ai-chat__catalog-resize--nw:after {
	top: 7px;
	left: 7px;
}

.komimport-ai-chat__catalog-resize--nw:before,
.komimport-ai-chat__catalog-resize--nw:after,
.komimport-ai-chat__catalog-resize--ne:before,
.komimport-ai-chat__catalog-resize--ne:after {
	background: rgba(255, 255, 255, .74);
}

.komimport-ai-chat__catalog-resize--ne:before,
.komimport-ai-chat__catalog-resize--ne:after {
	top: 7px;
	right: 7px;
}

.komimport-ai-chat__catalog-resize--sw:before,
.komimport-ai-chat__catalog-resize--sw:after {
	left: 7px;
	bottom: 7px;
}

.komimport-ai-chat__catalog-resize--se:before,
.komimport-ai-chat__catalog-resize--se:after {
	right: 7px;
	bottom: 7px;
}

.komimport-ai-chat__catalog-dialog.is-column-resizing,
.komimport-ai-chat__catalog-dialog.is-column-resizing * {
	cursor: col-resize !important;
	user-select: none;
}

.komimport-ai-chat__catalog-header {
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 12px 10px 16px;
	background: #123b5d;
	color: #fff;
}

.komimport-ai-chat__catalog-heading {
	position: relative;
	z-index: 10;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.komimport-ai-chat__catalog-title {
	min-width: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.komimport-ai-chat__catalog-kpart-link {
	width: max-content;
	max-width: 100%;
	color: #dbeafe;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: underline;
	text-underline-offset: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.komimport-ai-chat__catalog-kpart-link:hover {
	color: #fff;
}

.komimport-ai-chat__catalog-kpart-mobile-link {
	display: none;
}

.komimport-ai-chat__catalog-book-search {
	position: relative;
	z-index: 10;
	flex: 1 1 360px;
	max-width: 440px;
	min-width: 220px;
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
}

.komimport-ai-chat__catalog-book-search-input {
	width: 100%;
	min-width: 0;
	height: 34px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, .36);
	border-radius: 6px;
	background: rgba(255, 255, 255, .96);
	color: #17202a;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	padding: 0 10px;
	outline: none;
}

.komimport-ai-chat__catalog-book-search-input::placeholder {
	color: #66788a;
	font-weight: 600;
}

.komimport-ai-chat__catalog-book-search-input:focus {
	border-color: #93c5fd;
	box-shadow: 0 0 0 2px rgba(147, 197, 253, .35);
}

.komimport-ai-chat__catalog-book-search-submit {
	flex: 0 0 auto;
	min-width: 70px;
	height: 34px;
	border: 0;
	border-radius: 6px;
	background: #e6f2ff;
	color: #123b5d;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
}

.komimport-ai-chat__catalog-book-search-submit:hover,
.komimport-ai-chat__catalog-book-search-submit:focus {
	background: #fff;
	outline: none;
}

.komimport-ai-chat__catalog-book-search-input:disabled,
.komimport-ai-chat__catalog-book-search-submit:disabled {
	cursor: not-allowed;
	opacity: .62;
}

.komimport-ai-chat__catalog-actions {
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
}

.komimport-ai-chat__catalog-order-open {
	flex: 0 0 auto;
}

.komimport-ai-chat__catalog-save {
	min-height: 34px;
	padding: 0 12px;
	border: 0;
	border-radius: 6px;
	background: #ffc400;
	color: #17202a;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
}

.komimport-ai-chat__catalog-save:hover,
.komimport-ai-chat__catalog-save:focus {
	background: #ffd84d;
	outline: none;
}

.komimport-ai-chat__catalog-save-status {
	min-width: 76px;
	color: #b8f7c5;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
}

.komimport-ai-chat__catalog-close {
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 6px;
	background: rgba(255, 255, 255, .14);
	color: #fff;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	flex: 0 0 auto;
}

.komimport-ai-chat__catalog-body {
	position: relative;
	flex: 1;
	min-height: 0;
	display: grid;
	grid-template-columns:
		minmax(160px, var(--catalog-nav-width, 250px))
		8px
		minmax(220px, var(--catalog-image-width, 38%))
		8px
		minmax(300px, 1fr);
	background: #f4f7fa;
}

.komimport-ai-chat__catalog-nav-wrap,
.komimport-ai-chat__catalog-image-wrap,
.komimport-ai-chat__catalog-list-wrap {
	min-width: 0;
	min-height: 0;
	overflow: auto;
}

.komimport-ai-chat__catalog-splitter {
	position: relative;
	z-index: 4;
	width: 8px;
	min-width: 8px;
	border: 0;
	padding: 0;
	background: #e3edf5;
	cursor: col-resize;
	touch-action: none;
}

.komimport-ai-chat__catalog-splitter:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 44px;
	border-radius: 999px;
	background: #9fb5c8;
	transform: translate(-50%, -50%);
}

.komimport-ai-chat__catalog-splitter:hover,
.komimport-ai-chat__catalog-splitter:focus {
	background: #d4e4f0;
	outline: none;
}

.komimport-ai-chat__catalog-splitter:hover:before,
.komimport-ai-chat__catalog-splitter:focus:before,
.komimport-ai-chat__catalog-dialog.is-column-resizing .komimport-ai-chat__catalog-splitter:before {
	background: #4a6f8f;
}

.komimport-ai-chat__catalog-nav-wrap {
	padding: 10px 8px;
	background: #f8fbfd;
	border-right: 1px solid #d6e1ea;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}

.komimport-ai-chat__catalog-nav-title {
	position: sticky;
	top: 0;
	z-index: 1;
	margin: -10px -8px 8px;
	padding: 10px 10px 8px;
	background: #f8fbfd;
	border-bottom: 1px solid #dce8f0;
	color: #243b53;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

.komimport-ai-chat__catalog-nav-empty {
	padding: 8px 4px;
	color: #60758a;
	font-size: 12px;
	line-height: 1.35;
}

.komimport-ai-chat__catalog-nav-list {
	margin: 0;
	padding: 0;
	list-style: none;
	min-width: max-content;
}

.komimport-ai-chat__catalog-nav-node {
	margin: 1px 0;
	padding: 0;
}

.komimport-ai-chat__catalog-nav-row {
	display: grid;
	grid-template-columns: 22px max-content;
	align-items: start;
	gap: 2px;
	padding-left: calc(var(--level, 0) * 10px);
	min-width: max-content;
}

.komimport-ai-chat__catalog-nav-toggle,
.komimport-ai-chat__catalog-nav-link {
	border: 0;
	background: transparent;
	font-family: Arial, sans-serif;
	cursor: pointer;
}

.komimport-ai-chat__catalog-nav-toggle {
	width: 22px;
	height: 26px;
	padding: 0;
	color: #526b80;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
}

.komimport-ai-chat__catalog-nav-toggle:disabled {
	cursor: default;
	opacity: .28;
}

.komimport-ai-chat__catalog-nav-link {
	width: auto;
	max-width: none;
	min-height: 26px;
	box-sizing: border-box;
	padding: 5px 6px;
	border-radius: 4px;
	color: #25384a;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
	text-align: left;
	white-space: nowrap;
	overflow-wrap: normal;
}

.komimport-ai-chat__catalog-nav-node.has-children > .komimport-ai-chat__catalog-nav-row .komimport-ai-chat__catalog-nav-link {
	font-weight: 800;
}

.komimport-ai-chat__catalog-nav-node.is-folder > .komimport-ai-chat__catalog-nav-row .komimport-ai-chat__catalog-nav-link {
	color: #163a59;
}

.komimport-ai-chat__catalog-nav-node.is-engine-book > .komimport-ai-chat__catalog-nav-row .komimport-ai-chat__catalog-nav-link {
	color: #0f4f63;
}

.komimport-ai-chat__catalog-nav-node.has-children.is-expanded > .komimport-ai-chat__catalog-nav-row .komimport-ai-chat__catalog-nav-link {
	background: #eef6fc;
}

.komimport-ai-chat__catalog-nav-link:hover,
.komimport-ai-chat__catalog-nav-link:focus {
	background: #e8f2fb;
	outline: none;
}

.komimport-ai-chat__catalog-nav-node.is-current > .komimport-ai-chat__catalog-nav-row .komimport-ai-chat__catalog-nav-link {
	background: #d9f4e5;
	color: #0f3d2e;
	box-shadow: inset 3px 0 0 #2f9e44;
	font-weight: 800;
}

.komimport-ai-chat__catalog-image-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 12px;
	background: #fff;
	border-right: 1px solid #d6e1ea;
	cursor: grab;
	overscroll-behavior: contain;
	touch-action: none;
	user-select: none;
	-webkit-overflow-scrolling: touch;
}

.komimport-ai-chat__catalog-image-wrap.is-panning {
	cursor: grabbing;
}

.komimport-ai-chat__catalog-image-stage {
	position: relative;
	display: inline-block;
	flex: 0 0 auto;
	min-width: 100%;
	min-height: 100%;
	line-height: 0;
}

.komimport-ai-chat__catalog-image {
	display: block;
	position: absolute;
	max-width: none;
	object-fit: fill;
}

.komimport-ai-chat__catalog-labels {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.komimport-ai-chat__catalog-label {
	position: absolute;
	z-index: 1;
	box-sizing: content-box;
	display: block;
	color: #0000ff;
	font-weight: 700;
	text-align: center;
	text-shadow: 0 0 2px #fff, 0 0 2px #fff;
	white-space: nowrap;
	border-radius: 999px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	cursor: pointer;
	pointer-events: auto;
}

.komimport-ai-chat__catalog-label.is-highlighted {
	border: 2px solid #2b0808;
	background: #ff0000;
	color: #fff;
	text-shadow: none;
}

.komimport-ai-chat__catalog-label.is-selected {
	border: 2px solid #2b0808;
	border-radius: 999px;
	background: #ff0000;
	color: #fff;
	text-shadow: none;
}

.komimport-ai-chat__catalog-label:focus {
	outline: 2px solid #ffc400;
	outline-offset: 2px;
}

.komimport-ai-chat__catalog-list-wrap {
	background: #fff;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}

.komimport-ai-chat__catalog-table {
	width: max-content;
	min-width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 1.28;
}

.komimport-ai-chat__catalog-table th,
.komimport-ai-chat__catalog-table td {
	padding: 6px 7px;
	border: 1px solid #d6e1ea;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

.komimport-ai-chat__catalog-table th {
	position: sticky;
	top: 0;
	z-index: 1;
	background: #eef4f8;
	font-weight: 700;
	color: #243b53;
}

.komimport-ai-chat__catalog-table th:nth-child(7),
.komimport-ai-chat__catalog-table td:nth-child(7),
.komimport-ai-chat__catalog-table th:nth-child(8),
.komimport-ai-chat__catalog-table td:nth-child(8) {
	display: none;
}

.komimport-ai-chat__catalog-table tr.is-highlighted td {
	background: #e6f7ed;
	color: #0f3d2e;
	font-weight: 700;
}

.komimport-ai-chat__catalog-table tr.is-selected td {
	background: #d9f4e5;
	color: #0f3d2e;
	font-weight: 700;
}

.komimport-ai-chat__catalog-table tr.is-selected {
	outline: 2px solid #2f9e44;
	outline-offset: -2px;
}

.komimport-ai-chat__catalog-table tr.is-not-selectable td {
	color: #536471;
}

.komimport-ai-chat__catalog-select-cell {
	width: 74px;
	min-width: 74px;
	text-align: center;
}

.komimport-ai-chat__catalog-table th:first-child {
	width: 74px;
	min-width: 74px;
	text-align: center;
	white-space: nowrap;
}

.komimport-ai-chat__catalog-select-actions {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	white-space: nowrap;
}

.komimport-ai-chat__catalog-select {
	width: 18px;
	height: 18px;
	margin: 0;
	cursor: pointer;
}

.komimport-ai-chat__catalog-price-button {
	width: 24px;
	height: 24px;
	padding: 0;
	border: 1px solid #b9cbd9;
	border-radius: 5px;
	background: #fff;
	color: #153e63;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
}

.komimport-ai-chat__catalog-price-button:hover,
.komimport-ai-chat__catalog-price-button:focus {
	border-color: #0875bd;
	background: #eaf5fc;
	outline: none;
}

.komimport-ai-chat__catalog-comment {
	width: 180px;
	max-width: 30vw;
	box-sizing: border-box;
	border: 1px solid #c8d6e2;
	border-radius: 4px;
	padding: 5px 6px;
	font-size: 12px;
	line-height: 1.25;
	transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.komimport-ai-chat__catalog-comment.is-saved {
	border-color: #2f9e44;
	background: #ecfdf3;
	box-shadow: 0 0 0 2px rgba(47, 158, 68, .18);
}

.komimport-ai-chat__order-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 2147483003;
	padding: 18px;
	background: rgba(11, 31, 51, .48);
	align-items: center;
	justify-content: center;
	font-family: Arial, sans-serif;
	color: #1f2933;
	overscroll-behavior: contain;
}

body.komimport-ai-chat--order-modal-open {
	overflow: hidden;
}

.komimport-ai-chat__order-modal.is-open {
	display: flex;
}

.komimport-ai-chat__order-dialog {
	width: min(960px, calc(100vw - 28px));
	max-height: min(760px, calc(100vh - 28px));
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 20px 70px rgba(0, 0, 0, .34);
	overscroll-behavior: contain;
}

.komimport-ai-chat__order-modal-header {
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 12px 10px 16px;
	background: #123b5d;
	color: #fff;
}

.komimport-ai-chat__order-modal-title {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
}

.komimport-ai-chat__order-modal-count {
	margin-top: 2px;
	color: rgba(255, 255, 255, .78);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.komimport-ai-chat__order-modal-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.komimport-ai-chat__order-view-prices,
.komimport-ai-chat__order-request-prices,
.komimport-ai-chat__order-export {
	height: 34px;
	padding: 0 12px;
	border: 0;
	border-radius: 6px;
	background: #f7c948;
	color: #0f253a;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	white-space: nowrap;
}

.komimport-ai-chat__order-view-prices {
	background: #d9f2e3;
	color: #123b2a;
}

.komimport-ai-chat__order-request-prices {
	background: #ffd166;
}

.komimport-ai-chat__order-view-prices:hover,
.komimport-ai-chat__order-view-prices:focus,
.komimport-ai-chat__order-request-prices:hover,
.komimport-ai-chat__order-request-prices:focus,
.komimport-ai-chat__order-export:hover,
.komimport-ai-chat__order-export:focus {
	background: #ffd95c;
	outline: none;
}

.komimport-ai-chat__order-view-prices:hover,
.komimport-ai-chat__order-view-prices:focus {
	background: #c7ebd5;
}

.komimport-ai-chat__order-view-prices:disabled,
.komimport-ai-chat__order-request-prices:disabled,
.komimport-ai-chat__order-export:disabled {
	opacity: .55;
	cursor: not-allowed;
}

.komimport-ai-chat__order-modal-close {
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 6px;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.komimport-ai-chat__order-modal-close:hover,
.komimport-ai-chat__order-modal-close:focus {
	background: rgba(255, 255, 255, .22);
	outline: none;
}

.komimport-ai-chat__order-prices-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 2147483004;
	padding: 18px;
	background: rgba(11, 31, 51, .34);
	align-items: center;
	justify-content: center;
	font-family: Arial, sans-serif;
	color: #1f2933;
	overscroll-behavior: contain;
}

.komimport-ai-chat__order-prices-modal.is-open {
	display: flex;
}

body.komimport-ai-chat--order-prices-modal-open {
	overflow: hidden;
}

.komimport-ai-chat__order-prices-dialog {
	width: min(1500px, calc(100vw - 28px));
	max-height: min(720px, calc(100vh - 28px));
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	border: 1px solid #c8d6e2;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 56px rgba(0, 0, 0, .32);
	overflow: hidden;
}

.komimport-ai-chat__order-prices-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	background: #153e63;
	color: #fff;
}

.komimport-ai-chat__order-prices-title {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
}

.komimport-ai-chat__order-prices-status {
	margin-top: 2px;
	min-height: 15px;
	color: rgba(255, 255, 255, .78);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
}

.komimport-ai-chat__order-prices-status.is-error {
	color: #ffd0cc;
}

.komimport-ai-chat__order-prices-close {
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 6px;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.komimport-ai-chat__order-prices-close:hover,
.komimport-ai-chat__order-prices-close:focus {
	background: rgba(255, 255, 255, .22);
	outline: none;
}

.komimport-ai-chat__order-prices-body {
	min-height: 160px;
	overflow: auto;
	padding: 12px;
	background: #f6f9fc;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}

.komimport-ai-chat__order-prices-footer {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	padding: 10px 12px;
	border-top: 1px solid #d6e1ea;
	background: #fff;
}

.komimport-ai-chat__order-prices-save {
	min-width: 128px;
	height: 38px;
	padding: 0 16px;
	border: 0;
	border-radius: 6px;
	background: #2c9f54;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
}

.komimport-ai-chat__order-prices-save:hover,
.komimport-ai-chat__order-prices-save:focus {
	background: #238646;
	outline: none;
}

.komimport-ai-chat__order-prices-save:disabled {
	background: #a8bdad;
	cursor: default;
}

.komimport-ai-chat__order-prices-empty {
	padding: 16px;
	border: 1px solid #d6e1ea;
	border-radius: 6px;
	background: #fff;
	color: #536471;
	font-size: 14px;
	font-weight: 700;
}

.komimport-ai-chat__order-prices-captcha {
	padding: 16px;
	border: 1px solid #d6e1ea;
	border-radius: 6px;
	background: #fff;
}

.komimport-ai-chat__order-prices-captcha-title {
	color: #1c344b;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
}

.komimport-ai-chat__order-prices-captcha-note {
	margin-top: 6px;
	color: #536471;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.komimport-ai-chat__order-prices-captcha-widget {
	min-height: 78px;
	margin-top: 12px;
	overflow: hidden;
}

.komimport-ai-chat__order-prices-table-wrap {
	overflow-x: auto;
	overflow-y: visible;
	border: 1px solid #d6e1ea;
	border-radius: 6px;
	background: #fff;
	overscroll-behavior: contain;
}

.komimport-ai-chat__order-prices-table {
	width: 100%;
	min-width: 0;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 13px;
	line-height: 1.3;
}

.komimport-ai-chat__order-prices-table th,
.komimport-ai-chat__order-prices-table td {
	padding: 9px 10px;
	border-bottom: 1px solid #d6e1ea;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	word-break: normal;
	overflow-wrap: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.komimport-ai-chat__order-prices-table th {
	position: sticky;
	top: 0;
	z-index: 2;
	background: #edf4fa;
	color: #243b53;
	font-size: 12px;
	font-weight: 800;
}

.komimport-ai-chat__order-prices-table tr.is-group-base td {
	background: #fff;
}

.komimport-ai-chat__order-prices-table tr.is-group-alt td {
	background: #f2f5f8;
}

.komimport-ai-chat__order-prices-table tr.is-offer-selected td {
	background: #e4f6ea;
}

.komimport-ai-chat__order-prices-table tr:last-child td {
	border-bottom: 0;
}

.komimport-ai-chat__order-prices-table tr.is-missing td {
	color: #6b7785;
}

.komimport-ai-chat__order-prices-number {
	color: #0875bd;
	font-weight: 800;
}

.komimport-ai-chat__order-prices-select {
	width: 62px;
	text-align: center;
}

.komimport-ai-chat__order-prices-table th:nth-child(1),
.komimport-ai-chat__order-prices-table td:nth-child(1) {
	width: 70px;
}

.komimport-ai-chat__order-prices-table th:nth-child(2),
.komimport-ai-chat__order-prices-table td:nth-child(2) {
	width: 170px;
}

.komimport-ai-chat__order-prices-table th:nth-child(4),
.komimport-ai-chat__order-prices-table td:nth-child(4) {
	width: 132px;
}

.komimport-ai-chat__order-prices-table th:nth-child(5),
.komimport-ai-chat__order-prices-table td:nth-child(5) {
	width: 126px;
}

.komimport-ai-chat__order-prices-table th:nth-child(6),
.komimport-ai-chat__order-prices-table td:nth-child(6) {
	width: 112px;
}

.komimport-ai-chat__order-prices-checkbox {
	width: 20px;
	height: 20px;
	margin: 0;
	accent-color: #2c9f54;
	cursor: pointer;
}

@media (max-width: 760px) {
	.komimport-ai-chat__order-prices-modal {
		top: var(--komimport-visual-top, 0px);
		right: 0;
		bottom: auto;
		left: 0;
		width: 100%;
		max-width: 100%;
		height: var(--komimport-visual-vh, 100dvh);
		align-items: stretch;
		justify-content: stretch;
		padding: 0;
	}

	.komimport-ai-chat__order-prices-dialog {
		width: 100%;
		max-width: 100%;
		height: 100vh;
		height: 100dvh;
		height: var(--komimport-visual-vh, 100dvh);
		max-height: 100vh;
		max-height: 100dvh;
		max-height: var(--komimport-visual-vh, 100dvh);
		grid-template-rows: auto minmax(0, 1fr) auto;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.komimport-ai-chat__order-prices-header {
		position: sticky;
		top: 0;
		z-index: 4;
		align-items: flex-start;
		gap: 8px;
		padding: max(10px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) 10px max(12px, env(safe-area-inset-left));
	}

	.komimport-ai-chat__order-prices-heading {
		min-width: 0;
	}

	.komimport-ai-chat__order-prices-title {
		font-size: 15px;
	}

	.komimport-ai-chat__order-prices-status {
		font-size: 12px;
	}

	.komimport-ai-chat__order-prices-close {
		width: 36px;
		height: 36px;
		flex: 0 0 auto;
	}

	.komimport-ai-chat__order-prices-body {
		min-height: 0;
		padding: 8px;
	}

	.komimport-ai-chat__order-prices-footer {
		padding: 8px max(10px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom) + var(--komimport-visual-bottom, 0px)) max(10px, env(safe-area-inset-left));
	}

	.komimport-ai-chat__order-prices-save {
		width: 100%;
	}

	.komimport-ai-chat__order-prices-table-wrap {
		overflow: visible;
		border: 0;
		border-radius: 0;
		background: transparent;
	}

	.komimport-ai-chat__order-prices-table {
		min-width: 0;
		table-layout: auto;
	}

	.komimport-ai-chat__order-prices-table thead {
		display: none;
	}

	.komimport-ai-chat__order-prices-table,
	.komimport-ai-chat__order-prices-table tbody,
	.komimport-ai-chat__order-prices-table tr,
	.komimport-ai-chat__order-prices-table td {
		display: block;
		width: 100%;
	}

	.komimport-ai-chat__order-prices-table tr {
		box-sizing: border-box;
		margin: 0 0 8px;
		padding: 10px;
		border: 1px solid #d6e1ea;
		border-radius: 7px;
		background: #fff;
	}

	.komimport-ai-chat__order-prices-table tr.is-group-alt {
		background: #f3f6f9;
	}

	.komimport-ai-chat__order-prices-table tr.is-offer-selected {
		border-color: #2f9e44;
		box-shadow: 0 0 0 2px rgba(47, 158, 68, .14);
	}

	.komimport-ai-chat__order-prices-table tr:last-child {
		margin-bottom: 0;
	}

	.komimport-ai-chat__order-prices-table th,
	.komimport-ai-chat__order-prices-table td {
		width: auto !important;
	}

	.komimport-ai-chat__order-prices-table td {
		display: grid;
		box-sizing: border-box;
		grid-template-columns: 104px minmax(0, 1fr);
		gap: 8px;
		padding: 4px 0;
		border-bottom: 0;
		white-space: normal;
		overflow: visible;
		overflow-wrap: anywhere;
		text-overflow: clip;
	}

	.komimport-ai-chat__order-prices-table td::before {
		content: attr(data-label);
		color: #536471;
		font-size: 11px;
		font-weight: 800;
		line-height: 1.35;
	}

	.komimport-ai-chat__order-prices-select {
		text-align: left;
	}

	.komimport-ai-chat__order-prices-checkbox {
		width: 22px;
		height: 22px;
	}
}

.komimport-ai-chat__order-quote-modal,
.komimport-ai-chat__support-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 2147483004;
	padding: 18px;
	background: rgba(11, 31, 51, .34);
	align-items: center;
	justify-content: center;
	font-family: Arial, sans-serif;
	color: #1f2933;
	overscroll-behavior: contain;
}

.komimport-ai-chat__order-quote-modal.is-open,
.komimport-ai-chat__support-modal.is-open {
	display: flex;
}

.komimport-ai-chat__order-quote-dialog,
.komimport-ai-chat__support-dialog {
	width: min(420px, calc(100vw - 28px));
	display: grid;
	gap: 10px;
	padding: 14px;
	border: 1px solid #c8d6e2;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 56px rgba(0, 0, 0, .32);
}

.komimport-ai-chat__support-dialog.is-sent {
	min-height: 248px;
	padding: 28px 24px 24px;
	place-items: center;
	text-align: center;
}

.komimport-ai-chat__support-dialog.is-sent .komimport-ai-chat__support-title,
.komimport-ai-chat__support-dialog.is-sent .komimport-ai-chat__support-email,
.komimport-ai-chat__support-dialog.is-sent .komimport-ai-chat__support-message,
.komimport-ai-chat__support-dialog.is-sent .komimport-ai-chat__support-status,
.komimport-ai-chat__support-dialog.is-sent .komimport-ai-chat__support-actions {
	display: none !important;
}

.komimport-ai-chat__order-quote-title,
.komimport-ai-chat__support-title {
	color: #123b5d;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
}

.komimport-ai-chat__order-quote-email,
.komimport-ai-chat__order-quote-comment,
.komimport-ai-chat__support-email,
.komimport-ai-chat__support-message {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #c8d6e2;
	border-radius: 5px;
	background: #fff;
	color: #1f2933;
	font: inherit;
	font-size: 14px;
	line-height: 1.3;
}

.komimport-ai-chat__order-quote-email,
.komimport-ai-chat__support-email {
	height: 38px;
	padding: 8px 10px;
}

.komimport-ai-chat__order-quote-comment,
.komimport-ai-chat__support-message {
	min-height: 76px;
	padding: 8px 10px;
	resize: vertical;
}

.komimport-ai-chat__order-quote-captcha {
	min-height: 78px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
}

.komimport-ai-chat__order-quote-status,
.komimport-ai-chat__support-status {
	min-height: 16px;
	color: #536471;
	font-size: 12px;
	line-height: 1.3;
}

.komimport-ai-chat__order-quote-status.is-error,
.komimport-ai-chat__support-status.is-error {
	color: #b42318;
}

.komimport-ai-chat__order-quote-actions,
.komimport-ai-chat__support-actions {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}

.komimport-ai-chat__order-quote-cancel,
.komimport-ai-chat__order-quote-send,
.komimport-ai-chat__support-cancel,
.komimport-ai-chat__support-send {
	height: 34px;
	padding: 0 12px;
	border: 0;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
}

.komimport-ai-chat__order-quote-cancel,
.komimport-ai-chat__support-cancel {
	background: #e8eef5;
	color: #243b53;
}

.komimport-ai-chat__order-quote-send,
.komimport-ai-chat__support-send {
	background: #f7c948;
	color: #0f253a;
}

.komimport-ai-chat__order-quote-cancel:hover,
.komimport-ai-chat__order-quote-cancel:focus,
.komimport-ai-chat__support-cancel:hover,
.komimport-ai-chat__support-cancel:focus {
	background: #d7e2ec;
	outline: none;
}

.komimport-ai-chat__order-quote-send:hover,
.komimport-ai-chat__order-quote-send:focus,
.komimport-ai-chat__support-send:hover,
.komimport-ai-chat__support-send:focus {
	background: #ffd95c;
	outline: none;
}

.komimport-ai-chat__order-quote-cancel:disabled,
.komimport-ai-chat__order-quote-send:disabled,
.komimport-ai-chat__order-quote-email:disabled,
.komimport-ai-chat__order-quote-comment:disabled,
.komimport-ai-chat__support-cancel:disabled,
.komimport-ai-chat__support-send:disabled,
.komimport-ai-chat__support-email:disabled,
.komimport-ai-chat__support-message:disabled {
	opacity: .65;
	cursor: wait;
}

.komimport-ai-chat__support-done {
	display: grid;
	justify-items: center;
	gap: 12px;
	width: 100%;
}

.komimport-ai-chat__support-done[hidden] {
	display: none;
}

.komimport-ai-chat__support-done-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #37b579;
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
}

.komimport-ai-chat__support-done-title {
	color: #123b5d;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.25;
}

.komimport-ai-chat__support-done-text {
	max-width: 320px;
	color: #536471;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

.komimport-ai-chat__support-done-close {
	height: 36px;
	min-width: 104px;
	padding: 0 16px;
	border: 0;
	border-radius: 6px;
	background: #f7c948;
	color: #0f253a;
	font-size: 13px;
	font-weight: 900;
	cursor: pointer;
}

.komimport-ai-chat__support-done-close:hover,
.komimport-ai-chat__support-done-close:focus {
	background: #ffd95c;
	outline: none;
}

.komimport-ai-chat__order-modal-body {
	padding: 12px;
	overflow: auto;
	background: #f6f9fc;
	overscroll-behavior: contain;
}

.komimport-ai-chat__order-empty {
	padding: 14px;
	border: 1px solid #d6e1ea;
	border-radius: 8px;
	background: #fff;
	font-size: 14px;
	line-height: 1.35;
}

.komimport-ai-chat__order-kit {
	margin: 8px 0 0;
	padding: 8px;
	border: 1px solid #c8d6e2;
	border-radius: 8px;
	background: #fff;
	color: #1f2933;
	font-size: 13px;
	line-height: 1.3;
}

.komimport-ai-chat__order-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 8px;
}

.komimport-ai-chat__order-title {
	font-size: 14px;
	font-weight: 700;
}

.komimport-ai-chat__order-count {
	color: #536471;
	font-size: 12px;
	font-weight: 600;
}

.komimport-ai-chat__order-list {
	display: grid;
	gap: 7px;
}

.komimport-ai-chat__order-group {
	display: grid;
	gap: 7px;
	padding: 7px;
	border: 1px solid #d6e1ea;
	border-radius: 7px;
	background: #fff;
}

.komimport-ai-chat__order-group-title {
	color: #123b5d;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.komimport-ai-chat__order-item {
	position: relative;
	display: grid;
	grid-template-columns: minmax(220px, 1fr) minmax(260px, 42%);
	gap: 8px;
	align-items: center;
	padding: 6px 7px;
	border: 1px solid #e0e8ef;
	border-radius: 6px;
	background: #f8fafc;
}

.komimport-ai-chat__order-main {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 3px 7px;
	min-width: 0;
	overflow: hidden;
}

.komimport-ai-chat__order-selected-offer {
	grid-column: 1 / -1;
	min-width: 0;
	color: #1f6f43;
	font-size: 12px;
	font-weight: 700;
	overflow-wrap: anywhere;
}

.komimport-ai-chat__order-selected-offer::before {
	content: "";
	color: #66a27a;
}

.komimport-ai-chat__order-number,
.komimport-ai-chat__catalog-number {
	font: inherit;
}

.komimport-ai-chat__order-number {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #0b7abf;
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}

.komimport-ai-chat__order-name {
	grid-column: 1 / -1;
	min-width: 0;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.komimport-ai-chat__order-meta {
	grid-column: 1 / -1;
	min-width: 0;
	margin-top: 0;
	color: #536471;
	font-size: 12px;
	overflow-wrap: anywhere;
}

.komimport-ai-chat__order-meta::before {
	content: "· ";
	color: #8fa1b0;
}

.komimport-ai-chat__order-controls {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) 32px;
	gap: 6px;
	align-items: center;
}

.komimport-ai-chat__order-qty,
.komimport-ai-chat__order-comment {
	box-sizing: border-box;
	border: 1px solid #c8d6e2;
	border-radius: 4px;
	background: #fff;
	font-size: 13px;
	line-height: 1.25;
}

.komimport-ai-chat__order-qty {
	width: 58px;
	padding: 5px 4px;
	text-align: center;
}

.komimport-ai-chat__order-comment {
	width: 100%;
	padding: 6px 7px;
}

.komimport-ai-chat__order-remove {
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 5px;
	background: #e8eef5;
	color: #243b53;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}

.komimport-ai-chat__order-remove:hover {
	background: #d7e2ec;
}

.komimport-ai-chat__catalog-loading,
.komimport-ai-chat__catalog-empty {
	grid-column: 1 / -1;
	margin: 16px;
	padding: 14px;
	border: 1px solid #d6e1ea;
	border-radius: 8px;
	background: #fff;
	font-size: 14px;
	line-height: 1.35;
}

.komimport-ai-chat__catalog-empty--tree-only {
	align-self: center;
	justify-self: center;
	max-width: 420px;
	color: #234052;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.komimport-ai-chat__catalog-content-loading {
	position: absolute;
	top: 14px;
	left: calc(var(--catalog-nav-width, 250px) + 8px + (100% - var(--catalog-nav-width, 250px) - 8px) / 2);
	z-index: 12;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	max-width: calc(100% - 32px);
	padding: 9px 12px;
	border: 1px solid #c9d8e4;
	border-radius: 999px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 8px 24px rgba(18, 59, 93, .16);
	color: #123b5d;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
	transform: translateX(-50%);
	pointer-events: none;
}

.komimport-ai-chat__catalog-spinner {
	width: 16px;
	height: 16px;
	border: 2px solid #c9d8e4;
	border-top-color: #123b5d;
	border-radius: 999px;
	animation: komimport-ai-chat-spin .75s linear infinite;
}

@keyframes komimport-ai-chat-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 960px) {
	.komimport-ai-chat__catalog-body {
		grid-template-columns: 1fr;
		grid-template-rows: minmax(130px, 24%) minmax(220px, 38%) minmax(0, 38%);
	}

	.komimport-ai-chat__catalog-splitter {
		display: none;
	}

	.komimport-ai-chat__catalog-content-loading {
		left: 50%;
	}

	.komimport-ai-chat__catalog-nav-wrap {
		border-right: 0;
		border-bottom: 1px solid #d6e1ea;
	}

	.komimport-ai-chat__catalog-image-wrap {
		border-right: 0;
		border-bottom: 1px solid #d6e1ea;
	}
}

@media (max-width: 760px) {
	.komimport-ai-chat__query-history {
		left: 8px;
		right: 110px;
		max-height: 40vh;
		border-radius: 8px;
	}

	.komimport-ai-chat__query-history-list {
		max-height: calc(40vh - 34px);
	}

	html,
	body {
		width: 100%;
		max-width: 100%;
		overflow: hidden;
		overscroll-behavior: none;
	}

	.komimport-ai-chat,
	.komimport-ai-chat *,
	.komimport-ai-chat *::before,
	.komimport-ai-chat *::after {
		box-sizing: border-box;
	}

	.komimport-ai-chat {
		max-width: 100%;
		overflow-x: hidden;
	}

	.komimport-ai-chat--standalone {
		position: relative;
		left: 0;
		top: 0;
		right: auto;
		bottom: auto;
		width: 100%;
		min-width: 0;
		max-width: 100%;
		height: 100vh;
		height: 100dvh;
		height: var(--komimport-app-height, var(--komimport-visual-vh, 100dvh));
		max-height: var(--komimport-app-height, var(--komimport-visual-vh, 100dvh));
		padding: 0;
		overflow: hidden;
		touch-action: pan-y;
	}

	.komimport-ai-chat__standalone-shell {
		width: 100%;
		max-width: 100%;
		height: 100%;
		min-height: 0;
		max-height: 100%;
		grid-template-rows: auto minmax(0, 1fr);
		border-radius: 0;
		box-shadow: none;
	}

	.komimport-ai-chat--standalone .komimport-ai-chat__header {
		flex: 0 0 auto;
		min-height: 82px;
		padding: 12px 14px;
		flex-wrap: wrap;
	}

	.komimport-ai-chat--standalone .komimport-ai-chat__heading {
		display: block;
		flex: 0 1 130px;
		max-width: none;
	}

	.komimport-ai-chat--standalone .komimport-ai-chat__header-actions {
		position: static;
		margin-left: auto;
		transform: none;
	}

	.komimport-ai-chat--standalone .komimport-ai-chat__heading::before {
		display: none;
	}

	.komimport-ai-chat--standalone .komimport-ai-chat__title {
		font-size: 15px;
		line-height: 1.25;
	}

	.komimport-ai-chat--standalone .komimport-ai-chat__subtitle {
		font-size: 12px;
	}

	.komimport-ai-chat__standalone-main {
		flex: 1 1 auto;
		min-height: 0;
		display: block;
		padding: 0;
		overflow: hidden;
	}

	.komimport-ai-chat__standalone-chat {
		width: 100%;
		max-width: 100%;
		height: 100%;
		min-height: 0;
		overflow: hidden;
	}

	.komimport-ai-chat__standalone-rail,
	.komimport-ai-chat__standalone-footer {
		display: none;
	}

	.komimport-ai-chat--standalone .komimport-ai-chat__panel,
	.komimport-ai-chat--standalone.is-open .komimport-ai-chat__panel {
		width: 100%;
		max-width: 100%;
		height: 100%;
		min-height: 0;
		max-height: 100%;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		overflow: hidden;
	}

	body.komimport-ai-chat-standalone-route input,
	body.komimport-ai-chat-standalone-route textarea,
	body.komimport-ai-chat-standalone-route select {
		font-size: 16px;
	}

	body.komimport-ai-chat-standalone-route .komimport-ai-chat__input {
		width: 100%;
		min-width: 0;
		font-size: 16px;
	}

	body.komimport-ai-chat-standalone-route .komimport-ai-chat__catalog-modal,
	body.komimport-ai-chat-standalone-route .komimport-ai-chat__order-modal,
	body.komimport-ai-chat-standalone-route .komimport-ai-chat__order-prices-modal,
	body.komimport-ai-chat-standalone-route .komimport-ai-chat__order-quote-modal,
	body.komimport-ai-chat-standalone-route .komimport-ai-chat__support-modal {
		left: 0;
		right: 0;
		width: 100%;
		max-width: 100%;
	}

	.komimport-ai-chat__catalog-modal {
		align-items: stretch;
		justify-content: stretch;
		padding: 0;
		left: 0;
		right: 0;
		width: 100%;
		max-width: 100%;
		top: var(--komimport-visual-top, 0px);
		bottom: auto;
		height: var(--komimport-visual-vh, 100dvh);
	}

	.komimport-ai-chat--standalone .komimport-ai-chat__catalog-modal {
		padding: 0;
	}

	.komimport-ai-chat__catalog-dialog {
		width: 100%;
		height: 100vh;
		height: 100dvh;
		height: var(--komimport-visual-vh, 100dvh);
		min-width: 0;
		min-height: 0;
		max-width: 100%;
		max-height: 100vh;
		max-height: 100dvh;
		max-height: var(--komimport-visual-vh, 100dvh);
		border-radius: 0;
		box-shadow: none;
	}

	.komimport-ai-chat--standalone .komimport-ai-chat__catalog-dialog {
		width: 100%;
		height: 100vh;
		height: 100dvh;
		height: var(--komimport-visual-vh, 100dvh);
		min-width: 0;
		min-height: 0;
		max-width: 100%;
		max-height: 100vh;
		max-height: 100dvh;
		max-height: var(--komimport-visual-vh, 100dvh);
		border-radius: 0;
		box-shadow: none;
	}

	.komimport-ai-chat__catalog-resize {
		display: none;
	}

		.komimport-ai-chat__catalog-header {
			min-height: 0;
			display: grid;
			grid-template-columns: minmax(0, 1fr);
			grid-template-rows: auto auto auto;
			align-items: start;
			gap: 4px;
			padding: max(7px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) 6px max(8px, env(safe-area-inset-left));
	}

	.komimport-ai-chat__catalog-heading {
		grid-column: 1;
		grid-row: 2;
		width: 100%;
		min-width: 0;
	}

	.komimport-ai-chat__catalog-title {
		font-size: 11px;
		line-height: 1.1;
		font-weight: 700;
		letter-spacing: 0;
		white-space: normal;
		overflow-wrap: anywhere;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.komimport-ai-chat__catalog-kpart-link {
			display: none !important;
		}

		.komimport-ai-chat__catalog-book-search {
			grid-column: 1;
			grid-row: 3;
			width: 100%;
			max-width: none;
			min-width: 0;
			gap: 5px;
		}

		.komimport-ai-chat__catalog-book-search-input {
			height: 32px;
			font-size: 12px;
			padding: 0 9px;
		}

		.komimport-ai-chat__catalog-book-search-submit {
			min-width: 66px;
			height: 32px;
			font-size: 12px;
		}

		.komimport-ai-chat__catalog-kpart-mobile-link {
			position: relative;
		width: 32px;
		height: 32px;
		flex: 0 0 32px;
		align-self: flex-start;
		box-sizing: border-box;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border: 1px solid rgba(255, 255, 255, .32);
		border-radius: 999px;
		background: rgba(255, 255, 255, .12);
		color: transparent;
		font-size: 0;
		line-height: 1;
		text-decoration: none;
		overflow: visible;
		white-space: nowrap;
	}

	.komimport-ai-chat__catalog-kpart-mobile-link::before {
		content: 'K';
		width: 21px;
		height: 21px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border-radius: 999px;
		background: #fff;
		color: #123b5d;
		font-size: 14px;
		font-weight: 900;
		line-height: 1;
	}

	.komimport-ai-chat__catalog-kpart-mobile-link::after {
		content: '';
		position: absolute;
		top: 7px;
		right: 7px;
		width: 7px;
		height: 7px;
		border-top: 2px solid #dbeafe;
		border-right: 2px solid #dbeafe;
		transform: translate(3px, -3px);
	}

	.komimport-ai-chat__catalog-kpart-mobile-link:hover,
	.komimport-ai-chat__catalog-kpart-mobile-link:focus {
		background: rgba(255, 255, 255, .22);
		outline: none;
	}

	.komimport-ai-chat__catalog-actions {
		grid-column: 1;
		grid-row: 1;
		width: 100%;
		gap: 5px;
	}

	.komimport-ai-chat__catalog-save {
		margin-left: auto;
	}

	.komimport-ai-chat__catalog-order-open {
		padding: 0 8px;
	}

	.komimport-ai-chat__language-picker--catalog .komimport-ai-chat__language-button {
		min-width: 54px;
		min-height: 32px;
		padding: 0 6px;
	}

	.komimport-ai-chat__catalog-save {
		min-height: 32px;
		padding: 0 10px;
		font-size: 12px;
	}

	.komimport-ai-chat__catalog-save-status {
		min-width: 0;
		max-width: 58px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.komimport-ai-chat__catalog-close {
		width: 32px;
		height: 32px;
		font-size: 21px;
	}

	.komimport-ai-chat__catalog-body {
		grid-template-columns: 1fr;
		grid-template-rows: minmax(92px, 19%) minmax(250px, 45%) minmax(180px, 36%);
	}

	.komimport-ai-chat__catalog-content-loading {
		left: 50%;
	}

	.komimport-ai-chat__catalog-nav-wrap {
		padding: 8px 6px;
		border-right: 0;
		border-bottom: 1px solid #d6e1ea;
	}

	.komimport-ai-chat__catalog-nav-title {
		margin: -8px -6px 6px;
		padding: 8px 8px 7px;
		font-size: 12px;
	}

	.komimport-ai-chat__catalog-nav-row {
		grid-template-columns: 22px max-content;
		padding-left: calc(var(--level, 0) * 8px);
	}

	.komimport-ai-chat__catalog-nav-toggle,
	.komimport-ai-chat__catalog-nav-link {
		min-height: 28px;
	}

	.komimport-ai-chat__catalog-nav-link {
		padding: 6px;
		font-size: 12px;
	}

	.komimport-ai-chat__catalog-image-wrap {
		padding: 8px;
		border-right: 0;
		border-bottom: 1px solid #d6e1ea;
	}

	.komimport-ai-chat__catalog-table {
		font-size: 11px;
	}

	.komimport-ai-chat__catalog-table th,
	.komimport-ai-chat__catalog-table td {
		padding: 6px;
	}

	.komimport-ai-chat__catalog-comment {
		width: 128px;
		max-width: 128px;
	}
}

@media (max-width: 560px) {
	.komimport-ai-chat {
		left: 12px;
		right: 12px;
		bottom: 12px;
	}

	.komimport-ai-chat__toggle {
		width: 100%;
		justify-content: center;
	}

	.komimport-ai-chat__panel {
		width: 100%;
		height: min(520px, calc(100vh - 24px));
		min-width: 0;
		max-width: 100%;
	}

	.komimport-ai-chat__resize {
		display: none;
	}

	.komimport-ai-chat__header {
		gap: 8px;
	}

	.komimport-ai-chat__order-open {
		padding: 0 8px;
	}

	.komimport-ai-chat__clear-dialog {
		padding: 0 8px;
		font-size: 12px;
	}

	.komimport-ai-chat__order-open-label {
		display: none;
	}

	.komimport-ai-chat__catalog-modal {
		padding: 0;
	}

	.komimport-ai-chat__catalog-dialog {
		width: 100%;
		height: 100vh;
		height: 100dvh;
		height: var(--komimport-visual-vh, 100dvh);
		min-width: 0;
		min-height: 0;
		max-width: 100%;
		max-height: 100vh;
		max-height: 100dvh;
		max-height: var(--komimport-visual-vh, 100dvh);
		resize: none;
	}

	.komimport-ai-chat__catalog-resize {
		display: none;
	}

	.komimport-ai-chat__catalog-body {
		grid-template-columns: 1fr;
		grid-template-rows: minmax(90px, 18%) minmax(240px, 44%) minmax(170px, 38%);
	}

		.komimport-ai-chat__catalog-image-wrap {
			max-width: 100%;
			border-right: 0;
			border-bottom: 1px solid #d6e1ea;
		}

	.komimport-ai-chat__order-modal {
		left: 0;
		right: 0;
		width: 100%;
		max-width: 100%;
		padding: 8px;
	}

	.komimport-ai-chat__order-quote-modal {
		left: 0;
		right: 0;
		width: 100%;
		max-width: 100%;
	}

	.komimport-ai-chat__order-quote-dialog {
		width: calc(100% - 28px);
		max-width: calc(100% - 28px);
	}

		.komimport-ai-chat__order-dialog {
			width: calc(100% - 16px);
			max-width: calc(100% - 16px);
			max-height: calc(100vh - 16px);
		}

	.komimport-ai-chat__order-modal-header {
		gap: 8px;
		padding: 10px 8px 10px 12px;
	}

	.komimport-ai-chat__order-modal-title-wrap {
		min-width: 0;
		flex: 1 1 auto;
	}

	.komimport-ai-chat__order-modal-title {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-size: 15px;
	}

	.komimport-ai-chat__order-modal-actions {
		flex: 0 0 auto;
		gap: 6px;
	}

	.komimport-ai-chat__order-view-prices,
	.komimport-ai-chat__order-request-prices,
	.komimport-ai-chat__order-export {
		position: relative;
		width: 44px;
		height: 44px;
		padding: 0;
		overflow: hidden;
		border-radius: 7px;
		font-size: 0;
		line-height: 1;
		text-indent: 0;
	}

	.komimport-ai-chat__order-view-prices::before {
		content: "₽";
		display: block;
		margin-top: 5px;
		font-size: 20px;
		font-weight: 900;
		line-height: 18px;
	}

	.komimport-ai-chat__order-view-prices::after {
		content: "Цены";
		display: block;
		margin-top: 1px;
		font-size: 10px;
		font-weight: 900;
		line-height: 11px;
	}

	.komimport-ai-chat__order-request-prices::before {
		content: "@";
		display: block;
		font-size: 25px;
		font-weight: 900;
		line-height: 44px;
	}

	.komimport-ai-chat__order-export::before {
		content: "XLS";
		display: block;
		font-size: 14px;
		font-weight: 900;
		letter-spacing: .2px;
		line-height: 44px;
	}

	.komimport-ai-chat__order-prices-dialog {
		width: 100%;
		max-width: 100%;
		height: 100vh;
		height: 100dvh;
		max-height: 100vh;
		max-height: 100dvh;
	}

		.komimport-ai-chat__order-item {
			grid-template-columns: minmax(0, 1fr);
			gap: 4px;
			padding: 6px;
		}

		.komimport-ai-chat__order-controls {
			grid-template-columns: 44px minmax(0, 1fr) 32px;
			gap: 4px;
		}

	.komimport-ai-chat__order-qty {
		width: 44px;
		padding: 5px 3px;
	}

	.komimport-ai-chat__order-remove {
		width: 30px;
		height: 30px;
	}

	.komimport-ai-chat__catalog-comment {
		width: 150px;
		max-width: none;
	}

	.komimport-ai-chat--standalone {
		position: relative;
		left: 0;
		right: auto;
		bottom: auto;
		padding: 0;
		top: 0;
		width: 100%;
		min-width: 0;
		max-width: 100%;
		height: 100vh;
		height: 100dvh;
		height: var(--komimport-app-height, var(--komimport-visual-vh, 100dvh));
		max-height: var(--komimport-app-height, var(--komimport-visual-vh, 100dvh));
		overflow: hidden;
		touch-action: pan-y;
	}

	.komimport-ai-chat--standalone .komimport-ai-chat__panel,
	.komimport-ai-chat--standalone.is-open .komimport-ai-chat__panel {
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
		min-height: 0;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		overflow: hidden;
	}

	.komimport-ai-chat--standalone .komimport-ai-chat__form {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 44px;
		gap: 8px;
		width: 100%;
		max-width: 100%;
		position: relative;
		z-index: 12;
		padding: 8px 8px calc(10px + env(safe-area-inset-bottom));
	}

	.komimport-ai-chat--standalone .komimport-ai-chat__input,
	.komimport-ai-chat--standalone .komimport-ai-chat__send {
		height: 44px;
	}

}

.komimport-ai-chat__catalog-mobile-tabs,
.komimport-ai-chat__catalog-zoom-controls {
	display: none;
}

@media (max-width: 760px) {
	.komimport-ai-chat__catalog-header {
		padding-top: max(7px, env(safe-area-inset-top));
	}

	.komimport-ai-chat__catalog-actions {
		gap: 5px;
	}

	.komimport-ai-chat__catalog-save {
		min-height: 30px;
		padding: 0 8px;
		font-size: 12px;
	}

	.komimport-ai-chat__catalog-body {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: 38px minmax(0, 58fr) minmax(0, 42fr);
		height: 100%;
		min-width: 0;
		overflow: hidden;
		background: #fff;
	}

		.komimport-ai-chat__catalog-mobile-tabs {
			display: grid;
			grid-row: 1;
			box-sizing: border-box;
			grid-template-columns: repeat(2, minmax(0, 1fr));
			gap: 4px;
		padding: 5px 6px;
		background: #edf4f9;
		border-bottom: 1px solid #cfdeea;
	}

	.komimport-ai-chat__catalog-mobile-tab {
		min-width: 0;
		height: 28px;
		border: 1px solid #c6d7e4;
		border-radius: 6px;
		background: #fff;
		color: #21435f;
		font: 700 12px/1 Arial, sans-serif;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.komimport-ai-chat__catalog-mobile-tab.is-active {
		border-color: #123b5d;
		background: #123b5d;
		color: #fff;
	}

	.komimport-ai-chat__catalog-splitter {
		display: none;
	}

	.komimport-ai-chat__catalog-body[data-mobile-tab="main"] .komimport-ai-chat__catalog-nav-wrap {
		display: none;
	}

	.komimport-ai-chat__catalog-body[data-mobile-tab="sections"] .komimport-ai-chat__catalog-image-wrap,
	.komimport-ai-chat__catalog-body[data-mobile-tab="sections"] .komimport-ai-chat__catalog-list-wrap {
		display: none;
	}

	.komimport-ai-chat__catalog-body[data-mobile-tab="sections"] .komimport-ai-chat__catalog-nav-wrap {
		display: block;
		grid-row: 2 / 4;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		border: 0;
	}

	.komimport-ai-chat__catalog-image-wrap {
		position: relative;
		grid-row: 2;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		padding: 6px;
		border-right: 0;
		border-bottom: 1px solid #d6e1ea;
	}

	.komimport-ai-chat__catalog-zoom-controls {
		position: sticky;
		left: calc(100% - 38px);
		top: 7px;
		z-index: 7;
		display: inline-grid;
		gap: 4px;
		align-self: flex-start;
		margin-left: -34px;
		pointer-events: auto;
	}

	.komimport-ai-chat__catalog-zoom-button {
		width: 30px;
		height: 28px;
		border: 1px solid #b9ccdc;
		border-radius: 6px;
		background: rgba(255, 255, 255, .94);
		color: #173b5a;
		font: 800 12px/1 Arial, sans-serif;
		box-shadow: 0 1px 4px rgba(16, 42, 67, .18);
	}

	.komimport-ai-chat__catalog-list-wrap {
		grid-row: 3;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		border: 0;
		background: #fff;
	}

	.komimport-ai-chat__catalog-table {
		width: 100%;
		min-width: 0;
		table-layout: fixed;
		border-collapse: collapse;
		font-size: 12px;
		line-height: 1.18;
	}

	.komimport-ai-chat__catalog-table th,
	.komimport-ai-chat__catalog-table td {
		height: 30px;
		box-sizing: border-box;
		padding: 3px 4px;
		border: 1px solid #d7e2eb;
		vertical-align: middle;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.komimport-ai-chat__catalog-table th {
		height: 24px;
		top: 0;
		padding-top: 2px;
		padding-bottom: 2px;
		font-size: 11px;
		line-height: 1.1;
	}

	.komimport-ai-chat__catalog-table th:first-child {
		font-size: 0;
	}

	.komimport-ai-chat__catalog-table th:first-child::before {
		content: "✓";
		font-size: 11px;
	}

	.komimport-ai-chat__catalog-table th:nth-child(1),
	.komimport-ai-chat__catalog-table td:nth-child(1) {
		width: 56px;
		min-width: 56px;
		max-width: 56px;
		text-align: center;
	}

	.komimport-ai-chat__catalog-table th:nth-child(2),
	.komimport-ai-chat__catalog-table td:nth-child(2) {
		width: 27px;
		min-width: 27px;
		max-width: 27px;
		text-align: center;
	}

	.komimport-ai-chat__catalog-table th:nth-child(3),
	.komimport-ai-chat__catalog-table td:nth-child(3) {
		width: 112px;
	}

	.komimport-ai-chat__catalog-table th:nth-child(5),
	.komimport-ai-chat__catalog-table td:nth-child(5) {
		width: 34px;
		text-align: center;
	}

	.komimport-ai-chat__catalog-table th:nth-child(n+6),
	.komimport-ai-chat__catalog-table td:nth-child(n+6) {
		display: none;
	}

	.komimport-ai-chat__catalog-select-cell {
		width: 56px;
		min-width: 56px;
	}

	.komimport-ai-chat__catalog-select-actions {
		gap: 3px;
	}

	.komimport-ai-chat__catalog-select {
		width: 19px;
		height: 19px;
	}

	.komimport-ai-chat__catalog-price-button {
		width: 23px;
		height: 23px;
		border-radius: 5px;
		font-size: 14px;
	}

	.komimport-ai-chat__catalog-table tr.is-highlighted td,
	.komimport-ai-chat__catalog-table tr.is-selected td {
		background: #dff4e8;
		color: #0f3d2e;
		font-weight: 800;
	}

	.komimport-ai-chat__catalog-table tr.is-selected {
		outline: 1px solid #2f9e44;
		outline-offset: -1px;
	}

	.komimport-ai-chat__catalog-nav-wrap {
		box-sizing: border-box;
		padding: 8px 6px calc(10px + env(safe-area-inset-bottom));
		overflow-x: hidden;
	}

	.komimport-ai-chat__catalog-nav-list {
		min-width: 0;
	}

	.komimport-ai-chat__catalog-nav-row {
		grid-template-columns: 22px minmax(0, 1fr);
		min-width: 0;
		padding-left: calc(var(--level, 0) * 8px);
	}

	.komimport-ai-chat__catalog-nav-link {
		width: 100%;
		max-width: 100%;
		white-space: normal;
		overflow-wrap: anywhere;
	}
}
