/* ================================================================
   Consórcios — Frontend Styles
   Plugin by Kreativ.ae
   ================================================================ */

.lc-wrapper {
	--lc-text: #1A1F27;
	--lc-muted: #6B7280;
	--lc-border: #E7EAEE;
	--lc-page: #eef0f3;
	max-width: 1140px;
	margin: 0 auto;
	padding: 40px 20px 120px;
	font-family: var(--lc-font, 'Manrope', system-ui, -apple-system, sans-serif);
	color: var(--lc-text);
	-webkit-font-smoothing: antialiased;
	line-height: 1.55;
}
.lc-wrapper *, .lc-wrapper *::before, .lc-wrapper *::after {
	box-sizing: border-box;
}
.lc-wrapper button,
.lc-wrapper select,
.lc-wrapper input,
.lc-wrapper textarea,
.lc-wrapper table,
.lc-wrapper th,
.lc-wrapper td {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}
.lc-wrapper input[type="text"],
.lc-wrapper input[type="number"],
.lc-wrapper select,
.lc-wrapper textarea {
	width: auto;
	border-radius: var(--lc-radius, 10px);
	padding: 8px 12px;
	border: 1px solid var(--lc-border);
	line-height: 1.4;
}
.lc-wrapper button {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	letter-spacing: normal;
	text-transform: none;
	text-decoration: none;
	text-shadow: none;
	box-shadow: none;
	display: inline-flex;
	line-height: 1.55;
	font-weight: 600;
	font-style: normal;
	word-spacing: normal;
	white-space: normal;
	user-select: auto;
	transition: background .2s, color .2s, box-shadow .2s;
	border-style: none;
	border-width: 0;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}
.lc-wrapper button:hover,
.lc-wrapper button:focus {
	background: none;
	color: inherit;
	box-shadow: none;
	text-decoration: none;
	border-style: none;
	outline: none;
}
.lc-wrapper table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	width: 100%;
}
.lc-wrapper th,
.lc-wrapper td {
	border: none;
	padding: 0;
	text-align: left;
	vertical-align: middle;
}

