@font-face {
	font-family: "Inter Tight";
	src: url("/assets/event_registration/fonts/InterTight-VariableFont_wght.ttf") format("truetype-variations"),
		url("/assets/event_registration/fonts/InterTight-VariableFont_wght.ttf") format("truetype");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

@font-face {
	font-family: "Inter Tight";
	src: url("/assets/event_registration/fonts/InterTight-Italic-VariableFont_wght.ttf") format("truetype-variations"),
		url("/assets/event_registration/fonts/InterTight-Italic-VariableFont_wght.ttf") format("truetype");
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
}

body {
	margin: 0;
}

.event-v2-page {
	--event-v2-accent: #3db7ce;
	--event-v2-accent-strong: #176c7d;
	--event-v2-on-accent: #ffffff;
	--event-v2-action-bg: #176c7d;
	--event-v2-action-bg: color-mix(in srgb, var(--event-v2-accent-strong) 35%, #102d33);
	--event-v2-ink: #26303d;
	--event-v2-muted: #65717f;
	--event-v2-line: #d9dddf;
	--event-v2-control-line: #7b8792;
	--event-v2-surface: #ffffff;
	--event-v2-surface-soft: #f2f4f4;
	--event-v2-canvas: #f9f8f6;
	--event-v2-danger: #aa3e35;
	--event-v2-success: #25745c;
	--event-v2-shadow: 0 24px 60px rgb(38 48 61 / 10%);
	--event-v2-scrim: color-mix(in srgb, var(--event-v2-ink) 34%, transparent);
	--event-v2-font-family: "Inter Tight", "Arial Narrow", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color-scheme: light;
	min-height: 100dvh;
	background: var(--event-v2-canvas);
	color: var(--event-v2-ink);
	font-family: var(--event-v2-font-family);
	font-size: 1rem;
	line-height: 1.5;
}

.event-v2-page *,
.event-v2-page *::before,
.event-v2-page *::after {
	box-sizing: border-box;
}

.event-v2-page a {
	color: inherit;
}

.event-v2-page :where(h1, h2, h3, h4) {
	color: var(--event-v2-ink);
}

.event-v2-page img {
	display: block;
	max-width: 100%;
}

.event-v2-site-nav {
	position: sticky;
	top: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 66px;
	padding: 10px clamp(20px, 5vw, 72px);
	border-bottom: 1px solid rgb(217 221 223 / 90%);
	background: rgb(249 248 246 / 94%);
	backdrop-filter: blur(14px);
}

.event-v2-brand,
.event-v2-nav-link,
.event-v2-back {
	text-decoration: none;
}

.event-v2-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 1.05rem;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.event-v2-brand img {
	width: 36px;
	height: 36px;
}

.event-v2-brand strong {
	font-weight: 760;
}

.event-v2-nav-link,
.event-v2-back {
	border-bottom: 1px solid transparent;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.event-v2-nav-link:hover,
.event-v2-back:hover {
	border-bottom-color: currentColor;
}

.event-v2-shell {
	width: min(1200px, calc(100% - 40px));
	margin: 0 auto;
	padding: clamp(48px, 8vw, 112px) 0 96px;
}

.event-v2-shell--detail,
.event-v2-shell--form {
	padding-top: clamp(32px, 5vw, 64px);
}

.event-v2-shell--center {
	display: grid;
	min-height: calc(100dvh - 66px);
	place-items: center;
}

.event-v2-access-state {
	width: min(620px, 100%);
	padding: clamp(32px, 6vw, 64px);
	border: 1px solid var(--event-v2-line);
	border-radius: 16px;
	background: var(--event-v2-surface);
	box-shadow: var(--event-v2-shadow);
	text-align: center;
}

.event-v2-access-mark {
	display: grid;
	width: 52px;
	height: 52px;
	margin: 0 auto 24px;
	place-items: center;
	border-radius: 50%;
	background: var(--event-v2-surface-soft);
	color: var(--event-v2-accent-strong);
	font-size: 1.4rem;
	font-weight: 800;
}

.event-v2-access-state h1 {
	margin: 0;
	font-size: clamp(2rem, 5vw, 3.5rem);
	font-weight: 650;
	letter-spacing: -0.05em;
	line-height: 1;
}

.event-v2-access-state > p:last-child {
	max-width: 34rem;
	margin: 24px auto 0;
	color: var(--event-v2-muted);
}

.event-v2-confirmation-grid {
	display: grid;
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
	gap: clamp(24px, 5vw, 52px);
	margin: 30px 0;
	padding-top: 28px;
	border-top: 1px solid var(--event-v2-line);
	text-align: left;
}

.event-v2-booking-qr {
	display: grid;
	align-self: start;
	align-content: start;
	justify-items: center;
	gap: 14px;
	padding: 22px;
	border: 1px solid var(--event-v2-line);
	background: var(--event-v2-surface-soft);
	text-align: center;
}

.event-v2-booking-qr .event-v2-eyebrow,
.event-v2-booking-qr__copy p {
	margin: 0;
}

.event-v2-booking-qr__copy {
	display: grid;
	justify-items: center;
	gap: 8px;
}

.event-v2-booking-qr img {
	display: block;
	width: min(100%, 240px);
	height: auto;
	padding: 10px;
	border: 1px solid var(--event-v2-line);
	background: #fff;
}

.event-v2-booking-qr small,
.event-v2-confirmation-copy > p,
.event-v2-confirmation-attendees small {
	color: var(--event-v2-muted);
}

.event-v2-confirmation-copy h2,
.event-v2-confirmation-copy h3 {
	margin: 0 0 12px;
}

.event-v2-confirmation-copy h3 {
	margin-top: 24px;
	font-size: 1rem;
}

.event-v2-confirmation-attendees {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.event-v2-response-copy > div {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 10px 0;
	border-top: 1px solid var(--event-v2-line);
}

.event-v2-confirmation-attendee {
	display: grid;
	gap: 14px;
	padding: 16px;
	border: 1px solid var(--event-v2-line);
	border-radius: 12px;
	background: var(--event-v2-surface-soft);
}

.event-v2-confirmation-attendee__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 12px;
}

.event-v2-confirmation-attendee__name {
	min-width: 0;
	margin: 0;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 750;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.event-v2-confirmation-attendee__role {
	justify-self: end;
	max-width: 100%;
	margin: 0;
	padding: 4px 10px;
	border: 1px solid var(--event-v2-line);
	border-radius: 999px;
	background: var(--event-v2-surface);
	color: var(--event-v2-muted);
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: right;
	overflow-wrap: anywhere;
}

.event-v2-confirmation-attendee__details {
	display: grid;
	margin: 0;
	border-top: 1px solid var(--event-v2-line);
}

.event-v2-confirmation-attendee__details > div {
	display: grid;
	grid-template-columns: minmax(110px, 0.42fr) minmax(0, 0.58fr);
	gap: 14px;
	padding: 9px 0;
	border-bottom: 1px solid var(--event-v2-line);
}

.event-v2-confirmation-attendee__details > div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.event-v2-confirmation-attendee__details dt {
	color: var(--event-v2-muted);
	font-size: 0.78rem;
	font-weight: 700;
}

.event-v2-confirmation-attendee__details dd {
	min-width: 0;
	margin: 0;
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.45;
	text-align: right;
	overflow-wrap: anywhere;
}

.event-v2-response-copy {
	margin: 0;
}

.event-v2-response-copy dt {
	font-weight: 700;
}

.event-v2-response-copy dd {
	margin: 0;
	text-align: right;
}

.event-v2-preserve-lines {
	white-space: pre-wrap;
	overflow-wrap: anywhere;
}

.event-v2-rich-text,
.event-v2-rich-text *,
.event-v2-response-copy dt,
.event-v2-response-copy dd,
.event-v2-confirmation-attendees span,
.event-v2-confirmation-attendees small,
.event-v2-review-responses,
.event-v2-review-roster li {
	min-width: 0;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.event-v2-rich-text :where(pre, code) {
	max-width: 100%;
	white-space: pre-wrap;
}

.event-v2-eyebrow,
.event-v2-result-kicker,
.event-v2-date {
	margin: 0 0 12px;
	color: var(--event-v2-accent-strong);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.event-v2-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(240px, 0.7fr);
	align-items: end;
	gap: clamp(28px, 7vw, 96px);
	min-height: clamp(270px, 35vw, 430px);
	padding: clamp(20px, 4vw, 50px) 0 clamp(56px, 8vw, 100px);
}

.event-v2-hero .event-v2-eyebrow {
	grid-column: 1 / -1;
	align-self: end;
	margin-bottom: -1.5rem;
}

.event-v2-hero h1,
.event-v2-detail-copy h1,
.event-v2-form-header h1,
.event-v2-result-panel h1,
.event-v2-digital-ticket h1 {
	margin: 0;
	font-size: clamp(2.8rem, 7.6vw, 7rem);
	font-weight: 640;
	letter-spacing: -0.065em;
	line-height: 0.9;
}

.event-v2-hero-lead {
	max-width: 30rem;
	margin: 0 0 0.55rem;
	color: var(--event-v2-muted);
	font-size: clamp(1.05rem, 1.7vw, 1.35rem);
}

.event-v2-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 26px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--event-v2-line);
}

.event-v2-section-heading h2,
.event-v2-content-panel h2,
.event-v2-ticket-panel h2,
.event-v2-panel-heading h2,
.event-v2-order-panel h2 {
	margin: 0;
	font-size: clamp(1.45rem, 3vw, 2.15rem);
	font-weight: 650;
	letter-spacing: -0.04em;
}

.event-v2-section-heading p,
.event-v2-panel-heading p {
	margin: 0;
	color: var(--event-v2-muted);
}

.event-v2-event-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(20px, 3vw, 38px);
}

.event-v2-event-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--event-v2-line);
	border-radius: 3px;
	background: var(--event-v2-surface);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.event-v2-event-card:hover {
	border-color: var(--event-v2-accent);
	box-shadow: var(--event-v2-shadow);
	transform: translateY(-3px);
}

.event-v2-event-card--featured {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
}

.event-v2-event-media {
	position: relative;
	display: block;
	min-height: 260px;
	overflow: hidden;
	background: var(--event-v2-surface-soft);
}

.event-v2-event-card--featured .event-v2-event-media {
	min-height: 430px;
}

.event-v2-event-media > img,
.event-v2-detail-media > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease;
}

