/* Scoped styles: the site's existing palette remains the source of truth. */
.nl-widget {
  --widget-bg: var(--nl-bg, var(--bg, #0b1020));
  --widget-surface: var(--nl-surface, var(--surface, #141d30));
  --widget-text: var(--nl-text, var(--text, #f0f3ff));
  --widget-muted: var(--nl-muted, var(--muted, #a8c3ed));
  --widget-border: var(--nl-border, var(--border, #2c3850));
  --widget-accent: var(--nl-accent, var(--accent, #7357ed));
  --widget-green: var(--nl-success, var(--green, #63dfba));
  padding-block: 24px 88px;
  color: var(--widget-text);
}
.nl-widget *, .nl-widget *::before, .nl-widget *::after { box-sizing: border-box; }
.nl-widget [hidden] { display: none !important; }
.nl-widget button, .nl-widget input { font: inherit; }
.nl-widget button { -webkit-tap-highlight-color: transparent; }
.nl-widget button:focus-visible, .nl-widget input:focus-visible, .nl-widget a:focus-visible {
  outline: 3px solid var(--widget-green); outline-offset: 5px;
}
.nl-widget__heading { max-width: 740px; margin-bottom: 30px; }
.nl-widget__heading h2 { font-size: clamp(27px, 3vw, 40px); line-height: 1.14; letter-spacing: -1.25px; margin: 0 0 16px; }
.nl-widget__heading > p:last-child { margin-bottom: 0; color: var(--widget-muted); font-size: 16px; }
.nl-widget__eyebrow { font-size: 10px; font-weight: 750; letter-spacing: 1.65px; line-height: 1.65; text-transform: uppercase; color: var(--widget-green); margin: 0 0 16px; }
.nl-widget__shell { overflow: hidden; border: 1px solid var(--widget-border); border-radius: 22px; background: var(--widget-surface); }
.nl-widget__steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; padding: 12px; border-bottom: 1px solid var(--widget-border); background: var(--widget-bg); }
.nl-widget__step { display: flex; gap: 14px; align-items: center; min-height: 66px; padding: 12px 18px; border: 1px solid transparent; border-radius: 12px; background: transparent; color: var(--widget-muted); text-align: left; font-size: 15px; font-weight: 650; cursor: pointer; transition: background .15s ease, color .15s ease, border-color .15s ease; }
.nl-widget__step:hover { background: var(--widget-surface); color: var(--widget-text); }
.nl-widget__step[aria-pressed="true"] { background: #252242; color: var(--widget-text); border-color: #665591; }
.nl-widget__step-number { display: grid; place-items: center; width: 30px; height: 30px; flex-shrink: 0; border-radius: 50%; border: 1px solid var(--widget-border); color: var(--widget-muted); font-size: 10px; letter-spacing: 1px; }
.nl-widget__step[aria-pressed="true"] .nl-widget__step-number { border-color: var(--widget-green); background: var(--widget-green); color: #102024; }
.nl-widget__step-arrow { margin-left: auto; color: var(--widget-muted); font-size: 17px; }
.nl-widget__step[aria-pressed="true"] .nl-widget__step-arrow { color: var(--widget-green); }
.nl-widget__panel { display: grid; grid-template-columns: minmax(180px, .62fr) minmax(0, 1.38fr); gap: 52px; align-items: center; padding: 40px 46px; }
.nl-widget__panel + .nl-widget__panel { border-top: 1px solid var(--widget-border); }
.nl-widget--enhanced .nl-widget__panel { min-height: 340px; border-top: 0; }
.nl-widget__panel-art { position: relative; isolation: isolate; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 220px; padding: 20px; border: 1px solid #394466; border-radius: 16px; background: radial-gradient(ellipse at 50% 90%, #393067 0, transparent 73%), #111a2c; text-align: center; overflow: hidden; }
.nl-widget__large-number { position: absolute; z-index: -1; left: 0; right: 0; top: -25px; color: #f0f3ff0d; font-weight: 800; font-size: 180px; line-height: 1.5; letter-spacing: -12px; }
.nl-widget__icon { display: grid; place-items: center; width: 72px; height: 72px; color: #cabdff; border: 1px solid #8876c36b; background: #332953; border-radius: 21px; box-shadow: 0 8px 30px #090c2440; }
.nl-widget__icon svg { width: 34px; height: 34px; }
.nl-widget__art-caption { margin-top: 24px; font-size: 11px; letter-spacing: .4px; color: #d5deef; line-height: 1.6; }
.nl-widget__panel-copy { min-width: 0; }
.nl-widget__panel h3, .nl-widget__seat-detail h3, .nl-widget__check-summary h3 { font-size: clamp(23px, 2.2vw, 29px); line-height: 1.2; letter-spacing: -.6px; margin: 0 0 17px; }
.nl-widget__panel-copy > p:not(.nl-widget__eyebrow), .nl-widget__seat-detail > p:not(.nl-widget__eyebrow), .nl-widget__check-summary > p { font-size: 14px; line-height: 1.8; color: var(--widget-muted); }
.nl-widget__points { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.nl-widget__points li { position: relative; padding-left: 23px; font-size: 13px; line-height: 1.7; color: #d5deef; }
.nl-widget__points li::before { content: "↗"; position: absolute; left: 0; top: 0; color: var(--widget-green); }
.nl-widget__foot { display: flex; justify-content: space-between; gap: 12px 28px; align-items: center; flex-wrap: wrap; padding: 14px 32px; border-top: 1px solid var(--widget-border); background: var(--widget-bg); font-size: 11px; color: var(--widget-muted); }
.nl-widget__foot a { display: inline-flex; gap: 18px; align-items: center; min-height: 44px; color: var(--widget-text); font-size: 12px; font-weight: 650; text-decoration: none; }
.nl-widget__foot a:hover { text-decoration: underline; }
.nl-widget__foot a span { color: var(--widget-green); }
.nl-widget__seat-layout, .nl-widget__check-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); }
.nl-widget__floor { padding: 32px 42px 24px; background: radial-gradient(ellipse at 50% 0%, #292744 0, transparent 62%), #101929; }
.nl-widget__stage { display: flex; justify-content: center; align-items: center; gap: 14px; width: 86%; min-height: 40px; margin: 0 auto 25px; border: 1px solid #586283; border-bottom-width: 3px; border-radius: 5px 5px 16px 16px; background: #232a41; color: var(--widget-muted); font-size: 10px; font-weight: 650; text-transform: uppercase; letter-spacing: 2px; }
.nl-widget__seat-row { margin-bottom: 15px; }
.nl-widget__seat-row > p { margin: 0 0 7px; text-align: left; color: var(--widget-muted); font-size: 10px; letter-spacing: 1px; text-transform: uppercase; }
.nl-widget__seat-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; }
.nl-widget__seat-slot { display: block; min-width: 0; }
.nl-widget__seat { position: relative; display: grid; place-items: center; width: 100%; min-height: 46px; padding: 8px 3px; border: 1px solid #63dfba; border-bottom-width: 4px; border-radius: 9px 9px 6px 6px; color: #d1fff1; background: #1b5548; font-size: 12px; font-weight: 650; }
button.nl-widget__seat { cursor: pointer; transition: background .15s ease, border-color .15s ease; }
button.nl-widget__seat:not(:disabled):hover { background: #256b58; border-color: #a7f3df; }
.nl-widget__seat--sold { background: #742f3a; border-color: #fa8190; color: #ffedf0; }
.nl-widget__seat--sold::after { position: absolute; top: 2px; right: 4px; content: "×"; font-size: 10px; color: #ffedf0; }
button.nl-widget__seat:disabled { cursor: not-allowed; }
button.nl-widget__seat[aria-pressed="true"], button.nl-widget__seat[aria-pressed="true"]:hover { background: #7357ed; color: #fff; border-color: #c9baff; border-bottom-color: #b09aff; }
button.nl-widget__seat[aria-pressed="true"]::after { content: "✓"; position: absolute; top: 1px; right: 3px; font-size: 10px; }
.nl-widget__legend { list-style: none; padding: 12px 0 0; margin: 0; display: flex; flex-wrap: wrap; gap: 14px 20px; justify-content: center; }
.nl-widget__legend li { display: inline-flex; gap: 7px; align-items: center; color: var(--widget-muted); font-size: 10px; }
.nl-widget__key { display: inline-grid; place-items: center; width: 12px; height: 12px; border-radius: 3px; font-size: 10px; line-height: 1; }
.nl-widget__key--free { border: 1px solid #63dfba; background: #1b5548; }
.nl-widget__key--sold { border: 1px solid #fa8190; background: #742f3a; color: #ffedf0; }
.nl-widget__key--selected { background: #7357ed; border: 1px solid #c9baff; }
.nl-widget__seat-detail { padding: 38px; border-left: 1px solid var(--widget-border); }
.nl-widget__selection { margin: 18px 0 8px; padding: 16px 18px; min-height: 77px; color: #e6efff; font-size: 13px; line-height: 1.75; background: var(--widget-bg); border: 1px solid #425073; border-radius: 12px; }
.nl-widget__instruction { font-size: 12px !important; color: var(--widget-muted); margin-bottom: 18px; }
.nl-widget__reset { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 44px; padding: 10px 0; background: transparent; border: 0; color: var(--widget-text); font-size: 12px !important; font-weight: 600 !important; cursor: pointer; }
.nl-widget__reset:hover:not(:disabled) { text-decoration: underline; text-underline-offset: 4px; }
.nl-widget__reset:disabled { color: #8fa0ba; cursor: default; }
.nl-widget__disclaimer { margin: 18px 0 0 !important; font-size: 11px !important; line-height: 1.75 !important; color: var(--widget-muted); }
.nl-widget__check-layout { grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); }
.nl-widget__check-layout > div { padding: 28px; }
.nl-widget__requirements { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.nl-widget__requirement { border: 1px solid var(--widget-border); border-radius: 12px; background: #111a2b; transition: border-color .15s ease, background .15s ease; }
.nl-widget__requirement label { display: flex; align-items: center; gap: 16px; min-height: 84px; padding: 17px 20px; }
.nl-widget--enhanced .nl-widget__requirement label { cursor: pointer; }
.nl-widget--enhanced .nl-widget__requirement:hover { border-color: #667796; }
.nl-widget__requirement input { flex-shrink: 0; width: 20px; height: 20px; margin: 0; accent-color: var(--widget-green); cursor: pointer; }
.nl-widget__requirement-number { font-size: 11px; letter-spacing: 1px; color: var(--widget-green); }
.nl-widget--enhanced .nl-widget__requirement-number { display: none; }
.nl-widget__requirement label > span:last-child { min-width: 0; }
.nl-widget__requirement strong { display: block; font-size: 14px; font-weight: 650; color: var(--widget-text); }
.nl-widget__requirement label > span:last-child > span { display: block; margin-top: 6px; font-size: 12px; color: var(--widget-muted); line-height: 1.7; }
.nl-widget__requirement.is-selected { border-color: #58b398; background: #162d32; }
.nl-widget__check-summary { border-left: 1px solid var(--widget-border); background: linear-gradient(140deg, #212239, #141d30 80%); padding: 36px; }
.nl-widget__check-summary .nl-widget__icon { margin-bottom: 28px; }
.nl-widget__check-summary .nl-widget__count { font-size: 16px; color: var(--widget-text); margin: 26px 0 12px; font-weight: 650; }
.nl-widget__meter { height: 4px; overflow: hidden; background: #37415b; border-radius: 2px; margin-bottom: 8px; }
.nl-widget__meter span { display: block; width: 0; height: 100%; background: var(--widget-green); transition: width .16s ease; }
.nl-widget__meter [data-nl-count="1"] { width: 20%; }
.nl-widget__meter [data-nl-count="2"] { width: 40%; }
.nl-widget__meter [data-nl-count="3"] { width: 60%; }
.nl-widget__meter [data-nl-count="4"] { width: 80%; }
.nl-widget__meter [data-nl-count="5"] { width: 100%; }
@media (max-width: 900px) {
  .nl-widget__panel { gap: 28px; padding: 32px; grid-template-columns: minmax(150px, .65fr) minmax(0, 1.35fr); }
  .nl-widget__floor { padding: 30px 24px 24px; }
  .nl-widget__seat-detail, .nl-widget__check-summary { padding: 30px 26px; }
  .nl-widget__seat-grid { gap: 5px; }
  .nl-widget__check-layout > div { padding: 22px; }
  .nl-widget__requirement label { padding: 15px; gap: 13px; }
}
@media (max-width: 680px) {
  .nl-widget { padding-block: 14px 58px; }
  .nl-widget__heading { margin-bottom: 24px; }
  .nl-widget__heading h2 { letter-spacing: -.8px; }
  .nl-widget__heading > p:last-child { font-size: 14px; }
  .nl-widget__shell { border-radius: 16px; }
  .nl-widget__steps { gap: 4px; padding: 8px; }
  .nl-widget__step { min-height: 58px; gap: 7px; padding: 10px 8px; justify-content: center; font-size: 12px; border-radius: 9px; }
  .nl-widget__step-number { width: 23px; height: 23px; font-size: 9px; }
  .nl-widget__step-arrow { display: none; }
  .nl-widget__panel, .nl-widget--enhanced .nl-widget__panel { grid-template-columns: 1fr; padding: 25px; gap: 25px; min-height: 0; }
  .nl-widget__panel-art { min-height: 128px; display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 22px; padding: 26px; text-align: left; }
  .nl-widget__large-number { left: auto; right: 15px; top: -41px; font-size: 160px; }
  .nl-widget__panel-art .nl-widget__icon { width: 56px; height: 56px; border-radius: 17px; }
  .nl-widget__panel-art .nl-widget__icon svg { width: 29px; height: 29px; }
  .nl-widget__art-caption { margin-top: 0; font-size: 12px; }
  .nl-widget__foot { padding: 16px 25px; gap: 3px; }
  .nl-widget__foot > span { width: 100%; }
  .nl-widget__seat-layout, .nl-widget__check-layout { grid-template-columns: 1fr; }
  .nl-widget__floor { padding: 27px 24px; }
  .nl-widget__seat-detail, .nl-widget__check-summary { border-left: 0; border-top: 1px solid var(--widget-border); padding: 28px 25px; }
  .nl-widget__seat-grid { gap: 8px; }
  .nl-widget__seat { min-height: 48px; }
  .nl-widget__legend { gap: 10px 18px; }
  .nl-widget__check-layout > div { padding: 20px; }
  .nl-widget__check-summary .nl-widget__icon { width: 55px; height: 55px; margin-bottom: 22px; border-radius: 16px; }
  .nl-widget__check-summary .nl-widget__icon svg { width: 28px; height: 28px; }
}
@media (max-width: 380px) {
  .nl-widget__step { flex-direction: column; gap: 4px; padding: 8px 4px; }
  .nl-widget__panel, .nl-widget--enhanced .nl-widget__panel { padding: 21px; }
  .nl-widget__floor { padding-inline: 12px; }
  .nl-widget__seat-grid { gap: 4px; }
  .nl-widget__seat-detail, .nl-widget__check-summary { padding-inline: 21px; }
  .nl-widget__requirement label { padding-inline: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .nl-widget *, .nl-widget *::before, .nl-widget *::after { transition: none !important; animation: none !important; }
}
@media print {
  .nl-widget { break-inside: avoid; padding-block: 20px; color: #111; }
  .nl-widget [data-nl-controls], .nl-widget input, .nl-widget__panel-art, .nl-widget__foot { display: none !important; }
  .nl-widget__panel[hidden] { display: grid !important; }
  .nl-widget__panel { grid-template-columns: 1fr; min-height: 0; }
  .nl-widget__shell, .nl-widget__panel, .nl-widget__check-summary, .nl-widget__requirement { background: white; color: #111; }
}
