:root {
	--lf-ink: #16151d;
	--lf-muted: #686374;
	--lf-soft: #f7f8fb;
	--lf-paper: #ffffff;
	--lf-line: #e6e8ee;
	--lf-primary: #7c3aed;
	--lf-primary-dark: #4c1d95;
	--lf-red: #ef4444;
	--lf-gold: #f59e0b;
	--lf-blue: #2563eb;
	--lf-green: #059669;
	--lf-pink: #db2777;
	--lf-shadow: 0 18px 48px rgba(22, 21, 29, 0.12);
	--lf-radius: 8px;
	--lf-max: 1200px;
}

body.laughfund-page,
.lf-app {
	background: var(--lf-soft);
	color: var(--lf-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
}

body.laughfund-page > .site-header,
body.laughfund-page > .site-footer {
	display: none !important;
}

body.laughfund-page .site-main {
	background: var(--lf-soft) !important;
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

body.laughfund-page .content-panel {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

body.laughfund-page .content-panel > article {
	margin: 0 !important;
	padding: 0 !important;
}

body.laughfund-page .content-panel > article > h1:first-child {
	display: none !important;
}

.lf-app,
.lf-app * {
	box-sizing: border-box;
	min-width: 0;
}

.lf-app a {
	color: inherit;
	text-decoration: none;
}

.lf-app p {
	color: var(--lf-muted);
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
}

.lf-app h1,
.lf-app h2,
.lf-app h3 {
	color: var(--lf-ink);
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0;
}

.lf-app h1 {
	font-size: 64px;
	font-weight: 850;
	max-width: 880px;
}

.lf-app h2 {
	font-size: 34px;
	font-weight: 800;
}

.lf-app h3 {
	font-size: 20px;
	font-weight: 780;
}

.lf-main,
.lf-site-header,
.lf-footer,
.lf-dashboard-top,
.lf-dashboard-shell {
	width: min(100% - 48px, var(--lf-max));
	margin-inline: auto;
}

.lf-site-header,
.lf-dashboard-top {
	align-items: center;
	display: flex;
	gap: 22px;
	justify-content: space-between;
	padding: 22px 0;
	position: relative;
	z-index: 5;
}

.lf-brand {
	align-items: flex-start;
	display: inline-flex;
	flex-direction: column;
	flex: 0 0 auto;
	min-width: 145px;
}

.lf-brand span {
	color: var(--lf-ink);
	font-size: 26px;
	font-weight: 900;
	line-height: 1;
}

.lf-brand small {
	color: var(--lf-muted);
	font-size: 12px;
	font-weight: 720;
	margin-top: 5px;
	text-transform: uppercase;
}

.lf-site-nav {
	align-items: center;
	display: flex;
	gap: 22px;
	font-size: 15px;
	font-weight: 740;
	white-space: nowrap;
}

.lf-site-nav a {
	border-radius: 999px;
	padding: 10px 2px;
}

.lf-site-nav a:last-child {
	background: var(--lf-ink);
	color: #fff;
	padding: 10px 18px;
}

.lf-menu-toggle {
	align-items: center;
	background: #fff;
	border: 1px solid var(--lf-line);
	border-radius: 8px;
	display: none;
	height: 44px;
	justify-content: center;
	padding: 0;
	width: 44px;
}

.lf-menu-toggle span {
	background: var(--lf-ink);
	display: block;
	height: 2px;
	margin: 3px 0;
	width: 18px;
}

.lf-hero,
.lf-compact-hero,
.lf-band,
.lf-section,
.lf-split-band,
.lf-cta,
.lf-auth-layout,
.lf-show-detail,
.lf-pricing-grid,
.lf-faq-layout,
.lf-browse-layout,
.lf-scanner-layout,
.lf-create-layout {
	margin: 34px auto;
}

.lf-hero {
	align-items: center;
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	min-height: 620px;
}

.lf-hero-copy {
	display: grid;
	gap: 24px;
	min-width: 0;
}

.lf-kicker {
	color: var(--lf-primary) !important;
	font-size: 13px !important;
	font-weight: 850;
	letter-spacing: 0 !important;
	text-transform: uppercase;
}

.lf-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.lf-btn,
.lf-app button.lf-btn,
.lf-app input[type="submit"].lf-btn {
	align-items: center;
	border: 0;
	border-radius: 8px;
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 820;
	justify-content: center;
	line-height: 1.2;
	min-height: 46px;
	padding: 13px 18px;
	text-align: center;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
	white-space: normal;
}

.lf-btn:hover {
	transform: translateY(-1px);
}

.lf-btn-primary {
	background: var(--lf-primary);
	box-shadow: 0 10px 24px rgba(124, 58, 237, 0.24);
	color: #fff !important;
}

.lf-btn-ghost {
	background: #fff;
	border: 1px solid var(--lf-line);
	color: var(--lf-ink) !important;
}

.lf-text-link {
	color: var(--lf-primary) !important;
	font-weight: 820;
}

.lf-hero-board,
.lf-comedian-poster,
.lf-neon-tile,
.lf-video-card,
.lf-scanner-frame {
	background:
		linear-gradient(135deg, rgba(124, 58, 237, 0.92), rgba(37, 99, 235, 0.74)),
		#33225b;
	border-radius: 8px;
	box-shadow: var(--lf-shadow);
	color: #fff;
	min-height: 460px;
	overflow: hidden;
	padding: 28px;
	position: relative;
}

.lf-hero-board {
	background:
		linear-gradient(135deg, rgba(22, 21, 29, 0.44), rgba(37, 99, 235, 0.58)),
		url("../images/hero-stage.png") center / cover no-repeat,
		#33225b;
}

.lf-hero-board::before,
.lf-comedian-poster::before,
.lf-video-card::before,
.lf-scanner-frame::before {
	background:
		linear-gradient(90deg, rgba(255,255,255,0.1) 1px, transparent 1px),
		linear-gradient(0deg, rgba(255,255,255,0.08) 1px, transparent 1px);
	background-size: 42px 42px;
	content: "";
	inset: 0;
	position: absolute;
}

.lf-stage-card {
	background: rgba(255, 255, 255, 0.13);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	display: grid;
	gap: 18px;
	margin-top: 170px;
	padding: 22px;
	position: relative;
	z-index: 1;
}

.lf-stage-card strong,
.lf-comedian-poster strong,
.lf-neon-tile strong {
	color: #fff;
	display: block;
	font-size: 36px;
	line-height: 1.05;
}

.lf-stage-card span,
.lf-comedian-poster span,
.lf-neon-tile span {
	color: rgba(255,255,255,0.76);
	display: block;
	font-weight: 800;
	text-transform: uppercase;
}

.lf-stage-lights {
	background: linear-gradient(180deg, #fbbf24, #ef4444);
	border-radius: 8px;
	height: 86px;
	position: absolute;
	right: 22px;
	top: -110px;
	width: 148px;
}

.lf-mini-ledger {
	display: grid;
	gap: 10px;
	margin-top: 18px;
	position: relative;
	z-index: 1;
}

.lf-mini-ledger span {
	align-items: center;
	background: rgba(255,255,255,0.13);
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: 8px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 14px;
}

.lf-band,
.lf-split-band,
.lf-cta,
.lf-panel,
.lf-sidebar-card,
.lf-form-card,
.lf-pledge-card,
.lf-toolbar,
.lf-table-wrap {
	background: var(--lf-paper);
	border: 1px solid var(--lf-line);
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(22, 21, 29, 0.06);
}

.lf-band {
	padding: 26px;
}

.lf-stat-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lf-dash-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 22px 0;
}

.lf-dash-grid.is-six {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.lf-stat-card {
	background: #fff;
	border: 1px solid var(--lf-line);
	border-radius: 8px;
	display: grid;
	gap: 6px;
	min-height: 108px;
	padding: 20px;
}

.lf-stat-card strong {
	color: var(--lf-ink);
	font-size: 28px;
	font-weight: 900;
	line-height: 1.1;
	overflow-wrap: anywhere;
}

.lf-stat-card span {
	color: var(--lf-muted);
	font-size: 14px;
	font-weight: 700;
}

.lf-section {
	display: grid;
	gap: 24px;
	padding: 28px 0;
}

.lf-section-head {
	display: grid;
	gap: 10px;
}

.lf-row-head {
	align-items: end;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.lf-step-grid,
.lf-process-line,
.lf-three-col,
.lf-quote-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lf-step-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lf-process-line {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.lf-step {
	background: #fff;
	border: 1px solid var(--lf-line);
	border-radius: 8px;
	display: grid;
	gap: 12px;
	min-height: 196px;
	padding: 22px;
}

.lf-step > span {
	align-items: center;
	background: var(--lf-ink);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 850;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.lf-show-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lf-show-grid.is-featured {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lf-show-grid.is-compact {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lf-show-card {
	background: #fff;
	border: 1px solid var(--lf-line);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
}

.lf-show-art {
	align-items: flex-end;
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, var(--lf-primary), var(--lf-blue));
	color: #fff;
	display: flex;
	font-weight: 850;
	min-height: 168px;
	padding: 16px;
	text-transform: uppercase;
}

.lf-show-art.is-purple {
	background:
		linear-gradient(180deg, rgba(22,21,29,0.08), rgba(22,21,29,0.56)),
		url("../images/show-card-1.png") center / cover no-repeat,
		linear-gradient(135deg, #7c3aed, #4c1d95);
}

.lf-show-art.is-orange {
	background:
		linear-gradient(180deg, rgba(22,21,29,0.08), rgba(22,21,29,0.56)),
		url("../images/show-card-2.png") center / cover no-repeat,
		linear-gradient(135deg, #f97316, #ef4444);
}

.lf-show-art.is-blue {
	background:
		linear-gradient(180deg, rgba(22,21,29,0.08), rgba(22,21,29,0.56)),
		url("../images/show-card-3.png") center / cover no-repeat,
		linear-gradient(135deg, #2563eb, #0891b2);
}

.lf-show-art.is-green {
	background:
		linear-gradient(180deg, rgba(22,21,29,0.08), rgba(22,21,29,0.56)),
		url("../images/show-card-1.png") center / cover no-repeat,
		linear-gradient(135deg, #059669, #65a30d);
}

.lf-show-art.is-pink {
	background:
		linear-gradient(180deg, rgba(22,21,29,0.08), rgba(22,21,29,0.56)),
		url("../images/show-card-2.png") center / cover no-repeat,
		linear-gradient(135deg, #db2777, #7c3aed);
}

.lf-show-art.is-yellow {
	background:
		linear-gradient(180deg, rgba(22,21,29,0.08), rgba(22,21,29,0.56)),
		url("../images/show-card-3.png") center / cover no-repeat,
		linear-gradient(135deg, #f59e0b, #ca8a04);
}

.lf-show-body {
	display: grid;
	gap: 12px;
	padding: 18px;
}

.lf-show-body h3 a {
	overflow-wrap: anywhere;
}

.lf-status {
	background: #f1ecff;
	border-radius: 999px;
	color: var(--lf-primary-dark);
	display: inline-flex;
	font-size: 12px;
	font-weight: 850;
	justify-self: start;
	padding: 6px 10px;
	text-transform: uppercase;
}

.lf-card-meta,
.lf-price-row,
.lf-progress-meta {
	color: var(--lf-muted);
	display: flex;
	font-size: 14px;
	gap: 8px;
	justify-content: space-between;
	line-height: 1.35;
}

.lf-price-row strong {
	color: var(--lf-ink);
	font-size: 20px;
}

.lf-progress {
	background: #edf0f5;
	border-radius: 999px;
	height: 9px;
	overflow: hidden;
	width: 100%;
}

.lf-progress span {
	background: linear-gradient(90deg, var(--lf-primary), var(--lf-green));
	border-radius: inherit;
	display: block;
	height: 100%;
}

.lf-split-band {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 28px;
}

.lf-check-list,
.lf-clean-list,
.lf-tag-list,
.lf-activity {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}

.lf-check-list li {
	color: var(--lf-ink);
	font-weight: 710;
	padding-left: 28px;
	position: relative;
}

.lf-check-list li::before {
	background: var(--lf-green);
	border-radius: 999px;
	color: #fff;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 12px;
}

.lf-clean-list li {
	align-items: center;
	border-bottom: 1px solid var(--lf-line);
	color: var(--lf-muted);
	display: flex;
	gap: 14px;
	justify-content: space-between;
	padding: 10px 0;
}

.lf-tag-list {
	display: flex;
	flex-wrap: wrap;
}

.lf-tag-list li {
	background: #f1f4f9;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 760;
	padding: 8px 10px;
}

.lf-quote {
	background: #fff;
	border: 1px solid var(--lf-line);
	border-radius: 8px;
	margin: 0;
	padding: 24px;
}

.lf-quote p {
	color: var(--lf-ink);
	font-size: 18px;
	font-weight: 720;
}

.lf-quote cite {
	color: var(--lf-muted);
	display: block;
	font-style: normal;
	font-weight: 800;
	margin-top: 14px;
}

.lf-cta {
	display: grid;
	gap: 14px;
	justify-items: center;
	margin-bottom: 52px;
	padding: 42px 24px;
	text-align: center;
}

.lf-compact-hero {
	align-items: end;
	display: flex;
	gap: 22px;
	justify-content: space-between;
	padding: 36px 0 22px;
}

.lf-compact-hero > div:first-child {
	display: grid;
	gap: 14px;
	max-width: 760px;
}

.lf-toolbar {
	align-items: end;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	padding: 16px;
}

.lf-toolbar label,
.lf-form-card label,
.lf-field {
	color: var(--lf-ink);
	display: grid;
	font-size: 13px;
	font-weight: 820;
	gap: 8px;
}

.lf-toolbar select,
.lf-toolbar input,
.lf-form-card input,
.lf-form-card select,
.lf-form-card textarea,
.lf-field input,
.lf-global-search input {
	background: #fff;
	border: 1px solid var(--lf-line);
	border-radius: 8px;
	color: var(--lf-ink);
	font: inherit;
	min-height: 44px;
	padding: 11px 12px;
	width: 100%;
}

.lf-browse-layout,
.lf-faq-layout {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 300px;
}

.lf-results-line,
.lf-note {
	color: var(--lf-muted);
	font-weight: 760;
	margin-bottom: 14px;
}

.lf-sidebar-card {
	display: grid;
	gap: 16px;
	padding: 22px;
	position: sticky;
	top: 18px;
}

.lf-sidebar-card hr {
	border: 0;
	border-top: 1px solid var(--lf-line);
	margin: 4px 0;
	width: 100%;
}

.lf-breadcrumb {
	color: var(--lf-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 10px;
	margin: 24px 0;
}

.lf-breadcrumb span::before {
	content: ">";
	margin-right: 10px;
}

.lf-show-detail {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: 320px minmax(0, 1fr) 320px;
}

.lf-show-poster {
	align-content: end;
	background: linear-gradient(135deg, var(--lf-primary), var(--lf-red));
	border-radius: 8px;
	box-shadow: var(--lf-shadow);
	color: #fff;
	display: grid;
	gap: 8px;
	min-height: 520px;
	padding: 24px;
}

.lf-show-poster strong {
	color: #fff;
	font-size: 34px;
	line-height: 1.05;
}

.lf-show-poster span {
	text-transform: uppercase;
}

.lf-show-copy {
	display: grid;
	gap: 18px;
}

.lf-detail-list,
.lf-trust-strip {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lf-detail-list span,
.lf-trust-strip span {
	background: #fff;
	border: 1px solid var(--lf-line);
	border-radius: 8px;
	color: var(--lf-muted);
	font-weight: 720;
	padding: 12px;
}

.lf-pledge-card {
	display: grid;
	gap: 18px;
	padding: 22px;
	position: sticky;
	top: 18px;
}

.lf-price-line {
	align-items: baseline;
	display: flex;
	gap: 8px;
}

.lf-price-line strong {
	font-size: 34px;
}

.lf-fee-box {
	background: #f8fafc;
	border: 1px solid var(--lf-line);
	border-radius: 8px;
	display: grid;
	gap: 10px;
	padding: 14px;
}

.lf-fee-box div {
	display: flex;
	justify-content: space-between;
}

.lf-fee-box div:last-child {
	border-top: 1px solid var(--lf-line);
	font-size: 18px;
	padding-top: 10px;
}

.lf-microcopy {
	font-size: 13px !important;
}

.lf-countdown {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lf-countdown span {
	background: #f8fafc;
	border: 1px solid var(--lf-line);
	border-radius: 8px;
	display: grid;
	font-size: 12px;
	gap: 3px;
	padding: 10px;
	text-align: center;
}

.lf-comedian-poster {
	align-content: end;
	display: grid;
	gap: 8px;
}

.lf-comedian-poster em {
	color: rgba(255,255,255,0.8);
	font-style: normal;
	position: relative;
	z-index: 1;
}

.lf-dashboard-preview {
	background: var(--lf-ink);
	border-radius: 8px;
	color: #fff;
	display: grid;
	gap: 18px;
	padding: 24px;
}

.lf-dashboard-preview h3 {
	color: #fff;
}

.lf-dashboard-preview ul {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.lf-dashboard-preview li {
	display: flex;
	justify-content: space-between;
}

.lf-neon-tile,
.lf-video-card {
	align-content: center;
	display: grid;
	justify-items: center;
	min-height: 250px;
	min-width: 300px;
	text-align: center;
}

.lf-play {
	background: #fff;
	border: 0;
	border-radius: 999px;
	height: 74px;
	position: relative;
	width: 74px;
	z-index: 1;
}

.lf-play::after {
	border-bottom: 14px solid transparent;
	border-left: 20px solid var(--lf-primary);
	border-top: 14px solid transparent;
	content: "";
	left: 30px;
	position: absolute;
	top: 23px;
}

.lf-pricing-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 24px;
}

.lf-price-card {
	border: 1px solid var(--lf-line);
	border-radius: 8px;
	display: grid;
	gap: 16px;
	padding: 28px;
	position: relative;
}

.lf-price-card.is-featured {
	border-color: var(--lf-primary);
	box-shadow: 0 18px 48px rgba(124, 58, 237, 0.14);
}

.lf-price {
	font-size: 48px;
	font-weight: 900;
	line-height: 1;
}

.lf-price span {
	color: var(--lf-muted);
	font-size: 18px;
}

.lf-ribbon {
	background: var(--lf-gold);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 900;
	justify-self: start;
	padding: 7px 10px;
	text-transform: uppercase;
}

.lf-table-wrap {
	overflow-x: auto;
	padding: 0;
}

.lf-compare-table {
	border-collapse: collapse;
	min-width: 680px;
	width: 100%;
}

.lf-compare-table th,
.lf-compare-table td {
	border-bottom: 1px solid var(--lf-line);
	padding: 16px;
	text-align: left;
}

.lf-compare-table th {
	background: #f8fafc;
}

.lf-faq-list {
	display: grid;
	gap: 12px;
}

.lf-faq-item {
	background: #fff;
	border: 1px solid var(--lf-line);
	border-radius: 8px;
	padding: 18px;
}

.lf-faq-item summary {
	cursor: pointer;
	font-size: 18px;
	font-weight: 850;
}

.lf-faq-item p {
	margin-top: 12px;
}

.lf-auth-layout {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
	padding: 44px 0;
}

.lf-auth-copy {
	display: grid;
	gap: 22px;
	position: sticky;
	top: 18px;
}

.lf-auth-cards {
	display: grid;
	gap: 18px;
}

.lf-form-card {
	display: grid;
	gap: 16px;
	padding: 24px;
}

.lf-form-card button:not(.lf-btn),
.lf-ticket-actions button {
	background: #fff;
	border: 1px solid var(--lf-line);
	border-radius: 8px;
	color: var(--lf-ink);
	cursor: pointer;
	font: inherit;
	font-weight: 780;
	min-height: 42px;
	padding: 10px 12px;
}

.lf-checkbox {
	align-items: center;
	display: flex !important;
	flex-direction: row !important;
}

.lf-checkbox input {
	width: auto !important;
}

.lf-form-steps {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.lf-form-steps span {
	background: #f1f4f9;
	border-radius: 999px;
	color: var(--lf-muted);
	font-size: 12px;
	font-weight: 820;
	padding: 8px 10px;
}

.lf-form-steps .is-active {
	background: var(--lf-primary);
	color: #fff;
}

.lf-oauth-row,
.lf-two-fields {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lf-safety-pair {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lf-safety-pair span {
	background: #fff;
	border: 1px solid var(--lf-line);
	border-radius: 8px;
	padding: 14px;
}

.lf-dashboard-app {
	background: #f3f5fa;
	min-height: 100vh;
}

.lf-dashboard-top {
	background: #fff;
	border: 1px solid var(--lf-line);
	border-radius: 8px;
	margin-top: 18px;
	padding: 14px;
}

.lf-global-search {
	flex: 1 1 auto;
	max-width: 560px;
}

.lf-global-search span {
	display: none;
}

.lf-user-pill {
	background: var(--lf-ink);
	border-radius: 999px;
	color: #fff;
	font-weight: 850;
	padding: 10px 14px;
}

.lf-dashboard-shell {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: 230px minmax(0, 1fr);
	padding: 24px 0 42px;
}

.lf-dashboard-sidebar {
	background: #fff;
	border: 1px solid var(--lf-line);
	border-radius: 8px;
	display: grid;
	gap: 22px;
	padding: 14px;
	position: sticky;
	top: 18px;
}

.lf-dashboard-sidebar nav {
	display: grid;
	gap: 6px;
}

.lf-dashboard-sidebar nav a {
	border-radius: 8px;
	color: var(--lf-muted);
	font-weight: 800;
	padding: 12px;
}

.lf-dashboard-sidebar nav a:hover,
.lf-dashboard-sidebar nav a:first-child {
	background: #f1ecff;
	color: var(--lf-primary-dark);
}

.lf-sidebar-promo {
	background: var(--lf-ink);
	border-radius: 8px;
	color: #fff;
	display: grid;
	gap: 8px;
	padding: 14px;
}

.lf-sidebar-promo p,
.lf-sidebar-promo a {
	color: rgba(255,255,255,0.78);
	font-size: 13px;
}

.lf-dashboard-content {
	min-width: 0;
}

.lf-dashboard-heading {
	align-items: end;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

.lf-dash-layout {
	align-items: start;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) 310px;
}

.lf-dash-main,
.lf-dash-side,
.lf-ticket-list {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.lf-panel {
	padding: 22px;
}

.lf-panel > h2 {
	font-size: 24px;
	margin-bottom: 14px;
}

.lf-next-show {
	background: linear-gradient(135deg, #fff, #f1ecff);
}

.lf-activity li {
	border-bottom: 1px solid var(--lf-line);
	color: var(--lf-muted);
	padding: 10px 0;
}

.lf-chart-bars {
	align-items: end;
	background: #f8fafc;
	border: 1px solid var(--lf-line);
	border-radius: 8px;
	display: flex;
	gap: 12px;
	height: 230px;
	padding: 18px;
}

.lf-chart-bars span {
	background: linear-gradient(180deg, var(--lf-primary), var(--lf-blue));
	border-radius: 8px 8px 0 0;
	flex: 1;
	min-width: 18px;
}

.lf-show-row,
.lf-ticket-row {
	align-items: center;
	border-bottom: 1px solid var(--lf-line);
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) 150px 80px 138px;
	padding: 16px 0;
}

.lf-show-row:last-child,
.lf-ticket-row:last-child {
	border-bottom: 0;
}

.lf-show-row h3 span {
	background: #f1ecff;
	border-radius: 999px;
	color: var(--lf-primary-dark);
	font-size: 11px;
	padding: 5px 8px;
	vertical-align: middle;
}

.lf-row-actions,
.lf-ticket-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.lf-row-actions a {
	color: var(--lf-primary);
	font-weight: 800;
}

.lf-tab-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 20px 0;
}

.lf-tab-bar button {
	background: #fff;
	border: 1px solid var(--lf-line);
	border-radius: 999px;
	color: var(--lf-muted);
	cursor: pointer;
	font-weight: 850;
	padding: 10px 14px;
}

.lf-tab-bar .is-active {
	background: var(--lf-primary);
	color: #fff;
}

.lf-ticket-row {
	background: #fff;
	border: 1px solid var(--lf-line);
	border-radius: 8px;
	grid-template-columns: minmax(0, 1fr) 170px 190px;
	padding: 18px;
}

.lf-ticket-row > div:nth-child(2) {
	display: grid;
	gap: 6px;
}

.lf-ticket-row b {
	background: #e8fff4;
	border-radius: 999px;
	color: var(--lf-green);
	display: inline-flex;
	font-size: 12px;
	font-style: normal;
	font-weight: 850;
	justify-self: start;
	padding: 6px 10px;
}

.lf-create-layout,
.lf-scanner-layout {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 330px;
}

.lf-create-form {
	padding: 28px;
}

.lf-scanner-layout {
	align-items: stretch;
	grid-template-columns: minmax(0, 1fr) 420px;
}

.lf-scanner-frame {
	align-content: center;
	display: grid;
	gap: 22px;
	justify-items: center;
	min-height: 520px;
}

.lf-scan-box {
	align-items: center;
	aspect-ratio: 1;
	border: 2px solid rgba(255,255,255,0.7);
	border-radius: 8px;
	color: #fff;
	display: grid;
	justify-items: center;
	max-width: 320px;
	padding: 28px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.lf-scan-box span {
	border: 3px solid #fff;
	border-radius: 8px;
	height: 112px;
	width: 112px;
}

.lf-scan-box strong,
.lf-scan-box em {
	color: #fff;
	font-style: normal;
	text-align: center;
}

.lf-checkin-result {
	background: #f8fafc;
	border: 1px solid var(--lf-line);
	border-radius: 8px;
	color: var(--lf-muted);
	font-weight: 760;
	padding: 14px;
}

.lf-checkin-result.is-good {
	background: #e8fff4;
	color: var(--lf-green);
}

.lf-checkin-result.is-bad {
	background: #fff1f2;
	color: var(--lf-red);
}

.lf-footer {
	border-top: 1px solid var(--lf-line);
	display: grid;
	gap: 24px;
	grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
	margin-top: 54px;
	padding: 36px 0;
}

.lf-footer h3 {
	font-size: 16px;
	margin-bottom: 12px;
}

.lf-footer a {
	color: var(--lf-muted);
	display: block;
	font-weight: 720;
	margin: 8px 0;
}

.lf-copyright {
	border-top: 1px solid var(--lf-line);
	grid-column: 1 / -1;
	padding-top: 18px;
}

@media (min-width: 1600px) {
	:root {
		--lf-max: 1460px;
	}

	.lf-app h1 {
		font-size: 72px;
	}

	.lf-show-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.lf-show-grid.is-featured {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 2500px) {
	:root {
		--lf-max: 1760px;
	}

	.lf-show-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.lf-dashboard-shell,
	.lf-dashboard-top,
	.lf-main,
	.lf-site-header,
	.lf-footer {
		max-width: 1760px;
	}
}

@media (min-width: 3840px) {
	:root {
		--lf-max: 2200px;
	}

	.lf-show-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

@media (max-width: 1180px) {
	.lf-app h1 {
		font-size: 52px;
	}

	.lf-site-nav {
		gap: 14px;
	}

	.lf-hero,
	.lf-show-detail,
	.lf-auth-layout,
	.lf-scanner-layout {
		grid-template-columns: 1fr;
	}

	.lf-hero {
		min-height: auto;
	}

	.lf-hero-board,
	.lf-comedian-poster {
		min-height: 380px;
	}

	.lf-show-poster,
	.lf-pledge-card,
	.lf-auth-copy,
	.lf-sidebar-card {
		position: static;
	}

	.lf-show-detail {
		grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
	}

	.lf-pledge-card {
		grid-column: 1 / -1;
	}

	.lf-process-line,
	.lf-step-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lf-show-grid.is-featured {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lf-dashboard-shell {
		grid-template-columns: 190px minmax(0, 1fr);
	}

	.lf-dash-grid.is-six {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.lf-main,
	.lf-site-header,
	.lf-footer,
	.lf-dashboard-top,
	.lf-dashboard-shell {
		width: min(100% - 32px, var(--lf-max));
	}

	.lf-menu-toggle {
		display: inline-grid;
	}

	.lf-site-nav {
		background: #fff;
		border: 1px solid var(--lf-line);
		border-radius: 8px;
		box-shadow: var(--lf-shadow);
		display: none;
		left: 0;
		padding: 12px;
		position: absolute;
		right: 0;
		top: 72px;
		white-space: normal;
	}

	.lf-site-nav.is-open {
		display: grid;
		gap: 2px;
	}

	.lf-site-nav a {
		padding: 12px;
	}

	.lf-toolbar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lf-browse-layout,
	.lf-faq-layout,
	.lf-dash-layout,
	.lf-create-layout {
		grid-template-columns: 1fr;
	}

	.lf-dashboard-shell {
		grid-template-columns: 1fr;
	}

	.lf-dashboard-sidebar {
		position: static;
	}

	.lf-dashboard-sidebar nav {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		overflow-x: visible;
		padding-bottom: 4px;
	}

	.lf-dashboard-sidebar nav a {
		flex: 0 1 auto;
	}

	.lf-sidebar-promo {
		display: none;
	}

	.lf-dash-grid,
	.lf-stat-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lf-show-grid,
	.lf-show-grid.is-compact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lf-footer {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.lf-app h1 {
		font-size: 40px;
	}

	.lf-app h2 {
		font-size: 28px;
	}

	.lf-compact-hero,
	.lf-row-head,
	.lf-dashboard-heading {
		align-items: start;
		flex-direction: column;
	}

	.lf-show-detail {
		grid-template-columns: 1fr;
	}

	.lf-step-grid,
	.lf-process-line,
	.lf-three-col,
	.lf-quote-grid,
	.lf-pricing-grid,
	.lf-split-band {
		grid-template-columns: 1fr;
	}

	.lf-auth-layout {
		padding-top: 20px;
	}

	.lf-dashboard-top {
		align-items: stretch;
		flex-wrap: wrap;
	}

	.lf-global-search {
		flex-basis: 100%;
		max-width: none;
		order: 3;
	}

	.lf-show-row {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.lf-row-actions {
		justify-content: flex-start;
	}

	.lf-ticket-row {
		grid-template-columns: 1fr;
	}

	.lf-ticket-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	.lf-main,
	.lf-site-header,
	.lf-footer,
	.lf-dashboard-top,
	.lf-dashboard-shell {
		width: min(100% - 22px, var(--lf-max));
	}

	.lf-app h1 {
		font-size: 34px;
	}

	.lf-app h2 {
		font-size: 25px;
	}

	.lf-app p {
		font-size: 15px;
	}

	.lf-hero,
	.lf-compact-hero,
	.lf-band,
	.lf-section,
	.lf-split-band,
	.lf-cta,
	.lf-auth-layout,
	.lf-show-detail,
	.lf-pricing-grid,
	.lf-faq-layout,
	.lf-browse-layout,
	.lf-scanner-layout,
	.lf-create-layout {
		margin: 22px auto;
	}

	.lf-show-grid,
	.lf-show-grid.is-featured,
	.lf-show-grid.is-compact,
	.lf-stat-grid,
	.lf-dash-grid,
	.lf-dash-grid.is-six,
	.lf-toolbar,
	.lf-safety-pair,
	.lf-oauth-row,
	.lf-two-fields,
	.lf-detail-list,
	.lf-trust-strip {
		grid-template-columns: 1fr;
	}

	.lf-hero-board,
	.lf-comedian-poster,
	.lf-show-poster,
	.lf-scanner-frame {
		min-height: 320px;
	}

	.lf-stage-card {
		margin-top: 120px;
	}

	.lf-stage-card strong,
	.lf-comedian-poster strong,
	.lf-neon-tile strong {
		font-size: 28px;
	}

	.lf-band,
	.lf-split-band,
	.lf-panel,
	.lf-sidebar-card,
	.lf-form-card,
	.lf-pledge-card,
	.lf-pricing-grid,
	.lf-price-card {
		padding: 18px;
	}

	.lf-footer {
		grid-template-columns: 1fr;
	}

	.lf-compare-table {
		min-width: 0;
	}

	.lf-compare-table,
	.lf-compare-table tbody,
	.lf-compare-table tr,
	.lf-compare-table td {
		display: block;
		width: 100%;
	}

	.lf-compare-table thead {
		display: none;
	}

	.lf-compare-table tr {
		border-bottom: 1px solid var(--lf-line);
		padding: 12px 0;
	}

	.lf-compare-table td {
		border-bottom: 0;
		padding: 8px 14px;
	}

	.lf-compare-table td:first-child {
		background: #f8fafc;
		border-radius: 8px;
		color: var(--lf-ink);
		font-weight: 850;
		margin-bottom: 8px;
	}

	.lf-compare-table td:nth-child(2),
	.lf-compare-table td:nth-child(3) {
		display: flex;
		gap: 12px;
		justify-content: space-between;
	}

	.lf-compare-table td:nth-child(2)::before {
		color: var(--lf-muted);
		content: "Fan";
		font-weight: 800;
	}

	.lf-compare-table td:nth-child(3)::before {
		color: var(--lf-muted);
		content: "Comedian";
		font-weight: 800;
	}

	.lf-dashboard-sidebar nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lf-dashboard-sidebar nav a {
		text-align: center;
	}
}

@media (max-width: 420px) {
	.lf-main,
	.lf-site-header,
	.lf-footer,
	.lf-dashboard-top,
	.lf-dashboard-shell {
		width: min(100% - 18px, var(--lf-max));
	}

	.lf-brand span {
		font-size: 22px;
	}

	.lf-app h1 {
		font-size: 31px;
	}

	.lf-app h2 {
		font-size: 23px;
	}

	.lf-actions,
	.lf-btn,
	.lf-tab-bar button,
	.lf-price-card .lf-btn {
		width: 100%;
	}

	.lf-btn {
		padding-left: 12px;
		padding-right: 12px;
	}

	.lf-price {
		font-size: 38px;
	}

	.lf-dashboard-sidebar nav {
		grid-template-columns: 1fr;
	}

	.lf-countdown {
		grid-template-columns: 1fr;
	}

	.lf-stat-card strong {
		font-size: 24px;
	}
}

@media (max-width: 340px) {
	.lf-app h1 {
		font-size: 28px;
	}

	.lf-app h2 {
		font-size: 21px;
	}

	.lf-band,
	.lf-split-band,
	.lf-panel,
	.lf-sidebar-card,
	.lf-form-card,
	.lf-pledge-card,
	.lf-price-card,
	.lf-show-body {
		padding: 14px;
	}

	.lf-neon-tile,
	.lf-video-card {
		min-width: 0;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lf-btn,
	.lf-app * {
		transition: none !important;
	}
}
