:root {
	--ticketo-bg: #111923;
	--ticketo-panel: #182330;
	--ticketo-panel-2: #202d3b;
	--ticketo-text: #f4f6f8;
	--ticketo-muted: #a9b5c4;
	--ticketo-line: #344558;
	--ticketo-accent: #c8a35f;
	--ticketo-accent-ink: #19150e;
	--ticketo-success: #4fb286;
	--ticketo-danger: #e4776c;
	--ticketo-quantity-bg: #202d3b;
	--ticketo-quantity-text: #f8fafc;
	--ticketo-quantity-button: #cbd5e1;
	--ticketo-radius: 16px;
	--ticketo-shadow: 0 18px 48px rgba(0, 0, 0, .24);
	--ticketo-font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--ticketo-font-body: 16px;
	--ticketo-font-supporting: 14px;
	--ticketo-font-label: 12px;
	--ticketo-font-button: 14px;
	--ticketo-weight-regular: 400;
	--ticketo-weight-medium: 500;
	--ticketo-control-height: 44px;
	--ticketo-control-compact: 40px;
	--ticketo-button-radius: 9px;
}

body.ticketo-theme-light {
	--ticketo-bg: #f4f7fb;
	--ticketo-panel: #ffffff;
	--ticketo-panel-2: #eef4ff;
	--ticketo-text: #0f172a;
	--ticketo-muted: #64748b;
	--ticketo-line: #dbe3ef;
	--ticketo-accent: #2563eb;
	--ticketo-accent-ink: #ffffff;
	--ticketo-success: #16825d;
	--ticketo-danger: #c2413b;
	--ticketo-quantity-bg: #eef4ff;
	--ticketo-quantity-text: #0f172a;
	--ticketo-quantity-button: #475569;
	--ticketo-shadow: 0 18px 50px rgba(15, 23, 42, .09);
}

body.ticketo-theme-dark,
body.ticketo-theme-dark .ticketo-public-page {
	--ticketo-bg: #0b1220;
	--ticketo-panel: #111c2d;
	--ticketo-panel-2: #17243a;
	--ticketo-text: #f8fafc;
	--ticketo-muted: #a9b8cc;
	--ticketo-line: #2b3b52;
	--ticketo-accent: #60a5fa;
	--ticketo-accent-ink: #07101f;
	--ticketo-success: #4fd1a1;
	--ticketo-danger: #fb8b84;
	--ticketo-quantity-bg: #17243a;
	--ticketo-quantity-text: #f8fafc;
	--ticketo-quantity-button: #cbd5e1;
	--ticketo-shadow: 0 18px 50px rgba(0, 0, 0, .28);
}

@media (prefers-color-scheme: light) {
	body.ticketo-theme-auto {
		--ticketo-bg: #f4f7fb;
		--ticketo-panel: #ffffff;
		--ticketo-panel-2: #eef4ff;
		--ticketo-text: #0f172a;
		--ticketo-muted: #64748b;
		--ticketo-line: #dbe3ef;
		--ticketo-accent: #2563eb;
		--ticketo-accent-ink: #ffffff;
		--ticketo-success: #16825d;
		--ticketo-danger: #c2413b;
		--ticketo-quantity-bg: #eef4ff;
		--ticketo-quantity-text: #0f172a;
		--ticketo-quantity-button: #475569;
		--ticketo-shadow: 0 18px 50px rgba(15, 23, 42, .09);
	}
}

@media (prefers-color-scheme: dark) {
	body.ticketo-theme-auto,
	body.ticketo-theme-auto .ticketo-public-page {
		--ticketo-bg: #0b1220;
		--ticketo-panel: #111c2d;
		--ticketo-panel-2: #17243a;
		--ticketo-text: #f8fafc;
		--ticketo-muted: #a9b8cc;
		--ticketo-line: #2b3b52;
		--ticketo-accent: #60a5fa;
		--ticketo-accent-ink: #07101f;
		--ticketo-success: #4fd1a1;
		--ticketo-danger: #fb8b84;
		--ticketo-quantity-bg: #17243a;
		--ticketo-quantity-text: #f8fafc;
		--ticketo-quantity-button: #cbd5e1;
		--ticketo-shadow: 0 18px 50px rgba(0, 0, 0, .28);
	}
}

