/* KiwiTxt SMS Portal — GHL-style three-column inbox.
   Namespaced (.ktx-*) so it stays self-contained in any theme.
   Structure mirrors GHL's Conversations tab (rail + list + thread + details);
   identity stays KiwiTxt (deep NZ-bush green accent). */

.ktx-shell {
	--ktx-brand: #0f6e56;
	--ktx-brand-strong: #0b5743;
	--ktx-brand-tint: #e7f1ed;
	--ktx-bg: #ffffff;
	--ktx-canvas: #f6f8f7;
	--ktx-rail: #11352b;
	--ktx-line: #e8eae7;
	--ktx-line-soft: #f0f2f0;
	--ktx-ink: #1c2420;
	--ktx-muted: #6c726b;
	--ktx-faint: #9aa09a;
	--ktx-recv: #f1f3f2;
	--ktx-radius: 12px;
	--ktx-radius-sm: 9px;

	box-sizing: border-box;
	display: grid;
	grid-template-columns: 96px 312px 1fr auto;
	height: min(84vh, 820px);
	border: 1px solid var(--ktx-line);
	border-radius: var(--ktx-radius);
	overflow: hidden;
	background: var(--ktx-bg);
	color: var(--ktx-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 14.5px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	position: relative;
}
.ktx-shell *, .ktx-shell *::before, .ktx-shell *::after { box-sizing: border-box; }
.ktx-shell svg { width: 20px; height: 20px; display: block; }

/* ---- Icon rail ---- */
.ktx-rail {
	background: var(--ktx-rail);
	display: flex; flex-direction: column; align-items: center;
	padding: 18px 6px; gap: 4px;
}
.ktx-rail-mark {
	width: 34px; height: 34px; border-radius: 9px; margin-bottom: 14px;
	background: var(--ktx-brand); color: #fff; font-weight: 800;
	display: grid; place-items: center; font-size: 18px; text-transform: lowercase;
}
.ktx-rail-btn {
	width: 100%; border: none; cursor: pointer; background: transparent; color: #9fb4ac;
	display: flex; flex-direction: column; align-items: center; gap: 6px;
	padding: 11px 4px; border-radius: 11px; transition: background .15s, color .15s;
}
.ktx-rail-btn:hover { color: #fff; background: rgba(255,255,255,.08); }
.ktx-rail-btn.is-active { color: #fff; background: var(--ktx-brand); }
.ktx-rail-ico { display: grid; place-items: center; }
.ktx-rail-label { font-size: 10.5px; font-weight: 600; line-height: 1.2; text-align: center; white-space: normal; word-break: break-word; }

/* ---- List column ---- */
.ktx-list { display: flex; flex-direction: column; border-right: 1px solid var(--ktx-line); min-height: 0; background: var(--ktx-bg); }
.ktx-list-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 16px 10px; }
.ktx-list-title { font-size: 16px; font-weight: 700; letter-spacing: -0.01em; }
.ktx-icon-btn {
	width: 34px; height: 34px; flex: none; padding: 0; margin: 0; line-height: 1;
	border: 1px solid var(--ktx-line); border-radius: var(--ktx-radius-sm);
	background: var(--ktx-bg); color: var(--ktx-brand);
	display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
	transition: background .15s, border-color .15s; box-sizing: border-box;
}
.ktx-icon-btn:hover { background: var(--ktx-brand-tint); border-color: var(--ktx-brand-tint); }
.ktx-icon-btn.ghost { border-color: transparent; color: var(--ktx-muted); }
.ktx-icon-btn.ghost:hover { background: var(--ktx-canvas); color: var(--ktx-ink); }

.ktx-tabs { display: flex; gap: 4px; padding: 0 12px; border-bottom: 1px solid var(--ktx-line); }
.ktx-tabs button {
	border: none; background: none; cursor: pointer; font: inherit; font-size: 13px; font-weight: 600;
	color: var(--ktx-muted); padding: 9px 10px; border-bottom: 2px solid transparent; margin-bottom: -1px;
}
.ktx-tabs button:hover { color: var(--ktx-ink); }
.ktx-tabs button.is-active { color: var(--ktx-brand-strong); border-bottom-color: var(--ktx-brand); }
.ktx-shell[data-mode="contacts"] .ktx-tabs { display: none; }

.ktx-search-row { position: relative; padding: 10px 12px; }
.ktx-search-ico { position: absolute; left: 22px; top: 50%; transform: translateY(-50%); color: var(--ktx-faint); pointer-events: none; }
.ktx-search-ico svg { width: 16px; height: 16px; }
.ktx-search {
	width: 100%; padding: 8px 12px 8px 34px; border: 1px solid var(--ktx-line);
	border-radius: var(--ktx-radius-sm); font: inherit; font-size: 13.5px; background: var(--ktx-canvas); color: var(--ktx-ink);
}
.ktx-search:focus { outline: 2px solid var(--ktx-brand); outline-offset: 1px; border-color: transparent; }

/* ---- Contacts table view ---- */
.ktx-contacts-view { grid-column: 2 / -1; background: var(--ktx-bg); display: flex; flex-direction: column; min-height: 0; }
.ktx-contacts-view[hidden] { display: none; }
.ktx-shell[data-mode="conversations"] .ktx-contacts-view,
.ktx-shell[data-tags="1"] .ktx-contacts-view,
.ktx-shell[data-account="1"] .ktx-contacts-view { display: none; }
.ktx-shell[data-mode="contacts"] .ktx-list,
.ktx-shell[data-mode="contacts"] .ktx-thread,
.ktx-shell[data-mode="contacts"] .ktx-details { display: none; }

.ktx-cv-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; border-bottom: 1px solid var(--ktx-line); }
.ktx-cv-title { font-size: 18px; font-weight: 700; display: flex; align-items: center; }
.ktx-cv-count { color: var(--ktx-brand-strong); background: var(--ktx-brand-tint); font-size: 12px; font-weight: 600; padding: 2px 8px; border-radius: 999px; margin-left: 10px; }
.ktx-cv-actions { display: flex; gap: 10px; }
.ktx-cv-actions .ktx-btn, .ktx-cv-actions .ktx-btn-ghost { display: inline-flex; align-items: center; gap: 6px; }
.ktx-cv-actions svg { width: 15px; height: 15px; }
.ktx-cv-toolbar { padding: 14px 24px 8px; }
.ktx-search-row.cv { max-width: 360px; }
.ktx-cv-form { margin: 6px 24px 4px; padding: 16px; border: 1px solid var(--ktx-line); border-radius: var(--ktx-radius); background: var(--ktx-canvas); }
.ktx-cv-form[hidden] { display: none; }
.ktx-cv-form-title { font-weight: 600; font-size: 14px; margin-bottom: 12px; }
.ktx-cv-form .ktx-add-row { display: flex; gap: 8px; margin-bottom: 10px; }
.ktx-cv-form .ktx-add-row input { flex: 1; min-width: 0; }
.ktx-cv-form input { padding: 9px 12px; border: 1px solid var(--ktx-line); border-radius: var(--ktx-radius-sm); font: inherit; font-size: 14px; background: var(--ktx-bg); }
.ktx-cv-form input:focus { outline: 2px solid var(--ktx-brand); outline-offset: 1px; border-color: transparent; }
.ktx-cv-form input:disabled { color: var(--ktx-faint); background: var(--ktx-canvas); }
.ktx-add-actions { display: flex; gap: 8px; justify-content: flex-end; }

.ktx-table-wrap { flex: 1; overflow: auto; padding: 8px 24px 24px; min-height: 0; }
.ktx-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.ktx-table thead th { text-align: left; font-size: 12px; font-weight: 600; color: var(--ktx-muted); padding: 10px 12px; border-bottom: 1px solid var(--ktx-line); position: sticky; top: 0; background: var(--ktx-bg); }
.ktx-table thead th.ktx-th-actions { width: 1%; }
.ktx-table tbody td { padding: 12px; border-bottom: 1px solid var(--ktx-line-soft); vertical-align: middle; }
.ktx-table tbody tr:hover { background: var(--ktx-canvas); }
.ktx-td-name { display: flex; align-items: center; gap: 10px; }
.ktx-name-link { font-weight: 600; color: var(--ktx-ink); cursor: pointer; background: none; border: none; font: inherit; padding: 0; }
.ktx-name-link:hover { color: var(--ktx-brand-strong); text-decoration: underline; }
.ktx-td-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.ktx-td-muted { color: var(--ktx-faint); }
.ktx-td-actions { text-align: right; white-space: nowrap; }
.ktx-td-actions button { border: 1px solid var(--ktx-line); background: var(--ktx-bg); border-radius: var(--ktx-radius-sm); padding: 6px 11px; font-size: 12.5px; cursor: pointer; margin-left: 6px; color: var(--ktx-ink); }
.ktx-td-actions button.msg { background: var(--ktx-brand); border-color: var(--ktx-brand); color: #fff; }
.ktx-td-actions button:hover { filter: brightness(0.97); }
.ktx-cv-empty { padding: 44px; text-align: center; color: var(--ktx-faint); }
.ktx-composer[hidden], .ktx-details[hidden], .ktx-thread-head[hidden] { display: none; }

/* ---- Rail account ---- */
.ktx-rail-spacer { flex: 1; }
.ktx-rail-account { width: 100%; border: none; cursor: pointer; background: transparent; color: #9fb4ac; display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 10px 4px; border-radius: 11px; transition: background .15s, color .15s; }
.ktx-rail-account:hover { color: #fff; background: rgba(255,255,255,.08); }
.ktx-rail-account.is-active { color: #fff; background: var(--ktx-brand); }
.ktx-rail-avatar { width: 30px; height: 30px; border-radius: 50%; background: var(--ktx-brand); color: #fff; display: grid; place-items: center; font-weight: 600; font-size: 12px; }
.ktx-rail-account.is-active .ktx-rail-avatar { background: #fff; color: var(--ktx-brand-strong); }

/* ---- Inline overlay views (Tags, Account) ---- */
.ktx-overlay-view { grid-column: 3 / -1; background: var(--ktx-canvas); overflow-y: auto; padding: 32px; }
.ktx-shell[data-account="1"] .ktx-thread, .ktx-shell[data-account="1"] .ktx-details,
.ktx-shell[data-tags="1"] .ktx-thread, .ktx-shell[data-tags="1"] .ktx-details { display: none; }
.ktx-account-card { max-width: 460px; background: var(--ktx-bg); border: 1px solid var(--ktx-line); border-radius: var(--ktx-radius); padding: 24px; }
.ktx-account-card h2 { margin: 0 0 4px; font-size: 18px; }
.ktx-account-who { color: var(--ktx-muted); font-size: 13.5px; margin: 0 0 20px; }
.ktx-account-card h3 { font-size: 14px; margin: 0 0 14px; }
.ktx-account-sep { border: none; border-top: 1px solid var(--ktx-line); margin: 24px 0; }
.ktx-account-card .ktx-field { margin-bottom: 14px; }
.ktx-account-actions { display: flex; gap: 10px; align-items: center; }

/* ---- Tags ---- */
.ktx-tag-new { display: flex; gap: 8px; margin-bottom: 18px; }
.ktx-tag-new input { flex: 1; padding: 9px 12px; border: 1px solid var(--ktx-line); border-radius: var(--ktx-radius-sm); font: inherit; font-size: 14px; background: var(--ktx-canvas); }
.ktx-tag-new input:focus { outline: 2px solid var(--ktx-brand); outline-offset: 1px; border-color: transparent; }
.ktx-tag-row { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--ktx-line-soft); }
.ktx-tag-row-name { display: flex; align-items: center; gap: 10px; }
.ktx-tag-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--ktx-brand); }
.ktx-tag-count { color: var(--ktx-faint); font-size: 12px; }
.ktx-tag-del { border: none; background: none; cursor: pointer; color: var(--ktx-faint); padding: 4px; border-radius: 6px; display: inline-flex; }
.ktx-tag-del:hover { color: var(--ktx-danger, #a32d2d); background: var(--ktx-line-soft); }
.ktx-tag-del svg { width: 16px; height: 16px; }

/* ---- Chips (selectable + display) ---- */
.ktx-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.ktx-chip { border: 1px solid var(--ktx-line); background: var(--ktx-bg); color: var(--ktx-muted); border-radius: 999px; padding: 4px 11px; font-size: 12.5px; cursor: pointer; transition: background .12s, color .12s, border-color .12s; }
.ktx-chip.is-on { background: var(--ktx-brand); border-color: var(--ktx-brand); color: #fff; }
.ktx-chips-empty { color: var(--ktx-faint); font-size: 12.5px; }
.ktx-d-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.ktx-d-tag { background: var(--ktx-brand-tint); color: var(--ktx-brand-strong); border-radius: 999px; padding: 3px 10px; font-size: 12px; font-weight: 600; }
.ktx-d-empty { color: var(--ktx-faint); font-size: 12.5px; }

/* ---- Details edit ---- */
.ktx-details-head { position: relative; }
.ktx-d-edit { position: absolute; top: 14px; right: 14px; border: 1px solid var(--ktx-line); background: var(--ktx-bg); color: var(--ktx-muted); border-radius: var(--ktx-radius-sm); padding: 5px 10px; font-size: 12px; cursor: pointer; display: inline-flex; align-items: center; gap: 5px; }
.ktx-d-edit:hover { background: var(--ktx-canvas); color: var(--ktx-ink); }
.ktx-d-edit svg { width: 13px; height: 13px; }
.ktx-details-body .ktx-field input { width: 100%; padding: 9px 12px; border: 1px solid var(--ktx-line); border-radius: var(--ktx-radius-sm); font: inherit; font-size: 14px; background: var(--ktx-canvas); }
.ktx-details-body .ktx-field input:focus { outline: 2px solid var(--ktx-brand); outline-offset: 1px; border-color: transparent; }

.ktx-threads { flex: 1; overflow-y: auto; }
.ktx-row {
	display: flex; gap: 11px; align-items: center; width: 100%; text-align: left;
	padding: 11px 14px; border: none; border-bottom: 1px solid var(--ktx-line-soft);
	background: none; font: inherit; color: inherit; cursor: pointer; transition: background .12s;
}
.ktx-row:hover { background: var(--ktx-canvas); }
.ktx-row[aria-current="true"] { background: var(--ktx-brand-tint); }
.ktx-row[aria-current="true"] .ktx-row-name { color: var(--ktx-brand-strong); }
.ktx-row.unread .ktx-row-name { font-weight: 700; }
.ktx-row.unread::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--ktx-brand); position: absolute; }
.ktx-row.unread { padding-left: 26px; position: relative; }
.ktx-row.unread::before { left: 12px; top: 50%; transform: translateY(-50%); }

.ktx-avatar {
	flex: none; border-radius: 50%; background: var(--ktx-brand-tint); color: var(--ktx-brand-strong);
	display: grid; place-items: center; font-weight: 600;
}
.ktx-avatar { width: 40px; height: 40px; font-size: 14px; }
.ktx-avatar.sm { width: 34px; height: 34px; font-size: 13px; }
.ktx-avatar.lg { width: 64px; height: 64px; font-size: 22px; }

.ktx-row-main { min-width: 0; flex: 1; }
.ktx-row-top { display: flex; justify-content: space-between; gap: 8px; }
.ktx-row-name { font-weight: 600; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ktx-row-time { font-size: 11px; color: var(--ktx-faint); flex: none; }
.ktx-row-preview { font-size: 13px; color: var(--ktx-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ktx-row-preview .ktx-you { color: var(--ktx-faint); }

.ktx-skeleton, .ktx-list-empty { padding: 24px 16px; color: var(--ktx-faint); font-size: 13px; }

/* ---- Thread ---- */
.ktx-thread { display: flex; flex-direction: column; min-height: 0; background: var(--ktx-canvas); }
.ktx-thread-head {
	display: flex; align-items: center; gap: 11px; padding: 12px 18px;
	background: var(--ktx-bg); border-bottom: 1px solid var(--ktx-line);
}
.ktx-back { display: none; border: none; background: none; cursor: pointer; color: var(--ktx-muted); padding: 4px; }
.ktx-thread-id { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.ktx-thread-name { font-weight: 600; }
.ktx-thread-phone { font-size: 12px; color: var(--ktx-muted); font-variant-numeric: tabular-nums; }
.ktx-thread-actions { display: flex; gap: 6px; }

.ktx-messages { flex: 1; overflow-y: auto; padding: 20px; display: flex; flex-direction: column; gap: 4px; }
.ktx-placeholder { margin: auto; text-align: center; color: var(--ktx-faint); }
.ktx-placeholder-ico { color: var(--ktx-line); display: grid; place-items: center; margin-bottom: 10px; }
.ktx-placeholder-ico svg { width: 40px; height: 40px; }

.ktx-date { align-self: center; font-size: 11px; color: var(--ktx-faint); background: var(--ktx-bg); border: 1px solid var(--ktx-line); padding: 2px 12px; border-radius: 999px; margin: 12px 0 6px; }

.ktx-msg { display: flex; gap: 8px; max-width: 78%; margin: 3px 0; }
.ktx-msg.out { align-self: flex-end; flex-direction: row-reverse; }
.ktx-msg.in { align-self: flex-start; }
.ktx-msg .ktx-avatar { width: 26px; height: 26px; font-size: 10px; align-self: flex-end; }
.ktx-msg.out .ktx-avatar { background: var(--ktx-brand); color: #fff; }
.ktx-bubble-wrap { display: flex; flex-direction: column; }
.ktx-msg.out .ktx-bubble-wrap { align-items: flex-end; }
.ktx-bubble { padding: 9px 13px; border-radius: 15px; font-size: 14px; line-height: 1.45; word-wrap: break-word; white-space: pre-wrap; }
.ktx-msg.out .ktx-bubble { background: var(--ktx-brand); color: #fff; border-bottom-right-radius: 5px; }
.ktx-msg.in .ktx-bubble { background: var(--ktx-recv); color: var(--ktx-ink); border-bottom-left-radius: 5px; }
.ktx-meta { font-size: 11px; color: var(--ktx-faint); margin-top: 3px; display: flex; gap: 6px; }
.ktx-meta .ktx-staff { color: var(--ktx-brand); font-weight: 600; }

/* ---- Composer ---- */
.ktx-composer { display: flex; gap: 10px; padding: 12px 16px; background: var(--ktx-bg); border-top: 1px solid var(--ktx-line); align-items: flex-end; }
.ktx-input { flex: 1; resize: none; max-height: 140px; padding: 10px 14px; border: 1px solid var(--ktx-line); border-radius: var(--ktx-radius-sm); font: inherit; font-size: 14px; background: var(--ktx-canvas); color: var(--ktx-ink); }
.ktx-input:focus { outline: 2px solid var(--ktx-brand); outline-offset: 1px; border-color: transparent; }
.ktx-send { flex: none; padding: 10px 20px; border: none; border-radius: var(--ktx-radius-sm); background: var(--ktx-brand); color: #fff; font: inherit; font-weight: 600; cursor: pointer; transition: background .15s, opacity .15s; }
.ktx-send:hover:not(:disabled) { background: var(--ktx-brand-strong); }
.ktx-send:disabled { opacity: .45; cursor: not-allowed; }

/* ---- Details panel ---- */
.ktx-details { width: 300px; border-left: 1px solid var(--ktx-line); background: var(--ktx-bg); display: flex; flex-direction: column; min-height: 0; }
.ktx-details-head { padding: 24px 20px 18px; border-bottom: 1px solid var(--ktx-line); text-align: center; }
.ktx-details-head .ktx-avatar { margin: 0 auto 12px; }
.ktx-d-name { font-weight: 700; font-size: 16px; }
.ktx-d-link { display: inline-flex; align-items: center; gap: 5px; margin-top: 8px; font-size: 12.5px; color: var(--ktx-brand); text-decoration: none; }
.ktx-d-link svg { width: 14px; height: 14px; }
.ktx-d-link:hover { text-decoration: underline; }
.ktx-details-body { padding: 16px 20px; overflow-y: auto; }
.ktx-d-section { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--ktx-faint); margin-bottom: 12px; }
.ktx-d-field { margin-bottom: 14px; }
.ktx-d-field span { display: block; font-size: 12px; color: var(--ktx-muted); margin-bottom: 2px; }
.ktx-d-field div { font-size: 14px; color: var(--ktx-ink); font-variant-numeric: tabular-nums; }

/* ---- Buttons ---- */
.ktx-btn { display: inline-block; padding: 10px 18px; border-radius: var(--ktx-radius-sm); background: var(--ktx-brand); color: #fff; font-weight: 600; text-decoration: none; border: none; cursor: pointer; font-size: 14px; }
.ktx-btn:hover { background: var(--ktx-brand-strong); }
.ktx-btn-ghost { padding: 10px 18px; border-radius: var(--ktx-radius-sm); background: none; border: 1px solid var(--ktx-line); color: var(--ktx-muted); cursor: pointer; font: inherit; font-size: 14px; }
.ktx-btn-ghost:hover { background: var(--ktx-canvas); }

/* ---- Empty / login states ---- */
.ktx-empty-shell { display: flex; align-items: center; justify-content: center; grid-template-columns: none; }
.ktx-empty-card { margin: auto; text-align: center; max-width: 360px; padding: 40px; }
.ktx-empty-card h2 { margin: 8px 0 6px; font-size: 19px; }
.ktx-empty-card p { color: var(--ktx-muted); margin: 0 0 18px; }
.ktx-empty-shell .ktx-mark { font-weight: 800; color: var(--ktx-brand); font-size: 20px; }

/* ---- Modal ---- */
.ktx-modal { position: absolute; inset: 0; background: rgba(17,53,43,.45); display: grid; place-items: center; padding: 20px; z-index: 5; }
.ktx-modal-card { background: var(--ktx-bg); border-radius: var(--ktx-radius); padding: 24px; width: 100%; max-width: 380px; }
.ktx-modal-card h3 { margin: 0 0 16px; font-size: 17px; }
.ktx-field { display: block; margin-bottom: 14px; }
.ktx-field span { display: block; font-size: 13px; font-weight: 600; margin-bottom: 5px; }
.ktx-field em { font-weight: 400; color: var(--ktx-faint); font-style: normal; }
.ktx-field input { width: 100%; padding: 10px 12px; border: 1px solid var(--ktx-line); border-radius: var(--ktx-radius-sm); font: inherit; background: var(--ktx-canvas); }
.ktx-field input:focus { outline: 2px solid var(--ktx-brand); outline-offset: 1px; border-color: transparent; }
.ktx-modal-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 6px; }

/* ---- Toast ---- */
.ktx-toast { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); background: var(--ktx-ink); color: #fff; padding: 10px 18px; border-radius: 999px; font-size: 13px; z-index: 6; box-shadow: 0 6px 24px rgba(0,0,0,.18); }

/* ---- Responsive ---- */
@media (max-width: 1040px) {
	.ktx-shell { grid-template-columns: 96px 300px 1fr; }
	.ktx-details { position: absolute; right: 0; top: 0; bottom: 0; box-shadow: -8px 0 24px rgba(0,0,0,.08); z-index: 4; }
}
@media (max-width: 720px) {
	.ktx-shell { grid-template-columns: 84px 1fr; height: 86vh; }
	.ktx-shell[data-view="thread"] .ktx-list { display: none; }
	.ktx-shell:not([data-view="thread"]) .ktx-thread { display: none; }
	.ktx-account-view { grid-column: 2 / -1; }
	.ktx-back { display: block; }
	.ktx-details { width: 86vw; max-width: 340px; }
}
@media (prefers-reduced-motion: reduce) {
	.ktx-shell *, .ktx-shell *::before, .ktx-shell *::after { transition: none !important; animation: none !important; }
}
