/* Faithful WA Sender app illustration, based on the recovered 6.1.35 UI. */
@font-face {
	font-family: "WA Inter";
	src: url("../fonts/inter-variable.woff2") format("woff2");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

.was-app-window {
	position: relative;
	overflow: hidden;
	border: 1px solid #263746;
	border-radius: 13px;
	background: #0b0f14;
	color: #f8fafc;
	font-family: "WA Inter", Inter, system-ui, sans-serif;
	box-shadow: 0 34px 70px rgba(10, 27, 36, .25);
	transform: perspective(1200px) rotateY(-1deg);
}

@media (min-width: 1061px) {
	body.wasender-landing .hero-grid { grid-template-columns: .82fr 1.18fr; gap: 52px; }
}

.was-app-topbar {
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #263442;
	background: #111923;
	padding-left: 12px;
}

.was-app-brand,
.was-app-tools { display: flex; align-items: center; }
.was-app-brand { gap: 6px; min-width: 0; }
.was-app-brand img { width: 18px; height: 18px; border-radius: 5px; }
.was-app-brand strong { font-size: 9px; letter-spacing: -.02em; }
.was-app-brand small { color: #8da0b3; font-size: 6px; }
.was-app-tools { height: 100%; gap: 12px; color: #96a5b5; font-size: 7px; }
.was-demo-expand { display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid #2c3e4b; border-radius: 5px; background: #17232d; color: #a8b9c7; font: inherit; font-size: 11px; cursor: pointer; }
.was-demo-expand:hover,
.was-demo-expand:focus-visible { border-color: #39c979; color: #56dc8e; }
body.was-demo-expanded { overflow: hidden; }
body.was-demo-expanded::before { content: ""; position: fixed; z-index: 9998; inset: 0; background: rgba(5,12,16,.78); backdrop-filter: blur(7px); }
.app-stage-real.is-expanded { position: fixed !important; z-index: 9999; inset: 3.5vh 4vw; width: 92vw !important; max-width: none !important; height: 93vh; display: flex; flex-direction: column; transform: none !important; opacity: 1 !important; }
.app-stage-real.is-expanded .was-app-window { display: flex; flex: 1; flex-direction: column; width: 100%; min-height: 0; transform: none; }
.app-stage-real.is-expanded .was-app-shell { flex: 1; min-height: 0; }
.app-stage-real.is-expanded .was-app-content { min-height: 0; }
.app-stage-real.is-expanded .floating-card { display: none; }
@media (min-width: 641px) {
	.app-stage-real.is-expanded { display: block; }
	.app-stage-real.is-expanded .was-app-window { zoom: 1.35; width: 100% !important; height: 100%; }
}

.was-account-status {
	display: flex;
	align-items: center;
	gap: 6px;
	border: 1px solid #263746;
	border-radius: 999px;
	background: #141f2a;
	padding: 5px 8px;
	color: #d8e2eb;
}

.was-account-status i,
.was-app-upload strong i,
.was-app-action span i {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #22c55e;
	box-shadow: 0 0 0 2px rgba(34, 197, 94, .12);
}

.was-language { display: flex; align-items: center; gap: 4px; color: #b8c4d0; }
.was-language b { font-size: 7px; }
.was-theme-icon { font-size: 12px; }
.was-window-controls {
	align-self: stretch;
	display: flex;
	align-items: center;
	border-left: 1px solid #1d2a36;
	padding: 0 10px;
	color: #758596;
	white-space: nowrap;
}

.was-app-shell {
	display: grid;
	grid-template-columns: 51px minmax(0, 1fr);
	min-height: 345px;
	background: #0b0f14;
}

.was-app-sidebar {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 0;
	border-right: 1px solid #263442;
	background: #121b24;
	padding: 6px;
}

.was-app-sidebar > span {
	display: grid;
	place-items: center;
	width: 37px;
	height: 34px;
	border-radius: 7px;
	color: #91a2b3;
}

.was-app-sidebar > span.is-active { background: rgba(34, 197, 94, .16); color: #22c55e; }
.was-app-sidebar .wa-icon { width: 15px; height: 15px; stroke-width: 1.8; }
.was-app-sidebar .was-sidebar-logo { height: 31px; margin-bottom: 2px; }
.was-app-sidebar .was-sidebar-logo img { width: 23px; height: 23px; border-radius: 6px; }
.was-app-sidebar > i { width: 34px; height: 1px; margin-top: auto; background: #293744; }
.was-app-content { min-width: 0; padding: 16px 18px 13px; background: #0b0f14; }

.was-app-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; }
.was-app-heading h3 { margin: 0; font-size: 15px; line-height: 1.2; letter-spacing: -.025em; }
.was-app-heading span { border: 1px solid #283847; border-radius: 999px; padding: 3px 7px; color: #8fa1b4; font-size: 6px; }
.was-app-card { border: 1px solid #283a49; border-radius: 10px; background: #121b24; padding: 12px 13px; }
.was-app-card label,
.was-app-card > small,
.was-compose-label small { display: block; }
.was-app-card label { margin-bottom: 5px; color: #f3f7fb; font-size: 8px; font-weight: 700; }
.was-app-card > small,
.was-compose-label small { color: #708bac; font-size: 6px; letter-spacing: .08em; }

.was-app-input {
	height: 29px;
	display: flex;
	align-items: center;
	border: 1px solid #2b3b49;
	border-radius: 7px;
	background: #121b24;
	margin-bottom: 5px;
	padding: 0 9px;
	color: #eef5fb;
	font-size: 8px;
}

.was-app-tabs { height: 31px; display: flex; align-items: center; gap: 5px; border-radius: 7px; background: #080d12; margin: 5px 0 8px; padding: 3px; }
.was-app-tabs span,
.was-app-tabs b { display: flex; align-items: center; height: 25px; border-radius: 6px; padding: 0 9px; color: #8da6c1; font-size: 7px; }
.was-app-tabs b { background: #152230; color: #f8fbff; }
.was-app-upload { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.was-app-upload > span { border: 1px solid #2b3b49; border-radius: 7px; background: #0d141b; padding: 6px 9px; color: #f1f6fa; font-size: 7px; font-weight: 700; }
.was-app-upload strong { display: flex; align-items: center; gap: 5px; color: #93a5b6; font-size: 6px; font-weight: 500; }
.was-message-card { margin-top: 10px; padding-top: 10px; }
.was-message-types { display: flex; align-items: center; gap: 6px; margin-bottom: 7px; }
.was-message-types span,
.was-message-types b { display: flex; align-items: center; gap: 4px; border: 1px solid #2b3b49; border-radius: 999px; padding: 5px 8px; color: #f1f5f9; font-size: 6px; white-space: nowrap; }
.was-message-types b { border-color: #22c55e; background: #22c55e; color: #04140a; }
.was-message-types .wa-icon { width: 10px; height: 10px; }

.was-message-switcher {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	border: 1px solid #273846;
	border-radius: 8px;
	background: #0b1118;
	padding: 7px 9px;
}

.was-message-switcher small { color: #708bac; font-size: 6px; letter-spacing: .08em; }
.was-message-switcher div > b { margin-left: 6px; border-radius: 999px; background: #132c3f; padding: 2px 5px; color: #8eb2d5; font-size: 6px; }
.was-message-switcher p { margin: 3px 0 0; color: #84a0bd; font-size: 5.7px; }
.was-message-switcher button,
.was-app-action button { border: 1px solid #2b3d4c; border-radius: 7px; background: #111d27; color: #f7fafc; font-family: inherit; font-size: 6px; font-weight: 700; padding: 6px 8px; }
.was-compose-label { display: flex; align-items: center; justify-content: space-between; margin: 8px 0 5px; }
.was-compose-label span { color: #d3dde6; font-size: 6px; font-weight: 650; }
.was-app-textarea { min-height: 47px; border: 1px solid #2b3b49; border-radius: 7px; background: #121b24; padding: 9px; color: #8ea5bb; font-size: 7px; line-height: 1.55; }
.was-app-action { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.was-app-action span { display: flex; align-items: center; gap: 6px; color: #8ea1b2; font-size: 6px; }
.was-app-action button { display: flex; align-items: center; gap: 5px; border: 0; background: #22c55e; color: #04140a; padding: 7px 10px; }
.was-app-action button .wa-icon { width: 10px; height: 10px; }

/* Real application navigation and viewport slideshow. */
.was-app-sidebar { gap: 0; }
.was-sidebar-main,
.was-sidebar-footer { width: 100%; display: flex; align-items: center; flex-direction: column; gap: 1px; }
.was-sidebar-footer { margin-top: auto; border-top: 1px solid #293744; padding-top: 4px; }
.was-sidebar-main button,
.was-sidebar-footer button,
.was-sidebar-footer > span {
	position: relative;
	display: grid;
	place-items: center;
	width: 37px;
	height: 23px;
	border: 0;
	border-radius: 7px;
	background: transparent;
	color: #91a2b3;
	padding: 0;
	cursor: pointer;
	transition: color .35s ease, background-color .35s ease, transform .35s ease;
}
.was-sidebar-footer > span { cursor: default; }
.was-sidebar-main button::after,
.was-sidebar-footer button::after {
	content: "";
	position: absolute;
	inset: 5px;
	border-radius: 5px;
	background: #22c55e;
	opacity: 0;
	filter: blur(7px);
	transform: scale(.7);
	transition: opacity .35s ease, transform .35s ease;
}
.was-sidebar-main button:hover,
.was-sidebar-footer button:hover { background: #1a2630; color: #d8e4ed; }
.was-sidebar-main button.is-active,
.was-sidebar-footer button.is-active { background: rgba(34, 197, 94, .16); color: #22c55e; transform: translateX(1px); }
.was-sidebar-main button.is-active::after,
.was-sidebar-footer button.is-active::after { opacity: .16; transform: scale(1); }
.was-sidebar-main button .wa-icon,
.was-sidebar-footer button .wa-icon,
.was-sidebar-footer > span .wa-icon { position: relative; z-index: 1; }

.was-app-content {
	position: relative;
	min-width: 0;
	min-height: 345px;
	overflow: hidden;
	background: #0b0f14;
	padding: 0;
}
.was-view-panel {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	background: #0b0f14;
	opacity: 0;
	transform: translateY(16px) scale(.994);
	transform-origin: 50% 50%;
	pointer-events: none;
	transition: opacity .65s cubic-bezier(.22, 1, .36, 1), transform .65s cubic-bezier(.22, 1, .36, 1);
	will-change: opacity, transform;
}
.was-view-panel.is-before { transform: translateY(-16px) scale(.994); }
.was-view-panel.is-active { z-index: 2; opacity: 1; transform: none; pointer-events: auto; }

/* HTML interface shown inside each demo view. */
.was-ui-view {
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 13px 15px;
	color: #e7eef5;
	font-size: 7px;
	line-height: 1.35;
	scrollbar-color: #35505f transparent;
	scrollbar-width: thin;
	overscroll-behavior: contain;
}
.was-ui-view::-webkit-scrollbar,
.was-ui-conversations::-webkit-scrollbar,
.was-ui-thread::-webkit-scrollbar { width: 4px; }
.was-ui-view::-webkit-scrollbar-track,
.was-ui-conversations::-webkit-scrollbar-track,
.was-ui-thread::-webkit-scrollbar-track { background: transparent; }
.was-ui-view::-webkit-scrollbar-thumb,
.was-ui-conversations::-webkit-scrollbar-thumb,
.was-ui-thread::-webkit-scrollbar-thumb { border-radius: 999px; background: #35505f; }
.was-ui-view * { box-sizing: border-box; }
.was-ui-view [hidden] { display: none !important; }
.was-ui-native-input,
.was-ui-native-select,
.was-ui-chat-input { appearance: none; outline: 0; font: inherit; }
.was-ui-native-input::placeholder,
.was-ui-chat-input::placeholder { color: #718397; opacity: 1; }
.was-ui-native-input:focus,
.was-ui-native-select:focus,
.was-ui-chat-input:focus { border-color: #3ed27d; }
.was-ui-view h3,
.was-ui-view h4,
.was-ui-view p { margin: 0; }
.was-ui-view h3 { display: flex; align-items: center; gap: 6px; color: #f8fafc; font-size: 14px; line-height: 1.2; letter-spacing: -.025em; }
.was-ui-view h4 { color: #eef5fb; font-size: 8px; }
.was-ui-view p { color: #8597aa; }
.was-ui-view label { display: block; margin: 0 0 3px; color: #d7e0e8; font-size: 6.5px; font-weight: 650; }
.was-ui-view small { color: #6f89a5; font-size: 5.5px; letter-spacing: .07em; }
.was-ui-view em { color: #7f92a4; font-size: 5.5px; font-style: normal; }
.was-ui-view .wa-icon { width: 12px; height: 12px; color: #22c55e; stroke-width: 1.8; }
.was-ui-title { margin-bottom: 10px; }
.was-ui-title p { max-width: 390px; margin-top: 3px; }
.was-ui-subnav { display: flex; align-items: center; gap: 13px; min-height: 27px; overflow-x: auto; border-bottom: 1px solid #293945; margin: -3px 0 11px; scrollbar-width: none; }
.was-ui-subnav::-webkit-scrollbar { display: none; }
.was-ui-subnav button { position: relative; flex: 0 0 auto; border: 0; background: transparent; color: #8295a7; padding: 0 1px 7px; font: 600 6.3px/1 "WA Inter", Inter, sans-serif; white-space: nowrap; cursor: pointer; }
.was-ui-subnav button::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; border-radius: 2px; background: #22c55e; opacity: 0; transform: scaleX(.5); transition: opacity .2s ease, transform .2s ease; }
.was-ui-subnav button.is-active { color: #ecf3f8; }
.was-ui-subnav button.is-active::after { opacity: 1; transform: none; }
.was-demo-subpage { display: none; animation: was-subpage-in .28s ease both; }
.was-demo-subpage.is-active { display: block; }
@keyframes was-subpage-in { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.was-ui-card { border: 1px solid #293a48; border-radius: 9px; background: #121c26; padding: 10px 11px; }
.was-ui-input,
.was-ui-select,
.was-ui-search,
.was-ui-account-field {
	display: flex;
	align-items: center;
	min-width: 0;
	height: 24px;
	border: 1px solid #2a3a48;
	border-radius: 7px;
	background: #101923;
	color: #d9e3ec;
	padding: 0 9px;
}
.was-ui-input.muted,
.was-ui-search { color: #718397; }
.was-ui-textarea { min-height: 44px; border: 1px solid #2a3a48; border-radius: 7px; background: #111b25; color: #718397; padding: 8px; }
.was-ui-button { display: inline-flex; align-items: center; justify-content: center; min-height: 23px; border-radius: 7px; background: #22c55e; color: #04140a; padding: 0 10px; font-weight: 750; white-space: nowrap; cursor: pointer; }
.was-ui-button.secondary { border: 1px solid #2a3a48; background: #101923; color: #e4ebf2; }
.was-ui-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.was-ui-two-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.was-ui-three-cols { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }
.was-ui-section-label { margin: 9px 0 5px !important; }
.was-ui-thin-card { width: 76%; height: 42px; }
.was-ui-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-bottom: 9px; }
.was-ui-kpis > span { border: 1px solid #293a48; border-radius: 7px; background: #111b25; padding: 7px 9px; }
.was-ui-kpis small,
.was-ui-kpis b { display: block; }
.was-ui-kpis b { margin-top: 2px; color: #e6eef4; font-size: 11px; }
.was-ui-kpis > span:nth-child(2) b { color: #43d27e; }
.was-ui-mini-table { overflow: hidden; border: 1px solid #293a48; border-radius: 8px; background: #101923; }
.was-ui-mini-table > header,
.was-ui-mini-table > div { display: grid; grid-template-columns: 1.15fr .7fr 1fr .75fr; align-items: center; gap: 8px; border-bottom: 1px solid #22313d; padding: 7px 9px; }
.was-ui-mini-table > header { background: #121e28; color: #6f879d; font-size: 5px; font-weight: 700; letter-spacing: .05em; }
.was-ui-mini-table > div:last-child { border-bottom: 0; }
.was-ui-mini-table > div b { color: #dfe8ef; font-size: 6.5px; }
.was-ui-mini-table > div em { width: max-content; border-radius: 999px; background: rgba(34,197,94,.11); color: #43d27e; padding: 2px 5px; }
.was-ui-mini-table > div em.running { background: rgba(59,130,246,.12); color: #69a4ff; }
.was-ui-mini-table > div em.scheduled { background: rgba(245,158,11,.12); color: #f5b942; }
.was-ui-mini-table > div > span { position: relative; color: #8396a7; padding-top: 9px; font-size: 5.5px; }
.was-ui-mini-table > div > span i { position: absolute; top: 2px; right: 0; left: 0; height: 3px; overflow: hidden; border-radius: 99px; background: #253642; }
.was-ui-mini-table > div > span i::after { content: ""; display: block; width: var(--progress); height: 100%; border-radius: inherit; background: #22c55e; }
.was-ui-mini-table time { color: #7f92a3; font-size: 5.5px; }
.was-ui-timeline { display: grid; gap: 7px; }
.was-ui-timeline article { display: flex; align-items: center; gap: 9px; border: 1px solid #293a48; border-radius: 8px; background: #111b25; padding: 9px; }
.was-ui-timeline article > i { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 7px; background: rgba(34,197,94,.13); color: #45d780; font-size: 8px; font-style: normal; font-weight: 800; }
.was-ui-timeline article > div { flex: 1; min-width: 0; }
.was-ui-timeline article b,
.was-ui-timeline article span { display: block; }
.was-ui-timeline article span { margin-top: 2px; color: #7e92a3; font-size: 5.5px; }
.was-ui-timeline article em { border-radius: 999px; background: rgba(245,158,11,.1); color: #f5b942; padding: 3px 6px; }

.was-ui-messages { overflow: hidden; padding: 0; }
.was-ui-messages-bar { height: 31px; display: grid; grid-template-columns: auto minmax(120px,1fr) auto auto; align-items: center; gap: 5px; border-bottom: 1px solid #263641; background: #111b22; padding: 5px 8px; }
.was-ui-messages-bar b { display: flex; align-items: center; gap: 5px; white-space: nowrap; }
.was-ui-messages-bar .was-ui-account-field { height: 21px; }
.was-ui-account-field .wa-icon { width: 9px; height: 9px; margin-right: 5px; color: #8495a6; }
.was-ui-account-field.is-online > i { width: 5px; height: 5px; margin: 0 5px 0 -1px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 2px rgba(34,197,94,.12); }
.was-ui-chip { display: flex; align-items: center; gap: 4px; height: 20px; border: 1px solid #2b3a45; border-radius: 7px; padding: 0 7px; color: #abb8c4; white-space: nowrap; }
.was-ui-chip .wa-icon { width: 9px; height: 9px; color: #9eacb9; }
.was-ui-history-actions { height: 29px; display: flex; align-items: center; gap: 5px; border-bottom: 1px solid #263641; background: #0c171e; padding: 4px 8px; }
.was-ui-history-actions span { border: 1px solid #22323d; border-radius: 4px; padding: 5px 8px; color: #7f919f; }
.was-ui-history-actions > b { margin-left: auto; color: #39d47a; font-size: 5.5px; font-weight: 650; white-space: nowrap; }
.was-ui-inbox { position: relative; display: grid; grid-template-columns: 38% 62%; height: calc(100% - 60px); }
.was-ui-chat-list { min-height: 0; display: flex; flex-direction: column; border-right: 1px solid #2a3942; background: #0d1a21; }
.was-ui-chat-list .was-ui-search { height: 23px; margin: 6px 7px 4px; background: #24343d; border: 0; }
.was-ui-chat-list input.was-ui-search { width: calc(100% - 14px); }
.was-ui-chat-no-results { padding: 12px 7px; color: #7f94a4; text-align: center; }
.was-ui-filters { display: flex; flex-wrap: wrap; gap: 3px; border-bottom: 1px solid #263641; padding: 0 7px 6px; }
.was-ui-filters span,
.was-ui-filters b { border: 1px solid #31414c; border-radius: 999px; color: #a2b0bc; padding: 2px 5px; font-size: 5px; font-weight: 500; }
.was-ui-filters b { border-color: #22c55e; background: #22c55e; color: #052610; }
.was-ui-filters.has-demo-selection > * { border-color: #31414c; background: transparent; color: #a2b0bc; }
.was-ui-filters.has-demo-selection > .is-demo-selected { border-color: #22c55e; background: #22c55e; color: #052610; }
.was-ui-chat-list > p { padding-top: 30px; text-align: center; }
.was-ui-conversations { min-height: 0; flex: 1; overflow-x: hidden; overflow-y: auto; scrollbar-color: #35505f transparent; scrollbar-width: thin; overscroll-behavior: contain; }
.was-ui-conversation { position: relative; display: grid; grid-template-columns: 27px minmax(0,1fr) auto; align-items: center; gap: 6px; min-height: 43px; border-bottom: 1px solid #1d2b33; padding: 5px 7px; color: #dce5eb; }
.was-ui-conversation.is-selected { background: #202c33; }
.was-ui-conversation > div { min-width: 0; }
.was-ui-conversation b,
.was-ui-conversation p { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.was-ui-conversation b { font-size: 7px; }
.was-ui-conversation p { margin-top: 2px; color: #8799a7; font-size: 5.5px; }
.was-ui-conversation time { align-self: start; color: #718390; font-size: 5px; }
.was-ui-conversation.is-selected time { color: #36ce77; }
.was-ui-conversation > em { position: absolute; right: 7px; bottom: 5px; display: grid; place-items: center; width: 11px; height: 11px; border-radius: 50%; background: #22c55e; color: #06230f; font-size: 5px; font-weight: 800; }
.was-ui-avatar { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: #eaf2f7; font-size: 7px; font-weight: 750; }
.was-ui-avatar.green { background: linear-gradient(145deg,#1b9b64,#116244); }
.was-ui-avatar.blue { background: linear-gradient(145deg,#3b82f6,#1e4f9d); }
.was-ui-avatar.purple { background: linear-gradient(145deg,#a855f7,#66329a); }
.was-ui-avatar.orange { background: linear-gradient(145deg,#f59e0b,#a96407); }
.was-ui-open-chat { min-width: 0; display: flex; flex-direction: column; background: #0b141a; }
.was-ui-open-chat > header { height: 35px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid rgba(255,255,255,.05); background: #202c33; padding: 4px 8px; }
.was-ui-open-chat > header .was-ui-avatar { width: 25px; height: 25px; }
.was-ui-open-chat > header > div:nth-child(2) { min-width: 0; }
.was-ui-open-chat > header b,
.was-ui-open-chat > header small { display: block; }
.was-ui-open-chat > header b { font-size: 7px; }
.was-ui-open-chat > header small { margin-top: 1px; color: #8696a0; font-size: 5px; }
.was-ui-chat-actions { display: flex; gap: 5px; margin-left: auto; color: #9aabb5; }
.was-ui-chat-actions span { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; }
.was-ui-thread { position: relative; min-height: 0; flex: 1; overflow-x: hidden; overflow-y: auto; padding: 10px 12px; background-color: #0b141a; background-image: radial-gradient(circle at 15% 25%,rgba(134,150,160,.045) 0 1px,transparent 1.5px),radial-gradient(circle at 75% 65%,rgba(134,150,160,.04) 0 1px,transparent 1.5px); background-size: 22px 22px,28px 28px; scrollbar-color: #35505f transparent; scrollbar-width: thin; overscroll-behavior: contain; }
.was-ui-day { width: max-content; margin: 0 auto 7px; border-radius: 5px; background: #182229; color: #8696a0; padding: 3px 7px; font-size: 4.5px; }
.was-ui-bubble { position: relative; clear: both; max-width: 70%; margin-bottom: 6px; border-radius: 6px; padding: 6px 7px 10px; color: #e9edef; font-size: 6.2px; line-height: 1.45; white-space: pre-wrap; box-shadow: 0 1px 1px rgba(0,0,0,.15); }
.was-ui-bubble.incoming { float: left; border-top-left-radius: 2px; background: #202c33; }
.was-ui-bubble.outgoing { float: right; border-top-right-radius: 2px; background: #005c4b; }
.was-ui-bubble time { position: absolute; right: 6px; bottom: 2px; color: #9eb0ba; font-size: 4.2px; }
.was-ui-bubble.outgoing time { color: #8fc4bb; }
.was-ui-open-chat > footer { height: 31px; display: flex; align-items: center; gap: 6px; background: #202c33; padding: 4px 7px; color: #aebac1; }
.was-ui-open-chat > footer > .was-ui-chat-input { flex: 1; min-width: 0; height: 21px; border: 0; border-radius: 6px; background: #2a3942; color: #e9edef; padding: 0 8px; font-size: 6px; }
.was-ui-open-chat > footer > b { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: #22c55e; color: #06230f; }
.was-ui-open-chat > footer > span,
.was-ui-open-chat > footer > b,
.was-ui-chat-actions > span,
.was-ui-chip[data-demo-chat-action] { cursor: pointer; }
.was-ui-chat-drawer { position: absolute; z-index: 5; top: 4px; right: 4px; bottom: 4px; width: 44%; overflow-y: auto; border: 1px solid #334651; border-radius: 8px; background: rgba(17,27,34,.98); box-shadow: -12px 0 28px rgba(0,0,0,.32); padding: 8px; opacity: 0; transform: translateX(105%); pointer-events: none; transition: opacity .28s ease, transform .28s ease; }
.was-ui-chat-drawer.is-open { opacity: 1; transform: none; pointer-events: auto; }
.was-ui-chat-drawer > header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 7px; }
.was-ui-chat-drawer > header button { display: grid; place-items: center; width: 18px; height: 18px; border: 0; border-radius: 50%; background: #263640; color: #b9c5cc; cursor: pointer; }
.was-ui-chat-drawer > .was-ui-search { margin-bottom: 7px; }
.was-ui-chat-drawer > span { display: block; border-bottom: 1px solid #263641; padding: 7px 4px; cursor: pointer; }
.was-ui-chat-drawer > span b,
.was-ui-chat-drawer > span em { display: block; }
.was-ui-chat-drawer > span b { color: #43d27e; font-size: 6.2px; }
.was-ui-chat-drawer > span em { margin-top: 2px; }
.was-ui-chat-options { display: grid; gap: 4px; }
.was-ui-chat-options button { border: 1px solid #30414d; border-radius: 5px; background: #182833; color: #c5d2dc; padding: 6px 8px; text-align: left; font: inherit; cursor: pointer; }
.was-ui-chat-options button:hover { border-color: #3a9d68; }
.was-ui-chat-start { clear: both; max-width: 90%; border-radius: 6px; background: #18252e; margin: 24px auto 0 !important; padding: 8px; text-align: center; }
.was-ui-empty { min-height: 205px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; padding: 15px; }
.was-ui-empty > i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(34,197,94,.13); color: #22c55e; font-style: normal; }
.was-ui-empty > i .wa-icon { width: 15px; height: 15px; }
.was-ui-empty h4 { margin-top: 10px; font-size: 12px; }
.was-ui-empty p { max-width: 300px; margin-top: 5px; }
.was-ui-messages .was-ui-empty { min-height: 0; height: 100%; background: #202c33; }
.was-ui-messages .was-ui-empty > i { background: #2a3942; color: #aebac1; }
.was-ui-messages .was-ui-empty > i .wa-icon { color: #aebac1; }

.was-ui-form-card { width: 78%; }
.was-ui-form-card > label { margin-top: 5px; }
.was-ui-step { margin-top: 6px; border: 1px solid #293a48; border-radius: 8px; padding: 7px; }
.was-ui-step > span { display: inline-block; margin-right: 6px; color: #8da0b2; }
.was-ui-step .was-ui-select { display: inline-flex; width: 105px; height: 22px; }
.was-ui-step .was-ui-textarea { margin: 6px 0; }
.was-ui-quick-step-row + .was-ui-quick-step-row { border-top: 1px solid #293a48; margin-top: 7px; padding-top: 7px; }
.was-ui-quick-step-row > span { display: inline-block; margin-right: 6px; color: #8da0b2; }
.was-ui-quick-step-row > .was-ui-select { display: inline-flex; width: 105px; min-height: 22px; }
.was-ui-quick-step-row > .was-ui-textarea { display: block; width: 100%; min-height: 38px; margin: 6px 0; resize: vertical; }
.was-ui-quick-step-row > .was-ui-input { display: block; width: 80px; }
.was-ui-quick-new { float: right; min-height: 18px; font-size: 6px; }
.was-ui-form-card > .was-ui-row { margin-top: 7px; }
.was-ui-title h3 small,
.was-ui-rules-title h4 small {
	display: inline-flex;
	align-items: center;
	border: 1px solid rgba(34,197,94,.25);
	border-radius: 999px;
	background: rgba(34,197,94,.1);
	color: #42d780;
	padding: 2px 6px;
	font-size: 5.5px;
	font-weight: 650;
	letter-spacing: 0;
}
.was-ui-quick-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; }
.was-ui-quick-list > span { min-width: 0; border: 1px solid #293a48; border-radius: 7px; background: #111b25; padding: 7px 8px; }
.was-ui-quick-list b,
.was-ui-quick-list em { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.was-ui-quick-list b { color: #e8eef4; font-size: 6.5px; }
.was-ui-quick-list em { margin-top: 2px; }
.was-ui-demo-note { width: 78%; display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 8px; }
.was-ui-demo-note span { color: #8094a5; }

.was-ui-campaign-card { margin-bottom: 8px; }
.was-ui-campaign-card > input.was-ui-input { width: 100%; }
.was-ui-campaign-card > small { display: block; margin: 4px 0; }
.was-ui-recipient-source { margin-top: 6px; }
.was-ui-recipient-source .was-ui-textarea { display: block; width: 100%; min-height: 40px; resize: vertical; font: inherit; }
.was-ui-recipient-source small { display: block; margin-top: 3px; color: #42d27d; }
.was-ui-recipient-source > .was-ui-select { width: 100%; margin: 4px 0; }
.was-ui-recipient-source > .was-ui-campaign-ddi { width: 55px; margin: 4px 0; }
.was-ui-recipient-source > button { border: 0; background: transparent; color: #43d37b; margin-top: 3px; padding: 0; font: inherit; cursor: pointer; }
.was-ui-campaign-group-list { display: grid; gap: 3px; max-height: 95px; overflow-y: auto; border: 1px solid #2a3b48; border-radius: 6px; padding: 5px; }
.was-ui-campaign-group-list > label { display: flex; align-items: center; gap: 5px; color: #c2d0da; cursor: pointer; }
.was-ui-campaign-group-list input { accent-color: #22c55e; }
.was-ui-campaign-card > .was-ui-row > .was-ui-button { border: 1px solid #2a3a48; font: inherit; }
.was-ui-tabs { height: 29px; display: flex; align-items: center; gap: 4px; border-radius: 7px; background: #080d12; padding: 3px; margin-bottom: 6px; }
.was-ui-tabs span,
.was-ui-tabs b { display: flex; align-items: center; height: 23px; border-radius: 5px; padding: 0 9px; color: #91a7bc; }
.was-ui-tabs b { background: #172330; color: #fff; }
.was-ui-compose { padding-top: 8px; }
.was-ui-pills { display: flex; gap: 5px; margin-bottom: 6px; }
.was-ui-pills span,
.was-ui-pills b { display: flex; align-items: center; gap: 4px; height: 22px; border: 1px solid #2d3c49; border-radius: 999px; padding: 0 8px; white-space: nowrap; }
.was-ui-pills b { border-color: #22c55e; background: #22c55e; color: #042810; }
.was-ui-pills .wa-icon { width: 9px; height: 9px; color: currentColor; }
.was-ui-message-head { display: flex; justify-content: space-between; border: 1px solid #283844; border-radius: 7px; background: #0b1118; padding: 6px 8px; }
.was-ui-message-head p { margin-top: 2px; font-size: 5.5px; }
.was-ui-message-variants { display: flex; gap: 4px; overflow-x: auto; margin: 6px 0; padding-bottom: 2px; }
.was-ui-message-variants > span { display: flex; flex: 0 0 auto; border: 1px solid #324450; border-radius: 5px; background: #14212a; }
.was-ui-message-variants > span.is-active { border-color: #22c55e; background: rgba(34,197,94,.13); }
.was-ui-message-variants button { border: 0; background: transparent; color: #92a5b5; padding: 4px 6px; font: inherit; cursor: pointer; }
.was-ui-message-variants > span.is-active button { color: #49dc85; }
.was-ui-message-variants button.was-ui-message-remove { padding-left: 2px; color: #aebdca; font-size: 10px; }
.was-ui-compose > textarea.was-ui-textarea { display: block; width: 100%; resize: vertical; font: inherit; }
.was-ui-message-alternative { border: 1px solid #2a3a48; border-radius: 7px; background: #101923; margin-top: 7px; padding: 9px; }
.was-ui-message-alternative .was-ui-two-cols,
.was-ui-message-alternative .was-ui-three-cols { margin-top: 5px; }
.was-ui-message-alternative input.was-ui-input { width: 100%; font: inherit; }
.was-ui-compose-label { display: flex; justify-content: space-between; margin: 6px 0 4px; }
.was-ui-compose-label span { display: flex; gap: 4px; font-size: 5.5px; }
.was-ui-compose-label button { border: 0; border-radius: 4px; background: transparent; color: #a6b6c5; padding: 0 3px; font: inherit; cursor: pointer; }
.was-ui-compose-label button:hover { color: #48d980; }
.was-ui-campaign-buttons { border: 1px solid #2b3b47; border-radius: 7px; background: #121d27; margin-top: 8px; padding: 8px; }
.was-ui-campaign-buttons > b { color: #e3edf4; }
.was-ui-campaign-buttons > p { margin: 3px 0 6px; }
.was-ui-campaign-button-row { display: flex; gap: 5px; margin-bottom: 5px; }
.was-ui-campaign-button-row > input { flex: 1; width: 0; }
.was-ui-campaign-button-row > button { border: 1px solid #344652; border-radius: 5px; background: #17252f; color: #b9cad6; padding: 0 7px; font: inherit; cursor: pointer; }
.was-ui-campaign-buttons > .was-ui-button { border: 1px solid #344652; font: inherit; }
.was-ui-campaign-media { border: 1px solid #2b3b47; border-radius: 7px; background: #121d27; margin-top: 8px; padding: 8px; }
.was-ui-campaign-media > b { color: #e3edf4; }
.was-ui-campaign-media > p { margin: 3px 0 6px; }
.was-ui-campaign-media > .was-ui-button { border: 1px solid #344652; font: inherit; }
.was-ui-campaign-media-list { display: grid; gap: 4px; margin-top: 5px; }
.was-ui-campaign-media-list > span { display: flex; align-items: center; justify-content: space-between; gap: 5px; border: 1px solid #304450; border-radius: 5px; color: #b7c8d3; padding: 4px 6px; }
.was-ui-campaign-media-list > span > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.was-ui-campaign-media-list button { border: 0; background: transparent; color: #bed1dc; cursor: pointer; }
.was-ui-campaign-preview,
.was-ui-campaign-summary,
.was-ui-campaign-pacing,
.was-ui-campaign-accounts { margin-top: 8px; }
.was-ui-campaign-preview > b,
.was-ui-campaign-summary > b,
.was-ui-campaign-pacing > b,
.was-ui-campaign-accounts > b { display: block; margin-bottom: 6px; color: #e3edf4; font-size: 8px; }
.was-ui-phone { width: min(100%,250px); overflow: hidden; border: 1px solid #2b3e48; border-radius: 9px; background: #0b141a; }
.was-ui-phone > header { display: flex; align-items: center; gap: 6px; border-bottom: 1px solid #2b3e48; background: #202c33; padding: 6px; color: #e4edef; font-weight: 700; }
.was-ui-phone > header i { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: #1aa65e; color: #fff; font-size: 5px; font-style: normal; }
.was-ui-phone > header small { display: block; color: #a2b2bd; font-weight: 400; }
.was-ui-phone-bubble { width: fit-content; max-width: 90%; margin: 10px 8px 4px auto; border-radius: 6px 6px 0 6px; background: #005c4b; color: #f2f8f6; padding: 7px 8px; white-space: pre-wrap; }
.was-ui-phone-buttons { display: grid; gap: 3px; max-width: 90%; margin: 0 8px 10px auto; }
.was-ui-phone-buttons > span { border: 1px solid #287965; border-radius: 4px; background: #0e3833; color: #72dfb7; padding: 4px; text-align: center; }
.was-ui-phone-media { margin: 0 8px 10px auto; color: #79d9a8; text-align: right; }
.was-ui-campaign-summary > div { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 5px; }
.was-ui-campaign-summary > div > span { min-width: 0; border: 1px solid #2b3d49; border-radius: 5px; color: #8da1af; padding: 5px; }
.was-ui-campaign-summary strong { display: block; overflow: hidden; margin-top: 3px; color: #e5eef4; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.was-ui-campaign-pacing > p { margin: 6px 0; }
.was-ui-campaign-check { display: flex !important; align-items: center; gap: 5px; margin: 0 0 7px !important; cursor: pointer; }
.was-ui-campaign-check input { accent-color: #22c55e; }
.was-ui-campaign-pacing input.was-ui-input,
.was-ui-campaign-accounts input.was-ui-input { width: 100%; }
.was-ui-campaign-pacing .was-ui-three-cols { margin-top: 7px; }
.was-ui-campaign-accounts > p { margin: 4px 0 !important; color: #8eacb6; }
.was-ui-campaign-accounts > small { display: block; margin: 7px 0 5px; }
.was-ui-campaign-account-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 4px; }
.was-ui-campaign-account-list > button { overflow: hidden; border: 1px solid #344552; border-radius: 999px; background: #14202a; color: #adbdc9; padding: 5px 7px; text-align: left; text-overflow: ellipsis; white-space: nowrap; font: inherit; cursor: pointer; }
.was-ui-campaign-account-list > button.is-selected { border-color: #22c55e; background: rgba(34,197,94,.14); color: #53df8b; }
.was-ui-campaign-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; margin-top: 8px; }
.was-ui-campaign-actions > button { border: 1px solid transparent; font: inherit; }
.was-ui-campaign-actions > input { max-width: 175px; }
.was-ui-campaign-actions > p { flex-basis: 100%; border: 1px solid #2e7850; border-radius: 5px; background: #11291d; color: #7de2aa; padding: 6px; }

.was-ui-toolbar { display: grid; grid-template-columns: 1.4fr .55fr .65fr auto; align-items: end; gap: 7px; }
.was-ui-toolbar .was-ui-search { height: 27px; }
.was-ui-toolbar > .was-ui-input { height: 27px; }
.was-ui-view-toggle { border: 1px solid rgba(34,197,94,.25); border-radius: 6px; background: rgba(34,197,94,.12); color: #22c55e; padding: 5px 8px; }
.was-ui-contact-table,
.was-ui-history-table { overflow: hidden; border: 1px solid #293a48; border-radius: 8px; background: #101923; margin-top: 9px; }
.was-ui-contact-table > header,
.was-ui-contact-table > div,
.was-ui-history-table > header,
.was-ui-history-table > div { display: grid; align-items: center; gap: 7px; border-bottom: 1px solid #22313d; padding: 6px 8px; }
.was-ui-contact-table > header,
.was-ui-contact-table > div { grid-template-columns: 1.25fr .95fr .85fr .72fr; }
.was-ui-contact-table > header,
.was-ui-history-table > header { background: #121e28; color: #6f879d; font-size: 5px; font-weight: 700; letter-spacing: .05em; }
.was-ui-contact-table > div { min-height: 39px; }
.was-ui-contact-table > div > span:first-child { display: flex; align-items: center; min-width: 0; gap: 6px; }
.was-ui-contact-table > div > span:first-child b { overflow: hidden; color: #dce6ee; font-size: 6.5px; text-overflow: ellipsis; white-space: nowrap; }
.was-ui-contact-table .was-ui-avatar { flex: 0 0 auto; width: 23px; height: 23px; font-size: 5.5px; font-style: normal; }
.was-ui-contact-table > div > span:nth-child(2),
.was-ui-contact-table time { color: #8899a8; font-size: 5.5px; }
.was-ui-contact-table > div > span:nth-child(3) { display: flex; flex-wrap: wrap; gap: 2px; }
.was-ui-contact-table > div > span:nth-child(3) em { border-radius: 999px; background: rgba(34,197,94,.1); color: #49d582; padding: 2px 4px; }
.was-ui-contact-table > footer { display: flex; align-items: center; justify-content: space-between; color: #788c9e; padding: 5px 8px; }
.was-ui-contact-table > footer b { color: #a9b8c5; font-weight: 550; }
.was-ui-contact-empty { border: 1px dashed #344653; border-radius: 7px; margin-top: 7px !important; padding: 13px; text-align: center; }
.was-ui-selection-toolbar { display: flex; align-items: center; gap: 5px; border: 1px solid rgba(34,197,94,.3); border-radius: 6px; background: rgba(34,197,94,.08); margin-top: 7px; padding: 5px 7px; }
.was-ui-selection-toolbar > b { margin-right: auto; color: #50dc8a; }
.was-ui-selection-toolbar > button { border: 1px solid #3b7955; border-radius: 4px; background: #1d4931; color: #d8f2e1; padding: 3px 6px; font: inherit; cursor: pointer; }
.was-ui-selection-toolbar > button:hover { background: #22613c; }
.was-ui-kanban { display: grid; grid-template-columns: repeat(4,minmax(105px,1fr)); gap: 6px; overflow-x: auto; padding-bottom: 4px; }
.was-ui-kanban > section { min-width: 105px; border: 1px solid #293a48; border-radius: 7px; background: #0f1821; padding: 6px; }
.was-ui-kanban > section > header { display: grid; grid-template-columns: 6px 1fr auto; align-items: center; gap: 5px; margin-bottom: 6px; }
.was-ui-kanban > section > header i { width: 5px; height: 5px; border-radius: 50%; background: #94a3b8; }
.was-ui-kanban > section > header i.blue { background: #3b82f6; }
.was-ui-kanban > section > header i.orange { background: #f59e0b; }
.was-ui-kanban > section > header i.green { background: #22c55e; }
.was-ui-kanban > section > header em { display: grid; place-items: center; min-width: 13px; height: 13px; border-radius: 99px; background: #1f303c; }
.was-ui-kanban article { display: flex; align-items: center; gap: 5px; border: 1px solid #253642; border-radius: 6px; background: #14212a; margin-top: 5px; padding: 6px; }
.was-ui-kanban article .was-ui-avatar { flex: 0 0 auto; width: 20px; height: 20px; font-size: 4.5px; }
.was-ui-kanban article > div { min-width: 0; }
.was-ui-kanban article b,
.was-ui-kanban article small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.was-ui-kanban article b { font-size: 5.5px; }
.was-ui-kanban article small { margin-top: 2px; font-size: 4.2px; }
.was-ui-tag-manager { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
.was-ui-tag-manager article { display: grid; grid-template-columns: 7px 1fr auto; align-items: center; gap: 7px; border: 1px solid #293a48; border-radius: 7px; background: #111b25; padding: 9px; }
.was-ui-tag-manager article > i { width: 7px; height: 22px; border-radius: 4px; background: var(--tag); }
.was-ui-tag-manager article b,
.was-ui-tag-manager article span { display: block; }
.was-ui-tag-manager article span { margin-top: 2px; color: #7f92a4; font-size: 5.2px; }
.was-ui-tag-manager article > em { border: 1px solid #30414e; border-radius: 5px; padding: 3px 5px; }
.was-ui-inline-form { display: grid; grid-template-columns: 1.3fr 1fr auto; align-items: end; gap: 7px; margin-top: 9px; }
.was-ui-inline-form > div { min-width: 0; }
.was-ui-inline-title { display: flex; align-items: center; gap: 12px; }
.was-ui-account-field.wide { width: 72%; }
.was-ui-account-field.medium { width: 44%; margin-bottom: 10px; }
.was-ui-group-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; margin-top: 9px; }
.was-ui-group-grid article,
.was-ui-accounts-grid article { display: flex; align-items: center; min-width: 0; border: 1px solid #293a48; border-radius: 8px; background: #111b25; padding: 8px; }
.was-ui-group-grid article > i,
.was-ui-accounts-grid article > i { display: grid; place-items: center; flex: 0 0 auto; width: 27px; height: 27px; border-radius: 8px; background: rgba(34,197,94,.14); color: #3ad47a; font-size: 7px; font-style: normal; font-weight: 750; }
.was-ui-group-grid article > div,
.was-ui-accounts-grid article > div { min-width: 0; margin-left: 7px; }
.was-ui-group-grid article b,
.was-ui-group-grid article span,
.was-ui-accounts-grid article b,
.was-ui-accounts-grid article span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.was-ui-group-grid article b,
.was-ui-accounts-grid article b { color: #e5edf3; font-size: 6.5px; }
.was-ui-group-grid article span,
.was-ui-accounts-grid article span { margin-top: 2px; color: #7f93a4; font-size: 5.2px; }
.was-ui-group-grid article > em { margin-left: auto; border: 1px solid #30414e; border-radius: 5px; color: #a8b8c5; padding: 3px 5px; white-space: nowrap; }
.was-ui-group-grid > footer { grid-column: 1/-1; color: #758b9e; padding: 2px 1px; }
.was-ui-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.was-ui-detail-grid .was-ui-card > p { margin: 4px 0 8px; }
.was-ui-meta-list { display: grid; gap: 5px; margin-bottom: 9px; }
.was-ui-meta-list > span { display: flex; justify-content: space-between; border-bottom: 1px solid #263641; padding-bottom: 4px; }
.was-ui-meta-list em { color: #a7b6c2; }
.was-ui-members > span { display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 6px; border-bottom: 1px solid #263641; padding: 5px 0; }
.was-ui-members .was-ui-avatar { width: 20px; height: 20px; font-size: 4.5px; font-style: normal; }
.was-ui-members footer { color: #43d27e; padding-top: 6px; }
.was-ui-protection-form { width: 72%; }
.was-ui-switch-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 8px 0; }
.was-ui-switch-row > span { display: flex; align-items: center; gap: 7px; color: #aebbc5; font-size: 5.8px; }
.was-ui-switch-row i,
.was-ui-switch-label i { position: relative; display: inline-block; width: 21px; height: 11px; border-radius: 99px; background: #354651; }
.was-ui-switch-row i::after,
.was-ui-switch-label i::after { content: ""; position: absolute; top: 2px; left: 2px; width: 7px; height: 7px; border-radius: 50%; background: #91a1ad; transition: transform .2s ease; }
.was-ui-switch-row i.is-on,
.was-ui-switch-label i.is-on { background: #168447; }
.was-ui-switch-row i.is-on::after,
.was-ui-switch-label i.is-on::after { background: #fff; transform: translateX(10px); }
.was-ui-pace { width: 44%; margin-bottom: 12px; }
.was-ui-pace > p { margin: 3px 0 7px; }
.was-ui-pace .was-ui-button { margin-top: 6px; }
.was-ui-rules-title p { margin-top: 2px; }
.was-ui-rule-list { display: grid; gap: 5px; margin-top: 6px; }
.was-ui-rule-list > span { display: grid; grid-template-columns: 7px 65px minmax(0,1fr); align-items: center; gap: 7px; border: 1px solid #293a48; border-radius: 6px; background: #111b25; padding: 6px 8px; }
.was-ui-rule-list > span > i { width: 6px; height: 6px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 2px rgba(34,197,94,.12); }
.was-ui-rule-list > span > b { color: #dce6ee; font-size: 6.5px; }
.was-ui-rule-list > span > em { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.was-ui-editor-grid { display: grid; gap: 7px; }
.was-ui-editor-grid .was-ui-card > h4 { margin-bottom: 7px; }
.was-ui-editor-grid .was-ui-textarea { margin: 6px 0; }
.was-ui-switch-label { display: flex; align-items: center; gap: 6px; color: #aebbc5; }
.was-ui-friendly-list { display: grid; gap: 6px; margin-top: 8px; }
.was-ui-friendly-list article { display: grid; grid-template-columns: 27px 1fr auto auto; align-items: center; gap: 8px; border: 1px solid #293a48; border-radius: 7px; background: #111b25; padding: 7px 9px; }
.was-ui-friendly-list article .was-ui-avatar { width: 24px; height: 24px; font-size: 5px; }
.was-ui-friendly-list article b,
.was-ui-friendly-list article em { display: block; }
.was-ui-friendly-list article small { color: #43d27e; }
.was-ui-friendly-list article.is-demo-removed { opacity: .45; text-decoration: line-through; }
.was-ui-friendly-list article button,
.was-ui-brand-assets article button { border: 0; background: transparent; color: #e47474; font: inherit; cursor: pointer; }

.was-ui-nav-tabs { display: flex; gap: 16px; border-bottom: 1px solid #293945; margin: -2px -15px 12px; padding: 0 15px; }
.was-ui-nav-tabs span,
.was-ui-nav-tabs b { padding: 0 0 7px; color: #8ea0b2; white-space: nowrap; }
.was-ui-nav-tabs b { border-bottom: 2px solid #22c55e; color: #e8eef4; }
.was-ui-tool-heading { margin: 0 0 9px 7px !important; font-size: 10px !important; }
.was-ui-tool-card { width: 70%; margin-left: 6px; }
.was-ui-tool-card > h4 { display: flex; gap: 6px; }
.was-ui-tool-card > h4 i { color: #22c55e; font-style: normal; }
.was-ui-tool-card > p { margin: 6px 0; }
.was-ui-tool-card .was-ui-button { margin-top: 2px; }
.was-ui-tool-subnav { margin-top: -6px; }
.was-ui-tool-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }
.was-ui-tool-grid article { border: 1px solid #293a48; border-radius: 8px; background: #111b25; padding: 8px; }
.was-ui-tool-grid article > b { display: block; margin-bottom: 7px; color: #e7eef4; }
.was-ui-tool-grid article > label { margin-top: 5px; }
.was-ui-tool-grid article .was-ui-button { margin-top: 6px; }
.was-ui-tool-grid article .was-ui-textarea { min-height: 36px; }
.was-ui-scraper { width: 78%; }
.was-ui-scraper > p { margin: 4px 0 7px; }
.was-ui-scraper .was-ui-three-cols { margin: 7px 0; }
.was-ui-scraper-content > p { margin: 4px 0 7px; }
.was-ui-scraper-content > .was-ui-textarea,
.was-ui-scraper-content > .was-ui-select { display: block; width: 100%; }
.was-ui-scraper-content > .was-ui-button { border: 0; font: inherit; }
.was-ui-number-result { width: 82%; margin: 6px 0 6px 3px; }
.was-ui-number-result > p,
.was-ui-number-verify,
.was-ui-import-result { margin: 4px 0 !important; color: #75dca0 !important; }
.was-ui-number-result > pre { max-height: 100px; overflow: auto; margin: 5px 0 0; color: #cbd8e2; font: inherit; white-space: pre-wrap; }
.was-ui-history-detail { margin-top: 8px; }
.was-ui-history-detail > p { margin: 4px 0 7px; }
.was-ui-history-detail > .was-ui-button { border: 1px solid #2a3a48; font: inherit; }
.was-ui-editor-grid textarea.was-ui-textarea { display: block; width: 100%; resize: vertical; }
.was-ui-bot-extra-response { margin-top: 6px; }
.was-ui-warmer { width: 82%; }
.was-ui-account-pills { display: flex; flex-wrap: wrap; gap: 5px; margin: 5px 0 9px; }
.was-ui-account-pills span { border: 1px solid #30414e; border-radius: 999px; color: #8799a8; padding: 4px 7px; }
.was-ui-account-pills span.is-selected { border-color: rgba(34,197,94,.5); background: rgba(34,197,94,.1); color: #48d983; }
.was-ui-warmer > .was-ui-three-cols { margin-bottom: 8px; }
.was-ui-warmer > .was-ui-textarea { margin: 4px 0 7px; }
.was-ui-import { width: 82%; }
.was-ui-upload-zone { display: flex; align-items: center; gap: 8px; border: 1px dashed #38505e; border-radius: 7px; background: #0e1820; padding: 10px; }
.was-ui-upload-zone b { color: #dfe8ef; }
.was-ui-upload-zone span { color: #788d9f; }
.was-ui-upload-zone em { margin-left: auto; color: #44d780; }
.was-ui-import > h4 { margin: 10px 0 6px; }
.was-ui-import-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin: 9px 0; }
.was-ui-import-summary span { border: 1px solid #293a48; border-radius: 6px; color: #8194a5; padding: 6px; text-align: center; }
.was-ui-import-summary b { margin-right: 3px; color: #43d27e; }
.was-ui-account-empty { min-height: 270px; }
.was-ui-account-empty .was-ui-button { margin-top: 8px; }
.was-ui-history-table > header,
.was-ui-history-table > div { grid-template-columns: 1.2fr .9fr .62fr .67fr .78fr; }
.was-ui-history-table > div { min-height: 39px; }
.was-ui-history-table > div b { overflow: hidden; color: #e2eaf1; font-size: 6.4px; text-overflow: ellipsis; white-space: nowrap; }
.was-ui-history-table > div span,
.was-ui-history-table > div time { overflow: hidden; color: #8396a7; font-size: 5.5px; text-overflow: ellipsis; white-space: nowrap; }
.was-ui-history-table > div em { width: max-content; border-radius: 999px; background: rgba(34,197,94,.11); color: #43d27e; padding: 2px 5px; }
.was-ui-history-table > div em.running { background: rgba(59,130,246,.12); color: #69a4ff; }
.was-ui-history-table > div em.paused { background: rgba(245,158,11,.12); color: #f5b942; }
.was-ui-history-filters { display: grid; grid-template-columns: 1fr 1.25fr .8fr; align-items: end; gap: 7px; }
.was-ui-status-pills { display: flex; gap: 5px; margin: 8px 0 0; }
.was-ui-status-pills > * { border: 1px solid #2d3c49; border-radius: 999px; color: #8fa1b0; padding: 3px 7px; font-size: 5.2px; font-weight: 500; }
.was-ui-status-pills > b { border-color: #22c55e; background: rgba(34,197,94,.12); color: #47d982; }
.was-ui-status-pills i { margin-left: 3px; font-style: normal; }
.was-ui-accounts-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
.was-ui-accounts-grid article > em { margin-left: auto; color: #40d37c; white-space: nowrap; }
.was-ui-accounts-grid article:last-child > em { color: #8ba0b2; }
.was-ui-accounts-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-top: 9px; }
.was-ui-accounts-summary > span { display: flex; align-items: baseline; justify-content: center; gap: 4px; border: 1px solid #293a48; border-radius: 7px; background: #101923; color: #8195a6; padding: 7px; }
.was-ui-accounts-summary b { color: #38d077; font-size: 10px; }
.was-ui-connection-health { width: 100%; display: flex; align-items: center; gap: 14px; margin-top: 9px; }
.was-ui-connection-health > span { color: #8296a7; }
.was-ui-connection-health > span:first-of-type { margin-left: auto; color: #42d27e; }
.was-ui-connection-health i { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 2px rgba(34,197,94,.12); }
.was-ui-status-online { display: inline-flex; align-items: center; gap: 5px; border: 1px solid rgba(34,197,94,.28); border-radius: 999px; background: rgba(34,197,94,.09); color: #46d882; padding: 4px 7px; }
.was-ui-status-online > i { width: 5px; height: 5px; border-radius: 50%; background: #22c55e; }
.was-ui-detail-grid .was-ui-card > label { margin-top: 7px; }
.was-ui-detail-grid .was-ui-card > .was-ui-row { margin-top: 8px; }
.was-ui-qr-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 14px; width: 72%; margin: 12px auto 0; }
.was-ui-qr { display: grid; place-items: center; border: 1px solid #2d3e4a; border-radius: 10px; background: #fff; padding: 12px; }
.was-ui-qr-pattern { width: 105px; height: 105px; background: repeating-conic-gradient(#091119 0 25%,#fff 0 50%) 50%/12px 12px; box-shadow: inset 0 0 0 8px #fff; }
.was-ui-qr > span { margin-top: 5px; color: #52616b; font-size: 4.5px; letter-spacing: .08em; }
.was-ui-qr-layout ol { margin: 7px 0; padding-left: 15px; color: #8da0af; line-height: 1.7; }
.was-ui-qr-layout .was-ui-button { margin-top: 8px; }

.was-ui-settings-card { width: 62%; margin-bottom: 9px; }
.was-ui-settings-card.compact { margin-bottom: 0; }
.was-ui-settings-heading { display: flex; align-items: center; gap: 8px; margin-bottom: 7px; }
.was-ui-settings-heading > i { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 7px; background: rgba(34,197,94,.14); color: #22c55e; font-size: 11px; font-style: normal; }
.was-ui-settings-heading p { margin-top: 2px; }
.was-ui-settings-card > label { margin-top: 6px; }
.was-ui-settings-card .was-ui-button { margin-top: 7px; }
.was-ui-brand-settings { width: 76%; }
.was-ui-color-input { display: flex; align-items: center; gap: 6px; height: 24px; border: 1px solid #2a3a48; border-radius: 7px; background: #101923; padding: 0 8px; }
.was-ui-color-input i { width: 13px; height: 13px; border-radius: 4px; background: #22c55e; }
.was-ui-brand-assets { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 10px 0; }
.was-ui-brand-assets article { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 7px; border: 1px solid #293a48; border-radius: 7px; padding: 7px; }
.was-ui-brand-preview { display: grid; place-items: center; height: 32px; border-radius: 6px; background: #0d151c; }
.was-ui-brand-preview img { width: 20px; height: 20px; }
.was-ui-brand-preview.wide { display: flex; gap: 4px; padding: 0 4px; }
.was-ui-brand-preview.wide img { width: 15px; height: 15px; }
.was-ui-brand-preview.wide b { font-size: 4px; white-space: nowrap; }
.was-ui-brand-assets article > span b,
.was-ui-brand-assets article > span em { display: block; }
.was-ui-brand-assets article > span em { margin-top: 2px; }
.was-ui-signature-preview { display: flex; flex-direction: column; border-left: 2px solid #22c55e; background: #0f1921; margin-top: 7px; padding: 6px 8px; }
.was-ui-signature-preview b { color: #43d27e; }
.was-ui-signature-preview span { margin-top: 2px; color: #9aabb8; }
.was-ui-backup { width: 72%; display: flex; align-items: flex-start; gap: 10px; margin-bottom: 8px; }
.was-ui-backup-icon { display: grid; place-items: center; flex: 0 0 auto; width: 31px; height: 31px; border-radius: 8px; background: rgba(34,197,94,.13); color: #43d27e; font-size: 13px; }
.was-ui-backup h4 { margin-bottom: 3px; }
.was-ui-backup .was-ui-button { margin-top: 7px; }

/* Lightweight interactions: every visible control behaves like a real demo control. */
.was-ui-button,
.was-ui-select,
.was-ui-view-toggle,
.was-ui-tabs > *,
.was-ui-pills > *,
.was-ui-nav-tabs > *,
.was-ui-quick-list > span,
.was-ui-contact-table > div,
.was-ui-group-grid article,
.was-ui-rule-list > span,
.was-ui-history-table > div,
.was-ui-accounts-grid article,
.was-ui-conversation { transition: border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease; }
.was-demo-interactive { cursor: pointer; }
.was-demo-interactive:focus-visible { outline: 1px solid #47df89; outline-offset: 1px; }
.was-ui-quick-list > span:hover,
.was-ui-contact-table > div:hover,
.was-ui-group-grid article:hover,
.was-ui-rule-list > span:hover,
.was-ui-history-table > div:hover,
.was-ui-accounts-grid article:hover { border-color: #3a5969; background: #14222d; }
.was-ui-tabs > .is-demo-selected,
.was-ui-pills > .is-demo-selected,
.was-ui-nav-tabs > .is-demo-selected { border-color: #22c55e; background: rgba(34,197,94,.14); color: #5ae394; }
.was-ui-tabs.has-demo-selection > *,
.was-ui-pills.has-demo-selection > *,
.was-ui-nav-tabs.has-demo-selection > * { border-color: #2d3c49; background: transparent; color: #91a7bc; font-weight: 500; }
.was-ui-tabs.has-demo-selection > .is-demo-selected,
.was-ui-pills.has-demo-selection > .is-demo-selected,
.was-ui-nav-tabs.has-demo-selection > .is-demo-selected { border-color: #22c55e; background: rgba(34,197,94,.14); color: #5ae394; font-weight: 700; }
.was-ui-quick-list > .is-demo-selected,
.was-ui-contact-table > .is-demo-selected,
.was-ui-history-table > .is-demo-selected,
.was-ui-accounts-grid > .is-demo-selected { border-color: rgba(34,197,94,.52); background: rgba(34,197,94,.08); box-shadow: inset 2px 0 #22c55e; }
.was-ui-group-grid article.is-demo-selected { border-color: rgba(34,197,94,.55); background: rgba(34,197,94,.08); }
.was-ui-group-grid article.is-demo-selected > em { border-color: #22c55e; background: #22c55e; color: #062310; }
.was-ui-rule-list > span.is-demo-off { opacity: .56; }
.was-ui-rule-list > span.is-demo-off > i { background: #637482; box-shadow: none; }
.was-ui-select.is-demo-selected,
.was-ui-view-toggle.is-demo-selected { border-color: #22c55e; box-shadow: 0 0 0 2px rgba(34,197,94,.08); }

.was-demo-toast {
	position: absolute;
	z-index: 6;
	right: 12px;
	bottom: 10px;
	max-width: 230px;
	border: 1px solid rgba(72,226,137,.35);
	border-radius: 7px;
	background: rgba(17,30,39,.96);
	box-shadow: 0 10px 24px rgba(0,0,0,.28);
	color: #dce8ef;
	padding: 7px 10px;
	font-size: 6.5px;
	opacity: 0;
	transform: translateY(7px);
	pointer-events: none;
	transition: opacity .22s ease, transform .22s ease;
}
.was-demo-toast::before { content: "✓"; margin-right: 6px; color: #44dc84; font-weight: 800; }
.was-demo-toast.is-visible { opacity: 1; transform: none; }

.was-view-progress { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; height: 2px; overflow: hidden; background: rgba(255,255,255,.04); }
.was-view-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, #16a34a, #4ade80); transform: scaleX(0); transform-origin: left center; }
.app-stage-real.is-running .was-view-progress span { animation: was-view-progress 5s linear forwards; }
@keyframes was-view-progress { to { transform: scaleX(1); } }

@media (max-width: 640px) {
	.was-app-tools { gap: 7px; }
	.was-demo-expand { width: 16px; height: 16px; font-size: 8px; }
	.was-account-status,
	.was-theme-icon { display: none; }
	.was-app-shell { grid-template-columns: 34px minmax(0, 1fr); min-height: 210px; }
	.was-app-sidebar { padding: 3px 2px; }
	.was-app-sidebar > span { width: 28px; height: 22px; }
	.was-app-sidebar .was-sidebar-logo { height: 22px; margin-bottom: 1px; }
	.was-app-sidebar .was-sidebar-logo img { width: 18px; height: 18px; border-radius: 5px; }
	.was-app-sidebar > span:nth-of-type(6),
	.was-app-sidebar > span:nth-of-type(7) { display: none; }
	.was-app-content { padding: 12px 9px 10px; }
	.was-app-card { padding: 9px; }
	.was-app-heading h3 { font-size: 12px; }
	.was-message-types span:nth-of-type(n+2) { display: none; }
	.was-message-switcher p { max-width: 155px; }
	.was-compose-label span { font-size: 5px; }
	.was-app-window { transform: none; }
	.was-app-content { min-height: 210px; padding: 0; }
	.was-sidebar-main,
	.was-sidebar-footer { gap: 1px; }
	.was-sidebar-footer { padding-top: 2px; }
	.was-sidebar-main button,
	.was-sidebar-footer button,
	.was-sidebar-footer > span { width: 28px; height: 15px; border-radius: 4px; }
	.was-app-sidebar .wa-icon { width: 10px; height: 10px; }
	.was-ui-view { padding: 7px 8px; font-size: 5px; }
	.was-ui-view h3 { gap: 3px; font-size: 9px; }
	.was-ui-view h4 { font-size: 6px; }
	.was-ui-view label { margin-bottom: 1px; font-size: 4.7px; }
	.was-ui-view small,
	.was-ui-view em { font-size: 4px; }
	.was-ui-view .wa-icon { width: 8px; height: 8px; }
	.was-ui-title { margin-bottom: 5px; }
	.was-ui-title p { margin-top: 1px; }
	.was-ui-subnav { gap: 7px; min-height: 18px; margin: -2px 0 5px; }
	.was-ui-subnav button { padding-bottom: 4px; font-size: 4px; }
	.was-ui-card { border-radius: 6px; padding: 5px 6px; }
	.was-ui-input,
	.was-ui-select,
	.was-ui-search,
	.was-ui-account-field { height: 16px; border-radius: 4px; padding: 0 5px; }
	.was-ui-textarea { min-height: 25px; border-radius: 4px; padding: 4px; }
	.was-ui-button { min-height: 15px; border-radius: 4px; padding: 0 5px; }
	.was-ui-two-cols,
	.was-ui-three-cols { gap: 4px; }
	.was-ui-kpis { gap: 4px; margin-bottom: 4px; }
	.was-ui-kpis > span { border-radius: 4px; padding: 4px 5px; }
	.was-ui-kpis b { margin-top: 1px; font-size: 6.5px; }
	.was-ui-mini-table { border-radius: 5px; }
	.was-ui-mini-table > header,
	.was-ui-mini-table > div { gap: 4px; padding: 4px 5px; }
	.was-ui-mini-table > div b { font-size: 4.3px; }
	.was-ui-mini-table > div > span,
	.was-ui-mini-table time { font-size: 3.6px; }
	.was-ui-timeline { gap: 4px; }
	.was-ui-timeline article { gap: 5px; border-radius: 5px; padding: 5px; }
	.was-ui-timeline article > i { width: 19px; height: 19px; border-radius: 4px; font-size: 5px; }
	.was-ui-timeline article span { margin-top: 1px; font-size: 3.6px; }
	.was-ui-messages { padding: 0; }
	.was-ui-messages-bar { height: 22px; grid-template-columns: auto minmax(90px,1fr); gap: 3px; padding: 3px 5px; }
	.was-ui-messages-bar .was-ui-account-field { height: 15px; }
	.was-ui-messages-bar .was-ui-chip { display: none; }
	.was-ui-history-actions { height: 18px; gap: 3px; padding: 2px 5px; }
	.was-ui-history-actions span { padding: 3px 5px; }
	.was-ui-history-actions > b { font-size: 3.5px; }
	.was-ui-inbox { grid-template-columns: 42% 58%; height: calc(100% - 40px); }
	.was-ui-chat-list .was-ui-search { height: 16px; margin: 3px 4px 2px; }
	.was-ui-filters { gap: 2px; padding: 0 4px 3px; }
	.was-ui-filters span,
	.was-ui-filters b { padding: 1px 3px; font-size: 3.7px; }
	.was-ui-chat-list > p { padding: 17px 5px 0; }
	.was-ui-conversation { grid-template-columns: 18px minmax(0,1fr) auto; gap: 3px; min-height: 27px; padding: 3px 4px; }
	.was-ui-conversation b { font-size: 4.8px; }
	.was-ui-conversation p { margin-top: 1px; font-size: 3.7px; }
	.was-ui-conversation time { font-size: 3.5px; }
	.was-ui-conversation > em { right: 4px; bottom: 3px; width: 7px; height: 7px; font-size: 3px; }
	.was-ui-avatar { width: 18px; height: 18px; font-size: 4.5px; }
	.was-ui-open-chat > header { height: 24px; gap: 4px; padding: 3px 5px; }
	.was-ui-open-chat > header .was-ui-avatar { width: 18px; height: 18px; }
	.was-ui-open-chat > header b { font-size: 5px; }
	.was-ui-open-chat > header small { font-size: 3.5px; }
	.was-ui-chat-actions { gap: 2px; }
	.was-ui-chat-actions span { width: 12px; height: 12px; }
	.was-ui-thread { padding: 5px 6px; }
	.was-ui-day { margin-bottom: 4px; padding: 2px 4px; font-size: 3px; }
	.was-ui-bubble { max-width: 82%; margin-bottom: 3px; border-radius: 4px; padding: 3px 4px 6px; font-size: 4px; }
	.was-ui-bubble time { right: 3px; bottom: 1px; font-size: 2.8px; }
	.was-ui-open-chat > footer { height: 21px; gap: 3px; padding: 3px 4px; }
	.was-ui-open-chat > footer > div { height: 15px; border-radius: 4px; padding: 0 4px; }
	.was-ui-open-chat > footer > b { width: 15px; height: 15px; }
	.was-ui-open-chat > footer > .was-ui-chat-input { height: 15px; border-radius: 4px; padding: 0 4px; font-size: 4px; }
	.was-ui-chat-drawer { top: 2px; right: 2px; bottom: 2px; width: 66%; border-radius: 5px; padding: 5px; }
	.was-ui-chat-drawer > header { margin-bottom: 4px; }
	.was-ui-chat-drawer > header button { width: 13px; height: 13px; }
	.was-ui-chat-drawer > .was-ui-search { margin-bottom: 3px; }
	.was-ui-chat-drawer > span { padding: 4px 2px; }
	.was-ui-chat-drawer > span b { font-size: 4.2px; }
	.was-ui-empty { min-height: 145px; padding: 8px; }
	.was-ui-empty > i { width: 22px; height: 22px; }
	.was-ui-empty > i .wa-icon { width: 10px; height: 10px; }
	.was-ui-empty h4 { margin-top: 5px; font-size: 7px; }
	.was-ui-empty p { margin-top: 3px; }
	.was-ui-form-card { width: 86%; }
	.was-ui-step { margin-top: 3px; border-radius: 5px; padding: 4px; }
	.was-ui-step .was-ui-select { width: 70px; height: 15px; }
	.was-ui-step .was-ui-textarea { margin: 3px 0; }
	.was-ui-form-card > .was-ui-row { margin-top: 4px; }
	.was-ui-section-label { margin: 4px 0 2px !important; }
	.was-ui-title h3 small,
	.was-ui-rules-title h4 small { padding: 1px 3px; font-size: 3.5px; }
	.was-ui-quick-list { gap: 3px; }
	.was-ui-quick-list > span { border-radius: 4px; padding: 3px 4px; }
	.was-ui-quick-list b { font-size: 4.5px; }
	.was-ui-demo-note { width: 86%; margin-top: 4px; }
	.was-ui-thin-card { height: 20px; }
	.was-ui-campaign-card { margin-bottom: 4px; }
	.was-ui-campaign-card > small { margin: 2px 0; }
	.was-ui-tabs { height: 19px; gap: 2px; border-radius: 4px; margin-bottom: 3px; padding: 2px; }
	.was-ui-tabs span,
	.was-ui-tabs b { height: 15px; border-radius: 3px; padding: 0 5px; }
	.was-ui-compose { padding-top: 4px; }
	.was-ui-pills { gap: 2px; margin-bottom: 3px; }
	.was-ui-pills span,
	.was-ui-pills b { height: 15px; padding: 0 4px; }
	.was-ui-pills span:nth-of-type(n+2) { display: none; }
	.was-ui-message-head { border-radius: 4px; padding: 3px 4px; }
	.was-ui-message-head p,
	.was-ui-compose-label span { font-size: 3.8px; }
	.was-ui-compose-label { margin: 3px 0 2px; }
	.was-ui-message-variants { gap: 2px; margin: 3px 0; }
	.was-ui-message-variants button { border-radius: 3px; padding: 2px 3px; }
	.was-ui-message-alternative { border-radius: 4px; margin-top: 4px; padding: 4px; }
	.was-ui-toolbar { grid-template-columns: 1fr .55fr; gap: 4px; }
	.was-ui-toolbar > .was-ui-input,
	.was-ui-toolbar > .was-ui-button { display: none; }
	.was-ui-toolbar .was-ui-search { height: 18px; }
	.was-ui-contact-table,
	.was-ui-history-table { border-radius: 5px; margin-top: 4px; }
	.was-ui-contact-table > header,
	.was-ui-contact-table > div,
	.was-ui-history-table > header,
	.was-ui-history-table > div { gap: 3px; padding: 3px 4px; }
	.was-ui-contact-table > header,
	.was-ui-contact-table > div { grid-template-columns: 1.25fr .95fr .8fr; }
	.was-ui-contact-table > header span:last-child,
	.was-ui-contact-table > div time { display: none; }
	.was-ui-contact-table > div { min-height: 25px; }
	.was-ui-contact-table .was-ui-avatar { width: 16px; height: 16px; font-size: 3.7px; }
	.was-ui-contact-table > div > span:first-child { gap: 3px; }
	.was-ui-contact-table > div > span:first-child b { font-size: 4.3px; }
	.was-ui-contact-table > div > span:nth-child(2) { font-size: 3.7px; }
	.was-ui-contact-table > footer { padding: 3px 4px; }
	.was-ui-selection-toolbar { gap: 3px; border-radius: 4px; margin-top: 4px; padding: 3px 4px; }
	.was-ui-selection-toolbar > button { padding: 2px 3px; }
	.was-ui-kanban { grid-template-columns: repeat(4,95px); gap: 4px; }
	.was-ui-kanban > section { min-width: 95px; border-radius: 4px; padding: 4px; }
	.was-ui-kanban article { gap: 3px; border-radius: 4px; margin-top: 3px; padding: 3px; }
	.was-ui-kanban article .was-ui-avatar { width: 15px; height: 15px; font-size: 3.5px; }
	.was-ui-kanban article b { font-size: 3.8px; }
	.was-ui-kanban article small { font-size: 3px; }
	.was-ui-tag-manager { gap: 4px; }
	.was-ui-tag-manager article { gap: 4px; border-radius: 4px; padding: 4px; }
	.was-ui-tag-manager article > i { width: 4px; height: 15px; }
	.was-ui-inline-form { gap: 4px; margin-top: 4px; }
	.was-ui-account-field.wide { width: 82%; }
	.was-ui-account-field.medium { width: 58%; margin-bottom: 5px; }
	.was-ui-group-grid { gap: 4px; margin-top: 4px; }
	.was-ui-group-grid article,
	.was-ui-accounts-grid article { border-radius: 5px; padding: 4px; }
	.was-ui-group-grid article > i,
	.was-ui-accounts-grid article > i { width: 18px; height: 18px; border-radius: 5px; font-size: 4.5px; }
	.was-ui-group-grid article > div,
	.was-ui-accounts-grid article > div { margin-left: 4px; }
	.was-ui-group-grid article b,
	.was-ui-accounts-grid article b { font-size: 4.3px; }
	.was-ui-group-grid article span,
	.was-ui-accounts-grid article span { margin-top: 1px; font-size: 3.5px; }
	.was-ui-group-grid article > em { padding: 2px 3px; }
	.was-ui-detail-grid { gap: 4px; }
	.was-ui-meta-list { gap: 3px; margin-bottom: 4px; }
	.was-ui-meta-list > span { padding-bottom: 2px; }
	.was-ui-members > span { grid-template-columns: 16px 1fr auto; gap: 3px; padding: 3px 0; }
	.was-ui-members .was-ui-avatar { width: 15px; height: 15px; font-size: 3.5px; }
	.was-ui-members footer { padding-top: 3px; }
	.was-ui-protection-form { width: 82%; }
	.was-ui-switch-row { gap: 7px; margin: 4px 0; }
	.was-ui-switch-row > span { gap: 4px; font-size: 3.8px; }
	.was-ui-switch-row i,
	.was-ui-switch-label i { width: 15px; height: 8px; }
	.was-ui-switch-row i::after,
	.was-ui-switch-label i::after { top: 1.5px; left: 1.5px; width: 5px; height: 5px; }
	.was-ui-switch-row i.is-on::after,
	.was-ui-switch-label i.is-on::after { transform: translateX(7px); }
	.was-ui-pace { width: 58%; margin-bottom: 6px; }
	.was-ui-pace > p { margin: 2px 0 4px; }
	.was-ui-pace .was-ui-button { margin-top: 3px; }
	.was-ui-rule-list { gap: 3px; margin-top: 3px; }
	.was-ui-rule-list > span { grid-template-columns: 5px 40px minmax(0,1fr); gap: 4px; border-radius: 4px; padding: 3px 4px; }
	.was-ui-rule-list > span > i { width: 4px; height: 4px; }
	.was-ui-rule-list > span > b { font-size: 4.3px; }
	.was-ui-editor-grid { gap: 4px; }
	.was-ui-editor-grid .was-ui-card > h4 { margin-bottom: 3px; }
	.was-ui-editor-grid .was-ui-textarea { margin: 3px 0; }
	.was-ui-friendly-list { gap: 3px; margin-top: 4px; }
	.was-ui-friendly-list article { grid-template-columns: 18px 1fr auto auto; gap: 4px; border-radius: 4px; padding: 4px 5px; }
	.was-ui-friendly-list article .was-ui-avatar { width: 17px; height: 17px; font-size: 3.5px; }
	.was-ui-nav-tabs { gap: 6px; margin: -1px -8px 6px; padding: 0 8px; }
	.was-ui-nav-tabs span,
	.was-ui-nav-tabs b { padding-bottom: 4px; font-size: 4px; }
	.was-ui-nav-tabs span:nth-last-child(-n+2) { display: none; }
	.was-ui-tool-heading { margin: 0 0 4px 3px !important; font-size: 7px !important; }
	.was-ui-tool-card { width: 82%; margin-left: 3px; }
	.was-ui-tool-card > p { margin: 3px 0; }
	.was-ui-tool-grid { gap: 4px; }
	.was-ui-tool-grid article { border-radius: 5px; padding: 5px; }
	.was-ui-tool-grid article > b { margin-bottom: 3px; }
	.was-ui-tool-grid article > label { margin-top: 3px; }
	.was-ui-tool-grid article .was-ui-button { margin-top: 3px; }
	.was-ui-scraper,
	.was-ui-warmer,
	.was-ui-import { width: 88%; }
	.was-ui-scraper > p { margin: 2px 0 4px; }
	.was-ui-scraper .was-ui-three-cols { margin: 4px 0; }
	.was-ui-account-pills { gap: 3px; margin: 3px 0 4px; }
	.was-ui-account-pills span { padding: 2px 4px; }
	.was-ui-warmer > .was-ui-three-cols { margin-bottom: 4px; }
	.was-ui-warmer > .was-ui-textarea { margin: 2px 0 4px; }
	.was-ui-upload-zone { gap: 4px; border-radius: 4px; padding: 5px; }
	.was-ui-import > h4 { margin: 5px 0 3px; }
	.was-ui-import-summary { gap: 3px; margin: 4px 0; }
	.was-ui-import-summary span { border-radius: 4px; padding: 3px; }
	.was-ui-account-empty { min-height: 175px; }
	.was-ui-account-empty .was-ui-button { margin-top: 4px; }
	.was-ui-history-table > header,
	.was-ui-history-table > div { grid-template-columns: 1.15fr .75fr .6fr .72fr; }
	.was-ui-history-table > header span:last-child,
	.was-ui-history-table > div time { display: none; }
	.was-ui-history-table > div { min-height: 25px; }
	.was-ui-history-table > div b { font-size: 4.2px; }
	.was-ui-history-table > div span { font-size: 3.6px; }
	.was-ui-history-filters { gap: 4px; }
	.was-ui-status-pills { gap: 3px; margin-top: 4px; }
	.was-ui-status-pills > * { padding: 2px 4px; font-size: 3.5px; }
	.was-ui-accounts-grid { gap: 4px; }
	.was-ui-accounts-grid article > em { font-size: 3.4px; }
	.was-ui-accounts-summary { gap: 4px; margin-top: 4px; }
	.was-ui-accounts-summary > span { gap: 2px; border-radius: 4px; padding: 3px; }
	.was-ui-accounts-summary b { font-size: 6px; }
	.was-ui-connection-health { gap: 6px; margin-top: 4px; }
	.was-ui-connection-health > span:last-child { display: none; }
	.was-ui-status-online { gap: 3px; padding: 2px 4px; }
	.was-ui-detail-grid .was-ui-card > label { margin-top: 3px; }
	.was-ui-detail-grid .was-ui-card > .was-ui-row { margin-top: 4px; }
	.was-ui-qr-layout { gap: 7px; width: 82%; margin-top: 6px; }
	.was-ui-qr { border-radius: 6px; padding: 7px; }
	.was-ui-qr-pattern { width: 66px; height: 66px; background-size: 8px 8px; box-shadow: inset 0 0 0 5px #fff; }
	.was-ui-qr-layout ol { margin: 3px 0; padding-left: 10px; }
	.was-ui-qr-layout .was-ui-button { margin-top: 4px; }
	.was-ui-settings-card { width: 72%; margin-bottom: 4px; }
	.was-ui-settings-heading { gap: 4px; margin-bottom: 4px; }
	.was-ui-settings-heading > i { width: 18px; height: 18px; border-radius: 4px; font-size: 7px; }
	.was-ui-settings-card > label { margin-top: 3px; }
	.was-ui-settings-card .was-ui-button { margin-top: 4px; }
	.was-ui-brand-settings { width: 84%; }
	.was-ui-color-input { gap: 3px; height: 16px; border-radius: 4px; padding: 0 4px; }
	.was-ui-color-input i { width: 9px; height: 9px; border-radius: 2px; }
	.was-ui-brand-assets { gap: 4px; margin: 5px 0; }
	.was-ui-brand-assets article { grid-template-columns: 25px 1fr auto; gap: 4px; border-radius: 4px; padding: 4px; }
	.was-ui-brand-preview { height: 21px; border-radius: 3px; }
	.was-ui-brand-preview img { width: 13px; height: 13px; }
	.was-ui-signature-preview { margin-top: 4px; padding: 3px 4px; }
	.was-ui-backup { width: 82%; gap: 5px; margin-bottom: 4px; }
	.was-ui-backup-icon { width: 21px; height: 21px; border-radius: 4px; font-size: 8px; }
	.was-ui-backup .was-ui-button { margin-top: 4px; }
	.was-demo-toast { right: 6px; bottom: 6px; max-width: 145px; border-radius: 4px; padding: 4px 6px; font-size: 4.3px; }
}

@media (max-width: 640px) {
	.was-ui-pills { overflow-x: auto; }
	.was-ui-pills span:nth-of-type(n+2) { display: flex; }
	.was-ui-campaign-buttons,
	.was-ui-campaign-media,
	.was-ui-campaign-preview,
	.was-ui-campaign-summary,
	.was-ui-campaign-pacing,
	.was-ui-campaign-accounts { margin-top: 4px; padding: 5px; }
	.was-ui-campaign-buttons > b,
	.was-ui-campaign-preview > b,
	.was-ui-campaign-summary > b,
	.was-ui-campaign-pacing > b,
	.was-ui-campaign-accounts > b { margin-bottom: 3px; font-size: 5px; }
	.was-ui-campaign-summary > div { gap: 3px; }
	.was-ui-campaign-summary > div > span { padding: 3px; }
	.was-ui-campaign-summary strong { font-size: 6px; }
	.was-ui-phone { width: min(100%,190px); }
	.was-ui-campaign-account-list { gap: 3px; }
	.was-ui-campaign-account-list > button { padding: 3px 4px; font-size: 4px; }
	.was-ui-campaign-actions { gap: 3px; margin-top: 4px; }
	.was-ui-campaign-actions > button { min-height: 18px; padding: 0 5px; }
}

@media (prefers-reduced-motion: reduce) {
	.was-view-panel { transition: none; }
	.app-stage-real.is-running .was-view-progress span { animation: none; }
}