.ticketo-event-shell, .ticketo-account-head, .ticketo-account-form, .ticketo-people-list, .ticketo-pass-grid, .ticketo-checkout-panel, .ticketo-event-grid, .ticketo-empty { box-sizing: border-box; }
.ticketo-event-embed { box-sizing: border-box; overflow: hidden; width: min(1180px, 100%); margin: 28px auto; padding: 0 26px 30px; border: 1px solid var(--ticketo-line); border-radius: 20px; background: var(--ticketo-bg); color: var(--ticketo-text); box-shadow: var(--ticketo-shadow); }
.ticketo-embed-image { display: block; overflow: hidden; margin: 0 -26px; aspect-ratio: 16 / 7; background: var(--ticketo-panel); }
.ticketo-embed-image img { width: 100%; height: 100%; object-fit: cover; }
.ticketo-embed-header { max-width: 820px; padding: 28px 0 4px; }
.ticketo-embed-header h2 { margin: 7px 0 9px; font-size: clamp(30px, 5vw, 48px); line-height: 1.08; }
.ticketo-embed-header h2 a { color: var(--ticketo-text); text-decoration: none; }
.ticketo-embed-header p { margin: 0; color: var(--ticketo-muted); font-size: 15px; line-height: 1.65; }
.ticketo-event-embed > .ticketo-event-shell { padding-top: 8px; padding-bottom: 0; }
.ticketo-event-shell { max-width: 1180px; margin: 0 auto; padding: 20px 0 60px; color: var(--ticketo-text); }
.ticketo-event-copy { max-width: 800px; color: var(--ticketo-muted); font-size: 17px; line-height: 1.75; }
.ticketo-event-copy p { color: inherit; }
.ticketo-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 28px 0 18px; }
.ticketo-fact { padding: 18px; border: 1px solid var(--ticketo-line); border-radius: 12px; background: var(--ticketo-panel); }
.ticketo-fact span { display: block; margin-bottom: 6px; color: var(--ticketo-muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ticketo-fact strong { color: var(--ticketo-text); font-size: 14px; line-height: 1.45; }
.ticketo-text-link, .ticketo-card-footer a, .ticketo-pass-qr a, .ticketo-cancel { color: var(--ticketo-accent) !important; text-decoration: none; }
.ticketo-entry-notes { margin: 24px 0; padding: 20px; border-left: 3px solid var(--ticketo-accent); background: var(--ticketo-panel); color: var(--ticketo-muted); }
.ticketo-entry-notes strong { color: var(--ticketo-text); }
.ticketo-entry-notes p { margin: 6px 0 0; color: inherit; }
.ticketo-section-title { margin: 42px 0 18px; color: var(--ticketo-text); font-size: clamp(26px, 4vw, 38px); }
.ticketo-capacity-overview { display: grid; grid-template-columns: repeat(2, minmax(130px, 180px)) 1fr; gap: 1px; overflow: hidden; margin: 0 0 18px; border: 1px solid var(--ticketo-line); border-radius: 12px; background: var(--ticketo-line); }
.ticketo-capacity-overview > div, .ticketo-capacity-overview > p { margin: 0; padding: 14px 16px; background: var(--ticketo-panel); }
.ticketo-capacity-overview span { display: block; color: var(--ticketo-muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ticketo-capacity-overview strong { display: block; margin-top: 3px; color: var(--ticketo-text); font-size: 23px; }
.ticketo-capacity-overview p { display: flex; align-items: center; color: var(--ticketo-muted); font-size: 12px; }
.ticketo-tier-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ticketo-tier-card { display: flex; min-height: 310px; flex-direction: column; gap: 16px; padding: 24px; border: 1px solid var(--ticketo-line); border-radius: var(--ticketo-radius); background: var(--ticketo-panel); box-shadow: var(--ticketo-shadow); }
.ticketo-tier-card h3 { margin: 6px 0 0; color: var(--ticketo-text); font-size: 22px; }
.ticketo-tier-description { min-height: 42px; margin: 8px 0 0; color: var(--ticketo-muted); font-size: 13px; line-height: 1.55; }
.ticketo-eyebrow { display: block; color: var(--ticketo-accent); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.ticketo-price { color: var(--ticketo-text); font-size: 30px; font-weight: 800; }
.ticketo-price del { color: var(--ticketo-muted); font-size: 16px; }
.ticketo-price ins { color: var(--ticketo-text); text-decoration: none; }
.ticketo-stock { color: var(--ticketo-muted); font-size: 13px; }
.ticketo-stock strong { color: var(--ticketo-text); }
.ticketo-buy-form { display: grid; grid-template-columns: 90px 1fr; gap: 10px; margin-top: auto; }
.ticketo-buy-form label, .ticketo-form-grid label, .ticketo-attendee-grid label { display: flex; flex-direction: column; gap: 6px; }
.ticketo-buy-form label span, .ticketo-form-grid label span, .ticketo-attendee-grid label span { color: var(--ticketo-muted); font-size: 11px; font-weight: 700; }
.ticketo-buy-form input, .ticketo-form-grid input, .ticketo-attendee-grid select { width: 100%; min-height: 46px; padding: 9px 12px; border: 1px solid var(--ticketo-line) !important; border-radius: 9px !important; background: var(--ticketo-panel-2) !important; color: var(--ticketo-text) !important; box-shadow: none !important; }
.ticketo-buy-form input:focus, .ticketo-form-grid input:focus, .ticketo-attendee-grid select:focus { border-color: var(--ticketo-accent) !important; outline: 2px solid rgba(200, 163, 95, .2); }
.ticketo-button, button.ticketo-button, .ticketo-checkin-button { min-height: 46px; padding: 11px 18px !important; border: 1px solid var(--ticketo-accent) !important; border-radius: 9px !important; background: var(--ticketo-accent) !important; color: var(--ticketo-accent-ink) !important; font-weight: 800 !important; text-align: center; text-decoration: none; cursor: pointer; }
.ticketo-button:hover, .ticketo-checkin-button:hover { border-color: #dfbd7c !important; background: #dfbd7c !important; }
.ticketo-secondary-button { display: block; padding: 11px 16px; border: 1px solid var(--ticketo-line); border-radius: 9px; color: var(--ticketo-text) !important; font-weight: 700; text-align: center; text-decoration: none; }
.ticketo-sold-out { margin-top: auto; padding: 12px; border: 1px solid var(--ticketo-danger); border-radius: 9px; color: var(--ticketo-danger); font-weight: 700; text-align: center; }

/* Plugin-owned single event experience. All selectors remain inside TicketO. */
.ticketo-public-page {
	--ticketo-bg: #f4f7fb;
	--ticketo-panel: #ffffff;
	--ticketo-panel-2: #eef4ff;
	--ticketo-text: #0f172a;
	--ticketo-muted: #64748b;
	--ticketo-line: #dbe3ef;
	--ticketo-accent: #2563eb;
	--ticketo-accent-ink: #ffffff;
	--ticketo-success: #16825d;
	--ticketo-danger: #c2413b;
	--ticketo-radius: 18px;
	--ticketo-shadow: 0 18px 50px rgba(15, 23, 42, .09);
	isolation: isolate;
	position: relative;
	left: 50%;
	width: 100vw !important;
	max-width: none !important;
	min-height: 70vh;
	margin: 0 0 0 -50vw !important;
	padding: 64px 24px 88px !important;
	overflow: hidden;
	background: var(--ticketo-bg) !important;
	color: var(--ticketo-text) !important;
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 16px;
	line-height: 1.6;
}
body.single-ticketo_event .post-header-container,
body.single-ticketo_event #hero,
body.single-ticketo_event .post-title-container.hero-section,
body.single-ticketo_event .page-header:not(.site-header),
body.single-ticketo_event .entry-header { display: none !important; }
.ticketo-public-page,
.ticketo-public-page * { box-sizing: border-box; }
.ticketo-public-page :where(h1, h2, h3, p, figure, form) { font-family: inherit !important; letter-spacing: normal; }
.ticketo-public-page :where(button, input, select, textarea) { font: inherit !important; }
.ticketo-public-frame { width: min(1180px, 100%); margin: 0 auto; }
.ticketo-public-hero { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); overflow: hidden; border: 1px solid var(--ticketo-line); border-radius: 24px; background: var(--ticketo-panel); box-shadow: var(--ticketo-shadow); }
.ticketo-public-hero-copy { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; padding: clamp(32px, 5vw, 64px); }
.ticketo-public-badge { display: inline-flex; align-items: center; min-height: 28px; padding: 5px 10px; border: 1px solid var(--ticketo-line); border-radius: 999px; background: var(--ticketo-panel-2); color: var(--ticketo-accent); font-size: 11px; font-weight: 800; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.ticketo-public-hero h1 { max-width: 780px; margin: 18px 0 0 !important; color: var(--ticketo-text) !important; font-size: clamp(40px, 6vw, 72px) !important; font-weight: 500 !important; line-height: 1 !important; }
.ticketo-public-summary { max-width: 720px; margin: 20px 0 0 !important; color: var(--ticketo-muted) !important; font-size: 17px; line-height: 1.7; }
.ticketo-hero-description { width: 100%; max-width: 760px; margin-top: 20px; color: var(--ticketo-muted); }
.ticketo-hero-description p { margin: 0 !important; color: inherit !important; font-size: 14px; line-height: 1.65; }
.ticketo-hero-description.is-collapsed p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ticketo-hero-description button { display: inline-flex; gap: 7px; align-items: center; min-height: 28px; margin: 7px 0 0; padding: 0; border: 0; background: transparent; color: var(--ticketo-accent); font-size: 11px; font-weight: 780; cursor: pointer; box-shadow: none; }
.ticketo-hero-description button:hover { color: var(--ticketo-text); }
.ticketo-hero-description button:focus-visible { outline: 2px solid var(--ticketo-accent); outline-offset: 3px; }
.ticketo-hero-description button i { width: 7px; height: 7px; margin-top: -3px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .18s ease, margin .18s ease; }
.ticketo-hero-description button [data-description-less] { display: none; }
.ticketo-hero-description.is-expanded button [data-description-more] { display: none; }
.ticketo-hero-description.is-expanded button [data-description-less] { display: inline; }
.ticketo-hero-description.is-expanded button i { margin-top: 3px; transform: rotate(225deg); }
.ticketo-public-hero-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px 20px; width: 100%; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--ticketo-line); }
.ticketo-public-hero-meta div { min-width: 0; }
.ticketo-public-hero-meta span { display: block; margin-bottom: 5px; color: var(--ticketo-muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; line-height: 1.2; text-transform: uppercase; }
.ticketo-public-hero-meta strong { display: block; color: var(--ticketo-text); font-size: 14px; font-weight: 720; line-height: 1.5; }
.ticketo-public-hero-meta small { display: block; margin-top: 2px; color: var(--ticketo-muted); font-size: 12px; font-weight: 650; line-height: 1.45; }
.ticketo-public-hero-meta .ticketo-hero-when strong { white-space: nowrap; }
.ticketo-public-hero-meta .ticketo-hero-when small { white-space: nowrap; }
.ticketo-public-hero-meta .ticketo-hero-map-link { display: inline-flex; gap: 7px; align-items: center; width: fit-content; margin-top: 9px; padding: 5px 8px 5px 6px; border: 1px solid var(--ticketo-line); border-radius: 8px; background: var(--ticketo-panel-2); color: var(--ticketo-accent) !important; font-size: 11px; font-weight: 750; line-height: 1.2; text-decoration: none !important; transition: border-color .18s ease, background .18s ease, color .18s ease; }
.ticketo-public-hero-meta .ticketo-hero-map-link svg { width: 16px; height: 16px; flex: 0 0 16px; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ticketo-public-hero-meta .ticketo-hero-map-link:hover { border-color: var(--ticketo-accent); background: var(--ticketo-panel); color: var(--ticketo-text) !important; }
.ticketo-public-hero-meta .ticketo-hero-map-link:focus-visible { outline: 2px solid var(--ticketo-accent); outline-offset: 2px; }
.ticketo-hero-extra { width: 100%; margin-top: 18px; }
.ticketo-hero-entry { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 9px; margin-top: 10px; padding: 11px 12px; border-left: 3px solid var(--ticketo-accent); border-radius: 0 8px 8px 0; background: var(--ticketo-panel-2); }
.ticketo-hero-entry > svg { width: 17px; height: 17px; margin-top: 1px; stroke: var(--ticketo-accent); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ticketo-hero-entry span { display: block; color: var(--ticketo-text); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.ticketo-hero-entry p { display: -webkit-box; overflow: hidden; margin: 3px 0 0 !important; color: var(--ticketo-muted) !important; font-size: 11px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ticketo-hero-cta { display: inline-flex; gap: 12px; align-items: center; justify-content: center; min-height: 48px; margin-top: 28px; padding: 11px 18px; border: 1px solid var(--ticketo-accent); border-radius: 10px; background: var(--ticketo-accent); color: #fff !important; font-size: 14px; font-weight: 780; text-decoration: none !important; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.ticketo-hero-cta:hover { border-color: #1d4ed8; background: #1d4ed8; color: #fff !important; transform: translateY(-1px); }
.ticketo-hero-cta span { font-size: 18px; line-height: 1; }
.ticketo-public-hero-image { position: relative; min-height: 460px; margin: 0; background: #dbeafe; }
.ticketo-public-hero-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ticketo-public-hero-mark { display: flex; min-height: 460px; flex-direction: column; align-items: center; justify-content: center; padding: 36px; background: #172554; color: #fff; text-align: center; }
.ticketo-public-hero-mark strong { display: grid; width: 112px; height: 112px; place-items: center; border: 1px solid rgba(255, 255, 255, .35); border-radius: 28px; background: #2563eb; color: #fff; font-size: 58px; line-height: 1; }
.ticketo-public-hero-mark span { margin-top: 20px; color: #fff; font-size: 20px; font-weight: 800; }
.ticketo-public-hero-mark small { margin-top: 5px; color: #bfdbfe; font-size: 12px; }
.ticketo-public-page .ticketo-event-shell { width: 100%; max-width: none; margin: 0; padding: 34px 0 0; color: var(--ticketo-text); }
.ticketo-public-page .ticketo-event-copy:not(:empty) { max-width: none; margin: 0 0 20px; padding: clamp(24px, 4vw, 38px); border: 1px solid var(--ticketo-line); border-radius: var(--ticketo-radius); background: var(--ticketo-panel); color: var(--ticketo-muted); font-size: 16px; line-height: 1.75; box-shadow: 0 10px 30px rgba(15, 23, 42, .05); }
.ticketo-public-page .ticketo-event-copy > :first-child { margin-top: 0 !important; }
.ticketo-public-page .ticketo-event-copy > :last-child { margin-bottom: 0 !important; }
.ticketo-public-page .ticketo-event-copy :where(p, li) { color: inherit !important; font-size: inherit; line-height: inherit; }
.ticketo-public-page .ticketo-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 0 20px; }
.ticketo-public-page .ticketo-fact { padding: 20px; border-color: var(--ticketo-line); background: var(--ticketo-panel); box-shadow: 0 8px 24px rgba(15, 23, 42, .04); }
.ticketo-public-page .ticketo-fact span { color: var(--ticketo-muted); }
.ticketo-public-page .ticketo-fact strong { color: var(--ticketo-text); }
.ticketo-public-page .ticketo-text-link { display: inline-flex; margin: 2px 0 20px; color: var(--ticketo-accent) !important; font-weight: 750; }
.ticketo-public-page .ticketo-entry-notes { margin: 0 0 24px; padding: 22px 24px; border: 1px solid var(--ticketo-line); border-left: 4px solid var(--ticketo-accent); border-radius: 12px; background: var(--ticketo-panel-2); color: var(--ticketo-muted); }
.ticketo-public-page .ticketo-entry-notes strong { color: var(--ticketo-text); }
.ticketo-public-page .ticketo-section-title { scroll-margin-top: 34px; margin: 44px 0 18px !important; color: var(--ticketo-text) !important; font-size: clamp(28px, 4vw, 42px) !important; font-weight: 760 !important; line-height: 1.1 !important; }
.ticketo-public-page .ticketo-capacity-overview { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px 24px; margin-bottom: 20px; padding: 20px 22px; border-color: var(--ticketo-line); border-radius: 14px; background: var(--ticketo-panel); box-shadow: 0 8px 24px rgba(15, 23, 42, .04); }
.ticketo-public-page .ticketo-capacity-overview > div { padding: 0; background: transparent; }
.ticketo-public-page .ticketo-availability-copy span { display: block; color: var(--ticketo-muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.ticketo-public-page .ticketo-availability-copy strong { display: block; margin-top: 3px; color: var(--ticketo-text); font-size: 17px; font-weight: 650; }
.ticketo-public-page .ticketo-availability-copy strong b { font-size: 27px; font-weight: 800; }
.ticketo-public-page .ticketo-availability-meta { display: flex; gap: 8px 18px; align-items: center; justify-content: flex-end; color: var(--ticketo-muted); font-size: 12px; }
.ticketo-public-page .ticketo-availability-meta span + span { position: relative; }
.ticketo-public-page .ticketo-availability-meta span + span::before { position: absolute; top: 50%; left: -10px; width: 3px; height: 3px; border-radius: 50%; background: #94a3b8; content: ''; transform: translateY(-50%); }
.ticketo-public-page .ticketo-capacity-overview .ticketo-availability-track { grid-column: 1 / -1; overflow: hidden; height: 7px; border-radius: 999px; background: var(--ticketo-panel-2); }
.ticketo-public-page .ticketo-availability-track i { display: block; height: 100%; border-radius: inherit; background: var(--ticketo-accent); }
.ticketo-public-page .ticketo-tier-grid { justify-content: center; gap: 18px; }
.ticketo-public-page .ticketo-tier-grid.is-columns-1 { grid-template-columns: minmax(0, 620px); }
.ticketo-public-page .ticketo-tier-grid.is-columns-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ticketo-public-page .ticketo-tier-grid.is-columns-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ticketo-public-page .ticketo-tier-card { min-width: 0; min-height: 0; gap: 18px; padding: 26px; border-color: var(--ticketo-line); border-radius: 16px; background: var(--ticketo-panel); box-shadow: 0 12px 34px rgba(15, 23, 42, .06); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.ticketo-public-page .ticketo-tier-card:hover { border-color: #bfdbfe; box-shadow: 0 18px 42px rgba(37, 99, 235, .10); transform: translateY(-2px); }
.ticketo-public-page .ticketo-tier-card[data-ticket-type="vip"] { border-top: 3px solid #b8862e; }
.ticketo-public-page .ticketo-tier-card[data-ticket-type="free"] { border-top: 3px solid #16825d; }
.ticketo-public-page .ticketo-tier-card h3 { margin: 0 !important; color: var(--ticketo-text) !important; font-size: clamp(27px, 2.2vw, 34px) !important; font-weight: 780 !important; line-height: 1.12 !important; }
.ticketo-public-page .ticketo-tier-card-head { display: flex; gap: 18px; align-items: flex-start; justify-content: space-between; }
.ticketo-public-page .ticketo-tier-card-head > div { min-width: 0; }
.ticketo-public-page .ticketo-stock-pill { display: inline-flex; flex: 0 0 auto; gap: 6px; align-items: center; min-height: 27px; padding: 5px 8px; border: 1px solid var(--ticketo-line); border-radius: 999px; background: var(--ticketo-panel-2); color: var(--ticketo-muted); font-size: 10px; font-weight: 750; line-height: 1; }
.ticketo-public-page .ticketo-stock-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--ticketo-success); }
.ticketo-public-page .ticketo-tier-description { min-height: 0; margin: 8px 0 0 !important; color: var(--ticketo-muted) !important; font-size: 14px; line-height: 1.55; }
.ticketo-public-page .ticketo-eyebrow { color: var(--ticketo-accent); }
.ticketo-public-page .ticketo-tier-card[data-ticket-type="free"] .ticketo-eyebrow { color: #16825d; }
.ticketo-public-page .ticketo-tier-card[data-ticket-type="vip"] .ticketo-eyebrow { color: #8a641e; }
.ticketo-public-page .ticketo-tier-availability { display: flex; gap: 9px; align-items: baseline; padding: 10px 0 2px; color: var(--ticketo-muted); }
.ticketo-public-page .ticketo-tier-availability strong { color: var(--ticketo-text); font-size: 38px; font-weight: 820; line-height: 1; }
.ticketo-public-page .ticketo-tier-availability span { font-size: 13px; font-weight: 650; }
.ticketo-public-page .ticketo-tier-card.is-sold-out .ticketo-tier-availability strong,
.ticketo-public-page .ticketo-tier-card.is-sold-out .ticketo-tier-availability span { color: var(--ticketo-danger); }
.ticketo-public-page .ticketo-tier-price { display: flex; gap: 12px; align-items: baseline; justify-content: space-between; }
.ticketo-public-page .ticketo-tier-price > span { color: var(--ticketo-muted); font-size: 11px; font-weight: 750; text-transform: uppercase; }
.ticketo-public-page .ticketo-tier-price > strong { color: var(--ticketo-text); font-size: 22px; font-weight: 800; }
.ticketo-public-page .ticketo-tier-price ins { color: inherit; text-decoration: none; }
.ticketo-public-page .ticketo-tier-price del { color: var(--ticketo-muted); font-size: 14px; }
.ticketo-public-page .ticketo-price { margin-top: 0; color: var(--ticketo-text); font-size: 32px; line-height: 1; }
.ticketo-public-page .ticketo-price del { color: var(--ticketo-muted); }
.ticketo-public-page .ticketo-price ins { color: var(--ticketo-text); }
.ticketo-public-page .ticketo-tier-actions { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--ticketo-line); }
.ticketo-public-page .ticketo-buy-form { grid-template-columns: 116px minmax(0, 1fr); gap: 10px; align-items: end; margin: 0; }
.ticketo-public-page .ticketo-buy-form .ticketo-quantity-field { display: flex; flex-direction: column; gap: 7px; }
.ticketo-public-page .ticketo-buy-form .ticketo-quantity-field > span:first-child { color: var(--ticketo-muted); font-size: 10px; font-weight: 750; }
.ticketo-public-page .ticketo-quantity-stepper { display: grid; grid-template-columns: 34px 46px 34px; overflow: hidden; height: 48px; border: 1px solid var(--ticketo-line); border-radius: 10px; background: var(--ticketo-panel-2); }
body.single-ticketo_event .ticketo-public-page .ticketo-quantity-stepper button { display: grid !important; min-width: 0 !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; place-items: center; border: 0 !important; border-radius: 0 !important; background: transparent !important; color: var(--ticketo-quantity-button) !important; font-size: 18px !important; font-weight: 700 !important; line-height: 1 !important; box-shadow: none !important; cursor: pointer; }
body.single-ticketo_event .ticketo-public-page .ticketo-quantity-stepper button:hover { background: #e8eef8 !important; color: var(--ticketo-accent) !important; }
body.single-ticketo_event .ticketo-public-page .ticketo-buy-form input { min-width: 0; min-height: 46px; margin: 0 !important; padding: 0 !important; border: 0 !important; border-right: 1px solid var(--ticketo-line) !important; border-left: 1px solid var(--ticketo-line) !important; border-radius: 0 !important; background: var(--ticketo-quantity-bg) !important; color: var(--ticketo-quantity-text) !important; caret-color: var(--ticketo-quantity-text) !important; font-size: 16px !important; font-weight: 750 !important; line-height: 1 !important; text-align: center; text-shadow: none !important; opacity: 1 !important; box-shadow: none !important; -webkit-text-fill-color: var(--ticketo-quantity-text) !important; appearance: textfield; }
.ticketo-public-page .ticketo-buy-form input::-webkit-inner-spin-button,
.ticketo-public-page .ticketo-buy-form input::-webkit-outer-spin-button { margin: 0; appearance: none; }
.ticketo-public-page .ticketo-buy-form input:focus { border-color: var(--ticketo-accent) !important; outline: 2px solid rgba(37, 99, 235, .16); }
body.single-ticketo_event .ticketo-public-page .ticketo-buy-form button.ticketo-button { align-self: end; min-height: 48px !important; margin: 0 !important; padding: 10px 16px !important; border: 1px solid #2563eb !important; border-radius: 10px !important; background-color: #2563eb !important; color: #fff !important; font-size: 13px !important; font-weight: 800 !important; line-height: 1.2 !important; white-space: nowrap; box-shadow: none !important; }
body.single-ticketo_event .ticketo-public-page .ticketo-buy-form button.ticketo-button:hover { border-color: #1d4ed8 !important; background-color: #1d4ed8 !important; color: #fff !important; }
body.single-ticketo_event .ticketo-public-page .ticketo-buy-form button.ticketo-button:disabled { border-color: var(--ticketo-line) !important; background-color: var(--ticketo-panel-2) !important; color: var(--ticketo-muted) !important; cursor: not-allowed; opacity: .72; }
.ticketo-public-page .ticketo-secondary-button { display: inline-flex; gap: 7px; align-items: center; justify-content: center; min-height: 0; margin: 14px 0 0 126px; padding: 2px; border: 0; background: transparent; color: var(--ticketo-muted) !important; font-size: 12px; font-weight: 700; line-height: 1.4; }
.ticketo-public-page .ticketo-secondary-button span { color: var(--ticketo-accent); font-size: 15px; transition: transform .18s ease; }
.ticketo-public-page .ticketo-secondary-button:hover { background: transparent; color: var(--ticketo-accent) !important; }
.ticketo-public-page .ticketo-secondary-button:hover span { transform: translateX(2px); }
.ticketo-public-page .ticketo-cart-checkout { display: flex; visibility: hidden; overflow: hidden; gap: 24px; align-items: center; justify-content: space-between; max-height: 0; margin-top: 0; padding: 0 20px; border: 1px solid transparent; border-radius: 14px; background: var(--ticketo-panel); opacity: 0; box-shadow: none; pointer-events: none; transform: translateY(12px); transition: max-height .3s ease, margin .3s ease, padding .3s ease, border-color .3s ease, opacity .22s ease, transform .3s ease, visibility 0s linear .3s; }
.ticketo-public-page .ticketo-cart-checkout.is-visible { visibility: visible; max-height: 120px; margin-top: 20px; padding: 18px 20px; border-color: var(--ticketo-line); opacity: 1; box-shadow: var(--ticketo-shadow); pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
.ticketo-public-page .ticketo-cart-checkout > div > span { display: block; color: var(--ticketo-muted); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.ticketo-public-page .ticketo-cart-checkout strong { display: block; margin-top: 3px; color: var(--ticketo-text); font-size: 16px; }
.ticketo-public-page .ticketo-cart-checkout strong b { color: var(--ticketo-accent); font-size: 21px; }
.ticketo-public-page .ticketo-cart-checkout > a { display: inline-flex; gap: 10px; align-items: center; justify-content: center; min-height: 46px; padding: 10px 18px; border-radius: 10px; background: var(--ticketo-accent); color: #fff !important; font-size: 13px; font-weight: 750; text-decoration: none !important; }
.ticketo-public-page .ticketo-cart-checkout > a:hover { background: #1d4ed8; color: #fff !important; }
.ticketo-public-page .ticketo-cart-checkout > a[aria-busy="true"] { opacity: .68; pointer-events: none; }
.ticketo-public-page :where(h1, h2, h3, strong, b, button, a, span, small) { font-weight: 500 !important; }

.ticketo-event-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; width: min(1180px, 100%); margin: 0 auto; padding: 28px 0; }
.ticketo-event-card { overflow: hidden; border: 1px solid var(--ticketo-line); border-radius: var(--ticketo-radius); background: var(--ticketo-panel); box-shadow: var(--ticketo-shadow); }
.ticketo-card-image { display: grid; aspect-ratio: 16 / 10; place-items: center; overflow: hidden; background: var(--ticketo-panel-2); color: var(--ticketo-accent); font-size: 42px; text-decoration: none; }
.ticketo-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.ticketo-event-card:hover .ticketo-card-image img { transform: scale(1.025); }
.ticketo-card-body { padding: 22px; }
.ticketo-card-body h3 { margin: 7px 0 8px; font-size: 23px; line-height: 1.2; }
.ticketo-card-body h3 a { color: var(--ticketo-text); text-decoration: none; }
.ticketo-card-body p { min-height: 22px; margin: 0; color: var(--ticketo-muted); }
.ticketo-card-footer { display: flex; justify-content: space-between; gap: 15px; align-items: center; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--ticketo-line); color: var(--ticketo-text); }
.ticketo-empty { width: min(760px, 100%); margin: 30px auto; padding: 36px; border: 1px solid var(--ticketo-line); border-radius: var(--ticketo-radius); background: var(--ticketo-panel); color: var(--ticketo-muted); text-align: center; }
.ticketo-empty h3 { margin: 0 0 8px; color: var(--ticketo-text); }

.ticketo-checkout-panel { margin: 26px 0; padding: 24px; border: 1px solid var(--ticketo-line); border-radius: var(--ticketo-radius); background: var(--ticketo-panel); color: var(--ticketo-text); }
.ticketo-checkout-panel h3 { margin: 6px 0 8px; color: var(--ticketo-text); }
.ticketo-checkout-panel > p { color: var(--ticketo-muted); }
.ticketo-checkout-item { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--ticketo-line); }
.ticketo-checkout-item h4 { margin: 0 0 12px; color: var(--ticketo-text); }
.ticketo-attendee-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.ticketo-attendee-grid select option { background: var(--ticketo-panel-2); color: var(--ticketo-text); }
.ticketo-checkout-help { margin-bottom: 0 !important; }
.ticketo-checkout-person-tools { margin: 20px 0 4px; padding: 14px; border: 1px solid var(--ticketo-line); border-radius: 12px; background: var(--ticketo-panel-2); }
.ticketo-checkout-person-tools > button { display: inline-flex; gap: 9px; align-items: center; min-height: 42px; padding: 8px 12px; border: 1px solid var(--ticketo-accent); border-radius: 9px; background: transparent; color: var(--ticketo-accent); cursor: pointer; }
.ticketo-checkout-person-tools > button > span { font-size: 20px; line-height: 1; }
.ticketo-checkout-person-form { display: grid; gap: 12px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--ticketo-line); }
.ticketo-checkout-person-form[hidden] { display: none !important; }
.ticketo-checkout-person-form label { display: grid; gap: 6px; }
.ticketo-checkout-person-form label > span { color: var(--ticketo-muted); font-size: 11px; font-weight: 700; }
.ticketo-checkout-person-form input { width: 100%; min-height: 46px; padding: 9px 12px; border: 1px solid var(--ticketo-line) !important; border-radius: 9px !important; background: var(--ticketo-panel) !important; color: var(--ticketo-text) !important; -webkit-text-fill-color: var(--ticketo-text) !important; }
.ticketo-person-form-actions { display: flex; gap: 12px; align-items: center; }
.ticketo-person-form-actions button { min-height: 42px; padding: 8px 14px; border: 0; border-radius: 9px; background: var(--ticketo-accent); color: #fff; cursor: pointer; }
.ticketo-person-form-actions small { color: var(--ticketo-muted); }
body.ticketo-theme-dark .ticketo-checkout-panel { border-color: #2b3b52 !important; background: #111c2d !important; color: #f8fafc !important; }
body.ticketo-theme-dark .ticketo-checkout-panel h3,
body.ticketo-theme-dark .ticketo-checkout-item h4 { color: #f8fafc !important; }
body.ticketo-theme-dark .ticketo-checkout-panel > p { color: #a9b8cc !important; }
body.ticketo-theme-dark .ticketo-attendee-grid select { border-color: #33465f !important; background: #17243a !important; color: #f8fafc !important; -webkit-text-fill-color: #f8fafc !important; }
body.ticketo-theme-dark .ticketo-checkout-panel .ticketo-attendee-grid select option { background: #17243a !important; color: #f8fafc !important; }
body.ticketo-theme-dark .ticketo-checkout-panel .ticketo-checkout-person-tools { border-color: #33465f !important; background: #17243a !important; }
body.ticketo-theme-dark .ticketo-checkout-panel .ticketo-checkout-person-form { border-top-color: #33465f !important; }
body.ticketo-theme-dark .ticketo-checkout-panel .ticketo-checkout-person-form label > span,
body.ticketo-theme-dark .ticketo-checkout-panel .ticketo-person-form-actions small { color: #a9b8cc !important; }
body.ticketo-theme-dark .ticketo-checkout-panel .ticketo-checkout-person-form input { border-color: #33465f !important; background: #17243a !important; color: #f8fafc !important; -webkit-text-fill-color: #f8fafc !important; }
body.ticketo-theme-light .ticketo-checkout-panel { border-color: #dbe3ef !important; background: #ffffff !important; color: #0f172a !important; }
body.ticketo-theme-light .ticketo-checkout-panel h3,
body.ticketo-theme-light .ticketo-checkout-item h4 { color: #0f172a !important; }
body.ticketo-theme-light .ticketo-checkout-panel > p { color: #64748b !important; }
body.ticketo-theme-light .ticketo-attendee-grid select { border-color: #dbe3ef !important; background: #eef4ff !important; color: #0f172a !important; -webkit-text-fill-color: #0f172a !important; }
body.ticketo-theme-light .ticketo-checkout-panel .ticketo-attendee-grid select option { background: #eef4ff !important; color: #0f172a !important; }
body.ticketo-theme-light .ticketo-checkout-panel .ticketo-checkout-person-tools { border-color: #dbe3ef !important; background: #eef4ff !important; }
body.ticketo-theme-light .ticketo-checkout-panel .ticketo-checkout-person-form { border-top-color: #dbe3ef !important; }
body.ticketo-theme-light .ticketo-checkout-panel .ticketo-checkout-person-form label > span,
body.ticketo-theme-light .ticketo-checkout-panel .ticketo-person-form-actions small { color: #64748b !important; }
body.ticketo-theme-light .ticketo-checkout-panel .ticketo-checkout-person-form input { border-color: #dbe3ef !important; background: #eef4ff !important; color: #0f172a !important; -webkit-text-fill-color: #0f172a !important; }
html body.ticketo-theme-light.woocommerce-checkout .woocommerce .ticketo-checkout-panel .ticketo-attendee-grid select,
html body.ticketo-theme-light.woocommerce-checkout .woocommerce .ticketo-checkout-panel .ticketo-checkout-person-form input.input-text { border-color: #dbe3ef !important; background: #eef4ff !important; color: #0f172a !important; -webkit-text-fill-color: #0f172a !important; }
html body.ticketo-theme-light.woocommerce-checkout .woocommerce .ticketo-checkout-panel .ticketo-checkout-person-form input.input-text::placeholder { color: #64748b !important; opacity: 1 !important; }
html body.ticketo-theme-light.woocommerce-checkout .woocommerce .ticketo-checkout-panel .ticketo-checkout-person-form input[data-ticketo-person-phone] { border-color: #dbe3ef !important; background: #eef4ff !important; color: #0f172a !important; -webkit-text-fill-color: #0f172a !important; }
html body.ticketo-theme-dark.woocommerce-checkout .woocommerce .ticketo-checkout-panel .ticketo-attendee-grid select,
html body.ticketo-theme-dark.woocommerce-checkout .woocommerce .ticketo-checkout-panel .ticketo-checkout-person-form input.input-text { border-color: #33465f !important; background: #17243a !important; color: #f8fafc !important; -webkit-text-fill-color: #f8fafc !important; }
html body.ticketo-theme-dark.woocommerce-checkout .woocommerce .ticketo-checkout-panel .ticketo-checkout-person-form input.input-text::placeholder { color: #a9b8cc !important; opacity: 1 !important; }
html body.ticketo-theme-dark.woocommerce-checkout .woocommerce .ticketo-checkout-panel .ticketo-checkout-person-form input[data-ticketo-person-phone] { border-color: #33465f !important; background: #17243a !important; color: #f8fafc !important; -webkit-text-fill-color: #f8fafc !important; }
body.ticketo-theme-dark .ticketo-account-form,
body.ticketo-theme-dark .ticketo-person-card { border-color: #2b3b52 !important; background: #111c2d !important; color: #f8fafc !important; }
body.ticketo-theme-dark .ticketo-account-form h3,
body.ticketo-theme-dark .ticketo-account-head h2,
body.ticketo-theme-dark .ticketo-person-copy strong { color: #f8fafc !important; }
body.ticketo-theme-dark .ticketo-account-form input { border-color: #33465f !important; background: #17243a !important; color: #f8fafc !important; -webkit-text-fill-color: #f8fafc !important; }
body.ticketo-theme-light .ticketo-account-form,
body.ticketo-theme-light .ticketo-person-card { border-color: #dbe3ef !important; background: #ffffff !important; color: #0f172a !important; }
body.ticketo-theme-light .ticketo-account-form h3,
body.ticketo-theme-light .ticketo-account-head h2,
body.ticketo-theme-light .ticketo-person-copy strong { color: #0f172a !important; }
body.ticketo-theme-light .ticketo-account-form input { border-color: #dbe3ef !important; background: #eef4ff !important; color: #0f172a !important; -webkit-text-fill-color: #0f172a !important; }

.ticketo-account-head { margin-bottom: 16px; padding: 22px 24px; border: 1px solid var(--ticketo-line); border-radius: var(--ticketo-radius); background: var(--ticketo-panel); color: var(--ticketo-muted); }
.ticketo-account-head, .ticketo-people-list, .ticketo-account-form { width: min(820px, 100%); }
.ticketo-account-head h2 { margin: 5px 0 8px; color: var(--ticketo-text) !important; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; font-size: 30px !important; font-weight: 740 !important; letter-spacing: -.03em !important; line-height: 1.15 !important; }
.ticketo-account-head p { max-width: 620px; margin: 0 !important; color: var(--ticketo-muted) !important; font-size: 15px; line-height: 1.6; }
.ticketo-people-list { display: grid; gap: 10px; margin-bottom: 20px; }
.ticketo-person-card { padding: 15px 16px; border: 1px solid var(--ticketo-line); border-radius: 14px; background: var(--ticketo-panel); }
.ticketo-person-card-row { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; gap: 14px; align-items: center; }
.ticketo-avatar { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--ticketo-line); border-radius: 50%; color: var(--ticketo-accent); font-size: 14px; font-weight: 800; }
.ticketo-person-copy { display: flex; min-width: 0; flex-direction: column; gap: 7px; }
.ticketo-person-copy strong { color: var(--ticketo-text); font-size: 15px; font-weight: 750; }
.ticketo-person-copy .ticketo-person-meta { display: grid; overflow: hidden; gap: 1px; color: var(--ticketo-muted); font-size: 12px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.ticketo-person-copy .ticketo-person-meta i { overflow: hidden; color: var(--ticketo-muted); font-size: 10px; font-style: normal; font-weight: 750; letter-spacing: .06em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.ticketo-person-actions { display: flex; gap: 10px; align-items: center; justify-content: flex-end; }
.ticketo-person-actions form { margin: 0; }
.ticketo-person-actions button { box-sizing: border-box; min-height: 40px; border-radius: 9px; font: inherit; font-size: 13px; cursor: pointer; }
html body .ticketo-person-actions .ticketo-person-edit-toggle { display: inline-flex !important; gap: 8px; align-items: center; justify-content: center; padding: 8px 11px !important; border: 1px solid var(--ticketo-line) !important; background: var(--ticketo-panel-2) !important; background-color: var(--ticketo-panel-2) !important; color: var(--ticketo-accent) !important; -webkit-text-fill-color: var(--ticketo-accent) !important; text-shadow: none !important; }
html body .ticketo-person-actions .ticketo-person-edit-toggle > span { display: grid; width: 18px; height: 18px; place-items: center; transition: transform .18s ease; }
html body .ticketo-person-actions .ticketo-person-edit-toggle svg { width: 15px; height: 15px; }
html body .ticketo-person-actions .ticketo-person-edit-toggle svg path { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
html body .ticketo-person-actions .ticketo-person-edit-toggle[aria-expanded="true"] > span { transform: rotate(180deg); }
html body .ticketo-person-actions .ticketo-person-remove { padding: 8px 2px !important; border: 0 !important; background: transparent !important; background-color: transparent !important; color: var(--ticketo-danger) !important; -webkit-text-fill-color: var(--ticketo-danger) !important; text-shadow: none !important; }
.ticketo-confirm-modal[hidden] { display: none !important; }
.ticketo-confirm-modal { position: fixed; z-index: 999999; inset: 0; display: grid; place-items: center; padding: 20px; }
.ticketo-confirm-modal__backdrop { position: absolute; inset: 0; background: rgba(15, 23, 42, .62); backdrop-filter: blur(3px); }
.ticketo-confirm-modal__dialog { position: relative; z-index: 1; width: min(440px, 100%); padding: 28px; border: 1px solid var(--ticketo-line); border-radius: 18px; background: var(--ticketo-panel); color: var(--ticketo-text); box-shadow: 0 24px 56px rgba(15, 23, 42, .28); }
.ticketo-confirm-modal__dialog h2 { margin: 7px 0 8px; color: var(--ticketo-text) !important; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; font-size: 24px !important; font-weight: 740 !important; letter-spacing: -.025em; }
.ticketo-confirm-modal__dialog p { margin: 0; color: var(--ticketo-muted) !important; font-size: 14px; line-height: 1.6; }
.ticketo-confirm-modal__actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 22px; }
html body .ticketo-confirm-modal .ticketo-confirm-modal__actions button { display: inline-flex !important; min-width: 116px; min-height: 42px !important; align-items: center !important; justify-content: center !important; padding: 9px 14px !important; border-radius: 9px !important; box-shadow: none !important; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; font-size: 13px !important; font-weight: 750 !important; line-height: 1.2 !important; text-decoration: none !important; text-shadow: none !important; }
html body .ticketo-confirm-modal .ticketo-confirm-modal__actions button.ticketo-modal-cancel { border: 1px solid var(--ticketo-line) !important; background: var(--ticketo-panel) !important; background-color: var(--ticketo-panel) !important; color: var(--ticketo-text) !important; -webkit-text-fill-color: var(--ticketo-text) !important; }
html body .ticketo-confirm-modal .ticketo-confirm-modal__actions button.ticketo-modal-confirm { border: 1px solid #dc2626 !important; background: #dc2626 !important; background-color: #dc2626 !important; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; }
html body .ticketo-confirm-modal .ticketo-confirm-modal__actions button.ticketo-modal-cancel:hover { border-color: #2563eb !important; background: #eff6ff !important; background-color: #eff6ff !important; color: #1d4ed8 !important; -webkit-text-fill-color: #1d4ed8 !important; }
html body .ticketo-confirm-modal .ticketo-confirm-modal__actions button.ticketo-modal-confirm:hover { border-color: #b91c1c !important; background: #b91c1c !important; background-color: #b91c1c !important; }
body.ticketo-modal-open { overflow: hidden !important; }
.ticketo-person-editor[hidden] { display: none !important; }
.ticketo-person-editor { margin-top: 14px; padding-top: 18px; border-top: 1px solid var(--ticketo-line); }
.ticketo-person-editor form { margin: 0; }
.ticketo-person-editor-actions { display: flex; margin-top: 14px; }
.ticketo-person-editor-actions .ticketo-button { min-height: 40px; padding: 8px 13px !important; font-size: 12px; }
.ticketo-account-form { padding: 24px; border: 1px solid var(--ticketo-line); border-radius: var(--ticketo-radius); background: var(--ticketo-panel); }
.ticketo-account-form h3 { margin: 0 0 18px; color: var(--ticketo-text) !important; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; font-size: 20px !important; font-weight: 750 !important; letter-spacing: -.02em !important; }
.ticketo-form-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: 12px; }
.ticketo-privacy-note { color: var(--ticketo-muted) !important; font-size: 12px; }
.ticketo-cancel { margin-left: 15px; }

/* Keep the account workspace self-contained when a theme supplies its own WooCommerce colours. */
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-account-head h2,
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-account-head h2 { color: #f8fafc !important; }
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-account-form,
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-person-card,
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-account-head,
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-account-form,
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-person-card,
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-account-head { border-color: #33465f !important; background: #111c2d !important; color: #f8fafc !important; box-shadow: none !important; }
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-account-form input,
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-person-editor input,
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-account-form input { border-color: #33465f !important; background: #17243a !important; color: #f8fafc !important; -webkit-text-fill-color: #f8fafc !important; }
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-account-head p,
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-account-form label span,
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-person-editor label span,
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-account-head p,
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-account-form label span { color: #a9b8cc !important; }
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-account-form .ticketo-button,
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-person-editor .ticketo-button,
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-account-form .ticketo-button { border-color: #2563eb !important; background: #2563eb !important; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; }
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-account-form .ticketo-privacy-note,
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-account-form .ticketo-privacy-note { color: #a9b8cc !important; }
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-account-form,
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-person-card,
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-account-head { border-color: #dbe3ef !important; background: #ffffff !important; color: #0f172a !important; box-shadow: 0 8px 24px rgba(15, 23, 42, .04) !important; }
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-account-form input { border-color: #dbe3ef !important; background: #eef4ff !important; color: #0f172a !important; -webkit-text-fill-color: #0f172a !important; }
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-person-editor input { border-color: #dbe3ef !important; background: #eef4ff !important; color: #0f172a !important; -webkit-text-fill-color: #0f172a !important; }
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-account-head p,
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-account-form label span,
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-person-editor label span { color: #64748b !important; }
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-account-form .ticketo-button { border-color: #2563eb !important; background: #2563eb !important; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; }
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-person-editor .ticketo-button { border-color: #2563eb !important; background: #2563eb !important; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; }
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-person-editor input { border-color: #33465f !important; background: #17243a !important; color: #f8fafc !important; -webkit-text-fill-color: #f8fafc !important; }
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-person-editor label span { color: #a9b8cc !important; }
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-person-editor .ticketo-button { border-color: #2563eb !important; background: #2563eb !important; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; }
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-account-form .ticketo-privacy-note { color: #64748b !important; }
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-person-actions .ticketo-person-edit { border-color: #2563eb !important; background: #eff6ff !important; color: #1d4ed8 !important; }
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-person-actions .ticketo-person-edit,
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-person-actions .ticketo-person-edit { border-color: #3b82f6 !important; background: #17243a !important; color: #93c5fd !important; }
html body.ticketo-theme-light.woocommerce-account .woocommerce-MyAccount-content .ticketo-account-form button.ticketo-button,
html body.ticketo-theme-dark.woocommerce-account .woocommerce-MyAccount-content .ticketo-account-form button.ticketo-button,
html body.ticketo-theme-auto.global-skin-dark.woocommerce-account .woocommerce-MyAccount-content .ticketo-account-form button.ticketo-button,
html body.ticketo-theme-light.woocommerce-account .woocommerce-MyAccount-content .ticketo-person-editor button.ticketo-button,
html body.ticketo-theme-dark.woocommerce-account .woocommerce-MyAccount-content .ticketo-person-editor button.ticketo-button,
html body.ticketo-theme-auto.global-skin-dark.woocommerce-account .woocommerce-MyAccount-content .ticketo-person-editor button.ticketo-button { display: inline-flex !important; align-items: center; justify-content: center; min-height: 42px !important; padding: 9px 14px !important; border: 1px solid #2563eb !important; border-color: #2563eb !important; background: #2563eb !important; background-color: #2563eb !important; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; text-shadow: none !important; }
html body.ticketo-theme-light.woocommerce-account .woocommerce-MyAccount-content .ticketo-person-editor button.ticketo-button:hover,
html body.ticketo-theme-dark.woocommerce-account .woocommerce-MyAccount-content .ticketo-person-editor button.ticketo-button:hover,
html body.ticketo-theme-auto.global-skin-dark.woocommerce-account .woocommerce-MyAccount-content .ticketo-person-editor button.ticketo-button:hover { border-color: #1d4ed8 !important; background: #1d4ed8 !important; background-color: #1d4ed8 !important; }

.ticketo-pass-grid { display: grid; gap: 18px; }
.ticketo-pass-card { display: grid; grid-template-columns: 1fr 240px; gap: 26px; padding: 24px; border: 1px solid var(--ticketo-line); border-radius: var(--ticketo-radius); background: var(--ticketo-panel); box-shadow: var(--ticketo-shadow); }
.ticketo-pass-copy h3 { margin: 10px 0 4px; color: var(--ticketo-text); font-size: 26px; }
.ticketo-pass-copy strong { color: var(--ticketo-text); }
.ticketo-pass-copy ul { margin: 14px 0; padding: 0; list-style: none; color: var(--ticketo-muted); }
.ticketo-pass-copy li { padding: 5px 0; border-bottom: 1px solid var(--ticketo-line); }
.ticketo-pass-copy small { color: var(--ticketo-muted); }
.ticketo-order-ref { margin-top: 18px; color: var(--ticketo-muted); font-size: 12px; }
.ticketo-pass-qr { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 10px; border-radius: 12px; background: #fff; }
.ticketo-pass-qr img { width: 220px; max-width: 100%; height: auto; }
.ticketo-pass-qr a { margin: 4px 0 8px; }
.ticketo-status { display: inline-flex; width: fit-content; padding: 5px 9px; border: 1px solid currentColor; border-radius: 99px; color: var(--ticketo-success); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ticketo-status.is-checked_in { color: var(--ticketo-accent); }
.ticketo-status.is-cancelled { color: var(--ticketo-danger); }

.ticketo-verify-page { min-height: 70vh; padding: 120px 20px 60px; background: var(--ticketo-bg); color: var(--ticketo-text); }
.ticketo-verify-shell { width: min(720px, 100%); margin: 0 auto; padding: 32px; border: 1px solid var(--ticketo-line); border-radius: 18px; background: var(--ticketo-panel); box-shadow: var(--ticketo-shadow); }
.ticketo-verified-mark { display: grid; float: right; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(79, 178, 134, .55); border-radius: 50%; background: rgba(79, 178, 134, .1); color: var(--ticketo-success); }
.ticketo-verified-mark .dashicons { width: 30px; height: 30px; font-size: 30px; }
.ticketo-verify-kicker { display: block; margin-top: 12px; color: var(--ticketo-muted); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.ticketo-verify-shell h1 { margin: 7px 70px 22px 0; color: var(--ticketo-text); font-size: clamp(30px, 6vw, 48px); }
.ticketo-verify-shell h2 { margin: 28px 0 12px; color: var(--ticketo-text); font-size: 20px; }
.ticketo-verify-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ticketo-verify-meta div, .ticketo-verify-people > div { padding: 15px; border: 1px solid var(--ticketo-line); border-radius: 10px; background: var(--ticketo-panel-2); }
.ticketo-verify-meta span, .ticketo-verify-people span, .ticketo-verify-people small { display: block; color: var(--ticketo-muted); font-size: 12px; }
.ticketo-verify-meta strong, .ticketo-verify-people strong { color: var(--ticketo-text); }
.ticketo-verify-event { margin-top: 18px; padding: 18px; border: 1px solid var(--ticketo-line); border-radius: 12px; }
.ticketo-verify-event p { margin: 0; color: var(--ticketo-text); }
.ticketo-verify-event p + p { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--ticketo-line); }
.ticketo-verify-event span { display: block; margin-bottom: 3px; color: var(--ticketo-muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ticketo-staff-details { margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--ticketo-line); }
.ticketo-verify-people { display: grid; gap: 8px; }
.ticketo-checkin-button { width: 100%; margin-top: 24px; min-height: 54px; }
.ticketo-checkin-note { margin-top: 24px; padding: 14px; border: 1px solid var(--ticketo-accent); border-radius: 10px; color: var(--ticketo-accent); text-align: center; }
.ticketo-public-note { margin: 22px 0 0; padding: 14px 16px; border-left: 3px solid var(--ticketo-accent); background: var(--ticketo-panel-2); color: var(--ticketo-muted); font-size: 12px; line-height: 1.6; }

@media (max-width: 900px) {
	.ticketo-facts, .ticketo-tier-grid, .ticketo-event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ticketo-public-hero { grid-template-columns: 1fr; }
	.ticketo-public-hero-image, .ticketo-public-hero-mark { min-height: 300px; }
	.ticketo-public-page .ticketo-tier-grid.is-columns-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
	.ticketo-public-page { padding: 24px 16px 56px !important; }
	.ticketo-public-hero { border-radius: 18px; }
	.ticketo-public-hero-copy { padding: 28px 22px 30px; }
	.ticketo-public-hero h1 { font-size: clamp(36px, 12vw, 52px) !important; }
	.ticketo-public-hero-meta { grid-template-columns: 1fr; gap: 15px; }
	.ticketo-public-hero-image, .ticketo-public-hero-mark { min-height: 230px; }
	.ticketo-public-hero-mark strong { width: 88px; height: 88px; border-radius: 22px; font-size: 46px; }
	.ticketo-public-page .ticketo-event-shell { padding-top: 22px; }
	.ticketo-public-page .ticketo-event-copy:not(:empty) { padding: 22px; }
	.ticketo-public-page .ticketo-facts,
	.ticketo-public-page .ticketo-tier-grid.is-columns-1,
	.ticketo-public-page .ticketo-tier-grid.is-columns-2,
	.ticketo-public-page .ticketo-tier-grid.is-columns-3 { grid-template-columns: 1fr; }
	.ticketo-public-page .ticketo-capacity-overview { grid-template-columns: 1fr; gap: 12px; }
	.ticketo-public-page .ticketo-availability-meta { justify-content: flex-start; }
	.ticketo-public-page .ticketo-tier-card { padding: 22px; }
	.ticketo-public-page .ticketo-cart-checkout { align-items: stretch; flex-direction: column; gap: 14px; padding: 17px; }
	.ticketo-public-page .ticketo-cart-checkout:not(.is-visible) { padding: 0 17px; }
	.ticketo-public-page .ticketo-cart-checkout.is-visible { max-height: 180px; }
	.ticketo-public-page .ticketo-cart-checkout > a { width: 100%; }
	.ticketo-event-embed { padding: 0 16px 22px; border-radius: 14px; }
	.ticketo-embed-image { margin: 0 -16px; aspect-ratio: 4 / 3; }
	.ticketo-event-shell { padding-left: 16px; padding-right: 16px; }
	.ticketo-event-embed > .ticketo-event-shell { padding-left: 0; padding-right: 0; }
	.ticketo-facts, .ticketo-tier-grid, .ticketo-event-grid, .ticketo-attendee-grid, .ticketo-form-grid { grid-template-columns: 1fr; }
	.ticketo-event-grid { padding-left: 14px; padding-right: 14px; }
	.ticketo-buy-form { grid-template-columns: 82px 1fr; }
	.ticketo-person-card-row { grid-template-columns: 42px minmax(0, 1fr); }
	.ticketo-person-actions { grid-column: 1 / -1; justify-content: flex-end; }
	.ticketo-avatar { width: 42px; height: 42px; }
	.ticketo-person-actions { grid-column: 2; }
	.ticketo-pass-card { grid-template-columns: 1fr; padding: 18px; }
	.ticketo-pass-qr { max-width: 250px; }
	.ticketo-verify-shell { padding: 22px; }
	.ticketo-capacity-overview { grid-template-columns: 1fr 1fr; }
	.ticketo-capacity-overview p { grid-column: 1 / -1; }
	.ticketo-verify-meta { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
	.ticketo-public-page { padding-right: 12px !important; padding-left: 12px !important; }
	.ticketo-public-page .ticketo-buy-form { grid-template-columns: 116px minmax(0, 1fr); }
	.ticketo-public-page .ticketo-tier-card { padding: 20px; }
}

/* TicketO design-system guardrails: loaded after the active theme. */
html body :is(.ticketo-event-embed, .ticketo-public-page, .ticketo-event-grid, .ticketo-checkout-panel, .ticketo-account-head, .ticketo-people-list, .ticketo-account-form, .ticketo-pass-grid, .ticketo-verify-page, .ticketo-verify-shell),
html body :is(.ticketo-event-embed, .ticketo-public-page, .ticketo-event-grid, .ticketo-checkout-panel, .ticketo-account-head, .ticketo-people-list, .ticketo-account-form, .ticketo-pass-grid, .ticketo-verify-page, .ticketo-verify-shell) * { font-family: var(--ticketo-font-family) !important; font-weight: var(--ticketo-weight-regular) !important; }
html body :is(.ticketo-event-embed, .ticketo-public-page, .ticketo-event-grid, .ticketo-checkout-panel, .ticketo-account-head, .ticketo-people-list, .ticketo-account-form, .ticketo-pass-grid, .ticketo-verify-page, .ticketo-verify-shell) :where(h1, h2, h3, h4, strong, b, button, summary, label > span, .ticketo-eyebrow, .ticketo-public-badge, .ticketo-stock-pill, .ticketo-verify-kicker) { font-weight: var(--ticketo-weight-medium) !important; }
html body :is(.ticketo-button, .ticketo-secondary-button, .ticketo-checkin-button, .ticketo-hero-cta, .ticketo-cart-checkout > a, .ticketo-person-form-actions button, .ticketo-checkout-person-tools > button) { min-height: var(--ticketo-control-height) !important; border-radius: var(--ticketo-button-radius) !important; font-family: var(--ticketo-font-family) !important; font-size: var(--ticketo-font-button) !important; font-weight: var(--ticketo-weight-medium) !important; line-height: 1.2 !important; text-shadow: none !important; }
html body :is(.ticketo-buy-form input, .ticketo-form-grid input, .ticketo-attendee-grid select, .ticketo-checkout-person-form input) { min-height: var(--ticketo-control-height) !important; font-family: var(--ticketo-font-family) !important; font-size: var(--ticketo-font-body) !important; font-weight: var(--ticketo-weight-regular) !important; }
html body .ticketo-confirm-modal__dialog { font-family: var(--ticketo-font-family) !important; }
html body .ticketo-confirm-modal__dialog h2 { font-size: 28px !important; font-weight: var(--ticketo-weight-medium) !important; line-height: 1.15 !important; }
html body .ticketo-confirm-modal__dialog p { font-size: var(--ticketo-font-supporting) !important; font-weight: var(--ticketo-weight-regular) !important; line-height: 1.55 !important; }
html body .ticketo-confirm-modal .ticketo-eyebrow { font-size: 12px !important; font-weight: var(--ticketo-weight-medium) !important; }
html body .ticketo-confirm-modal .ticketo-confirm-modal__actions button { min-height: var(--ticketo-control-height) !important; font-size: var(--ticketo-font-button) !important; font-weight: var(--ticketo-weight-medium) !important; }
html body.ticketo-theme-light .ticketo-confirm-modal .ticketo-modal-cancel { border-color: #cbd5e1 !important; background-color: #ffffff !important; color: #0f172a !important; -webkit-text-fill-color: #0f172a !important; }
html body.ticketo-theme-dark .ticketo-confirm-modal .ticketo-modal-cancel,
html body.ticketo-theme-auto.global-skin-dark .ticketo-confirm-modal .ticketo-modal-cancel { border-color: #33465f !important; background-color: #17243a !important; color: #f8fafc !important; -webkit-text-fill-color: #f8fafc !important; }
html body .ticketo-confirm-modal .ticketo-modal-confirm { border-color: #dc2626 !important; background-color: #dc2626 !important; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; }