.event-v2-event-card:hover .event-v2-event-media > img {
	transform: scale(1.025);
}

.event-v2-event-media-fallback {
	display: grid;
	width: 100%;
	height: 100%;
	min-height: inherit;
	place-items: center;
	background: linear-gradient(135deg, var(--event-v2-surface-soft), #dceef1);
}

.event-v2-event-media-fallback img {
	opacity: 0.8;
}

.event-v2-event-card-body {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	padding: clamp(24px, 4vw, 42px);
}

.event-v2-event-card-heading {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 16px;
}

.event-v2-event-card h3 {
	margin: 8px 0 24px;
	font-size: clamp(1.75rem, 3.3vw, 3rem);
	font-weight: 620;
	letter-spacing: -0.05em;
	line-height: 1;
}

.event-v2-event-card h3 a {
	text-decoration: none;
}

.event-v2-meta-list,
.event-v2-detail-facts,
.event-v2-ticket-details,
.event-v2-status-list {
	margin: 0;
}

.event-v2-meta-list > div,
.event-v2-detail-facts > div,
.event-v2-ticket-details > div,
.event-v2-status-list > div {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 14px;
	padding: 8px 0;
	border-top: 1px solid var(--event-v2-line);
}

.event-v2-meta-list dt,
.event-v2-detail-facts dt,
.event-v2-ticket-details dt,
.event-v2-status-list dt {
	color: var(--event-v2-muted);
	font-size: 0.73rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.event-v2-meta-list dd,
.event-v2-detail-facts dd,
.event-v2-ticket-details dd,
.event-v2-status-list dd {
	margin: 0;
	font-weight: 570;
}

.event-v2-card-summary {
	margin: 22px 0 0;
	color: var(--event-v2-muted);
}

.event-v2-card-footer {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-top: auto;
	padding-top: 30px;
}

.event-v2-card-footer p {
	display: flex;
	margin: 0;
	flex-direction: column;
}

.event-v2-card-footer span {
	color: var(--event-v2-muted);
	font-size: 0.76rem;
	text-transform: uppercase;
}

.event-v2-card-footer strong {
	font-size: 1.35rem;
}

.event-v2-status {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	padding: 5px 9px;
	border: 1px solid currentColor;
	border-radius: 999px;
	color: var(--event-v2-success);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1;
	text-transform: uppercase;
}

.event-v2-status--sold-out,
.event-v2-status--cancelled,
.event-v2-status--closed {
	color: var(--event-v2-danger);
}

.event-v2-event-card--sold-out .event-v2-event-media {
	filter: saturate(0.4);
}

.event-v2-event-card--sold-out .event-v2-button {
	background: var(--event-v2-muted);
}

.event-v2-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 22px;
	border: 1px solid var(--event-v2-action-bg);
	border-radius: 2px;
	background: var(--event-v2-action-bg);
	color: var(--event-v2-on-accent) !important;
	font: inherit;
	font-weight: 720;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.event-v2-button:hover:not(:disabled) {
	border-color: var(--event-v2-ink);
	background: var(--event-v2-ink);
	transform: translateY(-1px);
}

.event-v2-button:disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

.event-v2-button--small {
	min-height: 40px;
	padding: 9px 16px;
	font-size: 0.88rem;
}

.event-v2-button--full {
	width: 100%;
}

.event-v2-button--secondary {
	background: transparent;
	color: var(--event-v2-ink) !important;
}

.event-v2-back {
	display: inline-block;
	margin-bottom: 36px;
}

.event-v2-detail-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	min-height: 550px;
	border: 1px solid var(--event-v2-line);
	background: var(--event-v2-surface);
}

.event-v2-detail-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(32px, 6vw, 72px);
}

.event-v2-detail-copy h1 {
	margin: 24px 0 46px;
	font-size: clamp(3rem, 6vw, 6rem);
	line-height: 1.04;
}

.event-v2-umc-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.08em;
}

.event-v2-umc-title__brand,
.event-v2-umc-title__name {
	display: block;
}

.event-v2-umc-title__name {
	white-space: nowrap;
}

.event-v2-umc-title__brand {
	width: clamp(8rem, 25vw, 17.5rem);
	line-height: 0;
}

.event-v2-umc-title__logo {
	display: block;
	width: 100%;
	height: auto;
}

.event-v2-detail-copy h1.event-v2-umc-title,
.event-v2-form-header h1.event-v2-umc-title {
	font-size: clamp(1.55rem, 5.6vw, 5.5rem);
}

.event-v2-detail-media {
	min-height: 440px;
	overflow: hidden;
	background: var(--event-v2-surface-soft);
}

.event-v2-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
	align-items: start;
	gap: clamp(32px, 6vw, 88px);
	padding-top: clamp(48px, 8vw, 100px);
}

.event-v2-shell--employee-party .event-v2-detail-hero {
	grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	min-height: 0;
}

.event-v2-shell--employee-party .event-v2-detail-hero .event-v2-ticket-panel {
	position: static;
	top: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: none;
}

.event-v2-ticket-summary--party p {
	gap: 12px;
}

.event-v2-ticket-summary--party strong {
	font-size: 1.08rem;
}

.event-v2-ticket-summary--party span,
.event-v2-ticket-summary--party small {
	display: block;
	color: var(--event-v2-muted);
	line-height: 1.5;
}

.event-v2-detail-media--poster {
	min-height: 0;
	aspect-ratio: 2 / 3;
	border: 1px solid var(--event-v2-line);
}

.event-v2-poster-trigger {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
}

.event-v2-poster-trigger img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.event-v2-poster-trigger:focus-visible,
.event-v2-poster-dialog__close:focus-visible {
	outline: 3px solid var(--event-v2-accent);
	outline-offset: 4px;
}

.event-v2-poster-dialog {
	position: fixed;
	inset: 0;
	z-index: 1200;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgb(0 0 0 / 82%);
}

.event-v2-poster-dialog[hidden] {
	display: none;
}

.event-v2-poster-dialog img {
	display: block;
	max-width: min(92vw, 900px);
	max-height: 90vh;
	object-fit: contain;
	box-shadow: 0 24px 80px rgb(0 0 0 / 45%);
}

.event-v2-poster-dialog__close {
	position: fixed;
	inset-block-start: 18px;
	inset-inline-end: 18px;
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	padding: 0;
	border: 1px solid rgb(255 255 255 / 50%);
	border-radius: 50%;
	background: rgb(0 0 0 / 65%);
	color: #fff;
	font: inherit;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
}

body.event-v2-poster-open {
	overflow: hidden;
}

.event-v2-content-panel {
	min-width: 0;
}

.event-v2-important-note {
	max-width: 70ch;
	margin: 0 0 clamp(34px, 5vw, 54px);
	padding: clamp(22px, 4vw, 30px);
	border: 1px solid var(--event-v2-line);
	border-inline-start: 5px solid var(--event-v2-accent-strong);
	background: var(--event-v2-surface-soft);
}

.event-v2-important-note h2 {
	color: var(--event-v2-accent-strong);
	font-size: clamp(1.25rem, 2.5vw, 1.65rem);
}

.event-v2-important-note .event-v2-rich-text {
	margin-top: 16px;
	color: var(--event-v2-ink);
	font-size: 1rem;
}

.event-v2-important-note .event-v2-rich-text > :first-child {
	margin-top: 0;
}

.event-v2-important-note .event-v2-rich-text > :last-child {
	margin-bottom: 0;
}

.event-v2-important-note--ticket {
	max-width: none;
	margin: 0 0 30px;
	padding: 20px;
}

.event-v2-important-note--ticket h2 {
	font-size: 1.18rem;
}

.event-v2-important-note--ticket .event-v2-rich-text {
	font-size: 0.88rem;
}

.event-v2-rich-text {
	max-width: 70ch;
	margin-top: 26px;
	color: var(--event-v2-muted);
	font-size: 1.08rem;
}

.event-v2-ticket-panel,
.event-v2-order-panel {
	position: sticky;
	top: 92px;
	padding: 30px;
	border: 1px solid var(--event-v2-line);
	background: var(--event-v2-surface);
	box-shadow: 0 16px 40px rgb(38 48 61 / 6%);
}

.event-v2-ticket-summaries {
	margin: 24px 0;
}

.event-v2-ticket-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 0;
	border-top: 1px solid var(--event-v2-line);
}

.event-v2-ticket-summary p {
	display: flex;
	margin: 0;
	flex-direction: column;
}

.event-v2-ticket-summary span,
.event-v2-booking-note,
.event-v2-secure-note {
	color: var(--event-v2-muted);
	font-size: 0.84rem;
}

.event-v2-location {
	margin-top: 40px;
}

.event-v2-location iframe {
	display: block;
	margin-top: 18px;
	border-radius: 14px;
	background: var(--event-v2-surface-soft);
	box-shadow: var(--event-v2-shadow);
}

.event-v2-location p {
	margin: 12px 0 0;
	color: var(--event-v2-muted);
}

