:root {
  --ndt-gold: #d6a928;
  --ndt-gold-bright: #f1d15a;
  --ndt-navy: #071321;
  --ndt-dark: #020b14;
}

.ndt-registration,
.ndt-registration * { box-sizing: border-box; }

.ndt-registration { width: 100%; margin-top: 26px; color: inherit; font-family: var(--ndt-font-sans, inherit); }
.ndt-form { display: grid; gap: 22px; }
.ndt-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.ndt-form label { display: grid; gap: 8px; min-width: 0; }
.ndt-form label > span { color: var(--muted, #98a5b3); font-size: 9px; font-weight: 750; letter-spacing: .13em; line-height: 1.45; text-transform: uppercase; }
.ndt-form input[type="text"],
.ndt-form input[type="email"],
.ndt-form input[type="tel"],
.ndt-form select { width: 100%; min-height: 54px; padding: 0 16px; border: 1px solid color-mix(in srgb, var(--ndt-gold) 23%, transparent); border-radius: 3px 16px 3px 16px; outline: 0; background: color-mix(in srgb, var(--ndt-navy) 70%, transparent); color: var(--text, #fff); font: inherit; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.ndt-form select option { background: var(--ndt-navy); color: #fff; }
.ndt-form input:focus,
.ndt-form select:focus { border-color: var(--ndt-gold-bright); background: color-mix(in srgb, var(--ndt-navy) 88%, transparent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--ndt-gold) 12%, transparent); }
.ndt-field-wide { grid-column: 1 / -1; }
.ndt-form-section-title { margin: 3px 0 -4px; padding-bottom: 10px; border-bottom: 1px solid color-mix(in srgb, var(--ndt-gold) 22%, transparent); color: var(--ndt-gold-bright); font-size: 10px; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.ndt-interest-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.ndt-interest-grid label { display: grid; grid-template-columns: 19px 1fr; align-items: center; gap: 10px; min-height: 48px; padding: 11px 13px; border: 1px solid color-mix(in srgb, var(--ndt-gold) 18%, transparent); border-radius: 3px 14px 3px 14px; background: color-mix(in srgb, var(--ndt-navy) 56%, transparent); cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.ndt-interest-grid label:hover { border-color: color-mix(in srgb, var(--ndt-gold) 56%, transparent); background: color-mix(in srgb, var(--ndt-navy) 78%, transparent); transform: translateY(-1px); }
.ndt-interest-grid input { width: 17px; height: 17px; margin: 0; accent-color: var(--ndt-gold); }
.ndt-interest-grid label > span { font-size: 10px; font-weight: 620; letter-spacing: .025em; line-height: 1.45; text-transform: none; }
.ndt-consent { grid-template-columns: 20px 1fr !important; gap: 11px !important; align-items: start; }
.ndt-consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--ndt-gold); }
.ndt-consent span { font-size: 10px !important; font-weight: 520 !important; letter-spacing: .03em !important; line-height: 1.65 !important; text-transform: none !important; }
.ndt-consent a { color: var(--ndt-gold-bright); }
.ndt-submit { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 58px; padding: 0 21px; border: 1px solid var(--ndt-gold); border-radius: 3px 19px 3px 19px; background: linear-gradient(135deg, var(--ndt-gold-bright), var(--ndt-gold)); box-shadow: 0 14px 38px color-mix(in srgb, var(--ndt-gold) 20%, transparent); color: var(--ndt-dark); cursor: pointer; font: inherit; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.ndt-submit:disabled { cursor: wait; opacity: .7; }
.ndt-submit b { font-size: 20px; font-weight: 400; }
.ndt-alert { margin-bottom: 20px; padding: 14px 17px; border: 1px solid #d87878; border-radius: 8px; background: rgba(151, 42, 42, .15); color: #ffdede; font-size: 12px; line-height: 1.55; }
.ndt-alert-success { border-color: color-mix(in srgb, var(--ndt-gold) 70%, #fff); background: color-mix(in srgb, var(--ndt-gold) 13%, transparent); color: #fff4c6; }
.ndt-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

:root[data-theme="light"] .ndt-registration { color: #162635; }
:root[data-theme="light"] .ndt-form label > span { color: #46515a; }
:root[data-theme="light"] .ndt-form input[type="text"],
:root[data-theme="light"] .ndt-form input[type="email"],
:root[data-theme="light"] .ndt-form input[type="tel"],
:root[data-theme="light"] .ndt-form select { border-color: #9b783e; background: rgba(255, 255, 255, .78); color: #162635; caret-color: #76501a; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7); -webkit-text-fill-color: #162635; }
:root[data-theme="light"] .ndt-form select option { background: #fffaf0; color: #162635; }
:root[data-theme="light"] .ndt-form input:focus,
:root[data-theme="light"] .ndt-form select:focus { border-color: #76501a; background: #fffdf8; box-shadow: 0 0 0 3px rgba(118, 80, 26, .16); }
:root[data-theme="light"] .ndt-form-section-title { border-color: rgba(118, 80, 26, .28); color: #76501a; }
:root[data-theme="light"] .ndt-interest-grid label { border-color: rgba(118, 80, 26, .3); background: rgba(255, 255, 255, .66); }
:root[data-theme="light"] .ndt-interest-grid label:hover { border-color: #76501a; background: #fffdf8; }
:root[data-theme="light"] .ndt-interest-grid label > span { color: #2f414e; }
:root[data-theme="light"] .ndt-interest-grid input { accent-color: #8f6320; }
:root[data-theme="light"] .ndt-consent span { color: #364652; }
:root[data-theme="light"] .ndt-consent input { accent-color: #8f6320; }
:root[data-theme="light"] .ndt-consent a { color: #76501a; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
:root[data-theme="light"] .ndt-alert { border-color: #a83333; background: #fff0f0; color: #751d1d; }
:root[data-theme="light"] .ndt-alert-success { border-color: #7a5a22; background: #fff8e6; color: #624517; }

body.ndt-portal,
body.ndt-portal * { box-sizing: border-box; }

body.ndt-portal { min-height: 100vh; margin: 0; overflow-x: hidden; background: var(--ndt-dark); color: #fff; font-family: var(--ndt-font-sans, "Avenir Next", "Segoe UI", Arial, sans-serif); }

.ndt-ambient { position: fixed; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; background: radial-gradient(circle at 50% -10%, color-mix(in srgb, var(--ndt-gold) 17%, transparent), transparent 38rem), linear-gradient(160deg, var(--ndt-navy) 0%, var(--ndt-dark) 72%); }
.ndt-ambient::before { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 72%); content: ""; transform: perspective(500px) rotateX(62deg) scale(1.7) translateY(10%); transform-origin: top; animation: ndt-grid-drift 20s linear infinite; }
.ndt-ambient i { position: absolute; display: block; width: clamp(280px, 38vw, 620px); aspect-ratio: 1; border: 1px solid color-mix(in srgb, var(--ndt-gold) 14%, transparent); border-radius: 50%; filter: blur(.1px); }
.ndt-ambient i:nth-child(1) { top: 9%; left: -16%; animation: ndt-orbit 24s linear infinite; }
.ndt-ambient i:nth-child(2) { top: 20%; right: -20%; animation: ndt-orbit 31s linear infinite reverse; }
.ndt-ambient i:nth-child(3) { right: 22%; bottom: -34%; animation: ndt-orbit 27s linear infinite; }
.ndt-ambient span { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: var(--ndt-gold-bright); box-shadow: 0 0 20px 4px color-mix(in srgb, var(--ndt-gold) 45%, transparent); animation: ndt-float 9s ease-in-out infinite; }
.ndt-ambient span:nth-of-type(1) { top: 18%; left: 12%; }
.ndt-ambient span:nth-of-type(2) { top: 35%; right: 9%; animation-delay: -2s; }
.ndt-ambient span:nth-of-type(3) { bottom: 28%; left: 8%; animation-delay: -5s; }
.ndt-ambient span:nth-of-type(4) { top: 62%; right: 17%; animation-delay: -7s; }
.ndt-ambient span:nth-of-type(5) { top: 10%; right: 36%; animation-delay: -4s; }

.ndt-portal-header { position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; min-height: 90px; padding: 14px max(30px, calc((100vw - 1360px) / 2)); border-bottom: 1px solid rgba(255, 255, 255, .08); background: color-mix(in srgb, var(--ndt-navy) 64%, transparent); backdrop-filter: blur(22px); }
.ndt-portal-brand img { display: block; width: auto; height: 55px; object-fit: contain; }
.ndt-portal-brand > span { display: grid; width: 55px; height: 55px; place-items: center; border: 1px solid rgba(214, 169, 40, .62); border-radius: 50%; color: var(--ndt-gold-bright, #f1d15a); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.ndt-back-link { display: flex; gap: 9px; align-items: center; color: rgba(255, 255, 255, .72); font-size: 11px; font-weight: 650; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: color .2s ease, transform .2s ease; }
.ndt-back-link:hover { color: var(--ndt-gold-bright); transform: translateX(-3px); }

.ndt-ticket-page { position: relative; z-index: 2; width: min(calc(100% - 36px), 1260px); margin: 0 auto; padding: clamp(38px, 5vw, 70px) 0 80px; }
.ndt-ticket-heading { display: flex; gap: 18px; align-items: center; width: min(100%, 860px); margin: 0 auto 28px; animation: ndt-rise .7s ease-out both; }
.ndt-success-mark { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; border: 1px solid color-mix(in srgb, var(--ndt-gold) 70%, transparent); border-radius: 50%; background: color-mix(in srgb, var(--ndt-gold) 9%, transparent); box-shadow: 0 0 32px color-mix(in srgb, var(--ndt-gold) 16%, transparent); }
.ndt-success-mark svg { width: 23px; fill: none; stroke: var(--ndt-gold-bright); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ndt-ticket-heading small { display: block; margin-bottom: 5px; color: var(--ndt-gold-bright); font-size: 8px; font-weight: 800; letter-spacing: .3em; text-transform: uppercase; }
.ndt-ticket-heading h1 { margin: 0 0 5px; font-size: clamp(24px, 2.6vw, 37px); line-height: 1.05; }
.ndt-ticket-heading p { margin: 0; color: #9ba9ba; font-size: 13px; line-height: 1.55; }
.ndt-portal-alert { width: min(100%, 860px); margin: -8px auto 24px; }

.ndt-ticket-stage { position: relative; width: min(100%, 860px); margin: 0 auto; padding: clamp(25px, 5vw, 52px); overflow: hidden; border: 1px solid rgba(255, 255, 255, .1); border-radius: 5px 36px 5px 36px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.008) 58%), rgba(6, 17, 31, .73); box-shadow: 0 45px 130px rgba(0, 0, 0, .38); backdrop-filter: blur(16px); animation: ndt-rise .8s .08s ease-out both; }
.ndt-ticket-stage::before { position: absolute; width: 360px; height: 360px; top: -220px; left: -170px; border: 1px solid color-mix(in srgb, var(--ndt-gold) 24%, transparent); border-radius: 50%; content: ""; }
.ndt-stage-glow { position: absolute; top: 4%; left: 50%; width: 70%; height: 65%; border-radius: 50%; background: color-mix(in srgb, var(--ndt-gold) 10%, transparent); filter: blur(70px); transform: translateX(-50%); animation: ndt-pulse 5s ease-in-out infinite; }

.ndt-ticket-card { position: relative; z-index: 2; width: min(100%, 610px); max-width: 100%; min-width: 0; margin: 0 auto; overflow: hidden; border: 1px solid rgba(255, 255, 255, .7); border-radius: 5px 29px 5px 29px; background: #fff; box-shadow: 0 35px 85px rgba(0, 0, 0, .48), 0 0 0 1px rgba(214,169,40,.12); color: #111d2a; transform-origin: center; animation: ndt-ticket-arrive .9s .2s cubic-bezier(.2,.8,.2,1) both; }
.ndt-ticket-card::after { position: absolute; inset: 0; border: 1px solid rgba(214,169,40,.22); border-radius: inherit; content: ""; pointer-events: none; }
.ndt-ticket-hologram { position: absolute; z-index: 4; top: -60%; left: -38%; width: 34%; height: 220%; opacity: .18; background: linear-gradient(90deg, transparent, var(--ndt-gold-bright), #fff, transparent); filter: blur(5px); pointer-events: none; transform: rotate(22deg); animation: ndt-shimmer 5.5s 1.4s ease-in-out infinite; }
.ndt-ticket-ribbon { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 0 31px; overflow: visible; background: linear-gradient(110deg, #b58712, var(--ndt-gold-bright) 48%, #c7951a); color: #172131; }
.ndt-ticket-ribbon span { font-size: 8px; font-weight: 850; letter-spacing: .38em; text-transform: uppercase; }
.ndt-ticket-ribbon b { padding: 5px 10px; border: 1px solid rgba(7,19,33,.24); border-radius: 999px; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.ndt-ticket-ribbon::before,
.ndt-ticket-ribbon::after { position: absolute; z-index: 5; bottom: -12px; width: 24px; height: 24px; border-radius: 50%; background: #0a192a; content: ""; }
.ndt-ticket-ribbon::before { left: -12px; }
.ndt-ticket-ribbon::after { right: -12px; }

.ndt-ticket-card-body { position: relative; min-width: 0; padding: 28px 33px 25px; }
.ndt-ticket-card-body::before { position: absolute; right: -25px; bottom: 34px; color: rgba(7,19,33,.026); content: "ND"; font-size: 180px; font-weight: 900; line-height: .8; pointer-events: none; transform: rotate(-12deg); }
.ndt-ticket-brandline { position: relative; display: flex; min-width: 0; align-items: center; justify-content: space-between; }
.ndt-ticket-brandline span { min-width: 0; color: #8b949e; font-size: 7px; font-weight: 800; letter-spacing: .27em; text-align: right; text-transform: uppercase; overflow-wrap: anywhere; }
.ndt-ticket-logo { display: block; width: auto; height: 62px; object-fit: contain; }
.ndt-ticket-event { position: relative; margin: 24px 0 23px; }
.ndt-ticket-event p { margin: 0 0 6px; color: #8a7440; font-size: 8px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.ndt-ticket-event h2 { margin: 0; color: #0d1b2a; font-size: clamp(25px, 4vw, 34px); font-weight: 870; letter-spacing: -.025em; line-height: 1; text-align: left; overflow-wrap: anywhere; }
.ndt-ticket-meta { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.ndt-ticket-type { display: inline-flex; padding: 7px 13px; border-radius: 999px; background: #0c1a2b; color: #fff; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ndt-ticket-meta code { min-width: 0; color: #53606e; font-family: "SFMono-Regular", Consolas, monospace; font-size: 9px; letter-spacing: .12em; text-align: right; overflow-wrap: anywhere; }
.ndt-ticket-divider { position: relative; height: 25px; margin: 4px -33px 0; overflow: hidden; }
.ndt-ticket-divider span { position: absolute; top: 50%; right: 33px; left: 33px; border-top: 1px dashed #d8dde2; }

.ndt-ticket-info { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 178px; gap: 24px; align-items: end; }
.ndt-ticket-person { min-width: 0; }
.ndt-ticket-person > span,
.ndt-ticket-info dt { display: block; color: #8b949e; font-size: 7px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.ndt-ticket-person > strong { display: block; margin: 6px 0 4px; color: #111d2a; font-size: 22px; line-height: 1.1; overflow-wrap: anywhere; }
.ndt-ticket-info.is-verification .ndt-ticket-person > strong { max-width: 300px; font-size: 17px; line-height: 1.35; }
.ndt-ticket-person > small { color: #64707c; font-size: 9px; overflow-wrap: anywhere; }
.ndt-ticket-info dl { display: grid; gap: 12px; margin: 22px 0 0; }
.ndt-ticket-info dt { margin-bottom: 4px; }
.ndt-ticket-info dd { margin: 0; color: #263442; font-size: 10px; line-height: 1.42; }
.ndt-ticket-qr { padding: 11px; border: 1px solid #e8ebee; border-radius: 4px 18px 4px 18px; background: linear-gradient(145deg, #fff, #f4f6f8); text-align: center; box-shadow: 0 12px 28px rgba(11,25,42,.08); }
.ndt-ticket-qr > div { padding: 5px; border-radius: 8px; background: #fff; }
.ndt-ticket-qr img { display: block; width: 145px; max-width: 100%; height: auto; margin: 0 auto; }
.ndt-ticket-qr small { display: block; margin-top: 7px; color: #7e8994; font-size: 7px; line-height: 1.3; }
.ndt-public-seal { display: grid; width: 145px; height: 145px; place-items: center; border: 1px solid #e4d39e; border-radius: 50%; background: radial-gradient(circle, #fff 42%, #fbf7e9); }
.ndt-public-seal svg { width: 65px; fill: none; stroke: #a47a13; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.ndt-ticket-status { position: relative; display: flex; gap: 7px; align-items: center; margin: 22px 0 0; color: #77828d; font-size: 8px; letter-spacing: .04em; }
.ndt-ticket-status i { width: 7px; height: 7px; border-radius: 50%; background: #229761; box-shadow: 0 0 0 4px rgba(34,151,97,.1); }
.ndt-ticket-status strong { color: #14202d; font-size: inherit; text-transform: uppercase; }
.ndt-ticket-status.is-cancelled i { background: #b52727; box-shadow: 0 0 0 4px rgba(181,39,39,.1); }
.ndt-ticket-status.is-cancelled strong { color: #b52727; }
.ndt-ticket-status.is-checked_in i { background: #167345; }
.ndt-ticket-status.is-checked_in strong { color: #167345; }
.ndt-print-thanks { display: none; }
.ndt-ticket-card footer { position: relative; display: flex; gap: 14px; align-items: center; justify-content: space-between; padding: 16px 31px; background: #0d1c2e; color: rgba(255, 255, 255, .72); font-size: 7px; letter-spacing: .13em; line-height: 1.45; text-transform: uppercase; }
.ndt-ticket-card footer b { flex: 0 0 auto; color: var(--ndt-gold-bright); font-weight: 700; }

.ndt-ticket-actions { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; width: min(100%, 720px); margin: 26px auto 0; }
.ndt-ticket-actions a,
.ndt-ticket-actions button { display: flex; gap: 9px; align-items: center; justify-content: center; min-height: 54px; padding: 10px 14px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 3px 16px 3px 16px; background: rgba(7, 19, 33, .72); color: #fff; cursor: pointer; font: inherit; font-size: 9px; font-weight: 680; line-height: 1.25; text-align: center; text-decoration: none; backdrop-filter: blur(10px); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.ndt-ticket-actions a:hover,
.ndt-ticket-actions button:hover { border-color: color-mix(in srgb, var(--ndt-gold) 55%, transparent); background: rgba(15, 33, 53, .88); transform: translateY(-2px); }
.ndt-ticket-actions .is-primary { border-color: var(--ndt-gold); background: linear-gradient(135deg, var(--ndt-gold-bright), var(--ndt-gold)); box-shadow: 0 14px 34px color-mix(in srgb, var(--ndt-gold) 18%, transparent); color: #0a1420; font-weight: 800; }
.ndt-ticket-actions .is-primary:hover,
.ndt-ticket-actions .is-primary:focus-visible { border-color: var(--ndt-gold-bright); background: linear-gradient(135deg, #ffe786, var(--ndt-gold-bright) 52%, var(--ndt-gold)); color: #071321; box-shadow: 0 17px 38px color-mix(in srgb, var(--ndt-gold) 26%, transparent); }
.ndt-ticket-actions svg { flex: 0 0 auto; width: 17px; height: 17px; fill: none; stroke: var(--ndt-gold-bright); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ndt-ticket-actions .is-primary svg { stroke: #0a1420; }

.ndt-error-page { position: relative; z-index: 2; display: grid; min-height: 100vh; place-content: center; padding: 30px; text-align: center; }
.ndt-error-page img { width: 110px; margin: 0 auto 24px; }
.ndt-error-page h1 { margin: 0 0 12px; }
.ndt-error-page p { max-width: 560px; color: #a4afbb; line-height: 1.65; }
.ndt-error-page a { color: var(--ndt-gold-bright); }

@keyframes ndt-grid-drift { to { background-position: 0 72px, 72px 0; } }
@keyframes ndt-orbit { to { transform: rotate(360deg) scale(1.08); } }
@keyframes ndt-float { 0%,100% { opacity: .3; transform: translateY(0) scale(.7); } 50% { opacity: 1; transform: translateY(-26px) scale(1.2); } }
@keyframes ndt-pulse { 0%,100% { opacity: .45; transform: translateX(-50%) scale(.9); } 50% { opacity: .8; transform: translateX(-50%) scale(1.1); } }
@keyframes ndt-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes ndt-ticket-arrive { from { opacity: 0; transform: perspective(900px) rotateX(8deg) scale(.965) translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes ndt-shimmer { 0%,35% { left: -38%; } 70%,100% { left: 125%; } }

@media (max-width: 620px) {
	.ndt-form-grid { grid-template-columns: 1fr; }
	.ndt-field-wide { grid-column: auto; }
	.ndt-interest-grid { grid-template-columns: 1fr; }
  .ndt-portal-header { min-height: 72px; padding: 9px 17px; }
  .ndt-portal-header { width: 100%; max-width: 100%; }
  .ndt-portal-brand { flex: 0 0 auto; }
  .ndt-portal-brand img { height: 45px; }
  .ndt-back-link { max-width: 42%; min-width: 0; margin-left: auto; gap: 5px; overflow: hidden; font-size: 8px; letter-spacing: .04em; text-overflow: ellipsis; white-space: nowrap; }
  .ndt-ticket-page { width: 100%; max-width: 550px; padding: 27px 9px 45px; }
  .ndt-ticket-heading { gap: 12px; align-items: flex-start; margin-bottom: 19px; padding: 0 5px; }
  .ndt-ticket-heading > div { min-width: 0; }
  .ndt-success-mark { flex-basis: 34px; width: 34px; height: 34px; }
  .ndt-success-mark svg { width: 19px; }
  .ndt-ticket-heading h1 { font-size: 21px; overflow-wrap: anywhere; }
  .ndt-ticket-heading p { font-size: 10px; }
  .ndt-ticket-stage { width: 100%; max-width: 100%; padding: 11px; border-radius: 3px 21px 3px 21px; }
  .ndt-ticket-card { width: 100%; max-width: 100%; margin-right: auto; margin-left: auto; }
  .ndt-ticket-ribbon { min-height: 44px; padding: 0 20px; }
  .ndt-ticket-ribbon span { font-size: 7px; letter-spacing: .28em; }
  .ndt-ticket-card-body { padding: 22px 18px 20px; }
  .ndt-ticket-logo { height: 52px; }
  .ndt-ticket-brandline span { font-size: 6px; }
  .ndt-ticket-event { margin: 19px 0; }
  .ndt-ticket-event h2 { font-size: 25px; }
  .ndt-ticket-meta { gap: 8px; }
  .ndt-ticket-meta code { font-size: 7px; letter-spacing: .06em; }
  .ndt-ticket-divider { margin-right: -18px; margin-left: -18px; }
  .ndt-ticket-divider span { right: 18px; left: 18px; }
  .ndt-ticket-info { grid-template-columns: minmax(0, 1fr) minmax(0, 112px); gap: 8px; }
  .ndt-ticket-person > strong { font-size: 17px; }
  .ndt-ticket-info.is-verification .ndt-ticket-person > strong { font-size: 13px; }
  .ndt-ticket-info dl { gap: 9px; margin-top: 16px; }
  .ndt-ticket-info dd { font-size: 8px; }
  .ndt-ticket-qr { padding: 7px; }
  .ndt-ticket-qr img { width: 100%; }
  .ndt-ticket-qr small { font-size: 6px; }
  .ndt-public-seal { width: 118px; height: 118px; }
  .ndt-public-seal svg { width: 48px; }
  .ndt-ticket-card footer { padding: 12px 18px; font-size: 5.5px; }
  .ndt-ticket-actions { width: 100%; max-width: 100%; gap: 5px; margin: 13px auto 0; }
  .ndt-ticket-actions a,
  .ndt-ticket-actions button { min-width: 0; min-height: 55px; gap: 4px; padding: 7px 4px; border-radius: 2px 10px 2px 10px; font-size: 6.8px; line-height: 1.18; }
  .ndt-ticket-actions svg { width: 13px; height: 13px; }
}

@media (max-width: 370px) {
  .ndt-ticket-ribbon b { padding: 4px 7px; font-size: 6px; }
  .ndt-ticket-event h2 { font-size: 22px; }
  .ndt-ticket-info { grid-template-columns: minmax(0, 1fr) minmax(0, 96px); gap: 7px; }
  .ndt-ticket-person > strong { font-size: 15px; }
  .ndt-ticket-info dd { font-size: 7px; }
  .ndt-ticket-actions a,
  .ndt-ticket-actions button { font-size: 6px; }
  .ndt-ticket-actions svg { width: 11px; height: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .ndt-ambient *,
  .ndt-ambient::before,
  .ndt-ticket-heading,
  .ndt-ticket-stage,
  .ndt-ticket-card,
  .ndt-ticket-hologram { animation: none !important; }
  .ndt-ticket-actions a,
  .ndt-ticket-actions button { transition: none; }
}

@media print {
  @page { size: A4 portrait; margin: 10mm; }
  html, body { background: #fff !important; }
  body.ndt-portal { min-height: 0; color: #111d2a; font-family: Arial, sans-serif; print-color-adjust: economy; -webkit-print-color-adjust: economy; }
  .ndt-ambient,
  .ndt-portal-header,
  .ndt-ticket-heading,
  .ndt-ticket-actions,
  .ndt-stage-glow { display: none !important; }
  .ndt-ticket-page { width: 100%; margin: 0; padding: 0; }
  .ndt-ticket-stage { width: 100%; margin: 0; padding: 0; overflow: visible; border: 0; background: #fff; box-shadow: none; backdrop-filter: none; animation: none; }
  .ndt-ticket-stage::before { display: none; }
  .ndt-ticket-card { width: 182mm; margin: 0 auto; overflow: hidden; border: 1px solid #adb5bd; border-radius: 3mm; background: #fff; box-shadow: none; animation: none; }
  .ndt-ticket-card::after { display: none; }
  .ndt-ticket-hologram { display: none; }
  .ndt-ticket-ribbon { min-height: 13mm; padding: 0 9mm; border-bottom: 1px solid #d6a928; background: #fff !important; color: #111d2a; }
  .ndt-ticket-ribbon::before,
  .ndt-ticket-ribbon::after { display: none; }
  .ndt-ticket-ribbon span { color: #8a6812; }
  .ndt-ticket-ribbon b { border-color: #9d7b2a; }
  .ndt-ticket-card-body { padding: 7mm 9mm 6mm; }
  .ndt-ticket-card-body::before { color: #f5f5f5; }
  .ndt-ticket-logo { height: 17mm; }
  .ndt-ticket-event { margin: 6mm 0 5mm; }
  .ndt-ticket-event h2 { font-size: 25pt; }
  .ndt-ticket-type { border: 1px solid #111d2a; background: #fff; color: #111d2a; }
  .ndt-ticket-divider { margin-right: -9mm; margin-left: -9mm; }
  .ndt-ticket-divider span { right: 9mm; left: 9mm; }
  .ndt-ticket-info { grid-template-columns: minmax(0, 1fr) 46mm; gap: 7mm; }
  .ndt-ticket-qr { border-color: #cfd4d9; background: #fff; box-shadow: none; }
  .ndt-ticket-qr img { width: 38mm; }
  .ndt-ticket-status i { border: 1px solid #111d2a; background: #fff !important; box-shadow: none !important; }
  .ndt-print-thanks { position: relative; display: flex; gap: 5mm; align-items: flex-start; margin-top: 7mm; padding: 5mm 0 0; border-top: 1px solid #d6a928; }
  .ndt-print-thanks > span { display: grid; flex: 0 0 12mm; width: 12mm; height: 12mm; place-items: center; border: 1px solid #8a6812; border-radius: 50%; color: #8a6812; font-size: 8pt; font-weight: 800; }
  .ndt-print-thanks h3 { margin: 0 0 2mm; color: #111d2a; font-size: 12pt; }
  .ndt-print-thanks p { margin: 0 0 2mm; color: #46515d; font-size: 8pt; line-height: 1.45; }
  .ndt-print-thanks strong { color: #8a6812; font-size: 8pt; }
  .ndt-ticket-card footer { padding: 4mm 9mm; border-top: 1px solid #adb5bd; background: #fff !important; color: #394653; }
  .ndt-ticket-card footer b { color: #8a6812; }
}
