@font-face {
	font-display: swap;
	font-family: "LFC Inter";
	font-style: normal;
	font-weight: 400;
	src: url("../../assets/fonts/Inter-Regular.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "LFC Inter";
	font-style: normal;
	font-weight: 600;
	src: url("../../assets/fonts/Inter-SemiBold.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "LFC Space Grotesk";
	font-style: normal;
	font-weight: 700;
	src: url("../../assets/fonts/SpaceGrotesk-Bold.ttf") format("truetype");
}

body.lfc-operator-page .site-header,
body.lfc-operator-page #masthead,
body.lfc-operator-page .main-navigation,
body.lfc-operator-page #site-navigation,
body.lfc-operator-page .site-footer,
body.lfc-operator-page #footer-widgets,
body.lfc-operator-page .footer-widgets,
body.lfc-operator-page .site-info,
body.lfc-operator-page .entry-header,
body.lfc-operator-page .page-header {
	display: none !important;
}

body.lfc-operator-page {
	background: #f6f5f0;
	overflow-x: hidden;
}

body.lfc-operator-page .site,
body.lfc-operator-page .site-content,
body.lfc-operator-page .content-area,
body.lfc-operator-page .inside-article,
body.lfc-operator-page .entry-content {
	background: transparent !important;
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

body.lfc-operator-page .entry-content > * {
	margin-top: 0;
}

:root {
	--lfc-op-bg: #f7f7f5;
	--lfc-op-sidebar: #EFEFEF;
	--lfc-op-surface: #ffffff;
	--lfc-op-surface-soft: #f8f8f6;
	--lfc-op-border: #deded9;
	--lfc-op-border-soft: #ecece7;
	--lfc-op-text: #151513;
	--lfc-op-muted: #73736d;
	--lfc-op-muted-soft: #a0a09a;
	--lfc-op-black: #11110f;
	--lfc-op-red: #d71920;
	--lfc-op-green: #1f7a3f;
	--lfc-op-yellow: #8a6200;
	--lfc-op-radius: 6px;
	--lfc-session-open-bg: #f2f2f2;
	--lfc-op-font: "LFC Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--lfc-op-font-ui: var(--lfc-op-font);
	--lfc-op-display: "LFC Space Grotesk", "LFC Inter", system-ui, sans-serif;
}

.lfc-operator-access {
	align-items: center;
	background: var(--lfc-op-bg);
	box-sizing: border-box;
	color: var(--lfc-op-text);
	display: grid;
	font-family: var(--lfc-op-font);
	justify-content: center;
	margin: -1px calc(50% - 50vw);
	min-height: 100vh;
	min-height: 100dvh;
	padding: 24px 20px;
	place-items: center;
	width: 100vw;
}

body.admin-bar .lfc-operator-access {
	min-height: calc(100vh - 32px);
	min-height: calc(100dvh - 32px);
}

@media (max-width: 782px) {
	body.admin-bar .lfc-operator-access {
		min-height: calc(100vh - 46px);
		min-height: calc(100dvh - 46px);
	}
}

.lfc-operator-access__card {
	background: var(--lfc-op-surface);
	border: 1px solid var(--lfc-op-border);
	border-radius: var(--lfc-op-radius);
	box-shadow: 0 18px 48px rgba(27, 27, 23, .08);
	max-width: 520px;
	padding: 34px;
	text-align: center;
	width: 100%;
}

.lfc-operator-access__brand {
	color: var(--lfc-op-muted);
	display: block;
	font-family: var(--lfc-op-display);
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 18px;
}

.lfc-operator-access h2 {
	font-family: var(--lfc-op-display);
	font-size: 34px;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 12px;
}

.lfc-operator-access p {
	color: var(--lfc-op-muted);
	font-size: 15px;
	line-height: 1.45;
	margin: 0 auto;
	max-width: 360px;
	text-align: center;
	text-wrap: balance;
}

.lfc-operator-access em {
	color: var(--lfc-op-muted-soft);
	display: block;
	font-size: 12px;
	font-style: normal;
	line-height: 1.4;
	margin-top: 14px;
}

.lfc-operator-access__form {
	margin-top: 24px;
	text-align: left;
}

.lfc-operator-access__form form,
.lfc-operator-access__form p {
	margin: 0;
}

.lfc-operator-access__form form {
	display: grid;
	gap: 14px;
}

.lfc-operator-access__form label {
	color: var(--lfc-op-muted);
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.lfc-operator-access__form input[type="text"],
.lfc-operator-access__form input[type="password"] {
	background: #fff;
	border: 1px solid var(--lfc-op-border);
	border-radius: 6px;
	box-shadow: none;
	color: var(--lfc-op-text);
	font: 400 15px/1.2 var(--lfc-op-font);
	min-height: 46px;
	outline: none;
	padding: 12px 13px;
	width: 100%;
}

.lfc-operator-access__form input[type="text"]:focus,
.lfc-operator-access__form input[type="password"]:focus {
	border-color: var(--lfc-op-black);
}

.lfc-operator-access__form .login-remember label {
	align-items: center;
	color: var(--lfc-op-text);
	display: inline-flex;
	font-size: 13px;
	gap: 8px;
	margin: 0;
	text-transform: none;
}

.lfc-operator-access__form input[type="checkbox"] {
	accent-color: var(--lfc-op-black);
}

.lfc-operator-access__form .login-submit {
	margin-top: 4px;
}

.lfc-operator-access__form input[type="submit"],
.lfc-operator-access__form button[type="submit"] {
	align-items: center;
	background: var(--lfc-op-black);
	border: 1px solid var(--lfc-op-black);
	border-radius: 6px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: 500 14px/1 var(--lfc-op-font);
	gap: 8px;
	justify-content: center;
	min-height: 44px;
	padding: 12px 18px;
	text-decoration: none;
	width: 100%;
}

.lfc-operator-access__form input[type="submit"]:hover,
.lfc-operator-access__form input[type="submit"]:focus-visible,
.lfc-operator-access__form button[type="submit"]:hover,
.lfc-operator-access__form button[type="submit"]:focus-visible {
	background: #2a2a25;
	border-color: #2a2a25;
	color: #fff;
}

.lfc-operator-access__form button[type="submit"] svg {
	fill: none;
	flex: 0 0 18px;
	height: 18px;
	max-height: 18px;
	max-width: 18px;
	min-height: 0;
	min-width: 0;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 18px;
}

.lfc-operator-access__submit {
	align-items: center !important;
	display: inline-flex !important;
	flex-direction: row !important;
	gap: 8px !important;
	justify-content: center !important;
}

.lfc-operator-access__button {
	align-items: center;
	background: var(--lfc-op-black);
	border: 1px solid var(--lfc-op-black);
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font: 500 14px/1 var(--lfc-op-font);
	gap: 8px;
	justify-content: center;
	margin-top: 22px;
	min-height: 44px;
	padding: 12px 18px;
	text-decoration: none;
	transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}

.lfc-operator-access__button:hover,
.lfc-operator-access__button:focus-visible {
	background: #2a2a25;
	border-color: #2a2a25;
	color: #fff;
}

.lfc-operator-access__button svg {
	fill: none;
	height: 16px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 16px;
}

.lfc-operator-shell {
	background: var(--lfc-op-bg);
	color: var(--lfc-op-text);
	display: flex;
	flex-direction: column;
	font-family: var(--lfc-op-font);
	letter-spacing: 0;
	margin: -1px calc(50% - 50vw);
	min-height: 100vh;
	width: 100vw;
}

.lfc-operator-shell *,
.lfc-operator-shell *::before,
.lfc-operator-shell *::after {
	box-sizing: border-box;
}

.lfc-operator-header {
	align-items: center;
	background: var(--lfc-op-sidebar);
	display: flex;
	justify-content: space-between;
	min-height: 72px;
	padding: 0 46px;
}

.lfc-operator-header-brand span {
	color: #050505;
	font-family: var(--lfc-op-display);
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.lfc-operator-header-actions {
	align-items: center;
	display: flex;
	gap: 12px;
}

.lfc-operator-body {
	display: grid;
	flex: 1;
	grid-template-columns: 292px minmax(0, 1fr);
	min-height: calc(100vh - 72px);
}

.lfc-operator-sidebar {
	background: var(--lfc-op-sidebar);
	display: flex;
	flex-direction: column;
	max-height: calc(100vh - 72px);
	min-height: calc(100vh - 72px);
	overflow-y: auto;
	padding: 0 18px 26px;
	position: sticky;
	top: 72px;
}

body.admin-bar .lfc-operator-sidebar {
	max-height: calc(100vh - 104px);
	top: 104px;
}

.lfc-operator-global-search,
.lfc-operator-pick-card {
	position: relative;
}

.lfc-operator-global-search {
	margin-bottom: 20px;
}

.lfc-operator-global-search > svg {
	fill: none;
	height: 18px;
	left: 14px;
	pointer-events: none;
	position: absolute;
	stroke: var(--lfc-op-muted);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	z-index: 1;
}

.lfc-operator-global-search input,
.lfc-operator-pick-card input,
.lfc-operator-search-form input,
.lfc-operator-form input,
.lfc-operator-form select,
.lfc-operator-form textarea,
.lfc-operator-product-row input {
	background: var(--lfc-op-surface);
	border: 1px solid var(--lfc-op-border);
	border-radius: 14px;
	color: var(--lfc-op-text);
	font: 400 14px/1.3 var(--lfc-op-font);
	min-height: 46px;
	outline: 0;
	padding: 12px 14px;
	transition: border-color .16s ease, background-color .16s ease;
	width: 100%;
}

.lfc-operator-global-search input {
	background: #fff;
	border-color: var(--lfc-op-border-soft);
	font-size: 14px;
	font-weight: 500;
	min-height: 46px;
	padding: 12px 14px 12px 42px;
}

.lfc-operator-global-search input:focus,
.lfc-operator-pick-card input:focus,
.lfc-operator-search-form input:focus,
.lfc-operator-form input:focus,
.lfc-operator-form select:focus,
.lfc-operator-form textarea:focus,
.lfc-operator-product-row input:focus {
	background: #fff;
	border-color: var(--lfc-op-black);
}

.lfc-operator-live-results,
.lfc-operator-product-results {
	background: var(--lfc-op-surface);
	border: 1px solid var(--lfc-op-border);
	border-radius: 16px;
	display: none;
	margin-top: 8px;
	max-height: 290px;
	overflow: auto;
	position: absolute;
	width: 100%;
	z-index: 20;
}

.lfc-operator-product-results {
	background: transparent;
	border: 0;
	position: static;
}

.lfc-operator-live-results.is-open,
.lfc-operator-product-results.is-open {
	display: block;
}

.lfc-operator-live-results button,
.lfc-operator-product-results button {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--lfc-op-border-soft);
	color: var(--lfc-op-text);
	cursor: pointer;
	display: block;
	font: 400 13px/1.35 var(--lfc-op-font);
	padding: 12px 14px;
	text-align: left;
	width: 100%;
}

.lfc-operator-live-results .lfc-operator-live-card {
	align-items: center;
	display: grid;
	gap: 3px 10px;
	grid-template-columns: minmax(0, 1fr) 10px;
	padding: 12px 14px;
}

.lfc-operator-live-card strong,
.lfc-operator-live-card span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lfc-operator-live-card span {
	color: var(--lfc-op-muted);
	font-size: 12px;
}

.lfc-operator-live-card__dot {
	background: #a21d21;
	border-radius: 50%;
	grid-column: 2;
	grid-row: 1 / span 2;
	height: 9px;
	width: 9px;
}

.lfc-operator-live-card__dot--active {
	background: #1f7a3f;
}

.lfc-operator-live-card__dot--expiring {
	background: #c38b00;
}

.lfc-operator-live-card__dot--expired,
.lfc-operator-live-card__dot--disabled {
	background: #a21d21;
}

.lfc-operator-live-results button:hover,
.lfc-operator-live-results button.is-active,
.lfc-operator-live-results button:focus-visible,
.lfc-operator-product-results button:hover {
	background: var(--lfc-op-surface-soft);
}

.lfc-operator-product-results .lfc-operator-product-option {
	background: #fff;
	border: 1px solid var(--lfc-op-border);
	border-radius: 6px;
	margin-bottom: 8px;
}

.lfc-operator-product-results .lfc-operator-product-option:hover {
	background: #fff;
	border-color: #c9c9c1;
}

.lfc-operator-nav {
	display: grid;
	gap: 6px;
	margin-top: 4px;
}

.lfc-operator-nav a {
	align-items: center;
	border-radius: 16px;
	color: #302f2a;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	gap: 12px;
	min-height: 46px;
	padding: 12px 13px;
	text-decoration: none;
	transition: background-color .16s ease, color .16s ease;
}

.lfc-operator-sidebar-footer {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 7px;
	justify-content: center;
	margin-top: auto;
	padding: 28px 0 6px;
}

.lfc-operator-sidebar-footer img {
	display: block;
	filter: brightness(0);
	height: auto;
	max-height: 24px;
	max-width: 126px;
	object-fit: contain;
	opacity: .58;
	width: auto;
}

.lfc-operator-sidebar-footer span {
	color: #302f2a;
	display: block;
	font-family: var(--lfc-op-font-ui);
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	opacity: .78;
	padding: 4px 0;
}

.lfc-operator-nav a:hover {
	background: rgba(17, 17, 15, .06);
	color: var(--lfc-op-black);
}

.lfc-operator-nav a.is-active {
	background: var(--lfc-op-black);
	color: #fff;
}

.lfc-operator-nav svg {
	fill: none;
	flex: 0 0 auto;
	height: 20px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 20px;
}

.lfc-operator-main {
	background: var(--lfc-op-surface);
	min-width: 0;
	padding: 34px 46px 52px;
}

.lfc-operator-hero {
	margin-bottom: 28px;
}

.lfc-operator-hero p,
.lfc-operator-page-head p {
	color: var(--lfc-op-muted);
	font-size: 15px;
	margin: 0 0 8px;
}

.lfc-operator-hero h1,
.lfc-operator-page-head h1 {
	color: var(--lfc-op-text);
	font-family: var(--lfc-op-display);
	font-size: 48px;
	letter-spacing: 0;
	line-height: .9;
	margin: 0;
	text-transform: uppercase;
}

.lfc-operator-hero h1 {
	margin-bottom: 8px;
}

.lfc-operator-hero p {
	margin: 0;
}

.lfc-operator-page-head {
	margin-bottom: 24px;
}

.lfc-operator-panel,
.lfc-operator-results article,
.lfc-operator-detail-grid > div,
.lfc-operator-created,
.lfc-operator-selected-card,
.lfc-operator-session-list article,
.lfc-operator-product-row {
	background: var(--lfc-op-surface);
	border: 1px solid var(--lfc-op-border);
	border-radius: var(--lfc-op-radius);
}

.lfc-operator-panel {
	padding: 22px 22px 18px;
}

.lfc-operator-chart-panel {
	border-width: 0 0 1px;
	padding: 0 0 20px;
}

.lfc-operator-panel__header {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
}

.lfc-operator-panel__header span,
.lfc-operator-metrics span,
.lfc-operator-results span,
.lfc-operator-detail-grid span,
.lfc-operator-session-list span {
	color: var(--lfc-op-muted);
}

.lfc-operator-panel__header span,
.lfc-operator-metrics span {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.lfc-operator-panel__header strong {
	color: var(--lfc-op-text);
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin-top: 3px;
}

.lfc-operator-chart {
	display: block;
	height: auto;
	min-height: 250px;
	width: 100%;
}

.lfc-operator-chart line {
	stroke: #e6e6e0;
	stroke-dasharray: 2 8;
}

.lfc-operator-chart text {
	fill: var(--lfc-op-muted-soft);
	font-family: var(--lfc-op-font);
	font-size: 11px;
	font-weight: 400;
}

.lfc-operator-chart__day {
	text-anchor: middle;
}

.lfc-operator-chart__bar {
	fill: #242420;
	opacity: .86;
}

.lfc-operator-metrics,
.lfc-operator-detail-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 16px;
}

.lfc-operator-metrics > div {
	background: var(--lfc-op-surface-soft);
	border: 1px solid var(--lfc-op-border-soft);
	border-radius: 18px;
	min-height: 122px;
	padding: 18px;
}

.lfc-operator-dashboard-metrics > div {
	background: transparent;
	border: 0;
	min-height: 0;
	padding: 0;
}

.lfc-operator-metrics strong {
	color: var(--lfc-op-text);
	display: block;
	font-family: var(--lfc-op-display);
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.1;
	margin-top: 18px;
	overflow-wrap: anywhere;
}

.lfc-operator-dashboard-metrics strong {
	margin-top: 8px;
}

.lfc-operator-stats-filter {
	align-items: end;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(220px, 280px) auto;
	margin-bottom: 18px;
}

.lfc-operator-stats-filter label {
	display: grid;
	gap: 7px;
}

.lfc-operator-stats-filter label > span,
.lfc-operator-stats-filter > span {
	color: var(--lfc-op-muted);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.lfc-operator-stats-filter__label {
	align-items: center;
	display: flex;
	gap: 7px;
	min-width: 0;
}

.lfc-operator-stats-filter__label em {
	align-items: center;
	color: inherit;
	display: inline-flex;
	font-style: normal;
	font-weight: 500;
	min-width: 0;
	text-transform: none;
	white-space: nowrap;
}

.lfc-operator-stats-filter__label em::before {
	color: inherit;
	content: "·";
	margin-right: 7px;
}

.lfc-operator-stats-filter select {
	background: var(--lfc-op-surface);
	border: 1px solid var(--lfc-op-border);
	border-radius: 6px;
	color: var(--lfc-op-text);
	font-family: var(--lfc-op-font-ui);
	font-size: 14px;
	min-height: 44px;
	padding: 10px 12px;
}

.lfc-operator-stats-filter button {
	align-items: center;
	background: var(--lfc-op-black);
	border: 0;
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-family: var(--lfc-op-font-ui);
	font-size: 14px;
	font-weight: 600;
	gap: 8px;
	justify-content: center;
	justify-self: start;
	max-width: 220px;
	min-height: 44px;
	padding: 10px 16px;
	white-space: nowrap;
	width: min(220px, 20vw);
}

.lfc-operator-stats-filter button:hover,
.lfc-operator-stats-filter button:focus-visible {
	background: #000;
	color: #fff;
}

.lfc-operator-stats-filter button svg {
	fill: none;
	height: 16px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 16px;
}

.lfc-operator-stats-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lfc-operator-stat-card {
	background: var(--lfc-op-surface-soft);
	border: 1px solid var(--lfc-op-border-soft);
	border-radius: 6px;
	display: grid;
	gap: 14px;
	min-height: 132px;
	padding: 18px;
}

.lfc-operator-stat-card > div {
	align-items: center;
	display: flex;
	gap: 7px;
	min-width: 0;
}

.lfc-operator-stat-card span {
	color: var(--lfc-op-muted);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.lfc-operator-stat-card strong {
	color: var(--lfc-op-text);
	font-family: var(--lfc-op-display);
	font-size: 28px;
	line-height: 1;
}

.lfc-operator-stat-card em {
	color: var(--lfc-op-muted);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.25;
}

.lfc-operator-stat-card em.is-positive {
	color: var(--lfc-op-green);
}

.lfc-operator-stat-card em.is-negative {
	color: #9d1b1f;
}

.lfc-operator-stat-info {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--lfc-op-muted);
	cursor: help;
	display: inline-flex;
	height: 18px;
	justify-content: center;
	padding: 0;
	position: relative;
	width: 18px;
}

.lfc-operator-stat-info svg {
	fill: none;
	height: 16px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 16px;
}

.lfc-operator-stat-info span {
	background: #242420;
	border-radius: 6px;
	bottom: calc(100% + 8px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	left: 50%;
	line-height: 1.35;
	max-width: 280px;
	min-width: 230px;
	opacity: 0;
	padding: 10px 11px;
	pointer-events: none;
	position: absolute;
	text-transform: none;
	transform: translate(-50%, 4px);
	transition: opacity .16s ease, transform .16s ease;
	z-index: 6;
}

.lfc-operator-stat-info:hover span,
.lfc-operator-stat-info:focus span,
.lfc-operator-stat-info:focus-visible span {
	opacity: 1;
	transform: translate(-50%, 0);
}

.lfc-operator-stats-tables {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 18px;
}

.lfc-operator-stats-table-card {
	background: var(--lfc-op-surface);
	border: 1px solid var(--lfc-op-border-soft);
	border-radius: 6px;
	min-width: 0;
	padding: 18px;
}

.lfc-operator-stats-table-card h2 {
	font-family: var(--lfc-op-display);
	font-size: 16px;
	line-height: 1;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.lfc-operator-stats-table-wrap {
	overflow-x: auto;
}

.lfc-operator-stats-table {
	border: 0;
	border-collapse: collapse;
	font-family: var(--lfc-op-font-ui);
	min-width: 0;
	table-layout: fixed;
	width: 100%;
}

.lfc-operator-stats-table th {
	background: #f2f2f2;
	border: 0;
	color: var(--lfc-op-muted);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	padding: 10px;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
}

.lfc-operator-stats-table td {
	border: 0;
	border-bottom: 1px solid #f2f2f2;
	color: var(--lfc-op-text);
	font-size: 13px;
	line-height: 1.3;
	padding: 10px;
	vertical-align: middle;
}

.lfc-operator-stats-table a {
	color: var(--lfc-op-text);
	font-weight: 600;
	text-decoration: none;
}

.lfc-operator-stats-table a:hover {
	text-decoration: underline;
}

.lfc-operator-stats-table td:nth-child(n+2) {
	white-space: nowrap;
}

.lfc-operator-stats-table--clients th:nth-child(1),
.lfc-operator-stats-table--clients td:nth-child(1) {
	width: 46%;
}

.lfc-operator-stats-table--clients th:nth-child(2),
.lfc-operator-stats-table--clients td:nth-child(2) {
	width: 10%;
}

.lfc-operator-stats-table--clients th:nth-child(3),
.lfc-operator-stats-table--clients td:nth-child(3),
.lfc-operator-stats-table--clients th:nth-child(4),
.lfc-operator-stats-table--clients td:nth-child(4) {
	width: 15%;
}

.lfc-operator-stats-table--clients th:nth-child(5),
.lfc-operator-stats-table--clients td:nth-child(5) {
	width: 14%;
}

.lfc-operator-stats-table--products th:nth-child(1),
.lfc-operator-stats-table--products td:nth-child(1) {
	width: 58%;
}

.lfc-operator-stats-table--products th:nth-child(2),
.lfc-operator-stats-table--products td:nth-child(2) {
	width: 10%;
}

.lfc-operator-stats-table--products th:nth-child(3),
.lfc-operator-stats-table--products td:nth-child(3),
.lfc-operator-stats-table--products th:nth-child(4),
.lfc-operator-stats-table--products td:nth-child(4) {
	width: 16%;
}

.lfc-operator-stats-table--clients td:first-child,
.lfc-operator-stats-table--products td:first-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lfc-operator-stats-table--clients td:first-child a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lfc-operator-stats-empty {
	color: var(--lfc-op-muted) !important;
	padding: 22px !important;
	text-align: center;
}

.lfc-operator-search-form {
	display: flex;
	gap: 10px;
	margin-bottom: 18px;
	max-width: 820px;
}

.lfc-operator-archive-search {
	position: relative;
}

.lfc-operator-archive-search > svg {
	fill: none;
	height: 18px;
	left: 14px;
	pointer-events: none;
	position: absolute;
	stroke: var(--lfc-op-muted);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	z-index: 1;
}

.lfc-operator-archive-search input {
	background: #fff;
	border-color: var(--lfc-op-border-soft);
	border-radius: 6px;
	padding-left: 42px;
}

.lfc-operator-search-form button,
.lfc-operator-form button,
.lfc-operator-actions a,
.lfc-operator-row-actions a,
.lfc-operator-purchase button,
.lfc-operator-created a {
	align-items: center;
	background: var(--lfc-op-black);
	border: 1px solid var(--lfc-op-black);
	border-radius: 14px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: 500 14px/1 var(--lfc-op-font);
	justify-content: center;
	min-height: 44px;
	padding: 12px 16px;
	text-decoration: none;
	transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}

.lfc-operator-search-form button:hover,
.lfc-operator-form button:hover,
.lfc-operator-actions a:hover,
.lfc-operator-row-actions a:hover,
.lfc-operator-purchase button:hover,
.lfc-operator-created a:hover {
	background: #2a2a25;
	border-color: #2a2a25;
	color: #fff;
}

.lfc-operator-settings-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, .85fr);
}

.lfc-operator-settings-card {
	background: var(--lfc-op-surface);
	border: 1px solid var(--lfc-op-border);
	border-radius: var(--lfc-op-radius);
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 22px;
}

.lfc-operator-settings-card:first-child {
	grid-row: span 2;
}

.lfc-operator-settings-card__head span,
.lfc-operator-settings-status span,
.lfc-operator-settings-system span {
	color: var(--lfc-op-muted);
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}

.lfc-operator-settings-card__head h2 {
	color: var(--lfc-op-text);
	font-family: var(--lfc-op-display);
	font-size: 24px;
	line-height: 1.05;
	margin: 8px 0 0;
}

.lfc-operator-settings-card__head p {
	color: var(--lfc-op-muted);
	font-size: 14px;
	line-height: 1.45;
	margin: 8px 0 0;
	max-width: 560px;
}

.lfc-operator-settings-options {
	display: grid;
	gap: 10px;
}

.lfc-operator-settings-options label {
	align-items: flex-start;
	background: var(--lfc-op-surface-soft);
	border: 1px solid var(--lfc-op-border-soft);
	border-radius: 14px;
	cursor: pointer;
	display: grid;
	gap: 12px;
	grid-template-columns: auto minmax(0, 1fr);
	padding: 16px;
}

.lfc-operator-settings-options input {
	accent-color: var(--lfc-op-black);
	margin-top: 2px;
}

.lfc-operator-settings-options strong,
.lfc-operator-settings-status strong,
.lfc-operator-settings-system strong {
	color: var(--lfc-op-text);
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}

.lfc-operator-settings-options em {
	color: var(--lfc-op-muted);
	display: block;
	font-size: 13px;
	font-style: normal;
	line-height: 1.4;
	margin-top: 5px;
}

.lfc-operator-settings-button {
	align-items: center;
	align-self: flex-start;
	background: var(--lfc-op-black);
	border: 1px solid var(--lfc-op-black);
	border-radius: 14px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: 500 14px/1 var(--lfc-op-font);
	gap: 8px;
	justify-content: center;
	min-height: 44px;
	padding: 12px 16px;
	text-decoration: none;
	transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}

.lfc-operator-settings-button:hover,
.lfc-operator-settings-button:focus-visible {
	background: #2a2a25;
	border-color: #2a2a25;
	color: #fff;
}

.lfc-operator-settings-button svg {
	fill: none;
	height: 16px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 16px;
}

.lfc-operator-settings-status,
.lfc-operator-settings-system {
	background: var(--lfc-op-surface-soft);
	border: 1px solid var(--lfc-op-border-soft);
	border-radius: 14px;
	padding: 16px;
}

.lfc-operator-settings-status strong,
.lfc-operator-settings-system strong {
	margin-top: 6px;
}

.lfc-operator-settings-system {
	display: grid;
	gap: 14px;
}

.lfc-operator-results,
.lfc-operator-session-list {
	display: grid;
	gap: 10px;
}

.lfc-operator-results {
	gap: 16px;
}

.lfc-operator-results article,
.lfc-operator-session-list article {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(180px, 1.3fr) minmax(150px, .9fr) minmax(170px, 1fr) auto;
	padding: 16px;
}

.lfc-operator-results strong,
.lfc-operator-session-list strong,
.lfc-operator-detail-grid strong,
.lfc-operator-selected-card strong {
	font-weight: 500;
}

.lfc-operator-row-actions,
.lfc-operator-actions,
.lfc-operator-created {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.lfc-op-badge {
	align-items: center;
	background: #eceae2;
	border-radius: 999px;
	display: inline-flex;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0;
	min-height: 26px;
	padding: 6px 10px;
}

.lfc-op-badge--active {
	background: #e4f3e9;
	color: var(--lfc-op-green);
}

.lfc-op-badge--expired,
.lfc-op-badge--disabled {
	background: #f6e2e1;
	color: #9d1b1f;
}

.lfc-op-badge--expiring {
	background: #fbefd0;
	color: var(--lfc-op-yellow);
}

.lfc-operator-form,
.lfc-operator-product-row {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 960px;
}

.lfc-operator-form label,
.lfc-operator-product-row label {
	color: var(--lfc-op-text);
	display: grid;
	font-size: 13px;
	font-weight: 500;
	gap: 7px;
}

.lfc-operator-form .is-full,
.lfc-operator-product-row .is-full {
	grid-column: 1 / -1;
}

.lfc-operator-new-card-form {
	background: var(--lfc-op-surface);
	border: 1px solid var(--lfc-op-border-soft);
	border-radius: 6px;
	display: grid;
	gap: 22px;
	max-width: 980px;
	padding: 22px;
}

.lfc-operator-form-section {
	border-bottom: 1px solid #f2f2f2;
	display: grid;
	gap: 14px;
	padding-bottom: 20px;
}

.lfc-operator-form-section h2 {
	font-family: var(--lfc-op-display);
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.lfc-operator-form-grid,
.lfc-operator-date-pair {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lfc-operator-card-fields {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lfc-operator-date-pair {
	grid-column: 1 / -1;
	order: 1;
}

.lfc-operator-card-type-field {
	order: 2;
}

.lfc-operator-card-code-preview-field {
	display: grid;
	gap: 7px;
	order: 3;
}

.lfc-operator-card-code-label-row {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.lfc-operator-card-code-label-row > span {
	font-size: 13px;
	font-weight: 500;
}

.lfc-operator-card-code-label-row label {
	align-items: center;
	color: var(--lfc-op-muted);
	display: inline-flex;
	font-size: 12px;
	font-weight: 500;
	gap: 6px;
	line-height: 1;
}

.lfc-operator-card-code-label-row input {
	margin: 0;
	min-height: 0;
	width: auto;
}

.lfc-operator-card-code-preview {
	align-items: center;
	background: #f2f2f2;
	border: 1px solid var(--lfc-op-border-soft);
	color: var(--lfc-op-text);
	display: block;
	font: 600 14px/1.2 var(--lfc-op-font);
	letter-spacing: 0;
	min-height: 46px;
	overflow: hidden;
	padding: 12px 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.lfc-operator-card-code-preview:not([readonly]) {
	background: #fff;
}

.lfc-operator-note-field textarea {
	min-height: 118px;
	resize: vertical;
}

.lfc-operator-new-card-footer-grid {
	align-items: end;
	display: grid;
	gap: 14px;
	grid-column: 1 / -1;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lfc-operator-new-card-notes {
	grid-column: 1 / span 2;
}

.lfc-operator-new-card-submit {
	grid-column: 3 / span 2;
}

.lfc-operator-new-card-actions {
	align-items: end;
	display: flex;
	gap: 16px;
	justify-content: flex-end;
}

.lfc-operator-new-card-actions button {
	gap: 8px;
	min-width: 140px;
	width: 100%;
}

.lfc-operator-new-card-actions svg {
	fill: none;
	height: 16px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
	width: 16px;
}

.lfc-operator-product-row {
	background: var(--lfc-op-surface-soft);
	margin-bottom: 12px;
	padding: 16px;
}

.lfc-operator-product-row__head {
	align-items: center;
	display: flex;
	grid-column: 1 / -1;
	justify-content: space-between;
}

.lfc-operator-product-row__head button {
	background: transparent;
	border: 0;
	color: var(--lfc-op-muted);
	cursor: pointer;
	font: 500 13px/1 var(--lfc-op-font);
	min-height: 0;
	padding: 0;
}

.lfc-operator-product-note {
	align-self: end;
	background: #eeede7;
	border-radius: 14px;
	color: var(--lfc-op-muted);
	font-size: 13px;
	min-height: 46px;
	padding: 13px 14px;
}

.lfc-operator-purchase {
	--lfc-purchase-col-product: 28%;
	--lfc-purchase-col-sku: 13%;
	--lfc-purchase-col-price: 11%;
	--lfc-purchase-col-discount: 11%;
	--lfc-purchase-col-total: 11%;
	--lfc-purchase-col-note: 18%;
	--lfc-purchase-col-actions: 8%;
	display: grid;
	gap: 18px;
}

.lfc-operator-purchase-search,
.lfc-operator-purchase-products {
	display: grid;
	gap: 10px;
}

.lfc-operator-purchase-search__head {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.lfc-operator-purchase-search h2,
.lfc-operator-purchase-products h2 {
	font-family: var(--lfc-op-display);
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.lfc-operator-purchase-search__head button,
.lfc-operator-manual-drawer__actions button {
	align-items: center;
	background: var(--lfc-op-black);
	border: 1px solid var(--lfc-op-black);
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: 600 13px/1 var(--lfc-op-font);
	gap: 8px;
	justify-content: center;
	min-height: 38px;
	padding: 10px 13px;
	white-space: nowrap;
	width: auto;
}

.lfc-operator-purchase-search__head button svg,
.lfc-operator-icon-button svg {
	fill: none;
	height: 16px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 16px;
}

.lfc-operator-purchase-search .lfc-op-search-field input {
	background: #fff;
	border: 1px solid var(--lfc-op-border-soft);
	border-radius: 6px;
	color: var(--lfc-op-text);
	font: 500 14px/1.3 var(--lfc-op-font);
	min-height: 48px;
	outline: 0;
	padding: 12px 14px 12px 42px;
	width: 100%;
}

.lfc-operator-purchase-search .lfc-op-search-field input:focus {
	border-color: var(--lfc-op-black);
}

.lfc-operator-product-results,
.lfc-operator-purchase-table-wrap {
	overflow-x: auto;
}

.lfc-operator-manual-drawer[hidden] {
	display: none;
}

.lfc-operator-manual-drawer {
	inset: 0;
	position: fixed;
	z-index: 99999;
}

.lfc-operator-manual-drawer__overlay {
	background: rgba(20, 20, 18, .32);
	inset: 0;
	position: absolute;
}

.lfc-operator-manual-drawer__panel {
	background: #fff;
	box-shadow: -20px 0 50px rgba(20, 20, 18, .14);
	display: grid;
	gap: 16px;
	height: 100%;
	margin-left: auto;
	max-width: min(420px, calc(100vw - 28px));
	overflow-y: auto;
	padding: 28px;
	position: relative;
	width: 420px;
}

.lfc-operator-manual-drawer__panel h2 {
	font-family: var(--lfc-op-display);
	font-size: 24px;
	letter-spacing: 0;
	line-height: 1;
	margin: 18px 0 0;
	text-transform: uppercase;
}

.lfc-operator-manual-drawer__panel p {
	color: var(--lfc-op-muted);
	font-size: 14px;
	line-height: 1.45;
	margin: -8px 0 0;
}

.lfc-operator-manual-drawer__panel label {
	display: grid;
	gap: 6px;
}

.lfc-operator-manual-drawer__panel label span {
	color: var(--lfc-op-muted);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.lfc-operator-manual-drawer__panel input,
.lfc-operator-manual-drawer__panel select {
	background: #f7f7f4;
	border: 1px solid var(--lfc-op-border-soft);
	border-radius: 6px;
	color: var(--lfc-op-text);
	font: 500 14px/1.3 var(--lfc-op-font);
	min-height: 44px;
	outline: 0;
	padding: 10px 12px;
	width: 100%;
}

.lfc-operator-manual-drawer__panel input:focus,
.lfc-operator-manual-drawer__panel select:focus {
	background: #fff;
	border-color: var(--lfc-op-black);
}

.lfc-operator-manual-drawer__close {
	align-items: center;
	background: #f2f2f2;
	border: 0;
	border-radius: 999px;
	color: var(--lfc-op-text);
	cursor: pointer;
	display: inline-flex;
	font-size: 24px;
	height: 36px;
	justify-content: center;
	position: absolute;
	right: 22px;
	top: 22px;
	width: 36px;
}

.lfc-operator-manual-drawer__actions {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	margin-top: 4px;
}

.lfc-operator-manual-drawer__actions button:first-child {
	background: #fff;
	color: var(--lfc-op-text);
}

.lfc-operator-manual-error {
	background: #f6e2e1;
	border-radius: 6px;
	color: #9d2d26;
	font-size: 13px;
	padding: 10px 12px;
}

/* Registra Acquisto: risultati ricerca attivi e transizione smooth. */
.lfc-operator-purchase-search .lfc-operator-product-results {
	background: #fafafa;
	border-radius: 6px;
	display: block;
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0 8px;
	pointer-events: none;
	transform: translateY(-4px);
	transition: max-height 200ms ease, opacity 160ms ease, transform 200ms ease, margin-top 200ms ease, padding 200ms ease;
	visibility: hidden;
}

.lfc-operator-purchase-search .lfc-operator-product-results.is-open {
	margin-top: 10px;
	max-height: clamp(220px, 34vh, 420px);
	opacity: 1;
	overflow-y: auto;
	padding: 8px;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.lfc-operator-purchase-search .lfc-operator-product-results.is-open:not([data-has-product-results]) {
	max-height: 90px;
	overflow-y: hidden;
}

@media (prefers-reduced-motion: reduce) {
	.lfc-operator-purchase-search .lfc-operator-product-results {
		transition: none;
	}
}

.lfc-operator-product-results-table,
.lfc-operator-purchase-table {
	border: 0;
	border-collapse: collapse;
	min-width: 920px;
	table-layout: fixed;
	width: 100%;
}

.lfc-operator-product-results-table th,
.lfc-operator-purchase-table th {
	background: #f2f2f2;
	border: 0;
	color: var(--lfc-op-muted);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0;
	padding: 12px 14px;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
}

.lfc-operator-purchase-products .lfc-operator-purchase-table thead th:last-child,
.lfc-operator-purchase-products .lfc-operator-purchase-table tbody td:last-child {
	text-align: center;
}

.lfc-operator-purchase-products .lfc-operator-purchase-table tbody td:nth-child(2),
.lfc-operator-purchase-products .lfc-operator-purchase-table tbody td:nth-child(3),
.lfc-operator-purchase-products .lfc-operator-purchase-table tbody td:nth-child(4),
.lfc-operator-purchase-products .lfc-operator-purchase-table tbody td:nth-child(5),
.lfc-operator-purchase-products .lfc-operator-purchase-table tbody td:last-child {
	white-space: nowrap;
}

.lfc-operator-product-results-table td,
.lfc-operator-purchase-table td {
	border: 0;
	border-bottom: 1px solid #f2f2f2;
	color: var(--lfc-op-text);
	font-size: 13px;
	line-height: 1.25;
	min-width: 0;
	padding: 13px 14px;
	vertical-align: middle;
}

.lfc-operator-product-results-table tr.is-active td,
.lfc-operator-product-results-table tr:focus-visible td,
.lfc-operator-card-result.is-active {
	background: #f2f2f2;
}

.lfc-operator-product-results-table td:nth-child(1),
.lfc-operator-purchase-table td:nth-child(1) {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lfc-operator-product-results-table th:nth-child(1),
.lfc-operator-purchase-table th:nth-child(1),
.lfc-operator-product-results-table td:nth-child(1),
.lfc-operator-purchase-table td:nth-child(1) {
	width: var(--lfc-purchase-col-product);
}

.lfc-operator-product-results-table th:nth-child(2),
.lfc-operator-purchase-table th:nth-child(2),
.lfc-operator-product-results-table td:nth-child(2),
.lfc-operator-purchase-table td:nth-child(2) {
	width: var(--lfc-purchase-col-sku);
}

.lfc-operator-product-results-table th:nth-child(3),
.lfc-operator-purchase-table th:nth-child(3),
.lfc-operator-product-results-table td:nth-child(3),
.lfc-operator-purchase-table td:nth-child(3) {
	width: var(--lfc-purchase-col-price);
}

.lfc-operator-product-results-table th:nth-child(4),
.lfc-operator-purchase-table th:nth-child(4),
.lfc-operator-product-results-table td:nth-child(4),
.lfc-operator-purchase-table td:nth-child(4) {
	width: var(--lfc-purchase-col-discount);
}

.lfc-operator-product-results-table th:nth-child(5),
.lfc-operator-purchase-table th:nth-child(5),
.lfc-operator-product-results-table td:nth-child(5),
.lfc-operator-purchase-table td:nth-child(5) {
	width: var(--lfc-purchase-col-total);
}

.lfc-operator-product-results-table th:nth-child(6),
.lfc-operator-purchase-table th:nth-child(6),
.lfc-operator-product-results-table td:nth-child(6),
.lfc-operator-purchase-table td:nth-child(6) {
	width: var(--lfc-purchase-col-note);
}

.lfc-operator-product-results-table th:nth-child(7),
.lfc-operator-purchase-table th:nth-child(7),
.lfc-operator-product-results-table td:nth-child(7),
.lfc-operator-purchase-table td:nth-child(7) {
	width: var(--lfc-purchase-col-actions);
}

.lfc-operator-product-results-table strong,
.lfc-operator-purchase-table strong {
	font-weight: 600;
}

.lfc-operator-manual-badge {
	background: #e6efe7;
	border-radius: 999px;
	color: var(--lfc-op-green);
	display: inline-flex;
	font: 600 10px/1 var(--lfc-op-font);
	margin-left: 6px;
	padding: 4px 7px;
	text-transform: uppercase;
	vertical-align: middle;
}

.lfc-operator-product-results-table button,
.lfc-operator-purchase-table button {
	align-items: center;
	background: var(--lfc-op-black);
	border: 1px solid var(--lfc-op-black);
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: 600 12px/1 var(--lfc-op-font);
	justify-content: center;
	min-height: 34px;
	padding: 9px 11px;
	text-align: center;
	white-space: nowrap;
	width: auto;
}

.lfc-operator-product-results-table button:hover,
.lfc-operator-purchase-table button:hover {
	background: #2a2a25;
	border-color: #2a2a25;
	color: #fff;
}

.lfc-operator-product-row__actions {
	align-items: center;
	display: inline-flex;
	gap: 7px;
	justify-content: center;
}

.lfc-operator-purchase-table .lfc-operator-icon-button {
	min-height: 34px;
	padding: 8px;
	width: 34px;
}

.lfc-row-edit-field {
	display: grid;
	gap: 5px;
	margin-bottom: 8px;
}

.lfc-row-edit-field span {
	color: var(--lfc-op-muted);
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

.lfc-row-edit-field input,
.lfc-row-edit-field select {
	background: #fff;
	border: 1px solid var(--lfc-op-border-soft);
	border-radius: 6px;
	color: var(--lfc-op-text);
	font: 500 13px/1.2 var(--lfc-op-font);
	min-height: 34px;
	padding: 7px 9px;
	width: 100%;
}

.lfc-row-edit-error {
	color: #9d2d26;
	display: block;
	font-size: 12px;
	min-height: 14px;
}

.lfc-operator-row-modal[hidden] {
	display: none;
}

.lfc-operator-row-modal {
	inset: 0;
	position: fixed;
	z-index: 100000;
}

.lfc-operator-row-modal__overlay {
	background: rgba(20, 20, 18, .34);
	inset: 0;
	position: absolute;
}

.lfc-operator-row-modal__card {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 24px 70px rgba(20, 20, 18, .18);
	display: grid;
	gap: 12px;
	left: 50%;
	max-width: min(420px, calc(100vw - 32px));
	padding: 24px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 420px;
}

.lfc-operator-row-modal__card h2 {
	font-family: var(--lfc-op-display);
	font-size: 22px;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.lfc-operator-row-modal__card > strong {
	font-size: 15px;
	line-height: 1.25;
}

.lfc-operator-row-modal__card > small {
	color: var(--lfc-op-muted);
	font-size: 12px;
	margin-top: -8px;
}

.lfc-operator-row-modal__card label {
	display: grid;
	gap: 6px;
}

.lfc-operator-row-modal__card label span {
	color: var(--lfc-op-muted);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.lfc-operator-row-modal__card input,
.lfc-operator-row-modal__card select {
	background: #f7f7f4;
	border: 1px solid var(--lfc-op-border-soft);
	border-radius: 6px;
	color: var(--lfc-op-text);
	font: 500 14px/1.2 var(--lfc-op-font);
	min-height: 42px;
	outline: 0;
	padding: 10px 12px;
	width: 100%;
}

.lfc-operator-row-modal__actions {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}

.lfc-operator-row-modal__actions button,
.lfc-operator-row-modal__close {
	align-items: center;
	border-radius: 6px;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
}

.lfc-operator-row-modal__actions button {
	background: var(--lfc-op-black);
	border: 1px solid var(--lfc-op-black);
	color: #fff;
	font: 600 13px/1 var(--lfc-op-font);
	min-height: 38px;
	padding: 10px 14px;
}

.lfc-operator-row-modal__actions button:first-child {
	background: #fff;
	color: var(--lfc-op-text);
}

.lfc-operator-row-modal__close {
	background: #f2f2f2;
	border: 0;
	color: var(--lfc-op-text);
	font-size: 22px;
	height: 32px;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 32px;
}

.lfc-operator-purchase-table .lfc-operator-product-row {
	background: transparent;
	border: 0;
	border-radius: 0;
	display: table-row;
	margin: 0;
	padding: 0;
}

.lfc-operator-purchase-empty,
.lfc-operator-product-results__empty {
	background: #f2f2f2;
	border-radius: 6px;
	color: var(--lfc-op-muted);
	font-size: 14px;
	margin: 0;
	padding: 16px;
}

/* Registra Acquisto: sticky summary bar */
.lfc-operator-purchase-summary {
	align-items: center;
	background: #f2f2f2;
	border: 0;
	border-radius: 6px;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(5, minmax(0, 1fr)) auto;
	margin-top: 0;
	min-width: 920px;
	padding: 12px;
}

.lfc-operator-purchase-summary div {
	display: grid;
	gap: 6px;
	min-width: 0;
	padding: 0 8px;
}

.lfc-operator-purchase-summary span {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.lfc-operator-purchase-summary strong {
	font-family: var(--lfc-op-display);
	font-size: 18px;
	line-height: 1;
}

.lfc-operator-purchase-summary button {
	grid-column: 6;
	justify-self: end;
	margin-left: 0;
	white-space: nowrap;
}

.lfc-operator-purchase-summary > div:nth-child(1) {
	grid-column: 1;
}

.lfc-operator-purchase-summary > div:nth-child(2) {
	grid-column: 2;
}

.lfc-operator-purchase-summary > div:nth-child(3) {
	grid-column: 3;
}

.lfc-operator-purchase-summary > div:nth-child(4) {
	grid-column: 4;
}

.lfc-operator-purchase-summary > div:nth-child(5) {
	grid-column: 5;
}

.lfc-op-purchase-summary--sticky {
	bottom: 0;
	position: sticky;
	z-index: 3;
}

.lfc-op-purchase-summary--sticky > div:nth-child(5) strong {
	font-size: 22px;
}

.lfc-operator-purchase-summary__rounding[hidden] {
	display: none;
}

.lfc-operator-notice {
	border-radius: 14px;
	font-size: 14px;
	margin-bottom: 18px;
	padding: 13px 15px;
}

.lfc-operator-notice--success {
	background: #e4f3e9;
	color: var(--lfc-op-green);
}

.lfc-operator-notice--error {
	background: #f6e2e1;
	color: #9d1b1f;
}

.lfc-operator-empty,
.lfc-operator-placeholder {
	color: var(--lfc-op-muted);
}

.lfc-operator-detail-grid > div,
.lfc-operator-created,
.lfc-operator-selected-card,
.lfc-operator-session-list article {
	padding: 16px;
}

.lfc-operator-created,
.lfc-operator-selected-card {
	margin-bottom: 18px;
}

.lfc-operator-created strong,
.lfc-operator-selected-card strong {
	font-family: var(--lfc-op-display);
	font-size: 22px;
	margin-right: 8px;
}

.lfc-operator-userbar,
.lfc-operator-header-actions {
	align-items: center;
	display: flex;
	gap: 12px;
}

.lfc-operator-userbar a,
.lfc-operator-header-actions a,
.lfc-operator-userbar__name {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 6px;
	color: var(--lfc-op-text);
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	gap: 8px;
	min-height: 34px;
	padding: 6px 8px;
	text-decoration: none;
}

.lfc-operator-userbar a:hover,
.lfc-operator-header-actions a:hover {
	background: rgba(0, 0, 0, .045);
	color: var(--lfc-op-black);
}

.lfc-operator-userbar svg,
.lfc-operator-header-actions svg,
.lfc-operator-userbar__name svg {
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 18px;
}

.lfc-operator-card-result {
	align-items: stretch !important;
	background: #F2F2F2 !important;
	border-color: transparent !important;
	grid-template-columns: minmax(220px, 1.15fr) minmax(170px, .85fr) minmax(145px, .7fr) minmax(140px, .65fr) auto !important;
}

.lfc-operator-card-result > div {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.lfc-operator-card-result > div > span {
	color: var(--lfc-op-muted);
	font-family: var(--lfc-op-font-ui);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25;
}

.lfc-operator-card-result > div > strong,
.lfc-operator-card-result > div > strong a,
.lfc-operator-card-result > div > a:not(.lfc-operator-code-link):not(.lfc-operator-name-link) {
	font-family: var(--lfc-op-font-ui);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.25;
}

.lfc-operator-card-result__identity a,
.lfc-operator-selected-card a,
.lfc-operator-session-card a,
.lfc-operator-detail-grid a,
.lfc-operator-card-result a {
	color: var(--lfc-op-text);
	text-decoration: none;
}

.lfc-operator-card-result__identity a:hover,
.lfc-operator-selected-card a:hover,
.lfc-operator-session-card a:hover,
.lfc-operator-detail-grid a:hover,
.lfc-operator-card-result a:hover {
	text-decoration: underline;
}

.lfc-operator-name-link {
	font-family: var(--lfc-op-display);
	font-size: 18px;
	line-height: 1.05;
}

.lfc-operator-code-link {
	color: var(--lfc-op-muted) !important;
	font-family: var(--lfc-op-font-ui);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25;
}

.lfc-operator-card-result .lfc-operator-code-link,
.lfc-operator-card-result > div > span,
.lfc-operator-card-result .lfc-op-status-dot {
	color: var(--lfc-op-muted);
	font-family: var(--lfc-op-font-ui);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25;
	text-transform: uppercase;
}

.lfc-operator-card-result__status {
	align-content: start;
	grid-template-columns: 1fr;
}

.lfc-operator-card-result__status strong {
	font-family: var(--lfc-op-font-ui);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.25;
}

.lfc-op-status-dot {
	align-items: center;
	color: var(--lfc-op-muted);
	display: inline-flex;
	font-family: var(--lfc-op-font);
	font-size: 13px;
	font-weight: 600;
	gap: 7px;
	line-height: 1.2;
}

.lfc-operator-card-result .lfc-op-status-dot {
	color: var(--lfc-op-muted);
	font-family: var(--lfc-op-font-ui);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25;
}

.lfc-op-status-dot i {
	background: #a21d21;
	border-radius: 50%;
	display: inline-block;
	height: 9px;
	width: 9px;
}

.lfc-op-status-dot--active i {
	background: #1f7a3f;
}

.lfc-op-status-dot--expiring i {
	background: #c38b00;
}

.lfc-op-status-dot--expired i,
.lfc-op-status-dot--disabled i {
	background: #a21d21;
}

.lfc-operator-detail-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-bottom: 14px;
}

.lfc-operator-detail-grid > div {
	display: grid;
	gap: 7px;
}

.lfc-operator-actions form {
	margin: 0;
}

.lfc-operator-actions button,
.lfc-operator-row-actions button {
	align-items: center;
	background: var(--lfc-op-black);
	border: 1px solid var(--lfc-op-black);
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: 500 14px/1 var(--lfc-op-font);
	justify-content: center;
	min-height: 44px;
	padding: 12px 16px;
}

.lfc-operator-row-actions {
	align-self: start;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap;
	gap: 8px;
	grid-column: 5 / 6;
	justify-content: flex-end;
	justify-self: end;
	margin-top: 0;
	max-width: 100%;
	width: fit-content;
}

.lfc-operator-row-actions a {
	align-items: center;
	background: var(--lfc-op-black);
	border-color: var(--lfc-op-black);
	color: #fff;
	display: inline-flex !important;
	flex: 0 0 auto;
	justify-content: center;
	min-height: 40px;
	padding: 11px 14px;
	width: auto !important;
}

.lfc-operator-row-actions a:hover {
	background: #2a2a25;
	border-color: #2a2a25;
	color: #fff;
	text-decoration: none;
}

.lfc-operator-card-kicker {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.lfc-operator-card-kicker a,
.lfc-operator-card-kicker span {
	background: var(--lfc-op-surface-soft);
	border: 1px solid var(--lfc-op-border-soft);
	border-radius: 6px;
	color: var(--lfc-op-text);
	font-size: 12px;
	font-weight: 600;
	padding: 7px 9px;
	text-decoration: none;
}

.lfc-operator-card-history {
	margin-top: 28px;
}

.lfc-operator-card-head p {
	color: var(--lfc-op-muted);
	font-size: 15px;
	margin: 8px 0 0;
	text-transform: uppercase;
}

.lfc-operator-card-head__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.lfc-operator-card-head__meta > span:not(.lfc-op-status-dot)::before {
	color: var(--lfc-op-muted);
	content: "·";
	font-weight: 600;
	margin-right: 8px;
}

.lfc-operator-card-overview {
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
	margin-bottom: 14px;
}

.lfc-operator-card-profile,
.lfc-operator-card-preview,
.lfc-operator-card-summary > div,
.lfc-operator-card-empty {
	background: #f2f2f2;
	border-radius: 6px;
}

.lfc-operator-card-profile {
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: space-between;
	padding: 16px 18px;
}

.lfc-operator-card-profile > span,
.lfc-operator-card-preview span,
.lfc-operator-card-summary span,
.lfc-operator-card-kpis span,
.lfc-operator-card-data dt {
	color: var(--lfc-op-muted);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
}

.lfc-operator-card-profile__identity {
	display: grid;
	gap: 4px;
	justify-items: start;
}

.lfc-operator-card-profile h2 {
	font-family: var(--lfc-op-display);
	font-size: 32px;
	line-height: 1;
	margin: 0;
}

.lfc-operator-card-profile p,
.lfc-operator-card-preview p {
	color: var(--lfc-op-muted);
	font-size: 14px;
	margin: 0;
}

.lfc-operator-card-profile__identity p {
	color: var(--lfc-op-text);
	font-weight: 600;
	white-space: nowrap;
}

.lfc-operator-card-profile__identity p span {
	color: var(--lfc-op-muted);
	font-weight: 500;
}

.lfc-operator-card-kpis {
	display: grid;
	gap: 6px 10px;
	grid-template-columns: minmax(112px, 1fr) minmax(104px, 1fr) minmax(100px, 1.1fr) minmax(0, 2.2fr);
}

.lfc-operator-card-kpis div {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.lfc-operator-card-kpis strong {
	color: var(--lfc-op-text);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.18;
	white-space: nowrap;
}

.lfc-operator-card-data {
	display: grid;
	gap: 6px 10px;
	grid-template-columns: minmax(112px, 1fr) minmax(104px, 1fr) minmax(100px, 1.1fr) minmax(0, 2.2fr);
	margin: 0;
}

.lfc-operator-card-data div {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.lfc-operator-card-data dd {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.18;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lfc-operator-card-data dt {
	white-space: nowrap;
}

.lfc-operator-card-data div:nth-child(4) dd,
.lfc-operator-card-data div:nth-child(4) a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lfc-operator-card-data a,
.lfc-operator-card-history-table a {
	color: var(--lfc-op-text);
	text-decoration: none;
}

.lfc-operator-card-data a:hover,
.lfc-operator-card-history-table a:hover {
	text-decoration: underline;
}

.lfc-operator-card-preview {
	align-content: space-between;
	display: grid;
	gap: 14px;
	min-height: 220px;
	padding: 20px;
}

.lfc-operator-card-preview strong {
	font-family: var(--lfc-op-display);
	font-size: 24px;
	line-height: 1.05;
	overflow-wrap: anywhere;
}

.lfc-operator-card-last-session {
	display: grid;
	gap: 8px;
}

.lfc-operator-card-last-session div {
	display: grid;
	gap: 3px;
}

.lfc-operator-card-last-session b {
	color: var(--lfc-op-text);
	font-size: 15px;
	font-weight: 600;
}

.lfc-operator-card-last-session__link {
	align-items: center;
	color: var(--lfc-op-text);
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.lfc-operator-card-last-session__link:hover {
	text-decoration: underline;
}

.lfc-operator-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
}

.lfc-operator-card-actions form {
	margin: 0;
}

.lfc-operator-card-actions a,
.lfc-operator-card-actions button,
.lfc-operator-card-empty a {
	align-items: center;
	background: var(--lfc-op-black);
	border: 1px solid var(--lfc-op-black);
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: 600 13px/1 var(--lfc-op-font-ui);
	gap: 8px;
	justify-content: center;
	min-height: 42px;
	padding: 11px 14px;
	text-decoration: none;
}

.lfc-operator-card-actions a:hover,
.lfc-operator-card-actions button:hover,
.lfc-operator-card-empty a {
	background: var(--lfc-op-black);
	border-color: var(--lfc-op-black);
	color: #fff;
	text-decoration: none;
}

.lfc-operator-card-actions svg {
	fill: none;
	flex: 0 0 auto;
	height: 16px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 16px;
}

.lfc-operator-card-summary {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0 0 24px;
}

.lfc-operator-card-summary > div {
	display: grid;
	gap: 7px;
	padding: 14px;
}

.lfc-operator-card-summary strong {
	color: var(--lfc-op-text);
	font-family: var(--lfc-op-display);
	font-size: 20px;
	line-height: 1;
}

.lfc-operator-card-history h2 {
	font-family: var(--lfc-op-display);
	font-size: 24px;
	letter-spacing: 0;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.lfc-operator-card-history__head {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.lfc-operator-card-empty {
	display: grid;
	gap: 12px;
	justify-items: start;
	padding: 20px;
}

.lfc-operator-card-empty p {
	color: var(--lfc-op-muted);
	margin: 0;
}

.lfc-operator-card-history-table-wrap {
	background: var(--lfc-op-surface);
	border: 0;
	border-radius: 6px;
	box-shadow: none;
	overflow-x: auto;
}

.lfc-operator-card-history-table {
	--lfc-card-history-col-date: 12%;
	--lfc-card-history-col-products: 28%;
	--lfc-card-history-col-list-total: 10%;
	--lfc-card-history-col-promo: 6%;
	--lfc-card-history-col-card-discount: 16%;
	--lfc-card-history-col-paid-total: 16%;
	--lfc-card-history-col-details: 12%;
	border: 0;
	border-collapse: collapse;
	box-shadow: none;
	font-family: var(--lfc-op-font-ui);
	min-width: 920px;
	outline: 0;
	table-layout: fixed;
	width: 100%;
}

.lfc-operator-card-history-table th:nth-child(1),
.lfc-operator-card-history-row > td:nth-child(1) {
	width: var(--lfc-card-history-col-date);
}

.lfc-operator-card-history-table th:nth-child(2),
.lfc-operator-card-history-row > td:nth-child(2) {
	width: var(--lfc-card-history-col-products);
}

.lfc-operator-card-history-table th:nth-child(3),
.lfc-operator-card-history-row > td:nth-child(3) {
	width: var(--lfc-card-history-col-list-total);
}

.lfc-operator-card-history-table th:nth-child(4),
.lfc-operator-card-history-row > td:nth-child(4) {
	width: var(--lfc-card-history-col-promo);
}

.lfc-operator-card-history-table th:nth-child(5),
.lfc-operator-card-history-row > td:nth-child(5) {
	width: var(--lfc-card-history-col-card-discount);
}

.lfc-operator-card-history-table th:nth-child(6),
.lfc-operator-card-history-row > td:nth-child(6) {
	width: var(--lfc-card-history-col-paid-total);
}

.lfc-operator-card-history-table th:nth-child(7),
.lfc-operator-card-history-row > td:nth-child(7) {
	width: var(--lfc-card-history-col-details);
}

.lfc-operator-card-history-table.is-promo-net th:nth-child(3),
.lfc-operator-card-history-table.is-promo-net .lfc-operator-card-history-row > td:nth-child(3) {
	width: calc(var(--lfc-card-history-col-list-total) + var(--lfc-card-history-col-promo));
}

.lfc-operator-card-history-table.is-promo-net th:nth-child(4),
.lfc-operator-card-history-table.is-promo-net .lfc-operator-card-history-row > td:nth-child(4) {
	width: var(--lfc-card-history-col-card-discount);
}

.lfc-operator-card-history-table.is-promo-net th:nth-child(5),
.lfc-operator-card-history-table.is-promo-net .lfc-operator-card-history-row > td:nth-child(5) {
	width: var(--lfc-card-history-col-paid-total);
}

.lfc-operator-card-history-table.is-promo-net th:nth-child(6),
.lfc-operator-card-history-table.is-promo-net .lfc-operator-card-history-row > td:nth-child(6) {
	width: var(--lfc-card-history-col-details);
}

.lfc-operator-card-history-table th {
	background: #f2f2f2;
	border: 0;
	color: var(--lfc-op-muted);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 10px;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
}

.lfc-operator-card-history-table td {
	border: 0;
	border-bottom: 1px solid #f2f2f2;
	color: var(--lfc-op-text);
	font-size: 13px;
	line-height: 1.25;
	padding: 10px;
	vertical-align: middle;
}

.lfc-operator-card-history-row.is-highlighted > td,
.lfc-operator-card-history-row.is-open > td,
.lfc-operator-card-history-detail.is-open > td,
.lfc-operator-card-history-detail.is-open .lfc-operator-card-history-detail__panel,
.lfc-operator-card-history-detail.is-open .lfc-operator-card-product-grid {
	background: var(--lfc-session-open-bg);
}

.lfc-operator-card-history-detail[hidden] {
	display: none;
}

.lfc-operator-card-history-detail > td {
	padding: 0;
}

.lfc-operator-card-history-detail__panel {
	padding: 8px 0;
}

.lfc-operator-card-product-grid {
	background: var(--lfc-op-surface);
	border: 0;
	border-radius: 6px;
	overflow: visible;
	width: 100%;
}

.lfc-operator-card-product-grid__row {
	align-items: center;
	border-bottom: 1px solid #f2f2f2;
	display: grid;
	font-size: 12px;
	grid-template-columns:
		var(--lfc-card-history-col-date)
		var(--lfc-card-history-col-products)
		var(--lfc-card-history-col-list-total)
		var(--lfc-card-history-col-promo)
		var(--lfc-card-history-col-card-discount)
		var(--lfc-card-history-col-paid-total)
		var(--lfc-card-history-col-details);
	min-width: 920px;
}

.lfc-operator-card-product-grid.is-promo-net .lfc-operator-card-product-grid__row {
	grid-template-columns:
		var(--lfc-card-history-col-date)
		var(--lfc-card-history-col-products)
		calc(var(--lfc-card-history-col-list-total) + var(--lfc-card-history-col-promo))
		var(--lfc-card-history-col-card-discount)
		var(--lfc-card-history-col-paid-total)
		var(--lfc-card-history-col-details);
}

.lfc-operator-card-product-grid__row > * {
	min-width: 0;
	padding: 9px 10px;
}

.lfc-operator-card-product-grid__row > :nth-child(1) {
	grid-column: 1;
}

.lfc-operator-card-product-grid__row > :nth-child(2) {
	grid-column: 2;
}

.lfc-operator-card-product-grid__row > :nth-child(3) {
	grid-column: 3;
}

.lfc-operator-card-product-grid__row > :nth-child(4) {
	grid-column: 4;
}

.lfc-operator-card-product-grid__row > :nth-child(5) {
	grid-column: 5;
}

.lfc-operator-card-product-grid__row > :nth-child(6) {
	grid-column: 6;
}

.lfc-operator-card-product-grid.is-promo-net .lfc-operator-card-product-grid__row > :nth-child(5) {
	grid-column: 5;
}

.lfc-operator-card-product-grid__row::after {
	content: "";
	grid-column: -2 / -1;
}

.lfc-operator-card-product-grid__row--head {
	background: #f2f2f2;
	color: var(--lfc-op-muted);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.lfc-operator-card-product-grid__row--empty span {
	grid-column: 1 / -1;
}

.lfc-operator-card-product-grid__sku,
.lfc-operator-card-product-grid__name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lfc-operator-card-product-grid__name {
	font-weight: 400;
}

.lfc-operator-card-product-grid__sku {
	color: var(--lfc-op-muted);
	font-weight: 500;
}

.lfc-operator-session-card {
	background: var(--lfc-op-surface);
	border: 1px solid var(--lfc-op-border);
	border-radius: 6px;
	display: grid !important;
	gap: 14px !important;
	grid-template-columns: 1fr !important;
	padding: 16px;
}

.lfc-operator-session-card.is-highlighted {
	border-color: var(--lfc-op-green);
	box-shadow: 0 0 0 3px rgba(31, 122, 63, .12);
}

.lfc-operator-session-card__head,
.lfc-operator-session-totals,
.lfc-operator-session-products {
	display: grid;
	gap: 10px;
}

.lfc-operator-session-card__head {
	grid-template-columns: minmax(210px, 1.3fr) minmax(180px, 1fr) 100px 150px;
}

.lfc-operator-session-card__head > div,
.lfc-operator-session-totals > div,
.lfc-operator-session-product {
	background: var(--lfc-op-surface-soft);
	border: 1px solid var(--lfc-op-border-soft);
	border-radius: 6px;
	display: grid;
	gap: 4px;
	padding: 12px;
}

.lfc-operator-session-card small {
	color: var(--lfc-op-muted);
	font-size: 12px;
}

.lfc-operator-session-totals {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.lfc-operator-session-details {
	border-top: 1px solid var(--lfc-op-border-soft);
	padding-top: 2px;
}

.lfc-operator-session-details summary {
	border-radius: 6px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 500;
	padding: 10px 0;
}

.lfc-operator-session-products {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 8px;
}

.lfc-operator-session-product strong {
	grid-column: 1 / -1;
}

.lfc-operator-session-filters {
	align-items: end;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0 0 16px;
}

.lfc-operator-session-filters label {
	color: var(--lfc-op-muted);
	display: grid;
	font-size: 11px;
	font-weight: 600;
	gap: 7px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.lfc-operator-session-filters select,
.lfc-operator-session-filters input {
	background: var(--lfc-op-surface);
	border: 1px solid var(--lfc-op-border);
	border-radius: 6px;
	box-shadow: none;
	color: var(--lfc-op-text);
	font-family: var(--lfc-op-font-ui);
	font-size: 14px;
	height: 42px;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	padding: 0 14px;
	text-transform: none;
	width: 100%;
}

.lfc-operator-session-period {
	grid-column: 1;
}

.lfc-operator-session-search {
	grid-column: 2 / 6;
}

.lfc-operator-session-search {
	position: relative;
}

.lfc-op-select-field,
.lfc-op-search-field {
	position: relative;
}

.lfc-op-select-field svg,
.lfc-op-search-field svg {
	fill: none;
	color: var(--lfc-op-muted);
	height: 17px;
	left: 13px;
	position: absolute;
	stroke: var(--lfc-op-muted);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
	z-index: 1;
}

.lfc-op-select-field select,
.lfc-op-search-field input {
	padding-left: 40px;
}

.lfc-operator-session-filters button {
	background: var(--lfc-op-black);
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-family: var(--lfc-op-font-ui);
	font-size: 14px;
	font-weight: 600;
	height: 46px;
	padding: 0 18px;
}

.lfc-operator-session-summary {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0 0 14px;
}

.lfc-operator-session-summary.is-promo-net {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lfc-operator-session-summary > div {
	background: #f2f2f2;
	border-radius: 6px;
	display: grid;
	gap: 6px;
	padding: 13px 14px;
}

.lfc-operator-session-summary span {
	color: var(--lfc-op-muted);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
}

.lfc-operator-session-summary strong {
	color: var(--lfc-op-text);
	font-family: var(--lfc-op-display);
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.lfc-operator-session-table-wrap {
	background: var(--lfc-op-surface);
	border: 0;
	border-radius: 6px;
	box-shadow: none;
	outline: 0;
	overflow-x: auto;
}

.lfc-operator-session-table {
	--lfc-sessions-col-date: 11%;
	--lfc-sessions-col-client: 19%;
	--lfc-sessions-col-products: 8%;
	--lfc-sessions-col-list-total: 12%;
	--lfc-sessions-col-promo: 8%;
	--lfc-sessions-col-card-discount: 11%;
	--lfc-sessions-col-paid-total: 12%;
	--lfc-sessions-col-details: 19%;
	border: 0;
	border-collapse: collapse;
	box-shadow: none;
	font-family: var(--lfc-op-font-ui);
	min-width: 0;
	outline: 0;
	table-layout: fixed;
	width: 100%;
}

.lfc-operator-session-table th:nth-child(1),
.lfc-operator-session-row > td:nth-child(1) {
	width: var(--lfc-sessions-col-date);
}

.lfc-operator-session-table th:nth-child(2),
.lfc-operator-session-row > td:nth-child(2) {
	width: var(--lfc-sessions-col-client);
}

.lfc-operator-session-table th:nth-child(3),
.lfc-operator-session-row > td:nth-child(3) {
	width: var(--lfc-sessions-col-products);
}

.lfc-operator-session-table th:nth-child(4),
.lfc-operator-session-row > td:nth-child(4) {
	width: var(--lfc-sessions-col-list-total);
}

.lfc-operator-session-table th:nth-child(5),
.lfc-operator-session-row > td:nth-child(5) {
	width: var(--lfc-sessions-col-promo);
}

.lfc-operator-session-table th:nth-child(6),
.lfc-operator-session-row > td:nth-child(6) {
	width: var(--lfc-sessions-col-card-discount);
}

.lfc-operator-session-table th:nth-child(7),
.lfc-operator-session-row > td:nth-child(7) {
	width: var(--lfc-sessions-col-paid-total);
}

.lfc-operator-session-table th:nth-child(8),
.lfc-operator-session-row > td:nth-child(8) {
	width: var(--lfc-sessions-col-details);
}

.lfc-operator-session-table.is-promo-net th:nth-child(4),
.lfc-operator-session-table.is-promo-net .lfc-operator-session-row > td:nth-child(4) {
	width: calc(var(--lfc-sessions-col-list-total) + var(--lfc-sessions-col-promo));
}

.lfc-operator-session-table.is-promo-net th:nth-child(5),
.lfc-operator-session-table.is-promo-net .lfc-operator-session-row > td:nth-child(5) {
	width: var(--lfc-sessions-col-card-discount);
}

.lfc-operator-session-table.is-promo-net th:nth-child(6),
.lfc-operator-session-table.is-promo-net .lfc-operator-session-row > td:nth-child(6) {
	width: var(--lfc-sessions-col-paid-total);
}

.lfc-operator-session-table.is-promo-net th:nth-child(7),
.lfc-operator-session-table.is-promo-net .lfc-operator-session-row > td:nth-child(7) {
	width: var(--lfc-sessions-col-details);
}

.lfc-operator-session-table th {
	background: #f2f2f2;
	border: 0;
	color: var(--lfc-op-muted);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 9px 8px;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
}

.lfc-operator-session-table td {
	border: 0;
	border-bottom: 1px solid #f2f2f2;
	color: var(--lfc-op-text);
	font-size: 13px;
	line-height: 1.25;
	padding: 9px 8px;
	vertical-align: middle;
}

.lfc-operator-session-table a {
	color: var(--lfc-op-text);
	font-weight: 600;
	text-decoration: none;
}

.lfc-operator-session-table a:hover {
	text-decoration: underline;
}

.lfc-operator-session-row:hover td {
	background: #fbfbfa;
}

.lfc-operator-session-row.is-highlighted td {
	background: #f1f7f3;
}

/* Sessioni: background test per sessione aperta. */
.lfc-operator-session-row.is-open > td,
.lfc-operator-session-detail-row.is-open > td,
.lfc-operator-session-detail-row.is-open .lfc-operator-session-detail-panel,
.lfc-operator-session-detail-row.is-open .lfc-operator-product-subtable {
	background: var(--lfc-session-open-bg);
}

.lfc-operator-session-date {
	display: block;
	white-space: nowrap;
}

.lfc-operator-session-date {
	font-weight: 600;
}

.lfc-operator-session-table .is-number,
.lfc-operator-session-table .is-money {
	text-align: left;
	white-space: nowrap;
}

.lfc-operator-product-subtable .is-money {
	text-align: left;
	white-space: nowrap;
}

.lfc-operator-session-table .is-final,
.lfc-operator-product-subtable .is-final {
	font-weight: 600;
}

.lfc-operator-session-actions {
	align-items: center;
	display: inline-flex;
	gap: 5px;
	justify-content: flex-end;
}

.lfc-operator-session-toggle,
.lfc-operator-session-edit {
	background: var(--lfc-op-black);
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-family: var(--lfc-op-font-ui);
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	min-height: 30px;
	padding: 7px 9px;
	white-space: nowrap;
}

.lfc-operator-session-edit {
	background: #fff;
	border: 1px solid var(--lfc-op-black);
	color: var(--lfc-op-black);
}

.lfc-operator-session-edit:hover {
	background: var(--lfc-op-black);
	color: #fff;
}

.lfc-operator-session-detail-row[hidden] {
	display: none;
}

.lfc-operator-session-detail-row td {
	border-bottom: 1px solid #f2f2f2;
	background: #fbfbfa;
	padding: 0;
	vertical-align: middle;
}

.lfc-operator-session-detail-panel {
	padding: 8px 0;
}

.lfc-operator-product-subtable {
	background: var(--lfc-op-surface);
	border: 0;
	border-radius: 6px;
	box-shadow: none;
	outline: 0;
	overflow: visible;
	width: 100%;
}

.lfc-operator-product-subtable__row {
	align-items: center;
	border-bottom: 1px solid #f2f2f2;
	display: grid;
	font-size: 12px;
	grid-template-columns:
		var(--lfc-sessions-col-date)
		var(--lfc-sessions-col-client)
		var(--lfc-sessions-col-products)
		var(--lfc-sessions-col-list-total)
		var(--lfc-sessions-col-promo)
		var(--lfc-sessions-col-card-discount)
		var(--lfc-sessions-col-paid-total)
		var(--lfc-sessions-col-details);
	min-width: 1080px;
}

.lfc-operator-product-subtable.is-promo-net .lfc-operator-product-subtable__row {
	grid-template-columns:
		var(--lfc-sessions-col-date)
		var(--lfc-sessions-col-client)
		var(--lfc-sessions-col-products)
		calc(var(--lfc-sessions-col-list-total) + var(--lfc-sessions-col-promo))
		var(--lfc-sessions-col-card-discount)
		var(--lfc-sessions-col-paid-total)
		var(--lfc-sessions-col-details);
}

.lfc-operator-product-subtable__row > * {
	min-width: 0;
	padding: 9px 10px;
}

.lfc-operator-product-subtable__row > :nth-child(1) {
	grid-column: 2;
}

.lfc-operator-product-subtable__row > :nth-child(2) {
	grid-column: 3;
}

.lfc-operator-product-subtable__row > :nth-child(3) {
	grid-column: 4;
}

.lfc-operator-product-subtable__row > :nth-child(4) {
	grid-column: 5;
}

.lfc-operator-product-subtable__row > :nth-child(5) {
	grid-column: 6;
}

.lfc-operator-product-subtable__row > :nth-child(6) {
	grid-column: 7;
}

.lfc-operator-product-subtable.is-promo-net .lfc-operator-product-subtable__row > :nth-child(4) {
	grid-column: 5;
}

.lfc-operator-product-subtable.is-promo-net .lfc-operator-product-subtable__row > :nth-child(5) {
	grid-column: 6;
}

.lfc-operator-product-subtable__row::before {
	content: "";
	grid-column: 1;
}

.lfc-operator-product-subtable__row::after {
	content: "";
	grid-column: -2 / -1;
}

.lfc-operator-product-subtable__row--head {
	background: #f2f2f2;
	border: 0;
	color: var(--lfc-op-muted);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.lfc-operator-product-subtable__row--empty span {
	grid-column: 1 / -1;
}

.lfc-operator-product-subtable__sku,
.lfc-operator-product-subtable__name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lfc-operator-product-subtable__name {
	font-weight: 400;
}

.lfc-operator-product-subtable__sku {
	color: var(--lfc-op-muted);
	font-weight: 500;
}

.lfc-operator-session-empty {
	color: var(--lfc-op-muted);
	padding: 24px !important;
	text-align: center;
}

.lfc-operator-session-edit-drawer[hidden] {
	display: none;
}

.lfc-operator-session-edit-drawer {
	inset: 0;
	position: fixed;
	z-index: 99999;
}

.lfc-operator-session-edit-drawer__overlay {
	background: rgba(20, 20, 18, .32);
	inset: 0;
	position: absolute;
}

.lfc-operator-session-edit-drawer__panel {
	background: #fff;
	box-shadow: -20px 0 50px rgba(20, 20, 18, .14);
	display: grid;
	gap: 10px;
	height: 100%;
	margin-left: auto;
	max-width: min(860px, calc(100vw - 28px));
	overflow-y: auto;
	padding: 22px 24px;
	position: relative;
	width: 860px;
}

.lfc-operator-session-edit-drawer__close {
	align-items: center;
	background: #f2f2f2;
	border: 0;
	border-radius: 999px;
	color: var(--lfc-op-text);
	cursor: pointer;
	display: inline-flex;
	font-size: 24px;
	height: 32px;
	justify-content: center;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 32px;
}

.lfc-session-drawer__header,
.lfc-operator-session-edit-head {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0 0 20px;
	padding-right: 42px;
	text-align: left;
}

.lfc-operator-session-edit-head h2 {
	font-family: var(--lfc-op-display);
	font-size: 24px;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.lfc-session-drawer__eyebrow {
	color: var(--lfc-op-muted);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
}

.lfc-session-drawer__customer-row {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 10px;
	margin: 0;
	max-width: 100%;
	min-width: 0;
}

.lfc-operator-session-edit-head strong {
	color: var(--lfc-op-text);
	flex: 0 1 auto;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lfc-session-drawer__separator {
	color: var(--lfc-op-muted);
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.25;
	margin: 0;
}

.lfc-operator-session-edit-head em {
	color: var(--lfc-op-muted);
	flex: 0 1 auto;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.25;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lfc-operator-session-edit-products {
	overflow-x: auto;
}

.lfc-session-edit-table {
	min-width: 780px;
}

.lfc-session-edit-table__head,
.lfc-session-edit-table__row {
	display: grid;
	grid-template-columns: minmax(160px, 1.4fr) minmax(86px, .55fr) 92px 108px 94px minmax(110px, .75fr) 76px;
}

.lfc-session-edit-table__head {
	align-items: center;
	background: #f2f2f2;
	border-radius: 6px 6px 0 0;
	color: var(--lfc-op-muted);
	font-size: 10px;
	font-weight: 600;
	line-height: 1.15;
	padding: 9px 10px;
	text-transform: uppercase;
}

.lfc-session-edit-table__row {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #f2f2f2;
	column-gap: 0;
	min-height: 46px;
	padding: 8px 10px;
	row-gap: 4px;
}

.lfc-session-edit-table__row.is-removed {
	opacity: .55;
}

.lfc-session-edit-table__cell {
	min-width: 0;
}

.lfc-session-edit-table__cell--product,
.lfc-session-edit-table__cell--sku,
.lfc-session-edit-table__cell--notes,
.lfc-session-edit-table__cell--total {
	padding-right: 10px;
}

.lfc-session-edit-table__cell--product strong {
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lfc-session-edit-table__cell--sku,
.lfc-session-edit-table__cell--notes {
	color: var(--lfc-op-muted);
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: none;
	white-space: nowrap;
}

.lfc-session-edit-table__cell--price,
.lfc-session-edit-table__cell--discount {
	display: grid;
	gap: 4px;
	padding-right: 8px;
}

.lfc-session-edit-table__cell--price span,
.lfc-session-edit-table__cell--discount span {
	display: none;
}

.lfc-session-edit-table__cell--price input,
.lfc-session-edit-table__cell--discount select {
	background: #fff;
	border: 1px solid var(--lfc-op-border-soft);
	border-radius: 6px;
	color: var(--lfc-op-text);
	font: 500 13px/1.2 var(--lfc-op-font);
	height: 36px;
	min-height: 36px;
	outline: 0;
	padding: 6px 8px;
	width: 100%;
}

.lfc-session-edit-table__row .lfc-session-edit-table__cell--total {
	color: var(--lfc-op-text);
	font: 500 13px/1.2 var(--lfc-op-font);
	white-space: nowrap;
}

.lfc-session-edit-table__cell--actions button,
.lfc-operator-session-edit-actions button {
	align-items: center;
	background: var(--lfc-op-black);
	border: 1px solid var(--lfc-op-black);
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: 600 12px/1 var(--lfc-op-font);
	justify-content: center;
	min-height: 32px;
	padding: 7px 10px;
	white-space: nowrap;
}

.lfc-session-edit-table__cell--actions button {
	align-self: center;
	background: #fff;
	color: var(--lfc-op-black);
	flex: 0 0 auto;
	height: 36px;
	min-height: 36px;
	padding: 0 12px;
	width: auto;
}

.lfc-session-edit-summary {
	align-items: center;
	align-self: start;
	background: #f2f2f2;
	border: 0;
	border-radius: 6px;
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	min-height: auto;
	min-width: 780px;
	padding: 10px 12px;
}

.lfc-session-edit-summary div {
	display: flex;
	flex-direction: column;
	gap: 6px;
	justify-content: center;
	min-height: 0;
	min-width: 0;
	padding: 0 8px;
}

.lfc-session-edit-summary span {
	color: var(--lfc-op-muted);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.lfc-session-edit-summary strong {
	font-family: var(--lfc-op-display);
	font-size: 18px;
	line-height: 1;
}

.lfc-operator-session-edit-actions {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}

.lfc-operator-session-edit-actions button {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 13px;
	height: 42px;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	width: auto;
}

.lfc-operator-session-edit-actions button:first-child {
	background: #fff;
	color: var(--lfc-op-text);
}

.lfc-operator-session-edit-error {
	background: #f6e2e1;
	border-radius: 6px;
	color: #9d2d26;
	font-size: 13px;
	padding: 10px 12px;
}

.lfc-operator-product-option {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(160px, .45fr);
	gap: 8px;
	padding: 15px 16px !important;
}

.lfc-operator-product-option__main,
.lfc-operator-product-option__prices {
	color: var(--lfc-op-muted);
	display: grid;
	font-size: 12px;
	gap: 5px;
}

.lfc-operator-product-option__main strong {
	color: var(--lfc-op-text);
	font-size: 14px;
	font-weight: 600;
}

.lfc-operator-product-option__prices {
	background: var(--lfc-op-surface-soft);
	border: 1px solid var(--lfc-op-border-soft);
	border-radius: 6px;
	padding: 10px;
}

.lfc-operator-product-option__reason {
	color: var(--lfc-op-text);
	font-size: 12px;
	font-weight: 600;
}

.lfc-operator-selected-card {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
}

.lfc-operator-selected-card__main {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	min-width: 0;
}

.lfc-operator-selected-card [data-operator-selected-card-code] {
	background: var(--lfc-op-surface-soft);
	border-radius: 6px;
	color: var(--lfc-op-muted);
	font-size: 12px;
	font-weight: 500;
	padding: 7px 9px;
}

.lfc-operator-selected-card .lfc-op-status-dot {
	background: transparent;
	border-radius: 0;
	color: var(--lfc-op-text);
	padding: 0;
}

.lfc-operator-selected-card__change {
	align-items: center;
	background: #fff;
	border: 1px solid var(--lfc-op-border-soft);
	border-radius: 999px;
	color: var(--lfc-op-muted);
	cursor: pointer;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	margin-left: auto;
	padding: 0;
	width: 34px;
}

.lfc-operator-selected-card__change:hover,
.lfc-operator-selected-card__change:focus-visible {
	border-color: var(--lfc-op-black);
	color: var(--lfc-op-black);
}

.lfc-operator-selected-card__change svg {
	fill: none;
	height: 17px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 2;
	width: 17px;
}

.lfc-operator-purchase-card-switch {
	flex: 0 0 100%;
	margin-top: 8px;
	position: relative;
}

.lfc-operator-global-search input,
.lfc-operator-pick-card input,
.lfc-operator-search-form input,
.lfc-operator-form input,
.lfc-operator-form select,
	.lfc-operator-form textarea,
	.lfc-operator-card-code-preview,
	.lfc-operator-product-row input,
.lfc-operator-live-results,
.lfc-operator-product-results,
.lfc-operator-live-results button,
.lfc-operator-product-results button,
.lfc-operator-nav a,
.lfc-operator-metrics > div,
.lfc-operator-search-form button,
.lfc-operator-form button,
.lfc-operator-actions a,
.lfc-operator-row-actions a,
.lfc-operator-purchase button,
.lfc-operator-settings-button,
.lfc-operator-created a,
.lfc-op-badge,
.lfc-operator-product-note,
.lfc-operator-purchase-summary,
.lfc-operator-notice {
	border-radius: 6px;
}

@media (max-width: 1180px) {
	.lfc-operator-body {
		grid-template-columns: 1fr;
	}

	.lfc-operator-sidebar {
		border-bottom: 1px solid var(--lfc-op-border);
		border-right: 0;
		max-height: none;
		min-height: 0;
		overflow-y: visible;
		position: static;
	}

	.lfc-operator-nav {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lfc-operator-results article,
	.lfc-operator-session-list article,
	.lfc-operator-card-result,
	.lfc-operator-card-overview,
	.lfc-operator-session-card__head,
	.lfc-operator-session-totals,
	.lfc-operator-session-summary,
	.lfc-operator-session-products,
	.lfc-operator-product-option,
	.lfc-operator-metrics,
	.lfc-operator-detail-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.lfc-operator-card-data,
	.lfc-operator-card-kpis,
	.lfc-operator-card-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lfc-operator-session-filters {
		grid-template-columns: minmax(180px, .4fr) minmax(280px, 1fr);
	}

	.lfc-operator-session-period {
		grid-column: 1;
	}

	.lfc-operator-session-search {
		grid-column: 2;
	}

	.lfc-operator-card-result .lfc-operator-row-actions {
		grid-column: 1 / -1;
	}

	.lfc-operator-purchase-summary {
		grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
	}

	.lfc-operator-purchase-summary button {
		grid-column: 4;
		justify-self: end;
		margin-left: 0;
	}

	.lfc-operator-purchase-summary > div:nth-child(1),
	.lfc-operator-purchase-summary > div:nth-child(4) {
		grid-column: 1;
	}

	.lfc-operator-purchase-summary > div:nth-child(2),
	.lfc-operator-purchase-summary > div:nth-child(5) {
		grid-column: 2;
	}

	.lfc-operator-purchase-summary > div:nth-child(3) {
		grid-column: 3;
	}

	.lfc-operator-stats-grid,
	.lfc-operator-stats-tables,
	.lfc-operator-settings-grid {
		grid-template-columns: 1fr;
	}

	.lfc-operator-settings-card:first-child {
		grid-row: auto;
	}
}

@media (max-width: 720px) {
	.lfc-operator-header {
		padding: 0 16px;
	}

	.lfc-operator-header-brand span {
		font-size: 20px;
	}

	.lfc-operator-main {
		padding: 24px 16px 34px;
	}

	.lfc-operator-nav,
	.lfc-operator-results article,
	.lfc-operator-session-list article,
	.lfc-operator-card-result,
	.lfc-operator-card-overview,
	.lfc-operator-card-data,
	.lfc-operator-card-kpis,
	.lfc-operator-card-summary,
	.lfc-operator-session-card__head,
	.lfc-operator-session-totals,
	.lfc-operator-session-summary,
	.lfc-operator-session-products,
	.lfc-operator-product-option,
	.lfc-operator-metrics,
	.lfc-operator-detail-grid,
	.lfc-operator-form,
	.lfc-operator-product-row {
		grid-template-columns: 1fr !important;
	}

	.lfc-operator-search-form {
		display: grid;
	}

	.lfc-operator-stats-filter {
		grid-template-columns: 1fr;
	}

	.lfc-operator-stats-filter__label {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.lfc-operator-stats-filter__label em {
		white-space: normal;
	}

	.lfc-operator-stats-filter__label em::before {
		content: "";
		margin-right: 0;
	}

	.lfc-operator-stats-filter button {
		justify-self: stretch;
		max-width: none;
		width: 100%;
	}

	.lfc-operator-settings-button {
		align-self: stretch;
		width: 100%;
	}

	.lfc-operator-stats-grid {
		grid-template-columns: 1fr;
	}

	.lfc-operator-stats-table {
		min-width: 560px;
	}

	.lfc-operator-new-card-form {
		padding: 18px;
	}

	.lfc-operator-form-grid,
	.lfc-operator-date-pair,
	.lfc-operator-card-fields {
		grid-template-columns: 1fr;
	}

	.lfc-operator-card-type-field {
		order: 1;
	}

	.lfc-operator-date-pair {
		grid-column: auto;
		order: 2;
	}

	.lfc-operator-card-code-preview-field {
		order: 3;
	}

	.lfc-operator-new-card-footer-grid {
		grid-template-columns: 1fr;
	}

	.lfc-operator-new-card-notes,
	.lfc-operator-new-card-submit {
		grid-column: 1;
	}

	.lfc-operator-new-card-actions {
		align-items: stretch;
		display: grid;
	}

	.lfc-operator-new-card-actions button {
		width: 100%;
	}

	.lfc-operator-session-filters {
		grid-template-columns: 1fr;
	}

	.lfc-operator-session-period,
	.lfc-operator-session-search {
		grid-column: 1;
	}

	.lfc-operator-card-result .lfc-operator-row-actions {
		grid-column: 1 / -1;
		justify-self: end;
	}

	.lfc-operator-purchase-summary {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		min-width: 0;
	}

	.lfc-operator-purchase-summary button {
		grid-column: 1 / -1;
		justify-self: stretch;
		margin-left: 0;
	}

	.lfc-operator-purchase-summary > div:nth-child(n) {
		grid-column: auto;
	}

	.lfc-operator-purchase-search__head {
		align-items: stretch;
		flex-direction: column;
	}

	.lfc-operator-purchase-search__head button,
	.lfc-operator-manual-drawer__actions button {
		width: 100%;
	}

	.lfc-operator-manual-drawer__panel {
		max-width: 100vw;
		padding: 24px 18px;
		width: 100%;
	}

	.lfc-operator-manual-drawer__actions {
		flex-direction: column-reverse;
	}

	.lfc-operator-session-edit-drawer__panel {
		max-width: 100vw;
		padding: 24px 18px;
		width: 100%;
	}

	.lfc-session-edit-summary {
		grid-template-columns: 1fr;
		min-width: 0;
	}

	.lfc-operator-session-edit-actions {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.lfc-session-edit-table__cell--actions button {
		width: auto;
	}

	.lfc-operator-session-edit-actions button {
		width: auto;
	}

	.lfc-operator-row-modal__card {
		padding: 22px 18px;
		width: calc(100vw - 28px);
	}
}