/* ---- Hero ---- */
.lc-hero {
	position: relative;
	overflow: hidden;
	border-radius: calc(var(--lc-radius, 16px) + 6px);
	background: linear-gradient(135deg, var(--lc-header-bg), color-mix(in srgb, var(--lc-header-bg) 80%, #3a4150));
	color: #fff;
	padding: 48px 52px;
	isolation: isolate;
	margin-bottom: 4px;
}
.lc-hero__glow {
	position: absolute;
	inset: -40% -10% auto auto;
	width: 60%;
	height: 170%;
	background: radial-gradient(closest-side, rgba(var(--lc-primary-rgb), .55), transparent 70%);
	filter: blur(10px);
	z-index: -1;
}
.lc-hero__grid {
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: .5;
	background-image:
		linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
	background-size: 44px 44px;
	-webkit-mask-image: radial-gradient(120% 120% at 80% 0%, #000 30%, transparent 75%);
	mask-image: radial-gradient(120% 120% at 80% 0%, #000 30%, transparent 75%);
}
.lc-hero__logo {
	height: 40px;
	width: auto;
	margin-bottom: 18px;
	display: block;
}
.lc-hero__title {
	font-size: var(--lc-fs-hero-title, 2.3rem);
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.08;
	margin: 0 0 8px;
	max-width: 16ch;
	text-wrap: balance;
}
.lc-hero__sub {
	font-size: var(--lc-fs-hero-sub, 1.05rem);
	color: rgba(255,255,255,.78);
	margin: 0;
	max-width: 48ch;
}
.lc-hero__stats {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 22px;
	font-size: .85rem;
	color: rgba(255,255,255,.72);
}
.lc-hero__stats strong {
	color: #fff;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
}
.lc-sep {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: currentColor;
	opacity: .5;
}

/* ---- Toolbar / Segment ---- */
.lc-toolbar {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin: 22px 0 16px;
}
.lc-segment {
	display: inline-flex;
	gap: 4px;
	padding: 5px;
	background: var(--lc-surface, #F6F7F9);
	border: 1px solid var(--lc-border);
	border-radius: 999px;
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}
.lc-segment::-webkit-scrollbar { display: none; }
.lc-cat-dropdown { display: none; position: relative; }
.lc-cat-dropdown__btn {
	border: 1px solid var(--lc-primary) !important; background: #fff !important; color: var(--lc-primary) !important;
	font-family: var(--lc-font, inherit) !important; font-size: .82rem !important; font-weight: 600 !important;
	padding: 8px 16px !important; border-radius: 999px !important; cursor: pointer; white-space: nowrap;
	transition: all .2s; line-height: 1.4 !important; text-transform: none !important; letter-spacing: normal !important;
}
.lc-cat-dropdown__btn--active { background: var(--lc-primary) !important; color: #fff !important; }
.lc-cat-dropdown__menu {
	position: absolute; top: calc(100% + 8px); left: 0; z-index: 50;
	background: #fff !important; border: 1px solid #e5e7eb !important; border-radius: 14px !important;
	box-shadow: 0 12px 32px rgba(0,0,0,.1); padding: 6px !important; min-width: 200px;
	overflow: hidden;
}
.lc-cat-dropdown__item {
	display: block !important; width: 100% !important; text-align: left !important; border: none !important;
	background: #fff !important; color: #374151 !important;
	font-family: var(--lc-font, inherit) !important; font-size: .82rem !important; font-weight: 500 !important;
	padding: 10px 14px !important; border-radius: 10px !important; cursor: pointer;
	transition: all .15s; line-height: 1.4 !important; text-transform: none !important; letter-spacing: normal !important;
}
.lc-cat-dropdown__item:hover { background: var(--lc-primary) !important; color: #fff !important; }
.lc-cat-dropdown__item--active { background: var(--lc-primary) !important; color: #fff !important; font-weight: 600 !important; }
.lc-wrapper .lc-tab {
	border: none;
	background: transparent;
	color: var(--lc-muted);
	font-family: var(--lc-font, inherit);
	font-size: var(--lc-fs-tab, .9rem);
	font-weight: 600;
	padding: 9px 18px;
	border-radius: 999px;
	cursor: pointer;
	white-space: nowrap;
	transition: background .2s, color .2s, box-shadow .2s;
	outline: none;
	letter-spacing: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 1.4;
	display: inline-block;
}
.lc-wrapper .lc-tab:focus-visible {
	box-shadow: 0 0 0 2px var(--lc-primary);
}
.lc-wrapper .lc-tab:hover {
	background: var(--lc-tab-hover, rgba(0,0,0,.05));
	color: var(--lc-tab-text, var(--lc-text));
}
.lc-wrapper .lc-tab--active {
	background: var(--lc-tab-bg, var(--lc-primary));
	color: var(--lc-tab-text, #fff);
	font-weight: 700;
	box-shadow: none;
}
.lc-wrapper .lc-tab--active:hover {
	background: var(--lc-tab-bg, var(--lc-primary));
	color: var(--lc-tab-text, #fff);
}
.lc-wrapper .lc-print {
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 9px 16px;
	background: #fff;
	color: var(--lc-muted);
	border: 1px solid var(--lc-border);
	border-radius: 999px;
	font: inherit;
	font-size: .84rem;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: none;
	cursor: pointer;
	transition: border-color .2s;
}
.lc-wrapper .lc-print:hover {
	border-color: var(--lc-primary);
	color: var(--lc-text);
}

/* ---- Table listing ---- */
.lc-listings {
	border: 1px solid var(--lc-border);
	border-radius: calc(var(--lc-radius, 16px) + 6px);
	background: #fff;
	box-shadow: 0 1px 2px rgba(16,24,40,.04), 0 6px 20px rgba(16,24,40,.06);
	overflow: hidden;
}
/* Filters toggle */
.lc-wrapper .lc-filters-toggle {
	display: inline-flex; align-items: center; gap: 6px;
	background: var(--lc-surface, #F3F4F6); border: 1px solid rgba(0,0,0,.08);
	border-radius: 999px !important; padding: 8px 18px;
	font-family: var(--lc-font, system-ui); font-size: .85rem; font-weight: 600;
	color: #374151; cursor: pointer; margin-bottom: 12px;
	letter-spacing: normal; text-transform: none; text-decoration: none;
	transition: all .2s;
}
.lc-wrapper .lc-filters-toggle:hover { background: rgba(0,0,0,.06); border-radius: 999px !important; }
.lc-wrapper .lc-filters-toggle__arrow {
	font-size: .7rem; transition: transform .2s;
}
.lc-wrapper .lc-filters-toggle--open .lc-filters-toggle__arrow { transform: rotate(180deg); }
.lc-wrapper .lc-filters-toggle--open { background: var(--lc-primary-light, rgba(201,32,38,.1)) !important; color: var(--lc-primary, #C92026) !important; border-color: var(--lc-primary, #C92026) !important; }
.lc-wrapper .lc-filters-toggle:focus { outline: none !important; box-shadow: none !important; }

/* Value filters */
.lc-filters {
	display: flex;
	align-items: flex-end;
	gap: 16px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}
.lc-wrapper .lc-filter__label {
	display: block;
	font-size: .68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--lc-muted);
	margin-bottom: 5px;
}
.lc-filter__range {
	display: flex;
	align-items: center;
	gap: 8px;
}
.lc-wrapper .lc-filter__input {
	width: 130px;
	padding: 8px 12px;
	border: 1px solid var(--lc-border);
	border-radius: var(--lc-radius, 10px);
	font-size: .85rem;
	font-family: var(--lc-font);
	color: #111827 !important;
	background: #fff;
	outline: none;
	line-height: 1.4;
	transition: border-color .2s, box-shadow .2s;
}
.lc-filter__input:focus {
	border-color: var(--lc-primary);
	box-shadow: 0 0 0 3px rgba(var(--lc-primary-rgb), .1);
}
.lc-filter__input::placeholder { color: var(--lc-muted); opacity: .6; }
.lc-filter__sep {
	font-size: .78rem;
	color: var(--lc-muted);
	font-weight: 500;
}
.lc-wrapper .lc-filter__clear {
	padding: 8px 16px;
	background: none;
	border: 1px solid var(--lc-border);
	border-radius: var(--lc-radius, 10px);
	font-size: .78rem;
	font-weight: 600;
	color: var(--lc-muted);
	letter-spacing: normal; text-transform: none;
	cursor: pointer;
	transition: all .15s;
}
.lc-wrapper .lc-filter__clear:hover { border-color: var(--lc-primary); color: var(--lc-primary); }
@media (max-width: 600px) {
	.lc-filters { flex-direction: column; align-items: stretch; }
	.lc-filter__input { width: 100%; flex: 1; }
}

.lc-table {
	width: 100%;
	border-collapse: collapse;
	font-size: var(--lc-fs-td, .92rem);
}
.lc-table thead th {
	background: var(--lc-surface, #F6F7F9);
	color: var(--lc-muted);
	font-weight: 700;
	text-transform: uppercase;
	font-size: var(--lc-fs-th, .68rem);
	letter-spacing: .09em;
	padding: 13px 18px;
	text-align: left;
	border-bottom: 1px solid var(--lc-border);
}
.lc-table tbody td {
	padding: 16px 18px;
	border-bottom: 1px solid var(--lc-border);
	vertical-align: middle;
	font-variant-numeric: tabular-nums;
}
.lc-table tbody tr:last-child td {
	border-bottom: none;
}
.lc-table tbody tr:hover {
	background: var(--lc-surface, #F6F7F9);
}
.lc-row--destaque {
	background: var(--lc-destaque-bg, color-mix(in srgb, var(--lc-accent) 8%, #fff));
	box-shadow: inset 3px 0 0 var(--lc-accent);
}

/* Parcelas com/sem seguro toggle */
.lc-parcelas-apartir {
	display: block;
	font-size: .65rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: var(--lc-muted);
}
.lc-wrapper .lc-parcelas-toggle {
	display: inline-block;
	margin-top: 4px;
	background: none;
	border: none;
	color: var(--lc-primary);
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: normal; text-transform: none;
	cursor: pointer;
	padding: 0;
	transition: opacity .15s;
}
.lc-wrapper .lc-parcelas-toggle:hover { opacity: .7; }
.lc-parcelas-detalhe {
	margin-top: 8px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.lc-parcelas-opcao {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 10px;
	background: #F9FAFB;
	border-radius: 8px;
	font-size: .85rem;
}

/* Credit cell */
.lc-credito {
	display: flex;
	align-items: center;
	gap: 12px;
}
.lc-chip {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.15rem;
	border-radius: 12px;
	background: var(--lc-primary-light);
}
.lc-chip--veic {
	background: color-mix(in srgb, var(--lc-accent) 16%, #fff);
}
.lc-chip .lc-svg-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	line-height: 0;
}
.lc-chip .lc-svg-icon svg {
	width: 20px;
	height: 20px;
	color: inherit;
	fill: var(--lc-chip-fill, none);
	stroke-width: 2;
	display: block;
}
.lc-chip:not([style*="color"]) .lc-svg-icon svg {
	color: var(--lc-primary);
}
.lc-cred-wrap {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.lc-cred-val {
	font-size: var(--lc-fs-credito, 1.24rem);
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.1;
	font-variant-numeric: tabular-nums;
}
.lc-flag {
	align-self: flex-start;
	font-size: var(--lc-fs-flag, .62rem);
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: var(--lc-badge-text, color-mix(in srgb, var(--lc-accent) 72%, #000));
	background: var(--lc-badge-bg, var(--lc-accent-soft));
	padding: 2px 7px;
	border-radius: 6px;
}

/* Badges row */
.lc-cred-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	align-items: center;
}
.lc-contempl-badge {
	display: inline-block;
	font-weight: 700;
	letter-spacing: .03em;
	text-transform: uppercase;
	padding: 2px 7px;
	border-radius: 6px;
	white-space: nowrap;
}

/* Seguro badge */
.lc-seguro-badge {
	display: inline-block;
	font-size: var(--lc-fs-seguro, .6rem);
	font-weight: 700;
	letter-spacing: .03em;
	text-transform: uppercase;
	padding: 2px 8px;
	border-radius: 6px;
	margin-top: 4px;
	background: var(--lc-seguro-bg, #E8F5E9);
	color: var(--lc-seguro-text, #2E7D32);
}
.lc-seguro-badge--sem {
	background: var(--lc-seguro-bg, #FFF3E0);
	color: var(--lc-seguro-text, #E65100);
}

/* Reserved badge */
.lc-reserved {
	display: inline-block;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	padding: 6px 16px;
	border-radius: var(--lc-radius, 10px);
	background: #F3F4F6;
	color: #9CA3AF;
	border: 1px dashed #D1D5DB;
	cursor: default;
}
.lc-reserved--full { width: 100%; text-align: center; }

/* Fila de espera button */
.lc-wrapper .lc-buy--fila {
	background: #F59E0B !important;
	color: #fff !important;
}
.lc-wrapper .lc-buy--fila:hover {
	background: #D97706 !important;
	color: #fff !important;
}

/* Fila notice in modal */
.lc-fila-notice {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px 16px;
	background: #FFFBEB;
	border: 1px solid #FDE68A;
	border-radius: var(--lc-radius, 10px);
	margin-bottom: 16px;
	font-size: .85rem;
	color: #92400E;
	line-height: 1.5;
}
.lc-fila-notice__icon { font-size: 1.2rem; flex-shrink: 0; }
.lc-fila-notice strong { display: block; margin-bottom: 2px; }

/* Administradora */
.lc-adm {
	display: flex;
	align-items: center;
	gap: 10px;
}
.lc-adm__logo {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid var(--lc-border);
	border-radius: 10px;
	font-weight: 800;
	font-size: .7rem;
	color: var(--lc-muted);
}
.lc-adm__logo--img {
	background: transparent;
	border: none;
	padding: 2px;
}
.lc-adm__logo--img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.lc-adm__name {
	font-weight: 600;
	font-size: var(--lc-fs-consorcio, .88rem);
	text-transform: uppercase;
}
.lc-obs {
	color: var(--lc-muted);
}

/* Buy button */
.lc-wrapper .lc-buy {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 6px;
	padding: 10px 22px !important;
	background: var(--lc-primary) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 999px !important;
	font: inherit;
	font-size: var(--lc-fs-btn, .8rem) !important;
	font-weight: 800 !important;
	letter-spacing: .04em !important;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
	box-shadow: 0 2px 8px rgba(var(--lc-primary-rgb), .22);
	transition: background .2s, box-shadow .2s, transform .15s;
}
.lc-wrapper .lc-buy:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 16px rgba(var(--lc-primary-rgb), .32);
	background: var(--lc-primary) !important;
	color: #fff !important;
}
.lc-wrapper .lc-buy--added,
.lc-wrapper .lc-buy--added:hover {
	background: var(--lc-success) !important;
	color: #fff !important;
	box-shadow: none;
	transform: none;
}
.lc-wrapper .lc-buy--full {
	width: 100%;
}
.lc-wrapper .lc-buy--submit {
	margin-top: 8px;
	padding: 14px 22px;
	font-size: .9rem;
}

/* ---- Mobile cards ---- */
.lc-cards {
	display: none;
}
.lc-mcard {
	background: #fff;
	border: 1px solid var(--lc-border);
	border-radius: var(--lc-radius, 16px);
	box-shadow: 0 1px 2px rgba(16,24,40,.04), 0 6px 20px rgba(16,24,40,.06);
	padding: 18px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 14px;
	margin-bottom: 14px;
}
.lc-mcard--destaque {
	border-left: 3px solid var(--lc-accent);
	background: var(--lc-destaque-bg, color-mix(in srgb, var(--lc-accent) 5%, #fff));
}
.lc-mcard__full {
	grid-column: 1 / -1;
}
.lc-ml {
	font-size: .62rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--lc-muted);
	display: block;
	margin-bottom: 3px;
}
.lc-mv {
	font-weight: 600;
	font-variant-numeric: tabular-nums;
}
.lc-mv--obs {
	font-weight: 500;
	color: var(--lc-muted);
}

/* ---- FAB ---- */
.lc-wrapper .lc-fab {
	position: sticky;
	bottom: 22px;
	float: right;
	margin-top: -8px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 56px;
	padding: 0 22px 0 20px;
	border-radius: 999px;
	background: var(--lc-primary);
	color: #fff;
	border: none;
	font: inherit;
	font-size: .95rem;
	font-weight: 700;
	letter-spacing: normal;
	text-transform: none;
	box-shadow: 0 12px 40px rgba(16,24,40,.14);
	cursor: pointer;
	z-index: 100;
	transition: transform .2s, box-shadow .2s;
}
.lc-wrapper .lc-fab:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 48px rgba(16,24,40,.2);
	background: var(--lc-primary);
	color: #fff;
}
.lc-fab__ic {
	font-size: 1.35rem;
}
.lc-fab__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	padding: 0 6px;
	background: #fff;
	color: var(--lc-primary);
	border: 2px solid var(--lc-primary);
	border-radius: 12px;
	font-size: .75rem;
	font-weight: 800;
}

/* ---- Modal ---- */
.lc-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.lc-modal *, .lc-modal *::before, .lc-modal *::after { box-sizing: border-box; }
.lc-modal h1, .lc-modal h2, .lc-modal h3,
.lc-modal h4, .lc-modal h5, .lc-modal h6 {
	background: none !important; text-shadow: none !important;
	padding: 0 !important; border: none !important;
	font-family: var(--lc-font, system-ui) !important;
	color: var(--lc-text, #111827) !important;
}
.lc-modal label {
	background: none !important; padding: 0 !important; border: none !important;
	font-size: .78rem !important; font-weight: 600 !important;
	letter-spacing: .04em !important; line-height: 1.3 !important;
	color: var(--lc-muted) !important;
	font-family: var(--lc-font, system-ui) !important;
}
.lc-modal button {
	font-family: var(--lc-font, system-ui); letter-spacing: normal;
	text-transform: none; text-decoration: none; text-shadow: none;
}
.lc-modal button:hover, .lc-modal button:focus {
	text-decoration: none; outline: none;
}
.lc-modal input[type="text"],
.lc-modal input[type="email"],
.lc-modal input[type="tel"],
.lc-modal input[type="number"],
.lc-modal textarea {
	width: 100% !important; font-size: .92rem !important; line-height: 1.4 !important;
	font-family: var(--lc-font, system-ui) !important;
	border: 1px solid var(--lc-border) !important;
	border-radius: var(--lc-radius, 16px) !important;
	padding: 10px 14px !important; background: #fff !important;
	color: var(--lc-text, #111827) !important;
}
.lc-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.5);
	backdrop-filter: blur(4px);
}
.lc-modal__content {
	position: relative;
	background: #fff;
	border-radius: calc(var(--lc-radius, 16px) + 4px);
	padding: 32px;
	max-width: 600px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	box-shadow: 0 24px 80px rgba(0,0,0,.2);
	animation: lcSlideUp .3s ease-out;
}
@keyframes lcSlideUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}
.lc-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 36px !important;
	height: 36px !important;
	border: none !important;
	background: var(--lc-surface, #F6F7F9) !important;
	border-radius: 50% !important;
	font-size: 1.3rem !important;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--lc-muted) !important;
	transition: background .2s;
	padding: 0 !important;
	box-shadow: none !important;
}
.lc-modal__close:hover {
	background: var(--lc-border) !important;
	color: var(--lc-text, #111827) !important;
	box-shadow: none !important;
}
.lc-modal__title {
	font-size: 1.3rem;
	font-weight: 800;
	margin: 0 0 16px;
}
.lc-modal__items {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 16px;
}
.lc-modal__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	background: var(--lc-surface, #F6F7F9);
	border-radius: var(--lc-radius, 16px);
	font-size: .9rem;
}
.lc-modal__item-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.lc-modal__item-title {
	font-weight: 700;
}
.lc-modal__item-credito {
	font-size: .82rem;
	color: var(--lc-muted);
}
.lc-modal__item-remove {
	border: none !important;
	background: none !important;
	color: var(--lc-primary) !important;
	cursor: pointer;
	font-size: 1.1rem !important;
	padding: 4px 8px !important;
	border-radius: 8px !important;
	transition: background .2s;
	box-shadow: none !important;
	width: auto !important; height: auto !important;
}
.lc-modal__item-remove:hover {
	background: rgba(var(--lc-primary-rgb), .1) !important;
	color: var(--lc-primary) !important;
	box-shadow: none !important;
}

/* ---- Form ---- */
.lc-form {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.lc-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
.lc-form__field {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.lc-form__field label {
	font-size: .78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: var(--lc-muted);
}
.lc-modal .lc-form__field input,
.lc-modal .lc-form__field textarea {
	border: 1px solid #D1D5DB !important;
	border-radius: var(--lc-radius, 16px) !important;
	padding: 10px 14px !important;
	font: inherit;
	font-size: .92rem !important;
	background: #F9FAFB !important;
	color: #111827 !important;
	transition: border-color .2s;
	outline: none;
}
.lc-modal .lc-form__field input:focus,
.lc-modal .lc-form__field textarea:focus {
	border-color: var(--lc-primary) !important;
	box-shadow: 0 0 0 3px rgba(var(--lc-primary-rgb), .12) !important;
	background: #fff !important;
}
button.lc-buy.lc-buy--submit {
	display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 6px;
	padding: 14px 22px !important; background: var(--lc-primary, #C92026) !important; color: #fff !important;
	border: none !important; border-radius: 999px !important;
	font-size: .9rem !important; font-weight: 800 !important; letter-spacing: .04em !important;
	text-transform: uppercase !important; cursor: pointer !important; white-space: nowrap;
	box-shadow: 0 2px 8px rgba(var(--lc-primary-rgb), .22) !important;
	width: 100% !important; margin-top: 8px; height: auto !important;
	visibility: visible !important; opacity: 1 !important;
	line-height: 1.4 !important;
}
button.lc-buy.lc-buy--submit:hover {
	background: var(--lc-primary, #C92026) !important; color: #fff !important;
	transform: translateY(-1px); box-shadow: 0 4px 16px rgba(var(--lc-primary-rgb), .32) !important;
}
.lc-modal .lc-buy {
	display: inline-flex !important; align-items: center; justify-content: center; gap: 6px;
	padding: 14px 22px !important; background: var(--lc-primary, #C92026) !important; color: #fff !important;
	border: none !important; border-radius: 999px !important;
	font-size: .9rem !important; font-weight: 800; letter-spacing: .04em;
	text-transform: uppercase; cursor: pointer; white-space: nowrap;
	box-shadow: 0 2px 8px rgba(var(--lc-primary-rgb), .22);
	width: 100%; margin-top: 8px;
}
.lc-modal .lc-buy:hover {
	background: var(--lc-primary, #C92026) !important; color: #fff !important;
	transform: translateY(-1px); box-shadow: 0 4px 16px rgba(var(--lc-primary-rgb), .32) !important;
}
.lc-form__status {
	text-align: center;
	font-size: .9rem;
	font-weight: 600;
	min-height: 24px;
}
.lc-form__status--success {
	color: var(--lc-success);
}
.lc-form__status--error {
	color: var(--lc-primary);
}
.lc-form__whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 8px;
	padding: 12px 24px;
	background: #25D366;
	color: #fff;
	border: none;
	border-radius: 999px;
	font: inherit;
	font-size: .9rem;
	font-weight: 700;
	text-decoration: none;
	width: 100%;
	cursor: pointer;
}

/* ---- Responsive ---- */

/* Large desktops — table comfortable */
@media (max-width: 1200px) {
	.lc-table thead th,
	.lc-table tbody td {
		padding: 14px 14px;
	}
	.lc-obs {
		max-width: 180px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

/* Medium screens — compact table before switching to cards */
@media (max-width: 1024px) {
	.lc-wrapper {
		padding: 30px 16px 120px;
	}
	.lc-hero {
		padding: 36px 28px;
	}
	.lc-hero__title {
		font-size: 1.9rem;
	}
	.lc-hero__sub {
		font-size: .95rem;
	}
	.lc-table thead th,
	.lc-table tbody td {
		padding: 12px 10px;
		font-size: .82rem;
	}
	.lc-cred-val {
		font-size: 1rem;
	}
	.lc-chip {
		width: 34px;
		height: 34px;
		font-size: 1rem;
		border-radius: 10px;
	}
	.lc-chip .lc-svg-icon svg {
		width: 17px;
		height: 17px;
	}
	.lc-adm__logo {
		width: 34px;
		height: 34px;
	}
	.lc-buy {
		padding: 8px 16px;
		font-size: .75rem;
	}
}

/* Landscape phones — force card layout, compact */
@media (max-width: 960px) and (orientation: landscape),
       (max-height: 500px) and (orientation: landscape) {
	.lc-listings { display: none; }
	.lc-cards { display: block; }
	.lc-mcard {
		grid-template-columns: repeat(4, 1fr);
		padding: 12px 16px;
		gap: 6px 16px;
	}
	.lc-mcard__full { grid-column: 1 / -1; }
	.lc-mcard .lc-ml, .lc-mcard .lc-mv { font-size: .82rem; }
	.lc-mcard .lc-cred-val { font-size: 1rem; }
	.lc-mcard .lc-mv--obs { font-size: .8rem; }
	.lc-mcard .lc-buy, .lc-mcard .lc-reserved { font-size: .8rem; padding: 8px 16px; }
}

/* Tablet / small laptops — switch to card layout */
@media (max-width: 960px) {
	.lc-wrapper {
		padding: 16px 12px 120px;
	}
	.lc-hero {
		padding: 28px 20px;
		border-radius: calc(var(--lc-radius, 16px) + 2px);
	}
	.lc-hero__title {
		font-size: 1.55rem;
	}
	.lc-hero__sub {
		font-size: .9rem;
	}
	.lc-hero__stats {
		flex-wrap: wrap;
		font-size: .78rem;
		gap: 6px;
	}
	.lc-toolbar {
		margin: 16px 0 12px;
		gap: 8px;
	}
	.lc-segment {
		width: auto;
		overflow-x: visible;
	}
	.lc-tab--cat { display: none !important; }
	.lc-cat-dropdown { display: inline-block; }
	.lc-print {
		display: none;
	}
	.lc-listings {
		display: none;
	}
	.lc-cards {
		display: block;
	}
	.lc-mcard {
		padding: 16px;
		gap: 8px 12px;
	}
	.lc-form__row {
		grid-template-columns: 1fr;
	}
	.lc-modal__content {
		padding: 24px 20px;
		margin: 12px;
		max-height: calc(100vh - 40px);
		border-radius: var(--lc-radius, 16px);
	}
	.lc-modal {
		padding: 0;
	}
	.lc-fab {
		bottom: 16px;
		font-size: .85rem;
		height: 50px;
		padding: 0 18px 0 16px;
	}
}

/* Small phones */
@media (max-width: 480px) {
	.lc-wrapper {
		padding: 10px 8px 110px;
	}
	.lc-hero {
		padding: 22px 16px;
		border-radius: var(--lc-radius, 16px);
	}
	.lc-hero__title {
		font-size: 1.3rem;
	}
	.lc-hero__sub {
		font-size: .82rem;
	}
	.lc-hero__stats {
		font-size: .72rem;
		margin-top: 14px;
	}
	.lc-hero__logo {
		height: 30px;
		margin-bottom: 12px;
	}
	.lc-segment {
		padding: 3px;
		gap: 2px;
	}
	.lc-tab {
		padding: 7px 11px;
		font-size: .76rem;
	}
	.lc-mcard {
		padding: 14px;
		gap: 6px 10px;
		border-radius: calc(var(--lc-radius, 16px) - 2px);
	}
	.lc-mcard .lc-credito {
		gap: 8px;
	}
	.lc-mcard .lc-cred-val {
		font-size: 1.05rem;
	}
	.lc-mcard .lc-chip {
		width: 36px;
		height: 36px;
	}
	.lc-ml {
		font-size: .58rem;
	}
	.lc-mv {
		font-size: .85rem;
	}
	.lc-buy--full {
		padding: 12px 16px;
		font-size: .78rem;
	}
	.lc-fab {
		bottom: 12px;
		height: 46px;
		font-size: .8rem;
		padding: 0 14px 0 12px;
		gap: 6px;
	}
	.lc-fab__ic {
		font-size: 1.1rem;
	}
	.lc-fab__badge {
		min-width: 20px;
		height: 20px;
		font-size: .68rem;
	}
	.lc-modal__content {
		padding: 20px 16px;
		margin: 8px;
	}
	.lc-modal__title {
		font-size: 1.1rem;
	}
	.lc-modal__item {
		padding: 10px 12px;
		font-size: .82rem;
	}
	.lc-form__field label {
		font-size: .7rem;
	}
	.lc-form__field input,
	.lc-form__field textarea {
		padding: 9px 12px;
		font-size: .85rem;
	}
}

/* Very small screens (320px) */
@media (max-width: 360px) {
	.lc-hero__title {
		font-size: 1.15rem;
	}
	.lc-hero__sub {
		font-size: .78rem;
	}
	.lc-mcard {
		grid-template-columns: 1fr;
		padding: 12px;
	}
	.lc-tab {
		padding: 6px 9px;
		font-size: .72rem;
	}
}

/* ---- Print ---- */
@media print {
	.lc-toolbar, .lc-fab, .lc-buy, .lc-print {
		display: none !important;
	}
	.lc-wrapper {
		padding: 0;
	}
	.lc-hero {
		padding: 20px;
		border-radius: 0;
	}
	.lc-listings {
		border-radius: 0;
		box-shadow: none;
	}
}

/* Hidden helper */
.lc-hidden {
	display: none !important;
}

/* ── Frontend Edit Button ── */
.lc-wrapper .lc-edit-btn {
	position: absolute; top: 6px; right: 6px; z-index: 5;
	width: 28px; height: 28px; border: none; border-radius: 6px;
	background: rgba(0,0,0,.05); cursor: pointer;
	font-size: 14px; line-height: 1; letter-spacing: normal; text-transform: none;
	display: flex; align-items: center; justify-content: center;
	opacity: 0; transition: opacity .2s, background .2s; padding: 0;
}
.lc-row { position: relative; }
.lc-row:hover .lc-edit-btn,
.lc-mcard:hover .lc-edit-btn { opacity: 1; }
.lc-edit-btn:hover { background: rgba(0,0,0,.12); }
.lc-mcard { position: relative; }
.lc-mcard .lc-edit-btn { opacity: 1; top: 8px; right: 8px; }

/* ── Frontend Quick Edit Modal ── */
.lc-fe-modal {
	position: fixed; inset: 0; z-index: 999999;
	display: flex; align-items: center; justify-content: center;
}
.lc-fe-modal *,
.lc-fe-modal *::before,
.lc-fe-modal *::after {
	box-sizing: border-box;
}
.lc-fe-modal button {
	background: none; border: none; padding: 0; margin: 0;
	font-family: var(--lc-font, system-ui); font-size: inherit;
	letter-spacing: normal; text-transform: none; text-decoration: none;
	text-shadow: none; box-shadow: none; border-radius: 0;
	line-height: 1.4; cursor: pointer; color: inherit;
}
.lc-fe-modal h1, .lc-fe-modal h2, .lc-fe-modal h3,
.lc-fe-modal h4, .lc-fe-modal h5, .lc-fe-modal h6 {
	background: none !important; color: #111827 !important;
	text-shadow: none !important; padding: 0 !important;
	border: none !important; margin: 0 !important;
	font-family: var(--lc-font, system-ui) !important;
}
.lc-fe-modal label {
	background: none !important; color: #6B7280 !important;
	padding: 0 !important; border: none !important;
	font-size: .68rem !important; font-weight: 600 !important;
	letter-spacing: .04em !important; line-height: 1.3 !important;
	font-family: var(--lc-font, system-ui) !important;
}
.lc-fe-modal button:hover,
.lc-fe-modal button:focus {
	background: none; color: inherit; box-shadow: none;
	text-decoration: none; border-style: none; outline: none;
}
.lc-fe-modal input[type="text"],
.lc-fe-modal input[type="number"],
.lc-fe-modal select,
.lc-fe-modal textarea {
	width: 100%; font-size: .85rem; line-height: 1.4;
	font-family: var(--lc-font, system-ui);
}
.lc-fe-modal__overlay {
	position: absolute; inset: 0;
	background: rgba(0,0,0,.5); backdrop-filter: blur(4px);
}
.lc-fe-modal__content {
	position: relative; z-index: 1;
	background: #fff; border-radius: 16px;
	width: 95%; max-width: 640px; max-height: 90vh;
	overflow-y: auto; padding: 28px; box-shadow: 0 24px 64px rgba(0,0,0,.2);
}
.lc-fe-modal__close {
	position: absolute; top: 12px; right: 14px;
	background: none !important; border: none !important; font-size: 22px;
	cursor: pointer; color: #9CA3AF !important; line-height: 1;
	padding: 4px !important; width: auto !important; height: auto !important;
	border-radius: 4px !important; box-shadow: none !important;
}
.lc-fe-modal__close:hover { color: #374151 !important; background: rgba(0,0,0,.05) !important; box-shadow: none !important; }
.lc-fe-modal__title {
	font-size: 1.1rem !important; font-weight: 700 !important; margin: 0 0 16px !important;
	color: #111827 !important; font-family: var(--lc-font, system-ui) !important;
	background: none !important; padding: 0 !important;
	border: none !important; box-shadow: none !important;
	text-shadow: none !important; letter-spacing: normal !important;
	line-height: 1.3 !important;
}

.lc-fe-section { margin-bottom: 18px; }
.lc-fe-section__title {
	font-size: .65rem; font-weight: 800;
	color: var(--lc-primary, #C92026); text-transform: uppercase;
	letter-spacing: .06em; margin-bottom: 8px; padding-bottom: 5px;
	border-bottom: 1px solid color-mix(in srgb, var(--lc-primary, #C92026) 15%, transparent);
}
.lc-fe-grid { display: grid; gap: 10px; }
.lc-fe-grid--2 { grid-template-columns: 1fr 1fr; }
.lc-fe-grid--3 { grid-template-columns: 1fr 1fr 1fr; }
.lc-fe-grid + .lc-fe-grid { margin-top: 10px; }
.lc-fe-field { display: flex; flex-direction: column; gap: 4px; }
.lc-fe-field label {
	font-size: .68rem; font-weight: 700; color: #6B7280;
	text-transform: uppercase; letter-spacing: .04em;
}
.lc-fe-modal .lc-fe-field input[type="text"],
.lc-fe-modal .lc-fe-field input[type="number"],
.lc-fe-modal .lc-fe-field select,
.lc-fe-modal .lc-fe-field textarea {
	width: 100% !important; font-size: .85rem !important; border: 1px solid #E5E7EB !important;
	border-radius: 8px !important; padding: 8px 12px !important; color: #111827 !important;
	background: #F9FAFB !important; font-family: var(--lc-font, system-ui) !important;
	outline: none; transition: border-color .2s, box-shadow .2s;
	box-sizing: border-box; line-height: 1.4 !important;
}
.lc-fe-modal .lc-fe-field input:focus,
.lc-fe-modal .lc-fe-field select:focus,
.lc-fe-modal .lc-fe-field textarea:focus {
	border-color: var(--lc-primary, #C92026) !important;
	box-shadow: 0 0 0 3px rgba(201,32,38,.1) !important;
	background: #fff !important;
}
.lc-fe-field--check {
	display: flex; flex-direction: row; align-items: center; padding-top: 20px;
}
.lc-fe-field--check label {
	display: flex; align-items: center; gap: 8px;
	font-size: .82rem; font-weight: 600; color: #111827;
	text-transform: none; letter-spacing: 0; cursor: pointer;
}
.lc-fe-field input[type="checkbox"] {
	width: 16px; height: 16px; accent-color: var(--lc-primary, #C92026); cursor: pointer;
}
.lc-fe-actions {
	display: flex; align-items: center; gap: 10px;
	margin-top: 18px; padding-top: 14px; border-top: 1px solid #E5E7EB;
}
.lc-fe-modal .lc-fe-cancel {
	padding: 8px 20px !important; border-radius: 999px !important; border: 1px solid #D1D5DB !important;
	background: #fff !important; font-weight: 700; font-size: .85rem !important; cursor: pointer;
	color: #374151 !important; transition: all .15s; letter-spacing: normal !important;
	text-transform: none !important; display: inline-block;
}
.lc-fe-modal .lc-fe-cancel:hover { background: #F3F4F6 !important; color: #374151 !important; }
.lc-fe-modal .lc-fe-save {
	padding: 8px 24px !important; border-radius: 999px !important; border: none !important;
	background: var(--lc-primary, #C92026) !important; color: #fff !important;
	font-weight: 800; font-size: .85rem !important; cursor: pointer;
	box-shadow: 0 2px 8px rgba(201,32,38,.22); letter-spacing: normal !important;
	text-transform: none !important; display: inline-block;
	transition: all .15s;
}
.lc-fe-modal .lc-fe-save:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(201,32,38,.32) !important; background: var(--lc-primary, #C92026) !important; color: #fff !important; }
.lc-fe-modal .lc-fe-save:disabled { opacity: .6; transform: none; }
.lc-fe-modal .lc-fe-trash {
	padding: 8px 16px !important; border-radius: 999px !important; border: 1px solid #fecaca !important;
	background: #fef2f2 !important; color: #dc2626 !important; font-weight: 700; font-size: .8rem !important;
	cursor: pointer; transition: all .15s; letter-spacing: normal !important; text-transform: none !important;
}
.lc-fe-modal .lc-fe-trash:hover { background: #fee2e2 !important; border-color: #f87171 !important; }
.lc-fe-modal .lc-fe-print {
	padding: 8px 16px !important; border-radius: 999px !important; border: 1px solid #e5e7eb !important;
	background: #f9fafb !important; color: #374151 !important; font-weight: 700; font-size: .8rem !important;
	cursor: pointer; transition: all .15s; letter-spacing: normal !important; text-transform: none !important;
}
.lc-fe-modal .lc-fe-print:hover { background: #f3f4f6 !important; border-color: #d1d5db !important; }
.lc-fe-modal .lc-fe-print-int {
	padding: 8px 16px !important; border-radius: 999px !important; border: 1px solid #c7d2fe !important;
	background: #eef2ff !important; color: #4338ca !important; font-weight: 700; font-size: .8rem !important;
	cursor: pointer; transition: all .15s; letter-spacing: normal !important; text-transform: none !important;
}
.lc-fe-modal .lc-fe-print-int:hover { background: #e0e7ff !important; border-color: #a5b4fc !important; }
.lc-fe-actions { flex-wrap: wrap; }
.lc-fe-status { font-size: .85rem; font-weight: 700; }

@media (max-width: 640px) {
	.lc-fe-modal__content { padding: 20px; }
	.lc-fe-grid--2, .lc-fe-grid--3 { grid-template-columns: 1fr; }
}

/* ── Show all / overflow ── */
.lc-overflow-hidden { display: none !important; }
.lc-show-all-wrap {
	text-align: center;
	padding: 24px 0 8px;
}
.lc-wrapper .lc-show-all {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px;
	padding: 14px 36px !important;
	background: var(--lc-primary) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 999px !important;
	font-family: var(--lc-font, system-ui);
	font-size: .9rem !important;
	font-weight: 700 !important;
	cursor: pointer;
	transition: transform .2s, box-shadow .2s;
	box-shadow: 0 4px 16px rgba(var(--lc-primary-rgb), .25);
}
.lc-wrapper .lc-show-all:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 24px rgba(var(--lc-primary-rgb), .35);
	background: var(--lc-primary) !important;
	color: #fff !important;
}
.lc-show-all__count {
	opacity: .7;
	font-weight: 400;
	font-size: .82rem;
}

/* ── Captcha ── */
.lc-captcha { max-width: 220px; }
.lc-captcha label { font-size: .9rem !important; }
.lc-captcha input[type="number"] { text-align: center; font-size: 1.1rem; font-weight: 700; letter-spacing: 2px; }
.lc-captcha input[type="number"]::-webkit-inner-spin-button,
.lc-captcha input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.lc-captcha input[type="number"] { -moz-appearance: textfield; }

/* ── Toast notification ── */
#lc-toast {
	position: fixed;
	top: 24px;
	left: 50%;
	transform: translateX(-50%) translateY(-20px);
	z-index: 999999;
	display: flex;
	align-items: center;
	gap: 12px;
	background: #fff;
	color: #1A1F27;
	padding: 16px 28px;
	border-radius: 14px;
	box-shadow: 0 12px 40px rgba(0,0,0,.18), 0 0 0 1px rgba(0,0,0,.05);
	font-family: var(--lc-font, 'Manrope', sans-serif);
	font-size: 15px;
	font-weight: 600;
	opacity: 0;
	transition: opacity .35s ease, transform .35s ease;
	pointer-events: none;
}
#lc-toast.lc-toast--visible {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
	pointer-events: auto;
}
.lc-toast__icon { font-size: 22px; flex-shrink: 0; }
.lc-toast__text { line-height: 1.4; }

/* Logo picker in quick edit */
.lc-fe-logos { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.lc-fe-logo { width: 60px; height: 60px; border: 2px solid #ddd; border-radius: 8px; cursor: pointer; display: flex; align-items: center; justify-content: center; padding: 4px; background: #fff; transition: border-color .2s, box-shadow .2s; }
.lc-fe-logo:hover { border-color: #999; }
.lc-fe-logo--active { border-color: #c0392b; box-shadow: 0 0 0 2px rgba(192,57,43,.3); }
.lc-fe-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }

/* Toolbar actions (filters + print mobile) */
.lc-toolbar-actions { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.lc-print-action { }

/* Print selection modal */
.lc-pm { position: fixed; inset: 0; z-index: 100000; display: flex; align-items: center; justify-content: center; }
.lc-pm__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.45); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.lc-pm__content { position: relative; background: #fff !important; border-radius: 14px; width: 92vw; max-width: 620px; max-height: 82vh; display: flex; flex-direction: column; box-shadow: 0 20px 60px rgba(0,0,0,.25); color: #1a1f27; font-family: system-ui, -apple-system, sans-serif; }
.lc-pm__content * { box-sizing: border-box; }
.lc-pm__header { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px 0; }
.lc-pm__close { background: none !important; border: none !important; font-size: 1.3rem; cursor: pointer; color: #9ca3af !important; line-height: 1; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: 6px; transition: background .15s, color .15s; }
.lc-pm__close:hover { background: #f3f4f6 !important; color: #1a1f27 !important; }
.lc-pm__title { font-size: 1rem !important; font-weight: 700 !important; color: #1a1f27 !important; background: none !important; margin: 0 !important; padding: 0 !important; line-height: 1.3 !important; }
.lc-pm__cats { display: flex; flex-wrap: wrap; gap: 5px; padding: 12px 20px 0; }
.lc-pm__cat { white-space: nowrap; padding: 4px 10px !important; border-radius: 6px !important; border: 1px solid #e5e7eb !important; background: #fafafa !important; color: #6b7280 !important; font-size: .7rem !important; font-weight: 600 !important; cursor: pointer; transition: all .15s; line-height: 1.4 !important; outline: none !important; box-shadow: none !important; }
.lc-pm__cat b { font-weight: 700; margin-left: 2px; color: inherit !important; background: none !important; }
.lc-pm__cat:focus { outline: none !important; box-shadow: none !important; }
.lc-pm__cat:hover { border-color: var(--lc-primary, #C92026) !important; color: var(--lc-primary, #C92026) !important; background: #fff !important; }
.lc-pm__cat--active, .lc-pm__cat--active:hover, .lc-pm__cat--active:focus { background: var(--lc-primary, #C92026) !important; color: #fff !important; border-color: var(--lc-primary, #C92026) !important; outline: none !important; box-shadow: none !important; }
.lc-pm__actions-top { display: flex; align-items: center; justify-content: space-between; padding: 10px 20px; border-bottom: 1px solid #f0f0f0; }
.lc-pm__select-all { display: flex; align-items: center; gap: 6px; font-size: .78rem !important; font-weight: 600 !important; cursor: pointer; color: #6b7280 !important; background: none !important; }
.lc-pm__select-all input { width: 14px; height: 14px; accent-color: var(--lc-primary, #C92026); }
.lc-pm__count { font-size: .75rem; color: #9ca3af; }
.lc-pm__list { flex: 1; overflow-y: auto; padding: 0 20px; }
.lc-pm__list-head { display: grid; grid-template-columns: 28px 1fr 1fr 72px; gap: 8px; align-items: center; padding: 8px 0 4px; font-size: .65rem; font-weight: 700; color: #9ca3af; text-transform: uppercase; letter-spacing: .05em; border-bottom: 1px solid #f0f0f0; }
.lc-pm__item { display: grid; grid-template-columns: 28px 1fr 1fr 72px; gap: 8px; align-items: center; padding: 7px 0; border-bottom: 1px solid #f8f8f8; cursor: pointer; transition: background .1s; }
.lc-pm__item:hover { background: #fafbfc; }
.lc-pm__item:last-child { border-bottom: none; }
.lc-pm__item input { width: 14px; height: 14px; accent-color: var(--lc-primary, #C92026); flex-shrink: 0; }
.lc-pm__col-val { font-size: .82rem !important; font-weight: 700 !important; color: #1a1f27 !important; background: none !important; padding: 0 !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lc-pm__col-adm { font-size: .78rem !important; color: #6b7280 !important; background: none !important; padding: 0 !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lc-pm__item-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: .65rem !important; font-weight: 700 !important; text-transform: uppercase; letter-spacing: .03em; text-align: center; }
.lc-pm__item-badge--sim { background: #dcfce7 !important; color: #166534 !important; }
.lc-pm__item-badge--nao { background: #f1f5f9 !important; color: #94a3b8 !important; }
.lc-pm__actions { display: flex; gap: 8px; justify-content: flex-end; padding: 14px 20px; border-top: 1px solid #f0f0f0; }
.lc-pm__btn { padding: 8px 18px !important; border: none !important; border-radius: 8px !important; font-size: .8rem !important; font-weight: 700 !important; cursor: pointer; transition: transform .15s; line-height: 1.4 !important; }
.lc-pm__btn:hover { transform: translateY(-1px); }
.lc-pm__btn--secondary { background: #f3f4f6 !important; color: #374151 !important; }
.lc-pm__btn--primary { background: var(--lc-primary, #C92026) !important; color: #fff !important; }
.lc-pm__btn--dark { background: #1e293b !important; color: #fff !important; }
.lc-pm__btn--whatsapp { background: #25D366 !important; color: #fff !important; font-weight: 700; }