.event-v2-page[data-public-font="inter"] {
	--event-v2-font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.event-v2-page[data-public-font="system"] {
	--event-v2-font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.event-v2-page[data-public-theme="ocean"] {
	--event-v2-ink: #123642;
	--event-v2-muted: #53717a;
	--event-v2-line: #c7e0e6;
	--event-v2-control-line: #6e929b;
	--event-v2-surface-soft: #e8f6f8;
	--event-v2-action-bg: color-mix(in srgb, var(--event-v2-accent-strong) 58%, #123642);
	--event-v2-shadow: 0 24px 60px rgb(14 75 91 / 13%);
	color-scheme: light;
}

.event-v2-page[data-public-theme="dark"] {
	--event-v2-on-accent: #102d33;
	--event-v2-ink: #edf2f3;
	--event-v2-muted: #aeb8c0;
	--event-v2-line: #3c4651;
	--event-v2-control-line: #8191a1;
	--event-v2-surface-soft: #303945;
	--event-v2-action-bg: color-mix(in srgb, var(--event-v2-accent-strong) 35%, #edf2f3);
	--event-v2-danger: #ff9c92;
	--event-v2-success: #78d4b4;
	--event-v2-shadow: 0 24px 60px rgb(0 0 0 / 30%);
	color-scheme: dark;
}

.event-v2-page[data-public-theme="ocean"] .event-v2-site-nav {
	border-bottom-color: var(--event-v2-line);
	background: color-mix(in srgb, var(--event-v2-canvas) 92%, transparent);
}

.event-v2-page[data-public-theme="dark"] .event-v2-site-nav {
	border-bottom-color: var(--event-v2-line);
	background: color-mix(in srgb, var(--event-v2-canvas) 92%, transparent);
}

.event-v2-ticket-price {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 3px;
}

.event-v2-ticket-price s,
.event-v2-ticket-price small,
.event-v2-ticket-limit {
	color: var(--event-v2-muted);
	font-size: 0.78rem;
}

.event-v2-ticket-limit {
	display: block;
	margin-top: 4px;
	font-weight: 520;
}

.event-v2-invitation-note {
	padding: 12px;
	border-left: 3px solid var(--event-v2-accent);
	background: var(--event-v2-surface-soft);
	font-size: 0.9rem;
}

.event-v2-form-header {
	max-width: 760px;
	margin-bottom: 46px;
}

.event-v2-form-banner {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom: 34px;
	overflow: hidden;
	border: 1px solid var(--event-v2-line);
	background: var(--event-v2-surface-soft);
}

.event-v2-form-banner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.event-v2-form-header h1 {
	font-size: clamp(2.6rem, 6vw, 5.5rem);
}

.event-v2-event-subtitle {
	margin: 10px 0 0;
	color: var(--event-v2-accent-strong);
	font-size: clamp(1.1rem, 2vw, 1.45rem);
	font-weight: 750;
}

.event-v2-event-introduction {
	max-width: 70ch;
	color: var(--event-v2-muted);
	font-size: 1rem;
	line-height: 1.7;
}

.event-v2-organizer-contact {
	display: grid;
	gap: 4px;
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid var(--event-v2-line);
	font-size: 0.86rem;
}

.event-v2-organizer-contact a {
	color: var(--event-v2-accent-strong);
}

.event-v2-ticket-help {
	display: grid;
	justify-items: center;
	gap: 4px;
	margin-top: 22px;
	text-align: center;
}

.event-v2-umc-mobile-registration-notice {
	margin: 10px 0 0;
	color: var(--event-v2-muted);
	font-size: 0.92rem;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.event-v2-umc-mobile-registration-notice__zh {
	display: none;
}

html:lang(zh) .event-v2-umc-mobile-registration-notice__en {
	display: none;
}

html:lang(zh) .event-v2-umc-mobile-registration-notice__zh {
	display: inline;
}

.event-v2-ticket-help span {
	color: var(--event-v2-muted);
	font-size: 0.88rem;
}

.event-v2-ticket-help__contact {
	display: inline-flex;
	min-width: 0;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 0.3em;
	overflow-wrap: anywhere;
}

.event-v2-ticket-help a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	color: var(--event-v2-accent-strong);
	font-weight: 750;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.event-v2-form-header > p:last-child {
	margin: 20px 0 0;
	color: var(--event-v2-muted);
	font-size: 1.05rem;
}

.event-v2-form-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 370px);
	align-items: start;
	gap: clamp(28px, 5vw, 72px);
}

.event-v2-form-main {
	display: grid;
	gap: 22px;
}

.event-v2-form-panel {
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid var(--event-v2-line);
	background: var(--event-v2-surface);
}

.event-v2-panel-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 26px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--event-v2-line);
}

.event-v2-party-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.event-v2-transfer-box {
	display: grid;
	gap: 18px;
	margin-top: 22px;
	padding: 18px;
	border: 1px solid var(--event-v2-line);
	border-left: 3px solid var(--event-v2-accent-strong);
	background: var(--event-v2-canvas);
}

.event-v2-choice {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	align-items: start;
	gap: 12px;
	cursor: pointer;
}

.event-v2-choice input {
	width: 18px;
	height: 18px;
	margin: 3px 0 0;
	accent-color: var(--event-v2-accent-strong);
}

.event-v2-choice span {
	display: grid;
	gap: 3px;
}

.event-v2-choice small {
	color: var(--event-v2-muted);
}

.event-v2-transfer-box [hidden] {
	display: none;
}

.event-v2-ticket-options {
	display: grid;
	gap: 12px;
}

.event-v2-ticket-option {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto 84px;
	align-items: center;
	gap: 20px;
	padding: 18px;
	border: 1px solid var(--event-v2-line);
	background: var(--event-v2-canvas);
}

.event-v2-ticket-option > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.event-v2-ticket-option label {
	font-weight: 720;
}

.event-v2-ticket-option span {
	color: var(--event-v2-muted);
	font-size: 0.85rem;
}

.event-v2-ticket-option--sold-out {
	opacity: 0.64;
}

.event-v2-ticket-option .event-v2-field-error {
	grid-column: 1 / -1;
}

.event-v2-ticket-quantity {
	width: 84px;
	min-height: 46px;
	padding: 8px 10px;
	border: 1px solid var(--event-v2-control-line);
	border-radius: 2px;
	background: var(--event-v2-surface);
	color: var(--event-v2-ink);
	font: inherit;
	font-weight: 700;
	text-align: center;
}

.event-v2-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.event-v2-field {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 7px;
}

.event-v2-field--wide {
	grid-column: 1 / -1;
}

.event-v2-field--checkbox {
	align-self: start;
}

.event-v2-form-section-heading {
	grid-column: 1 / -1;
	padding: 18px 0 4px;
	border-bottom: 1px solid var(--event-v2-line);
}

.event-v2-form-section-heading h3 {
	margin: 0;
	font-size: 1.1rem;
}

.event-v2-radio-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.event-v2-radio-option {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 10px 14px;
	border: 1px solid var(--event-v2-line);
	background: var(--event-v2-canvas);
	cursor: pointer;
}

.event-v2-radio-option:has(input:checked) {
	border-color: var(--event-v2-accent-strong);
	background: var(--event-v2-surface-soft);
}

.event-v2-radio-option input {
	width: 17px;
	height: 17px;
	margin: 0;
	accent-color: var(--event-v2-accent-strong);
}

.event-v2-field label,
.event-v2-field > span {
	font-size: 0.86rem;
	font-weight: 720;
}

.event-v2-checkbox-control {
	display: inline-grid;
	width: fit-content;
	max-width: 100%;
	grid-template-columns: 18px minmax(0, 1fr);
	align-items: start;
	gap: 10px;
	cursor: pointer;
}

.event-v2-checkbox-control input[type="checkbox"] {
	width: 18px;
	height: 18px;
	min-height: 0;
	margin: 2px 0 0;
	padding: 0;
	border: 0;
	accent-color: var(--event-v2-accent-strong);
}

.event-v2-field input,
.event-v2-field select,
.event-v2-field textarea {
	width: 100%;
	min-height: 48px;
	padding: 10px 12px;
	border: 1px solid var(--event-v2-control-line);
	border-radius: 2px;
	background: var(--event-v2-surface);
	color: var(--event-v2-ink);
	font: inherit;
}

.event-v2-field textarea {
	min-height: 110px;
	resize: vertical;
}

.event-v2-field input[readonly] {
	background: var(--event-v2-surface-soft);
	color: var(--event-v2-muted);
}

.event-v2-field-error {
	min-height: 1.1em;
	margin: 0;
	color: var(--event-v2-danger);
	font-size: 0.8rem;
	font-weight: 650;
}

.event-v2-field-hint {
	margin: 0;
	color: var(--event-v2-muted);
	font-size: 0.8rem;
}

.event-v2-field-error:empty {
	min-height: 0;
}

.event-v2-required-marker {
	color: var(--event-v2-danger);
	font-weight: 800;
}

.event-v2-field [aria-invalid="true"],
.event-v2-ticket-quantity[aria-invalid="true"] {
	border-color: var(--event-v2-danger);
	box-shadow: 0 0 0 2px rgb(170 62 53 / 14%);
}

.event-v2-choice-group[aria-invalid="true"],
.event-v2-terms[aria-invalid="true"],
.event-v2-photo-consent[aria-invalid="true"] {
	border-radius: 4px;
	outline: 2px solid var(--event-v2-danger);
	outline-offset: 5px;
}

.event-v2-paynow-receipt[aria-invalid="true"] {
	border-color: var(--event-v2-danger);
	box-shadow: 0 0 0 2px rgb(170 62 53 / 14%);
}

.event-v2-choice-group > .event-v2-field-error {
	width: 100%;
}

.event-v2-attendees {
	display: grid;
	gap: 16px;
}

.event-v2-attendee-card {
	padding: 22px;
	border: 1px solid var(--event-v2-line);
	background: var(--event-v2-canvas);
}

.event-v2-attendee-card h3 {
	margin: 0 0 18px;
	font-size: 1.12rem;
}

.event-v2-order-panel h2 {
	margin-bottom: 22px;
}

.event-v2-order-line,
.event-v2-order-total {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 11px 0;
	border-top: 1px solid var(--event-v2-line);
}

.event-v2-registration-review {
	margin: 16px 0;
	padding: 14px;
	border: 1px solid color-mix(in srgb, var(--event-v2-accent) 36%, var(--event-v2-line));
	border-radius: 14px;
	background: color-mix(in srgb, var(--event-v2-accent) 7%, var(--event-v2-surface));
}

.event-v2-registration-review:focus {
	outline: 3px solid color-mix(in srgb, var(--event-v2-accent) 34%, transparent);
	outline-offset: 2px;
}

.event-v2-registration-review h3,
.event-v2-registration-review p {
	margin: 0 0 8px;
}

.event-v2-registration-review > p,
.event-v2-review-responses {
	color: var(--event-v2-muted);
	font-size: 0.86rem;
}

.event-v2-review-list {
	display: grid;
	grid-template-columns: minmax(88px, auto) minmax(0, 1fr);
	gap: 6px 10px;
	margin: 12px 0;
	font-size: 0.88rem;
}

.event-v2-review-list dt {
	font-weight: 700;
}

.event-v2-review-list dd {
	margin: 0;
	overflow-wrap: anywhere;
}

.event-v2-review-roster {
	display: grid;
	gap: 5px;
	margin: 10px 0 0;
	padding-left: 20px;
	font-size: 0.86rem;
}

.event-v2-order-total {
	margin-top: 12px;
	padding: 18px 0;
	font-size: 1.2rem;
}

.event-v2-terms {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 10px;
	margin: 14px 0 4px;
	font-size: 0.86rem;
}

.event-v2-terms input {
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
	accent-color: var(--event-v2-accent-strong);
}

.event-v2-terms-link {
	display: inline-flex;
	margin: 2px 0 10px 28px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--event-v2-accent-strong);
	font: inherit;
	font-size: 0.86rem;
	font-weight: 750;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

.event-v2-terms-link:hover {
	color: var(--event-v2-ink);
}

.event-v2-terms-link:focus-visible,
.event-v2-terms-dialog__close:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--event-v2-accent-strong) 35%, transparent);
	outline-offset: 3px;
}

.event-v2-modal-open {
	overflow: hidden;
}

.event-v2-terms-dialog {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: grid;
	place-items: center;
	padding: clamp(16px, 4vw, 42px);
	background: rgb(9 31 43 / 68%);
	backdrop-filter: blur(5px);
}

.event-v2-terms-dialog[hidden] {
	display: none;
}

.event-v2-terms-dialog__panel {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	width: min(780px, 100%);
	max-height: min(86vh, 900px);
	overflow: hidden;
	border: 1px solid var(--event-v2-line);
	border-radius: 24px;
	background: var(--event-v2-surface);
	box-shadow: 0 28px 80px rgb(9 31 43 / 28%);
}

.event-v2-terms-dialog__header,
.event-v2-terms-dialog__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px clamp(20px, 4vw, 34px);
	border-bottom: 1px solid var(--event-v2-line);
}

.event-v2-terms-dialog__header h2,
.event-v2-terms-dialog__header p {
	margin: 0;
}

.event-v2-terms-dialog__version {
	margin-top: 5px !important;
	color: var(--event-v2-muted);
	font-size: 0.78rem;
}

.event-v2-terms-dialog__close {
	display: grid;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid var(--event-v2-line);
	border-radius: 50%;
	background: var(--event-v2-surface-soft);
	color: var(--event-v2-ink);
	font-size: 1.65rem;
	line-height: 1;
	cursor: pointer;
}

.event-v2-terms-dialog__content {
	overflow-y: auto;
	padding: 12px clamp(24px, 5vw, 42px) 30px;
	color: var(--event-v2-ink);
	line-height: 1.65;
}

.event-v2-terms-dialog__content > p:first-child {
	font-weight: 650;
}

.event-v2-terms-dialog__content ol {
	display: grid;
	gap: 14px;
	margin: 18px 0 0;
	padding-left: 24px;
}

.event-v2-terms-dialog__content h3 {
	margin: 0 0 3px;
	font-size: 1rem;
}

.event-v2-terms-dialog__content li p {
	margin: 0;
	color: var(--event-v2-muted);
}

.event-v2-terms-dialog__footer {
	justify-content: flex-end;
	border-top: 1px solid var(--event-v2-line);
	border-bottom: 0;
}

@media (max-width: 600px) {
	.event-v2-terms-dialog {
		align-items: end;
		padding: 0;
	}

	.event-v2-terms-dialog__panel {
		max-height: 92vh;
		border-radius: 22px 22px 0 0;
	}
}

.event-v2-alert {
	margin: 14px 0;
	padding: 12px 14px;
	border-left: 3px solid currentColor;
	background: var(--event-v2-surface-soft);
}

.event-v2-alert--error {
	color: var(--event-v2-danger);
}

.event-v2-secure-note,
.event-v2-booking-note {
	margin: 14px 0 0;
	text-align: center;
}

.event-v2-state {
	padding: clamp(28px, 5vw, 56px);
	border: 1px solid var(--event-v2-line);
	background: var(--event-v2-surface);
	text-align: center;
}

.event-v2-state--empty {
	color: var(--event-v2-muted);
}

.event-v2-state--empty h2 {
	margin-top: 0;
	color: var(--event-v2-ink);
}

.event-v2-state--loading {
	position: relative;
}

.event-v2-state--loading::before {
	display: block;
	width: 28px;
	height: 28px;
	margin: 0 auto 20px;
	border: 3px solid var(--event-v2-line);
	border-top-color: var(--event-v2-accent-strong);
	border-radius: 50%;
	content: "";
	animation: event-v2-spin 900ms linear infinite;
}

.event-v2-result-panel {
	width: min(560px, 100%);
	padding: clamp(30px, 6vw, 64px);
	border: 1px solid var(--event-v2-line);
	background: var(--event-v2-surface);
	box-shadow: var(--event-v2-shadow);
}

.event-v2-result-panel--confirmation {
	width: min(960px, 100%);
}

.event-v2-result-panel h1 {
	margin-bottom: 24px;
	font-size: clamp(2.7rem, 7vw, 5rem);
}

.event-v2-result-panel > p:not(.event-v2-result-kicker) {
	color: var(--event-v2-muted);
}

.event-v2-status-list {
	margin: 28px 0;
}

.event-v2-status-list--umc-awaiting .event-v2-status-reference {
	grid-template-columns: minmax(0, 148px) minmax(0, 1fr);
}

.event-v2-status-reference__value {
	min-width: 0;
	color: var(--event-v2-danger);
	font-weight: 800;
	overflow-wrap: anywhere;
}

.event-v2-awaiting-guidance {
	max-width: 100%;
	overflow-wrap: anywhere;
}

.event-v2-awaiting-guidance a {
	color: var(--event-v2-accent-strong);
	font-weight: 700;
	text-underline-offset: 3px;
}

.event-v2-awaiting-guidance a:focus-visible {
	border-radius: 3px;
	outline: 3px solid color-mix(in srgb, var(--event-v2-accent) 42%, transparent);
	outline-offset: 3px;
}

@media (max-width: 560px) {
	.event-v2-status-list--umc-awaiting .event-v2-status-reference {
		grid-template-columns: minmax(0, 1fr);
		gap: 6px;
	}
}

.event-v2-digital-ticket {
	width: min(860px, 100%);
	overflow: hidden;
	border: 1px solid var(--event-v2-line);
	background: var(--event-v2-surface);
	box-shadow: var(--event-v2-shadow);
}

.event-v2-digital-ticket > header {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 24px;
	padding: clamp(28px, 5vw, 52px);
	border-bottom: 1px solid var(--event-v2-line);
}

.event-v2-digital-ticket h1 {
	font-size: clamp(2.3rem, 5vw, 4.3rem);
}

.event-v2-ticket-body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 48px;
	padding: clamp(28px, 5vw, 52px);
}

.event-v2-qr-panel {
	text-align: center;
}

.event-v2-qr-panel img {
	width: min(240px, 100%);
	height: auto;
	margin: 0 auto;
}

.event-v2-qr-panel p {
	color: var(--event-v2-muted);
	font-size: 0.82rem;
}

.event-v2-qr-pending {
	display: grid;
	min-height: 240px;
	place-items: center;
	background: var(--event-v2-surface-soft);
}

.event-v2-digital-ticket > footer {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 18px clamp(28px, 5vw, 52px);
	border-top: 1px solid var(--event-v2-line);
	color: var(--event-v2-muted);
	font-size: 0.82rem;
}

.event-v2-digital-ticket > footer a {
	font-weight: 700;
}

.event-v2-page :focus-visible {
	outline: 3px solid var(--event-v2-accent);
	outline-offset: 3px;
}

[hidden] {
	display: none !important;
}

@keyframes event-v2-spin {
	to { transform: rotate(360deg); }
}

@media (max-width: 960px) {
	.event-v2-hero,
	.event-v2-detail-hero,
	.event-v2-detail-layout,
	.event-v2-form-layout {
		grid-template-columns: 1fr;
	}

	.event-v2-shell--employee-party .event-v2-detail-hero {
		grid-template-columns: 1fr;
	}

	.event-v2-hero .event-v2-eyebrow {
		margin-bottom: 0;
	}

	.event-v2-event-card--featured {
		grid-template-columns: 1fr;
	}

	.event-v2-ticket-panel,
	.event-v2-order-panel {
		position: static;
	}
}

@media (max-width: 760px) {
	.event-v2-site-nav {
		padding-inline: 18px;
	}

	.event-v2-brand span {
		font-size: 0.95rem;
	}

	.event-v2-nav-link {
		font-size: 0.7rem;
	}

	.event-v2-shell {
		width: min(100% - 28px, 1200px);
		padding-bottom: 64px;
	}

	.event-v2-hero {
		min-height: 0;
		padding-top: 22px;
		grid-template-columns: 1fr;
	}

	.event-v2-event-grid,
	.event-v2-field-grid,
	.event-v2-party-grid,
	.event-v2-confirmation-grid,
	.event-v2-ticket-body {
		grid-template-columns: 1fr;
	}

	.event-v2-event-card--featured {
		grid-column: auto;
	}

	.event-v2-event-card--featured .event-v2-event-media,
	.event-v2-event-media,
	.event-v2-detail-media {
		min-height: 250px;
	}

	.event-v2-detail-hero {
		min-height: 0;
	}

	.event-v2-detail-media {
		order: -1;
	}

	.event-v2-detail-media--poster {
		min-height: 0;
	}

	.event-v2-panel-heading,
	.event-v2-section-heading,
	.event-v2-digital-ticket > header {
		align-items: start;
		flex-direction: column;
	}

	.event-v2-ticket-option {
		grid-template-columns: minmax(0, 1fr) 76px;
	}

	.event-v2-ticket-option > strong {
		grid-column: 1;
		grid-row: 2;
	}

	.event-v2-ticket-option > input {
		grid-column: 2;
		grid-row: 1 / 3;
	}

	.event-v2-ticket-option .event-v2-field-error {
		grid-row: 3;
	}

	.event-v2-ticket-body {
		gap: 30px;
	}

	.event-v2-digital-ticket > footer,
	.event-v2-card-footer {
		align-items: stretch;
		flex-direction: column;
	}

	.event-v2-card-footer .event-v2-button {
		width: 100%;
	}

	.event-v2-response-copy > div {
		align-items: stretch;
		flex-direction: column;
		gap: 4px;
	}

	.event-v2-response-copy dd {
		text-align: left;
	}

	.event-v2-confirmation-attendee__header,
	.event-v2-confirmation-attendee__details > div {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.event-v2-confirmation-attendee__role {
		justify-self: start;
		text-align: left;
	}

	.event-v2-confirmation-attendee__details dd {
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	.event-v2-page *,
	.event-v2-page *::before,
	.event-v2-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media (prefers-color-scheme: dark) {
	.event-v2-page {
		--event-v2-accent: #66ccdc;
		--event-v2-accent-strong: #55c3d5;
		--event-v2-on-accent: #102d33;
		--event-v2-action-bg: #55c3d5;
		--event-v2-action-bg: color-mix(in srgb, var(--event-v2-accent-strong) 35%, #edf2f3);
		--event-v2-ink: #edf2f3;
		--event-v2-muted: #aeb8c0;
		--event-v2-line: #3c4651;
		--event-v2-control-line: #8191a1;
		--event-v2-surface: #242c35;
		--event-v2-surface-soft: #303945;
		--event-v2-canvas: #1c232b;
		--event-v2-danger: #ff9c92;
		--event-v2-success: #78d4b4;
		--event-v2-shadow: 0 24px 60px rgb(0 0 0 / 30%);
		--event-v2-scrim: color-mix(in srgb, var(--event-v2-canvas) 72%, transparent);
		color-scheme: dark;
	}

	.event-v2-site-nav {
		border-bottom-color: var(--event-v2-line);
		background: rgb(28 35 43 / 94%);
	}

	.event-v2-event-media-fallback {
		background: linear-gradient(135deg, var(--event-v2-surface-soft), #263f46);
	}

	.event-v2-button--secondary {
		color: var(--event-v2-ink) !important;
	}
}

body[data-event-v2-embedded] .event-v2-site-nav {
	display: none;
}

body[data-event-v2-embedded] .event-v2-page,
body[data-event-v2-embedded] .event-v2-shell--center {
	min-height: 0;
}

body[data-event-v2-theme="light"] .event-v2-page {
	--event-v2-on-accent: #ffffff;
	--event-v2-action-bg: #176c7d;
	--event-v2-action-bg: color-mix(in srgb, var(--event-v2-accent-strong) 35%, #102d33);
	--event-v2-ink: #26303d;
	--event-v2-muted: #65717f;
	--event-v2-line: #d9dddf;
	--event-v2-control-line: #7b8792;
	--event-v2-surface: #ffffff;
	--event-v2-surface-soft: #f2f4f4;
	--event-v2-canvas: #f9f8f6;
	--event-v2-danger: #aa3e35;
	--event-v2-success: #25745c;
	--event-v2-shadow: 0 24px 60px rgb(38 48 61 / 10%);
	--event-v2-scrim: color-mix(in srgb, var(--event-v2-ink) 34%, transparent);
	color-scheme: light;
}

body[data-event-v2-theme="light"] .event-v2-site-nav {
	border-bottom-color: var(--event-v2-line);
	background: rgb(249 248 246 / 94%);
}

body[data-event-v2-theme="dark"] .event-v2-page {
	--event-v2-on-accent: #102d33;
	--event-v2-action-bg: #55c3d5;
	--event-v2-action-bg: color-mix(in srgb, var(--event-v2-accent-strong) 35%, #edf2f3);
	--event-v2-ink: #edf2f3;
	--event-v2-muted: #aeb8c0;
	--event-v2-line: #3c4651;
	--event-v2-control-line: #8191a1;
	--event-v2-surface: #242c35;
	--event-v2-surface-soft: #303945;
	--event-v2-canvas: #1c232b;
	--event-v2-danger: #ff9c92;
	--event-v2-success: #78d4b4;
	--event-v2-shadow: 0 24px 60px rgb(0 0 0 / 30%);
	--event-v2-scrim: color-mix(in srgb, var(--event-v2-canvas) 72%, transparent);
	color-scheme: dark;
}

body[data-event-v2-theme="dark"] .event-v2-site-nav {
	border-bottom-color: var(--event-v2-line);
	background: rgb(28 35 43 / 94%);
}

.event-v2-page[data-public-theme="light"] {
	--event-v2-on-accent: #ffffff;
	--event-v2-ink: #26303d;
	--event-v2-muted: #65717f;
	--event-v2-line: #d9dddf;
	--event-v2-control-line: #7b8792;
	--event-v2-surface-soft: #f2f4f4;
	--event-v2-action-bg: color-mix(in srgb, var(--event-v2-accent-strong) 35%, #102d33);
	--event-v2-danger: #aa3e35;
	--event-v2-success: #25745c;
	--event-v2-shadow: 0 24px 60px rgb(38 48 61 / 10%);
	color-scheme: light;
}

.event-v2-page[data-public-theme="ocean"] {
	--event-v2-on-accent: #ffffff;
	--event-v2-ink: #123642;
	--event-v2-muted: #53717a;
	--event-v2-line: #c7e0e6;
	--event-v2-control-line: #6e929b;
	--event-v2-surface-soft: #e8f6f8;
	--event-v2-action-bg: color-mix(in srgb, var(--event-v2-accent-strong) 58%, #123642);
	--event-v2-danger: #a13e38;
	--event-v2-success: #176f58;
	--event-v2-shadow: 0 24px 60px rgb(14 75 91 / 13%);
	color-scheme: light;
}

.event-v2-page[data-public-theme="dark"] {
	--event-v2-on-accent: #102d33;
	--event-v2-ink: #edf2f3;
	--event-v2-muted: #aeb8c0;
	--event-v2-line: #3c4651;
	--event-v2-control-line: #8191a1;
	--event-v2-surface-soft: #303945;
	--event-v2-action-bg: color-mix(in srgb, var(--event-v2-accent-strong) 35%, #edf2f3);
	--event-v2-danger: #ff9c92;
	--event-v2-success: #78d4b4;
	--event-v2-shadow: 0 24px 60px rgb(0 0 0 / 30%);
	color-scheme: dark;
}

.event-v2-page[data-public-theme] .event-v2-site-nav {
	border-bottom-color: var(--event-v2-line);
	background: color-mix(in srgb, var(--event-v2-canvas) 92%, transparent);
}

/* Claude reference port: public catalogue only */
@font-face {
	font-family: "Inter Tight";
	src: url("/assets/event_registration/fonts/InterTight-VariableFont_wght.ttf") format("truetype-variations");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

@font-face {
	font-family: "Inter Tight";
	src: url("/assets/event_registration/fonts/InterTight-Italic-VariableFont_wght.ttf") format("truetype-variations");
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
}

.event-v2-page--catalogue {
	--event-v2-ink: #202938;
	--event-v2-muted: #687488;
	--event-v2-accent: #41b9cf;
	--event-v2-accent-strong: #1ea8c2;
	--event-v2-line: #e7e9ed;
	--event-v2-canvas: #fbfaf9;
	--event-v2-surface: #fff;
	--event-v2-surface-soft: #f5f8f9;
	--event-v2-shadow: 0 20px 55px rgb(32 41 56 / 10%);
	min-height: 100vh;
	background: var(--event-v2-canvas);
	color: var(--event-v2-ink);
	font-family: "Inter Tight", Inter, system-ui, sans-serif;
	color-scheme: light;
}

.event-v2-page--catalogue .event-v2-site-nav {
	position: sticky;
	top: 0;
	z-index: 30;
	display: flex;
	height: 68px;
	align-items: center;
	justify-content: space-between;
	padding: 0 clamp(24px, 5vw, 74px);
	border-bottom: 1px solid rgb(32 41 56 / 7%);
	background: rgb(255 255 255 / 92%);
	backdrop-filter: blur(20px);
}

.event-v2-page--catalogue .event-v2-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--event-v2-ink);
	text-decoration: none;
}

.event-v2-page--catalogue .event-v2-brand img { width: 36px; height: 36px; }
.event-v2-page--catalogue .event-v2-brand span { font-size: 1.04rem; font-weight: 500; letter-spacing: -0.025em; }
.event-v2-page--catalogue .event-v2-brand strong { font-weight: 760; }

.event-v2-nav-actions { display: flex; align-items: center; gap: 28px; }
.event-v2-page--catalogue .event-v2-nav-link { color: var(--event-v2-muted); font-size: 0.9rem; font-weight: 540; text-decoration: none; }
.event-v2-nav-ticket { display: inline-flex; align-items: center; gap: 8px; padding: 10px 17px; border-radius: 999px; background: #eaf8fb; color: #277f91; font-size: 0.86rem; font-weight: 650; text-decoration: none; }
.event-v2-nav-ticket:hover, .event-v2-nav-ticket:focus-visible { background: var(--event-v2-action-bg); color: var(--event-v2-on-accent) !important; }
.event-v2-nav-ticket svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.event-v2-page--catalogue main { overflow: hidden; }
.event-v2-page--catalogue .event-v2-hero--catalogue {
	position: relative;
	display: flex;
	min-height: 390px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0;
	padding: 64px 24px 56px;
	text-align: center;
	isolation: isolate;
}

.event-v2-hero-glow {
	position: absolute;
	z-index: -1;
	top: 20px;
	left: 50%;
	width: min(900px, 90vw);
	height: 500px;
	transform: translateX(-50%);
	background: radial-gradient(circle at 48% 46%, rgb(94 207 226 / 24%), transparent 43%), radial-gradient(circle at 67% 55%, rgb(179 163 243 / 17%), transparent 40%);
	filter: blur(18px);
}

.event-v2-page--catalogue .event-v2-eyebrow {
	display: inline-flex;
	align-items: center;
	align-self: center;
	gap: 8px;
	margin: 0 0 28px;
	padding: 9px 16px;
	border-radius: 999px;
	background: #e7f7fa;
	color: #287d8d;
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.event-v2-page--catalogue .event-v2-hero h1 {
	max-width: 850px;
	margin: 0;
	color: var(--event-v2-ink);
	font-size: clamp(3.4rem, 7vw, 6rem);
	font-weight: 420;
	letter-spacing: -0.068em;
	line-height: 0.94;
}

.event-v2-page--catalogue .event-v2-hero h1 span {
	background: linear-gradient(100deg, #28b3cf 8%, #77b7e6 56%, #ab9ee9 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: 710;
}

.event-v2-page--catalogue .event-v2-hero-lead { max-width: 610px; margin: 24px auto 0; color: var(--event-v2-muted); font-size: 1.12rem; line-height: 1.55; }

.event-v2-catalogue-search {
	display: flex;
	width: min(420px, 100%);
	height: 48px;
	align-items: center;
	gap: 12px;
	padding: 0 22px;
	border: 1px solid rgb(32 41 56 / 7%);
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 14px 35px rgb(32 41 56 / 12%);
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.event-v2-catalogue-search:focus-within { border-color: var(--event-v2-accent); box-shadow: 0 16px 38px rgb(46 174 199 / 20%); }
.event-v2-catalogue-search svg { width: 20px; flex: 0 0 auto; fill: none; stroke: #8791a0; stroke-width: 1.8; }
.event-v2-catalogue-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--event-v2-ink); font: inherit; font-size: 0.98rem; }
.event-v2-catalogue-search input::placeholder { color: #939ba8; }

.event-v2-catalogue-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 12px 0 96px; }
.event-v2-featured-section { margin-bottom: 72px; }
.event-v2-featured-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; }
.event-v2-featured-heading > span { color: var(--event-v2-accent); font-size: 1.35rem; }
.event-v2-featured-heading h2 { margin: 0; font-size: 1.62rem; font-weight: 680; letter-spacing: -0.035em; }

.event-v2-featured-card {
	display: grid;
	overflow: hidden;
	grid-template-columns: 1.05fr 1fr;
	min-height: 410px;
	border: 1px solid var(--event-v2-line);
	border-radius: 22px;
	background: #fff;
	box-shadow: var(--event-v2-shadow);
}

.event-v2-featured-media, .event-v2-page--catalogue .event-v2-event-media { position: relative; display: block; overflow: hidden; background: linear-gradient(135deg, #435062, #2f3948); }
.event-v2-featured-media img, .event-v2-page--catalogue .event-v2-event-media > img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.event-v2-featured-card:hover .event-v2-featured-media > img, .event-v2-page--catalogue .event-v2-event-card:hover .event-v2-event-media > img { transform: scale(1.025); }
.event-v2-featured-copy { display: flex; justify-content: center; flex-direction: column; padding: clamp(34px, 5vw, 58px); }
.event-v2-card-topline { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 26px; }
.event-v2-card-topline > strong { color: var(--event-v2-ink); font-size: 0.9rem; }
.event-v2-category-pill { display: inline-flex; width: fit-content; padding: 6px 11px; border-radius: 999px; background: #eef8fa; color: #278397; font-size: 0.68rem; font-weight: 720; letter-spacing: 0.045em; text-transform: uppercase; }
.event-v2-featured-copy h3 { margin: 0 0 18px; font-size: clamp(2rem, 3.3vw, 3.15rem); font-weight: 660; letter-spacing: -0.055em; line-height: 1.03; }
.event-v2-featured-copy h3 a, .event-v2-page--catalogue .event-v2-event-card h3 a { color: inherit; text-decoration: none; }
.event-v2-featured-copy > p { margin: 0 0 22px; color: var(--event-v2-muted); line-height: 1.55; }
.event-v2-card-facts { display: grid; gap: 10px; margin: 0; padding: 0; color: #728095; font-size: 0.88rem; list-style: none; }
.event-v2-card-facts li { display: flex; align-items: center; gap: 9px; }
.event-v2-card-facts li span { width: 18px; color: var(--event-v2-accent-strong); text-align: center; }
.event-v2-featured-action { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 34px; }
.event-v2-spots { color: #2ba56c; font-size: 0.79rem; font-weight: 650; }
.event-v2-spots::before { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: currentColor; content: ""; }
.event-v2-spots.is-sold-out { color: #d96356; }
.event-v2-page--catalogue .event-v2-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-width: 190px; padding: 14px 24px; border: 0; border-radius: 999px; background: linear-gradient(100deg, #35b7cd, #45bfd2); color: #fff !important; font-weight: 680; text-decoration: none; box-shadow: 0 10px 24px rgb(55 184 207 / 22%); }

.event-v2-date-badge { position: absolute; top: 18px; left: 18px; display: grid; min-width: 48px; padding: 8px 9px; border-radius: 12px; background: rgb(255 255 255 / 94%); color: var(--event-v2-ink); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.06em; line-height: 1; text-align: center; text-transform: uppercase; box-shadow: 0 8px 20px rgb(17 26 38 / 14%); }
.event-v2-date-badge strong { margin-bottom: 5px; font-size: 1.22rem; letter-spacing: -0.04em; }
.event-v2-price-badge { position: absolute; top: 18px; right: 18px; padding: 8px 12px; border-radius: 999px; background: rgb(255 255 255 / 94%); color: var(--event-v2-ink); font-size: 0.75rem; font-weight: 720; box-shadow: 0 8px 20px rgb(17 26 38 / 14%); }

.event-v2-catalogue-heading { align-items: end; margin-bottom: 26px; }
.event-v2-catalogue-heading-tools { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.event-v2-catalogue-heading-tools > p { flex: 0 0 auto; margin: 0; color: var(--event-v2-muted); }
.event-v2-section-kicker { margin: 0 0 6px; color: var(--event-v2-accent-strong); font-size: 0.72rem; font-weight: 760; letter-spacing: 0.1em; text-transform: uppercase; }
.event-v2-page--catalogue .event-v2-section-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.15rem); font-weight: 630; letter-spacing: -0.055em; }
.event-v2-page--catalogue .event-v2-section-heading > p { color: var(--event-v2-muted); }
.event-v2-catalogue-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 30px; }
.event-v2-catalogue-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.event-v2-filter-pill { min-height: 36px; padding: 7px 15px; border: 1px solid var(--event-v2-line); border-radius: 999px; background: #fff; color: var(--event-v2-muted); font: inherit; font-size: 0.78rem; font-weight: 620; cursor: pointer; }
.event-v2-filter-pill[aria-pressed="true"] { border-color: #caedf3; background: #e9f8fb; color: #227d8f; }

.event-v2-page--catalogue .event-v2-event-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.event-v2-page--catalogue .event-v2-event-card { display: grid; overflow: hidden; grid-template-columns: 44% 1fr; min-height: 270px; border: 1px solid var(--event-v2-line); border-radius: 18px; background: #fff; box-shadow: 0 9px 28px rgb(32 41 56 / 6%); transition: transform 180ms ease, box-shadow 180ms ease; }
.event-v2-page--catalogue .event-v2-event-card:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgb(32 41 56 / 10%); }
.event-v2-page--catalogue .event-v2-event-media { min-height: 270px; border: 0; border-radius: 0; }
.event-v2-page--catalogue .event-v2-event-media-fallback { display: grid; width: 100%; height: 100%; place-items: center; background: radial-gradient(circle at 45% 35%, #5d6d80, #303a49); }
.event-v2-page--catalogue .event-v2-event-card-body { display: flex; min-width: 0; flex-direction: column; padding: 25px 24px 20px; }
.event-v2-page--catalogue .event-v2-event-card h3 { margin: 15px 0 18px; font-size: 1.4rem; font-weight: 660; letter-spacing: -0.042em; line-height: 1.1; }
.event-v2-page--catalogue .event-v2-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--event-v2-line); }
.event-v2-page--catalogue .event-v2-card-footer a { color: #27899c; font-size: 0.81rem; font-weight: 720; text-decoration: none; }
.event-v2-page--catalogue [data-event-card][hidden] { display: none !important; }

.event-v2-site-footer { border-top: 1px solid var(--event-v2-line); background: #fff; }
.event-v2-site-footer-inner { display: flex; width: min(1180px, calc(100% - 48px)); justify-content: space-between; gap: 80px; margin: 0 auto; padding: 70px 0 58px; }
.event-v2-site-footer-brand > p { max-width: 300px; margin: 18px 0 0; color: var(--event-v2-muted); }
.event-v2-site-footer-links { display: flex; gap: clamp(56px, 8vw, 110px); }
.event-v2-site-footer-links > div { display: grid; align-content: start; gap: 12px; }
.event-v2-site-footer-links strong { margin-bottom: 4px; font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; }
.event-v2-site-footer-links a { color: var(--event-v2-muted); font-size: 0.9rem; text-decoration: none; }
.event-v2-site-footer-bar { display: flex; width: min(1180px, calc(100% - 48px)); justify-content: space-between; margin: 0 auto; padding: 20px 0 28px; border-top: 1px solid var(--event-v2-line); color: #929aa7; font-size: 0.75rem; }

@media (max-width: 860px) {
	.event-v2-page--catalogue .event-v2-nav-link { display: none; }
	.event-v2-page--catalogue .event-v2-hero--catalogue { min-height: 360px; padding-top: 56px; }
	.event-v2-featured-card { grid-template-columns: 1fr; }
	.event-v2-featured-media { min-height: 330px; }
	.event-v2-page--catalogue .event-v2-event-card { grid-template-columns: 1fr; }
	.event-v2-page--catalogue .event-v2-event-media { min-height: 230px; }
	.event-v2-site-footer-inner { flex-direction: column; gap: 44px; }
}

@media (max-width: 560px) {
	.event-v2-page--catalogue .event-v2-site-nav { height: 62px; padding-inline: 16px; }
	.event-v2-nav-actions { gap: 8px; }
	.event-v2-nav-ticket { padding: 9px 12px; font-size: 0.72rem; }
	.event-v2-page--catalogue .event-v2-hero--catalogue { min-height: 330px; padding: 48px 18px 42px; }
	.event-v2-page--catalogue .event-v2-hero h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
	.event-v2-page--catalogue .event-v2-hero-lead { font-size: 1rem; }
	.event-v2-catalogue-search { width: 100%; height: 50px; }
	.event-v2-catalogue-shell { width: min(100% - 28px, 1180px); padding-top: 8px; }
	.event-v2-featured-section { margin-bottom: 78px; }
	.event-v2-featured-copy { padding: 30px 24px; }
	.event-v2-featured-action, .event-v2-catalogue-heading, .event-v2-catalogue-toolbar, .event-v2-catalogue-heading-tools { align-items: stretch; flex-direction: column; }
	.event-v2-page--catalogue .event-v2-button { width: 100%; }
	.event-v2-page--catalogue .event-v2-event-grid { grid-template-columns: 1fr; }
	.event-v2-page--catalogue .event-v2-event-card { grid-template-columns: 1fr; }
	.event-v2-site-footer-inner, .event-v2-site-footer-bar { width: min(100% - 32px, 1180px); }
	.event-v2-site-footer-links { flex-direction: column; gap: 32px; }
	.event-v2-site-footer-bar { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
	.event-v2-page--catalogue *, .event-v2-page--catalogue *::before, .event-v2-page--catalogue *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: 0.01ms !important; }
}

/* Published dependant-count registration */
.event-v2-form-kicker-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.event-v2-form-kicker-row .event-v2-eyebrow {
	margin: 0;
}

.event-v2-language-switch {
	min-height: 42px;
	padding: 8px 15px;
	border: 1px solid var(--event-v2-control-line);
	border-radius: 999px;
	background: var(--event-v2-surface);
	color: var(--event-v2-ink);
	font: inherit;
	font-size: 0.86rem;
	font-weight: 700;
	cursor: pointer;
}

.event-v2-language-switch:hover {
	border-color: var(--event-v2-accent-strong);
	color: var(--event-v2-accent-strong);
}

.event-v2-language-switch:focus-visible,
.event-v2-choice-group input:focus-visible + span,
.event-v2-photo-control input:focus-visible + .event-v2-photo-status {
	outline: 3px solid color-mix(in srgb, var(--event-v2-accent) 35%, transparent);
	outline-offset: 3px;
}

.event-v2-form-layout--dependants .event-v2-schema-intro {
	border-top: 4px solid var(--event-v2-accent);
}

.event-v2-form-layout--dependants .event-v2-schema-intro .event-v2-panel-heading {
	align-items: flex-start;
	margin: 0;
	padding: 0;
	border: 0;
}

.event-v2-form-layout--dependants .event-v2-field--paired-label > label {
	min-height: 2.7em;
	line-height: 1.35;
}

.event-v2-form-layout--dependants .event-v2-employee-details-grid--verified {
	align-items: start;
}

.event-v2-form-layout--dependants .event-v2-employee-details-grid--verified > .event-v2-field > label,
.event-v2-form-layout--dependants .event-v2-employee-verify-label-spacer {
	display: flex;
	min-height: 3.7em;
	align-items: flex-end;
	line-height: 1.35;
}

.event-v2-form-layout--dependants .event-v2-employee-verify-label-spacer {
	margin-bottom: 7px;
}

.event-v2-form-layout--dependants .event-v2-employee-details-grid--verified .event-v2-employee-verify-control {
	justify-content: flex-start;
}

.event-v2-form-layout--dependants .event-v2-employee-details-grid--verified .event-v2-employee-verify-control .event-v2-button {
	height: 48px;
	min-height: 48px;
}

.event-v2-form-layout--dependants #event-v2-schema-intro {
	white-space: pre-line;
}

.event-v2-form-layout--dependants .event-v2-field--wide {
	grid-column: 1 / -1;
}

.event-v2-photo-consent {
	margin-top: 24px;
	padding: 16px 18px;
	border-left: 3px solid var(--event-v2-accent-strong);
	background: var(--event-v2-canvas);
}

.event-v2-photo-consent label {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 12px;
	cursor: pointer;
}

.event-v2-photo-consent input {
	width: 18px;
	height: 18px;
	margin-top: 3px;
	accent-color: var(--event-v2-accent-strong);
}

.event-v2-photo-field {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 22px;
	margin-top: 18px;
	padding: 18px;
	border: 1px solid var(--event-v2-line);
	background: var(--event-v2-surface-soft);
}

.event-v2-photo-field p {
	margin: 5px 0 0;
	color: var(--event-v2-muted);
	font-size: 0.86rem;
}

.event-v2-photo-control {
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	justify-items: end;
	gap: 10px 14px;
}

.event-v2-photo-control img {
	width: 70px;
	height: 70px;
	grid-row: 1 / span 2;
	border: 1px solid var(--event-v2-line);
	background: var(--event-v2-surface);
	object-fit: cover;
}

.event-v2-photo-control .event-v2-button {
	min-height: 40px;
	margin: 0;
	padding: 9px 14px;
	font-size: 0.82rem;
	cursor: pointer;
}

.event-v2-photo-status {
	min-height: 1.25em;
	color: var(--event-v2-muted);
	font-size: 0.78rem;
}

.event-v2-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.event-v2-dependant-card {
	padding: clamp(20px, 3vw, 30px);
	border-left: 4px solid #c9b6e9;
	background: #fbf9ff;
}

.event-v2-dependant-card h3 {
	margin: 0 0 20px;
	font-size: 1.12rem;
}

.event-v2-choice-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin: 0 0 24px;
	padding: 0;
	border: 0;
}

.event-v2-choice-group legend {
	width: 100%;
	margin-bottom: 10px;
	font-weight: 720;
}

.event-v2-choice-group label {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-width: 92px;
	padding: 10px 14px;
	border: 1px solid var(--event-v2-line);
	background: var(--event-v2-canvas);
	cursor: pointer;
}

.event-v2-choice-group input {
	width: 18px;
	height: 18px;
	accent-color: var(--event-v2-accent-strong);
}

.event-v2-paynow-panel {
	min-width: 0;
	border-top: 4px solid var(--event-v2-accent);
}

.event-v2-paynow-grid {
	display: grid;
	grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
	align-items: center;
	gap: clamp(22px, 4vw, 42px);
}

.event-v2-paynow-qr-wrap {
	min-width: 0;
	margin: 0;
	text-align: center;
}

.event-v2-paynow-qr {
	width: min(240px, 100%);
	max-width: 100%;
	height: auto;
	min-height: 180px;
	margin: 0 auto;
	border: 1px solid var(--event-v2-line);
	border-radius: 14px;
	background: var(--event-v2-surface-soft);
	object-fit: contain;
}

.event-v2-paynow-qr:not([src]) {
	visibility: hidden;
}

.event-v2-paynow-qr-wrap figcaption {
	min-height: 1.5em;
	margin-top: 8px;
	color: var(--event-v2-muted);
	font-size: 0.82rem;
}

.event-v2-paynow-details {
	min-width: 0;
}

.event-v2-paynow-amount-label {
	margin: 0;
	color: var(--event-v2-muted);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.event-v2-paynow-amount {
	display: block;
	margin-top: 4px;
	font-size: clamp(2rem, 5vw, 3.25rem);
	font-weight: 800;
	letter-spacing: -0.04em;
}

.event-v2-paynow-instructions {
	margin: 18px 0 0;
	color: var(--event-v2-muted);
	white-space: pre-line;
	overflow-wrap: anywhere;
}

.event-v2-paynow-receipt {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
	gap: 18px;
	min-width: 0;
	margin-top: 28px;
	padding: clamp(20px, 3vw, 28px);
	border: 1px solid var(--event-v2-line);
	border-radius: 16px;
	background: var(--event-v2-surface-soft);
	box-shadow: 0 12px 30px rgb(17 48 60 / 8%);
}

.event-v2-paynow-receipt p {
	margin: 5px 0 0;
	color: var(--event-v2-muted);
	font-size: 0.86rem;
	line-height: 1.6;
}

.event-v2-paynow-receipt > div:first-child {
	max-width: 68ch;
	min-width: 0;
}

.event-v2-paynow-receipt > div:first-child > strong {
	display: block;
	font-size: 1rem;
	line-height: 1.35;
}

.event-v2-paynow-receipt-control {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	grid-template-areas:
		"preview action"
		"preview status";
	align-items: center;
	justify-items: start;
	gap: 10px 18px;
	width: 100%;
	min-width: 0;
	padding: 16px;
	border: 1px solid var(--event-v2-line);
	border-radius: 12px;
	background: var(--event-v2-surface);
}

.event-v2-paynow-receipt-control:has(.event-v2-paynow-receipt-preview[hidden]) {
	grid-template-columns: minmax(0, 1fr);
	grid-template-areas:
		"action"
		"status";
}

.event-v2-paynow-receipt-preview {
	grid-area: preview;
	width: 112px;
	max-width: 100%;
	height: 112px;
	justify-self: center;
	border: 1px solid var(--event-v2-line);
	border-radius: 12px;
	background: var(--event-v2-surface);
	box-shadow: 0 6px 18px rgb(17 48 60 / 10%);
	object-fit: contain;
}

.event-v2-paynow-receipt-control .event-v2-button {
	grid-area: action;
	width: min(100%, 220px);
	min-height: 44px;
	margin: 0;
	padding: 10px 16px;
	cursor: pointer;
}

.event-v2-paynow-receipt-control span {
	grid-area: status;
	width: 100%;
	min-height: 1.25em;
	color: var(--event-v2-muted);
	font-size: 0.82rem;
	line-height: 1.45;
}

.event-v2-paynow-receipt-advisory {
	grid-column: 1;
	max-width: 100%;
	min-width: 0;
	padding: 11px 14px;
	border-inline-start: 3px solid var(--event-v2-accent);
	border-radius: 8px;
	background: color-mix(in srgb, var(--event-v2-accent) 7%, var(--event-v2-surface));
	overflow-wrap: anywhere;
}

.event-v2-paynow-receipt > .event-v2-paynow-receipt-advisory {
	margin: 0;
}

.event-v2-paynow-receipt-control:focus-within .event-v2-button {
	outline: 3px solid color-mix(in srgb, var(--event-v2-accent) 35%, transparent);
	outline-offset: 3px;
}

.event-v2-paynow-receipt > .event-v2-field-error {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--event-v2-danger);
}

.event-v2-alert--success {
	color: var(--event-v2-success);
}

.event-v2-form-layout--dependants [hidden] {
	display: none !important;
}

@media (max-width: 760px) {
	.event-v2-form-kicker-row,
	.event-v2-photo-field {
		align-items: stretch;
		flex-direction: column;
	}

	.event-v2-form-kicker-row {
		display: flex;
	}

	.event-v2-language-switch {
		align-self: flex-start;
	}

	.event-v2-photo-field {
		display: flex;
	}

	.event-v2-photo-control {
		justify-items: start;
	}

	.event-v2-choice-group {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.event-v2-choice-group legend {
		grid-column: 1 / -1;
	}

	.event-v2-paynow-grid {
		grid-template-columns: 1fr;
	}

	.event-v2-paynow-qr-wrap {
		justify-self: center;
		width: min(240px, 100%);
	}

	.event-v2-form-layout--dependants .event-v2-field--paired-label > label {
		min-height: 0;
	}

	.event-v2-form-layout--dependants .event-v2-employee-details-grid--verified > .event-v2-field > label,
	.event-v2-form-layout--dependants .event-v2-employee-verify-label-spacer {
		min-height: 0;
	}

	.event-v2-form-layout--dependants .event-v2-employee-verify-label-spacer {
		display: none;
		margin-bottom: 0;
	}
}

#event-v2-paynow-receipt-help {
	max-width: 100%;
	overflow-wrap: anywhere;
}

#event-v2-paynow-receipt-help a {
	color: var(--event-v2-accent-strong);
	font-weight: 700;
	text-underline-offset: 3px;
}

#event-v2-paynow-receipt-help a:focus-visible {
	border-radius: 3px;
	outline: 3px solid color-mix(in srgb, var(--event-v2-accent) 42%, transparent);
	outline-offset: 3px;
}

@media (max-width: 560px) {
	.event-v2-paynow-receipt {
		gap: 16px;
		padding: 18px;
	}

	.event-v2-paynow-receipt-control {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"preview"
			"action"
			"status";
		gap: 12px;
		padding: 14px;
	}

	.event-v2-paynow-receipt-control:has(.event-v2-paynow-receipt-preview[hidden]) {
		grid-template-areas:
			"action"
			"status";
	}

	.event-v2-paynow-receipt-preview {
		width: min(100%, 180px);
		height: auto;
		max-height: 180px;
		justify-self: center;
	}

	.event-v2-paynow-receipt-control .event-v2-button {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.event-v2-paynow-panel {
		padding-inline: 20px;
	}

	.event-v2-umc-mobile-registration-notice,
	#event-v2-paynow-receipt-help,
	.event-v2-paynow-receipt-advisory {
		max-width: 100%;
	}
}

/* Ask EventsBook public concierge */
.event-v2-agent {
	position: fixed;
	right: clamp(16px, 3vw, 32px);
	bottom: clamp(16px, 3vw, 28px);
	z-index: 40;
	display: flex;
	justify-content: flex-end;
	font: inherit;
	pointer-events: none;
}

.event-v2-agent__launcher,
.event-v2-agent__panel {
	pointer-events: auto;
}

.event-v2-agent__launcher {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 18px;
	border: 1px solid var(--event-v2-accent-strong);
	border-radius: 999px;
	background: var(--event-v2-action-bg);
	box-shadow: var(--event-v2-shadow);
	color: var(--event-v2-on-accent);
	font: inherit;
	font-size: 0.9rem;
	font-weight: 720;
	white-space: nowrap;
	cursor: pointer;
}

.event-v2-agent__panel {
	position: absolute;
	right: 0;
	bottom: calc(100% + 12px);
	display: grid;
	width: min(400px, calc(100vw - 32px));
	max-width: 400px;
	height: min(620px, 70vh);
	max-height: 70vh;
	overflow: hidden;
	grid-template-rows: auto minmax(0, 1fr) auto;
	border: 1px solid var(--event-v2-line);
	border-radius: 16px;
	background: var(--event-v2-surface);
	box-shadow: var(--event-v2-shadow);
	color: var(--event-v2-ink);
	opacity: 0;
	transform: translateY(8px);
	transform-origin: bottom right;
	transition: opacity 180ms ease, transform 180ms ease;
}

.event-v2-agent__panel[hidden] {
	display: none;
}

.event-v2-agent.is-open .event-v2-agent__panel {
	opacity: 1;
	transform: translateY(0);
}

.event-v2-agent__panel > header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 64px;
	padding: 10px 12px 10px 18px;
	border-bottom: 1px solid var(--event-v2-line);
}

.event-v2-agent__panel > header strong {
	font-size: 1rem;
	font-weight: 760;
	letter-spacing: -0.015em;
}

.event-v2-agent__panel [data-agent-close] {
	display: grid;
	width: 44px;
	height: 44px;
	padding: 0;
	place-items: center;
	border: 1px solid var(--event-v2-line);
	border-radius: 2px;
	background: var(--event-v2-surface-soft);
	color: var(--event-v2-ink);
	font: inherit;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.event-v2-agent__messages {
	display: flex;
	min-height: 0;
	overflow-y: auto;
	flex-direction: column;
	gap: 12px;
	padding: 18px;
	overscroll-behavior: contain;
}

.event-v2-agent__message {
	max-width: 90%;
	padding: 12px 14px;
	border: 1px solid var(--event-v2-line);
	border-radius: 12px;
	background: var(--event-v2-surface-soft);
	color: var(--event-v2-ink);
	font-size: 0.92rem;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.event-v2-agent__message p {
	margin: 0;
	white-space: pre-wrap;
}

.event-v2-agent__message--assistant {
	align-self: flex-start;
	border-left: 3px solid var(--event-v2-accent-strong);
}

.event-v2-agent__message--user {
	align-self: flex-end;
	border-color: color-mix(in srgb, var(--event-v2-accent-strong) 35%, var(--event-v2-line));
	background: color-mix(in srgb, var(--event-v2-accent) 10%, var(--event-v2-surface));
}

.event-v2-agent__message--system {
	align-self: stretch;
	max-width: none;
	color: var(--event-v2-muted);
}

.event-v2-agent__error {
	border-color: color-mix(in srgb, var(--event-v2-danger) 42%, var(--event-v2-line));
	color: var(--event-v2-ink);
}

.event-v2-agent__message a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	margin-top: 8px;
	color: var(--event-v2-accent-strong);
	font-weight: 720;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.event-v2-agent__suggestions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.event-v2-agent__suggestion,
.event-v2-agent__retry {
	min-height: 44px;
	padding: 9px 13px;
	border: 1px solid var(--event-v2-control-line);
	border-radius: 999px;
	background: var(--event-v2-surface);
	color: var(--event-v2-ink);
	font: inherit;
	font-size: 0.82rem;
	font-weight: 680;
	line-height: 1.2;
	cursor: pointer;
}

.event-v2-agent__retry {
	margin-top: 12px;
	border-radius: 2px;
}

.event-v2-agent__suggestion:disabled,
.event-v2-agent__retry:disabled,
.event-v2-agent [type="submit"]:disabled {
	cursor: wait;
	opacity: 0.58;
}

.event-v2-agent__message--loading {
	animation: event-v2-agent-loading 900ms ease-in-out infinite alternate;
}

@keyframes event-v2-agent-loading {
	from { opacity: 0.58; }
	to { opacity: 1; }
}

.event-v2-agent form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 10px;
	padding: 14px 16px 16px;
	border-top: 1px solid var(--event-v2-line);
	background: var(--event-v2-surface);
}

.event-v2-agent form label {
	display: block;
	min-width: 0;
}

.event-v2-agent textarea {
	display: block;
	width: 100%;
	min-height: 76px;
	max-height: 140px;
	padding: 11px 12px;
	resize: vertical;
	border: 1px solid var(--event-v2-control-line);
	border-radius: 2px;
	background: var(--event-v2-surface);
	color: var(--event-v2-ink);
	font: inherit;
	font-size: 0.92rem;
	line-height: 1.4;
}

.event-v2-agent textarea::placeholder {
	color: var(--event-v2-muted);
	opacity: 1;
}

.event-v2-agent [type="submit"] {
	min-width: 68px;
	min-height: 44px;
	padding: 10px 16px;
	border: 1px solid var(--event-v2-accent-strong);
	border-radius: 2px;
	background: var(--event-v2-action-bg);
	color: var(--event-v2-on-accent);
	font: inherit;
	font-weight: 720;
	cursor: pointer;
}

.event-v2-agent :where(button, textarea, a):focus-visible {
	outline: 3px solid color-mix(in srgb, var(--event-v2-accent) 42%, transparent);
	outline-offset: 3px;
}

@media (max-width: 720px) {
	.event-v2-agent {
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 0 16px calc(16px + env(safe-area-inset-bottom));
	}

	.event-v2-agent::before {
		position: fixed;
		inset: 0;
		z-index: 0;
		background: var(--event-v2-scrim);
		opacity: 0;
		pointer-events: none;
		transition: opacity 180ms ease;
		content: "";
	}

	.event-v2-agent.is-open::before {
		opacity: 1;
		pointer-events: auto;
	}

	.event-v2-agent__launcher {
		position: relative;
		z-index: 1;
	}

	.event-v2-agent__panel {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2;
		width: 100%;
		max-width: none;
		height: min(78dvh, 640px);
		max-height: calc(100dvh - 24px);
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		border-radius: 16px 16px 0 0;
		transform: translateY(18px);
		transform-origin: bottom center;
	}

	.event-v2-agent.is-open .event-v2-agent__panel {
		transform: translateY(0);
	}

	.event-v2-agent form {
		padding-bottom: calc(16px + env(safe-area-inset-bottom));
	}
}

@media (max-width: 420px) {
	.event-v2-agent form {
		grid-template-columns: 1fr;
	}

	.event-v2-agent [type="submit"] {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.event-v2-agent__panel,
	.event-v2-agent::before {
		transition: none;
	}

	.event-v2-agent__message--loading {
		animation: none;
		opacity: 1;
	}
}
.event-v2-employee-verify-control {
	display: flex;
	flex-direction: column;
	justify-content: end;
	gap: 0.5rem;
}

.event-v2-employee-verify-control .event-v2-button {
	width: 100%;
	min-height: 2.75rem;
}
