:root {
  --nysc-header-bg: #eceef2;
  --nysc-header-border: rgba(15, 23, 42, 0.1);
  --nysc-header-text: #111118;
  --nysc-header-muted: #4b5563;
  --nysc-body-bg: #13131f;
  --nysc-navy: #13131f;
  --nysc-navy-soft: #1a1a28;
  --nysc-silver: #c8c8d4;
  --nysc-white: #f5f5f7;
  --nysc-red: #e10600;
  --nysc-red-soft: rgba(225, 6, 0, 0.14);
  --nysc-border: rgba(255, 255, 255, 0.1);
  --nysc-card: #1c1c2a;
  --nysc-muted: #9ca3af;
  --nysc-max: 1120px;
}

* {
  box-sizing: border-box;
}

body.nysc-microsite {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--nysc-body-bg);
  color: var(--nysc-white);
  min-height: 100vh;
}

.nysc-microsite a {
  color: inherit;
}

/* Light header band — logo reads naturally on pale gray */
.nysc-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--nysc-header-bg);
  border-bottom: 1px solid var(--nysc-header-border);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset;
}

.nysc-header-inner {
  max-width: var(--nysc-max);
  margin: 0 auto;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Tight gap: brand + partner logos + nav + signed-in "My Registration"
     must all fit one row inside --nysc-max (1120) — ~1080px usable. */
  gap: 14px;
  flex-wrap: wrap;
}

.nysc-header a {
  color: unset;
}

.nysc-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-left: auto;
  padding-left: 12px;
  border-left: 1px solid rgba(15, 23, 42, 0.12);
}

.nysc-header-signin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 18px;
  border-radius: 999px;
  border: 2px solid var(--nysc-header-text);
  background: var(--nysc-header-text);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.nysc-header-signin:hover {
  background: #000;
  border-color: #000;
  color: #fff;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.18);
}

.nysc-header-signin.hidden {
  display: none !important;
}

.nysc-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  min-width: 0;
}

.nysc-brand-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.nysc-brand-mark img {
  height: 48px;
  width: auto;
  display: block;
}

.nysc-brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.nysc-brand-text span:first-child {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--nysc-header-muted);
}

.nysc-brand-text span:last-child {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--nysc-header-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nysc-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.nysc-nav button {
  appearance: none;
  width: auto;
  max-width: none;
  border: 1px solid transparent;
  background: transparent;
  color: var(--nysc-header-muted);
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 9px 10px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.nysc-nav button:hover {
  color: var(--nysc-header-text);
  border-color: rgba(15, 23, 42, 0.14);
  background: rgba(15, 23, 42, 0.05);
}

.nysc-nav button.active {
  background: var(--nysc-red);
  color: #fff;
  border-color: var(--nysc-red);
  box-shadow: 0 2px 8px rgba(225, 6, 0, 0.28);
}

.nysc-hero {
  max-width: var(--nysc-max);
  margin: 0 auto;
  padding: 28px 18px 8px;
}

.nysc-hero-kicker {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--nysc-red);
  margin: 0 0 10px;
}

.nysc-hero-presents {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.15rem, 0.95rem + 0.9vw, 1.65rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--nysc-silver);
  margin: 0 0 8px;
  line-height: 1.2;
}

.nysc-hero h1 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2rem, 1.4rem + 2.5vw, 3.4rem);
  line-height: 1.05;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--nysc-white);
}

.nysc-hero-meta {
  margin: 0;
  color: var(--nysc-muted);
  font-size: 15px;
  line-height: 1.5;
}

.nysc-hero-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}

/* Prominent cash-prize banner — the first thing a visitor should notice. */
button.nysc-hero-prize,
.nysc-hero-prize {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 14px 0 12px;
  padding: 14px 22px;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, #fde68a 0%, #fbbf24 45%, #f59e0b 100%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 10px 30px rgba(245, 158, 11, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  color: #3b2a00;
  animation: nysc-prize-glow 2.6s ease-in-out infinite;
}

button.nysc-hero-prize {
  cursor: pointer;
  font: inherit;
  text-align: left;
  width: auto;
  max-width: 100%;
  transition: transform 0.15s ease, filter 0.15s ease;
}

button.nysc-hero-prize:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

button.nysc-hero-prize:active {
  transform: translateY(0);
}

button.nysc-hero-prize:focus-visible {
  outline: 3px solid rgba(251, 191, 36, 0.9);
  outline-offset: 3px;
}

.nysc-hero-prize[hidden] {
  display: none;
}

.nysc-hero-prize__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(59, 42, 0, 0.14);
  font-size: 20px;
  color: #7c4a02;
  flex-shrink: 0;
}

.nysc-hero-prize__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1.05;
}

.nysc-hero-prize__amount {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.1rem + 1.8vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.nysc-hero-prize__label {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: clamp(0.72rem, 0.6rem + 0.3vw, 0.9rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b4a05;
}

.nysc-hero-prize__hint {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-left: 2px;
  border-radius: 50%;
  background: rgba(59, 42, 0, 0.12);
  color: #7c4a02;
  font-size: 12px;
  flex-shrink: 0;
}

/* Sweeping shine across the banner. */
.nysc-hero-prize__shine {
  position: absolute;
  top: 0;
  left: -60%;
  width: 45%;
  height: 100%;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-18deg);
  animation: nysc-prize-shine 3.4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes nysc-prize-shine {
  0% { left: -60%; }
  55%, 100% { left: 130%; }
}

@keyframes nysc-prize-glow {
  0%, 100% { box-shadow: 0 10px 30px rgba(245, 158, 11, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.6); }
  50% { box-shadow: 0 12px 38px rgba(245, 158, 11, 0.68), inset 0 1px 0 rgba(255, 255, 255, 0.7); }
}

@media (prefers-reduced-motion: reduce) {
  .nysc-hero-prize {
    animation: none;
  }
  .nysc-hero-prize__shine {
    display: none;
  }
}

body.nysc-modal-open {
  overflow: hidden;
}

.nysc-prize-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.78);
}

.nysc-prize-modal-overlay.hidden {
  display: none !important;
}

.nysc-prize-modal {
  width: min(560px, 100%);
  max-height: min(85vh, 720px);
  overflow: auto;
  border-radius: 18px;
  border: 1px solid rgba(250, 204, 21, 0.35);
  background: linear-gradient(180deg, #1a2230 0%, #121820 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
  color: var(--nysc-white);
}

.nysc-prize-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px 12px;
  border-bottom: 1px solid var(--nysc-border);
}

.nysc-prize-modal__header h2 {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fde68a;
}

.nysc-prize-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--nysc-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--nysc-silver);
  cursor: pointer;
  flex-shrink: 0;
}

.nysc-prize-modal__close:hover {
  color: var(--nysc-white);
  border-color: rgba(250, 204, 21, 0.45);
}

.nysc-prize-modal__close:focus-visible {
  outline: 2px solid rgba(250, 204, 21, 0.85);
  outline-offset: 2px;
}

.nysc-prize-modal__body {
  padding: 16px 20px 20px;
}

.nysc-prize-modal__total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(250, 204, 21, 0.12);
  border: 1px solid rgba(250, 204, 21, 0.28);
}

.nysc-prize-modal__total-label {
  font-family: 'Oswald', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fde68a;
}

.nysc-prize-modal__total-amount {
  font-family: 'Oswald', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fbbf24;
}

.nysc-prize-modal__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.nysc-prize-modal__item {
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--nysc-border);
  background: rgba(255, 255, 255, 0.03);
}

.nysc-prize-modal__item-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.nysc-prize-modal__division {
  font-family: 'Oswald', sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--nysc-white);
}

.nysc-prize-modal__amount {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fbbf24;
  white-space: nowrap;
}

.nysc-prize-modal__meta,
.nysc-prize-modal__note,
.nysc-prize-modal__desc,
.nysc-prize-modal__empty,
.nysc-prize-modal__footnote {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.nysc-prize-modal__meta {
  color: var(--nysc-muted);
}

.nysc-prize-modal__note {
  color: #fde68a;
}

.nysc-prize-modal__desc {
  color: var(--nysc-silver);
}

.nysc-prize-modal__empty {
  color: var(--nysc-muted);
}

.nysc-prize-modal__footnote {
  margin-top: 16px;
  color: var(--nysc-muted);
  font-size: 13px;
}

.nysc-summer-leagues-promo {
  max-width: var(--nysc-max);
  margin: 0 auto;
  padding: 0 18px 6px;
}

.nysc-summer-leagues-promo__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid var(--nysc-border);
  background: rgba(255, 255, 255, 0.04);
}

.nysc-summer-leagues-promo__kicker {
  margin: 0 0 4px;
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--nysc-red);
}

.nysc-summer-leagues-promo__title {
  margin: 0 0 6px;
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--nysc-white);
}

.nysc-summer-leagues-promo__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--nysc-silver);
  max-width: 52ch;
}

.nysc-summer-leagues-promo__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 2px solid var(--nysc-red);
  background: var(--nysc-red);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.nysc-summer-leagues-promo__cta:hover {
  background: #b90500;
  border-color: #b90500;
  color: #fff;
  box-shadow: 0 2px 10px rgba(225, 6, 0, 0.28);
}

.nysc-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nysc-badge.open {
  background: rgba(34, 197, 94, 0.16);
  color: #86efac;
}

.nysc-badge.closed {
  background: rgba(239, 68, 68, 0.16);
  color: #fca5a5;
}

.nysc-badge.upcoming {
  background: rgba(59, 130, 246, 0.16);
  color: #93c5fd;
}

.nysc-subheading {
  margin: 0 0 8px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.95rem;
  color: var(--nysc-white);
}

/* Integrated registration (native, not iframe) */
.nysc-registration-root {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nysc-reg-cover {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--nysc-border);
}

.nysc-reg-cover img {
  display: block;
  width: 100%;
  max-height: 340px;
  object-fit: cover;
}

.nysc-reg-section h2,
.nysc-reg-section h3 {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nysc-reg-description {
  margin: 0;
  color: var(--nysc-silver);
  line-height: 1.65;
  white-space: pre-wrap;
}

.nysc-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
}

.nysc-details-grid .detail-label {
  color: var(--nysc-muted);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 2px;
}

.nysc-details-grid .detail-value {
  color: var(--nysc-white);
  font-size: 15px;
  font-weight: 700;
}

.nysc-registration-root .division-line {
  margin: 0 0 8px;
  padding: 10px 12px;
  border: 1px solid var(--nysc-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--nysc-silver);
  font-size: 14px;
  line-height: 1.45;
  list-style: none;
}

.nysc-registration-root ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nysc-reg-auth-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.nysc-reg-auth-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.nysc-reg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: none;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
}

.nysc-reg-btn--primary {
  background: var(--nysc-red);
  color: #fff;
  border-color: var(--nysc-red);
}

.nysc-reg-btn--secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--nysc-white);
  border-color: var(--nysc-border);
}

.nysc-reg-btn--ghost {
  background: transparent;
  color: var(--nysc-silver);
  border-color: var(--nysc-border);
}

.nysc-reg-pay-card {
  margin-top: 12px;
  border: 1px solid var(--nysc-border);
  border-radius: 12px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.02);
}

.nysc-pay-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}

.nysc-registration-root label,
.nysc-registration-root .field-label {
  color: var(--nysc-silver);
  font-size: 13px;
  font-weight: 600;
}

.nysc-registration-root input,
.nysc-registration-root select,
.nysc-registration-root textarea {
  width: 100%;
  margin-top: 4px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--nysc-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--nysc-white);
  font-size: 14px;
}

.nysc-registration-root input:focus,
.nysc-registration-root select:focus,
.nysc-registration-root textarea:focus {
  outline: none;
  border-color: rgba(225, 6, 0, 0.55);
  box-shadow: 0 0 0 3px rgba(225, 6, 0, 0.12);
}

.nysc-registration-root .row {
  margin-bottom: 11px;
}

.nysc-flow-box,
.nysc-registration-root .flow-box {
  margin-top: 10px;
  border: 1px solid var(--nysc-border);
  border-radius: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.02);
}

.nysc-flow-title,
.nysc-registration-root .flow-title {
  margin: 0 0 8px;
  font-weight: 800;
  color: var(--nysc-white);
}

.nysc-choice-row,
.nysc-registration-root .choice-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.nysc-choice-btn,
.nysc-registration-root .choice-btn {
  flex: 1;
  min-width: 160px;
  width: auto;
  max-width: none;
  border: 1px solid var(--nysc-border);
  background: transparent;
  color: var(--nysc-white);
  border-radius: 10px;
  padding: 10px 12px;
  font-weight: 700;
  cursor: pointer;
}

.nysc-choice-btn.active,
.nysc-registration-root .choice-btn.active {
  border-color: var(--nysc-red);
  background: var(--nysc-red-soft);
}

.nysc-waiver-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.nysc-registration-root .waiver-box {
  margin: 10px 0 12px;
  border: 1px solid var(--nysc-border);
  border-radius: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.02);
}

.nysc-registration-root .waiver-item {
  padding: 8px 0;
  border-bottom: 1px solid var(--nysc-border);
  font-size: 14px;
  color: var(--nysc-silver);
}

.nysc-registration-root .waiver-item.signed {
  color: #86efac;
}

/* Waiver signing modal — appended to document.body by the shared
   registration JS, so these selectors must NOT be scoped under
   .nysc-registration-root (that scoping left the modal completely unstyled:
   it rendered as invisible plain divs at the bottom of the page, making the
   "Review & sign waivers" button appear dead and Register hang on
   "Submitting registration..."). */
.waiver-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.waiver-modal {
  width: min(620px, 100%);
  max-height: 88vh;
  overflow: auto;
  background: var(--nysc-card);
  border: 1px solid var(--nysc-border);
  border-radius: 14px;
  padding: 18px;
  color: var(--nysc-white);
  font-family: 'Inter', system-ui, sans-serif;
}

.waiver-modal h2 {
  margin: 0 0 6px;
  font-size: 20px;
}

.waiver-modal .muted {
  color: var(--nysc-muted);
  font-size: 14px;
}

.waiver-modal .error {
  color: #fca5a5;
  font-size: 14px;
  margin-top: 8px;
}

.waiver-modal .hidden {
  display: none !important;
}

.waiver-modal .waiver-legal-name {
  width: 100%;
  margin: 10px 0;
  padding: 10px 12px;
  border: 1px solid var(--nysc-border);
  border-radius: 10px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--nysc-white);
  box-sizing: border-box;
}

.waiver-modal .waiver-doc-frame {
  width: 100%;
  height: min(52vh, 420px);
  border: 1px solid var(--nysc-border);
  border-radius: 10px;
  background: #fff;
  margin: 10px 0;
}

/* Signature ink is dark slate (set by the JS) — the pad stays white so
   strokes are visible on the dark theme. */
.waiver-modal .waiver-signature-pad {
  width: 100%;
  height: 140px;
  border: 1px dashed var(--nysc-muted);
  border-radius: 10px;
  background: #fff;
  touch-action: none;
  cursor: crosshair;
  box-sizing: border-box;
}

.waiver-modal button {
  border: none;
  border-radius: 10px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  background: var(--nysc-red, #e11d48);
  color: #fff;
}

.waiver-modal button.secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--nysc-white);
  border: 1px solid var(--nysc-border);
}

/* Viewing the document is the REQUIRED first step — it gets the loud CTA
   treatment until it's been opened, then falls back to a quiet done-state
   so the red Sign button becomes the obvious next action. */
.waiver-modal button.waiver-view-doc-btn {
  display: block;
  width: 100%;
  background: var(--nysc-red);
  color: #fff;
  border: none;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(225, 6, 0, 0.28);
}

.waiver-modal button.waiver-view-doc-btn.opened {
  background: rgba(255, 255, 255, 0.08);
  color: var(--nysc-muted);
  border: 1px solid var(--nysc-border);
  box-shadow: none;
  font-weight: 600;
}

.waiver-modal button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.nysc-registration-root .stripe-checkout {
  margin-top: 12px;
  border: 1px solid var(--nysc-border);
  border-radius: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.02);
}

.nysc-registration-root .ok {
  color: #86efac;
  font-size: 14px;
  margin-top: 10px;
}

.nysc-registration-root .error {
  color: #fca5a5;
  font-size: 14px;
  margin-top: 10px;
}

.nysc-registration-root .muted {
  color: var(--nysc-muted);
}

.nysc-registration-root .hidden {
  display: none !important;
}

.nysc-register-frame {
  display: none !important;
}

.nysc-main {
  max-width: var(--nysc-max);
  margin: 0 auto;
  padding: 18px 18px 48px;
}

.nysc-panel {
  display: none;
}

.nysc-panel.active {
  display: block;
}

.nysc-card {
  background: var(--nysc-card);
  border: 1px solid var(--nysc-border);
  border-radius: 18px;
  padding: 18px;
  margin-bottom: 14px;
}

.nysc-card h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.nysc-muted {
  color: var(--nysc-muted);
  font-size: 14px;
}

.nysc-division-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.nysc-division-tab {
  width: auto;
  max-width: none;
  border: 1px solid var(--nysc-border);
  background: transparent;
  color: var(--nysc-white);
  border-radius: 10px;
  padding: 9px 14px;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
}

.nysc-division-tab.active {
  background: var(--nysc-red);
  border-color: var(--nysc-red);
}

.nysc-table-wrap {
  overflow-x: auto;
}

.nysc-table-wrap table {
  width: 100%;
  border-collapse: collapse;
}

.nysc-table-wrap th,
.nysc-table-wrap td {
  border-bottom: 1px solid var(--nysc-border);
  padding: 10px 8px;
  font-size: 13px;
  text-align: left;
}

.nysc-table-wrap th {
  color: var(--nysc-muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.nysc-table-wrap td.center,
.nysc-table-wrap th.center {
  text-align: center;
}

.nysc-match-item {
  border: 1px solid var(--nysc-border);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 8px;
  background: rgba(255, 255, 255, 0.02);
}

.nysc-match-title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
}

.nysc-match-meta {
  margin: 4px 0 0;
  color: var(--nysc-muted);
  font-size: 12px;
}

.nysc-chip {
  display: inline-block;
  margin-top: 6px;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 700;
  background: var(--nysc-red-soft);
  color: #fecaca;
}

.nysc-chip.done {
  background: rgba(34, 197, 94, 0.16);
  color: #86efac;
}

.nysc-info-box {
  border: 1px solid var(--nysc-border);
  border-radius: 12px;
  padding: 14px 16px;
  color: var(--nysc-silver);
  font-size: 14px;
  line-height: 1.5;
}

.nysc-info-box strong {
  display: block;
  margin-bottom: 4px;
  color: var(--nysc-white);
}

.nysc-footer {
  border-top: 1px solid var(--nysc-border);
  padding: 22px 18px 30px;
  text-align: center;
  color: var(--nysc-muted);
  font-size: 13px;
}

.nysc-footer-powered {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: var(--nysc-silver);
  text-decoration: none;
}

.nysc-error {
  color: #fca5a5;
  font-weight: 600;
}

@media (max-width: 720px) {
  .nysc-header-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .nysc-header-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    padding-top: 8px;
    border-top: 1px solid rgba(15, 23, 42, 0.1);
  }

  .nysc-header-signin {
    width: 100%;
    justify-content: center;
  }

  .nysc-brand {
    justify-content: flex-start;
  }

  .nysc-brand-mark img {
    height: 40px;
  }

  .nysc-nav {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
  }

  .nysc-nav button {
    white-space: nowrap;
    flex-shrink: 0;
  }

  .nysc-summer-leagues-promo__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .nysc-summer-leagues-promo__cta {
    width: 100%;
  }
}

.nysc-registration-root .roster-info-box {
  margin: 0 0 10px;
  padding: 12px 14px;
  border: 1px solid var(--nysc-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--nysc-silver);
  line-height: 1.5;
  font-size: 13px;
}

.nysc-registration-root .roster-info-box strong {
  display: block;
  margin-bottom: 4px;
  color: var(--nysc-white);
  font-size: 14px;
}

.nysc-registration-root .roster-info-box p {
  margin: 0;
}

.nysc-registration-root .player-list {
  margin-top: 6px;
  border: 1px solid var(--nysc-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  padding: 4px 0;
  max-height: 260px;
  overflow: auto;
}

.nysc-registration-root .player-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 12px 6px;
  border-bottom: 1px solid var(--nysc-border);
}

.nysc-registration-root .player-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
  font-weight: normal;
}

/* Registration form inputs use width:100%; roster checkboxes must stay compact
   or they consume the row and hide player names beside them. */
.nysc-registration-root .player-item input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  accent-color: var(--nysc-red);
  cursor: pointer;
}

.nysc-registration-root .player-item-body {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.nysc-registration-root .player-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--nysc-white);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nysc-registration-root .player-role {
  font-size: 11px;
  font-weight: 700;
  color: var(--nysc-silver);
  background: rgba(255, 255, 255, 0.08);
  padding: 3px 8px;
  border-radius: 999px;
}

.nysc-registration-root .roster-invite-row {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--nysc-border);
}

.nysc-registration-root .roster-invite-controls {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: end;
}

.nysc-registration-root .roster-invite-success {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(34, 197, 94, 0.45);
  background: rgba(34, 197, 94, 0.12);
  color: #dcfce7;
  font-size: 14px;
  line-height: 1.45;
}

.nysc-registration-root .roster-invite-success.hidden {
  display: none;
}

.nysc-registration-root .roster-invite-success-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #22c55e;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.nysc-registration-root .roster-invite-success strong {
  display: block;
  margin-bottom: 2px;
}

.nysc-registration-root .roster-pending-invites {
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid var(--nysc-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
}

.nysc-registration-root .roster-pending-invites.hidden {
  display: none;
}

.nysc-registration-root .roster-pending-invites-title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--nysc-white);
}

.nysc-registration-root .roster-pending-invites-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.nysc-registration-root .roster-pending-invite-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px 12px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--nysc-border);
}

.nysc-registration-root .roster-pending-invite-email {
  font-weight: 600;
  color: var(--nysc-white);
  font-size: 13px;
}

.nysc-registration-root .roster-pending-invite-meta {
  font-size: 12px;
  color: var(--nysc-silver);
}

.nysc-registration-root .roster-pending-invite-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.18);
  color: #fcd34d;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.nysc-registration-root .roster-action-btn {
  width: auto !important;
  max-width: none;
  border-radius: 999px;
}

.nysc-registration-root .roster-action-btn--ghost {
  background: transparent;
  border-color: transparent;
  color: var(--nysc-silver);
  text-decoration: underline;
  padding: 0;
}

.nysc-registration-root .registered-participant-panel,
.nysc-registration-root .registered-roster-panel {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid var(--nysc-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
}

.nysc-registration-root .rsvp-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.nysc-registration-root .rsvp-btn.is-active {
  border-color: var(--nysc-red);
  background: var(--nysc-red-soft);
  color: var(--nysc-white);
}

.nysc-registration-root .roster-compliance-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid var(--nysc-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  font-size: 13px;
}

.nysc-registration-root .roster-compliance-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

/* RSVP pills — base style (only .is-active existed before, so the rest
   rendered as default browser buttons). */
.nysc-registration-root .rsvp-btn {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid var(--nysc-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--nysc-silver);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.nysc-registration-root .rsvp-btn:hover {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--nysc-white);
}

.nysc-registration-root .rsvp-btn.is-active {
  border-color: var(--nysc-red);
  background: var(--nysc-red-soft);
  color: var(--nysc-white);
  box-shadow: 0 0 0 1px var(--nysc-red) inset;
}

.nysc-registration-root .rsvp-btn.is-active.rsvp-btn--no {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  color: var(--nysc-white);
  box-shadow: none;
}

.nysc-registration-root .roster-action-btn--primary {
  border: 1px solid var(--nysc-red);
  background: var(--nysc-red);
  color: #fff;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.nysc-registration-root .roster-action-btn--primary:hover {
  background: #c40500;
}

.nysc-registration-root .roster-action-btn--primary:disabled {
  opacity: 0.6;
  cursor: default;
}

.nysc-registration-root .roster-compliance-actions {
  margin-top: 10px;
}

.nysc-registration-root .roster-compliance-name {
  color: var(--nysc-white);
  font-weight: 600;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nysc-registration-root .roster-compliance-status {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
  align-items: center;
}

.nysc-registration-root .compliance-pill {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.nysc-registration-root .compliance-pill--ok {
  background: rgba(34, 197, 94, 0.16);
  color: #86efac;
}

.nysc-registration-root .compliance-pill--due {
  background: rgba(251, 191, 36, 0.18);
  color: #fcd34d;
}

/* "Track it in the Rondo app" nudge for registered teams. */
.nysc-registration-root .app-track-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid var(--nysc-border);
  border-left: 3px solid var(--nysc-red);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
}

.nysc-registration-root .app-track-card.hidden {
  display: none;
}

.nysc-registration-root .app-track-copy {
  flex: 1 1 260px;
  min-width: 0;
}

.nysc-registration-root .app-track-copy h3 {
  margin: 0 0 4px;
  font-size: 15px;
  color: var(--nysc-white);
}

.nysc-registration-root .app-track-copy p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--nysc-muted);
}

.nysc-registration-root .app-track-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--nysc-red);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.nysc-registration-root .app-track-btn:hover {
  background: #c40500;
}

@media (max-width: 720px) {
  .nysc-registration-root .roster-compliance-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .nysc-registration-root .roster-compliance-status {
    justify-content: flex-start;
  }

  .nysc-registration-root .app-track-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ------------------------------------------------------------------ */
/* Top banner (summer leagues) — one line above the navbar.           */
/* ------------------------------------------------------------------ */
.nysc-top-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 8px 18px;
  background: linear-gradient(90deg, #b90500 0%, var(--nysc-red) 100%);
  color: #fff;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: filter 0.15s ease;
}

.nysc-top-banner:hover {
  filter: brightness(1.06);
}

.nysc-top-banner__text {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
}

.nysc-top-banner__kicker {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
}

.nysc-top-banner__label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nysc-top-banner__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
}

.nysc-top-banner.hidden {
  display: none !important;
}

/* ------------------------------------------------------------------ */
/* Hero CTA row — cash prize banner + huge Register Now button.       */
/* ------------------------------------------------------------------ */
.nysc-hero-cta-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 14px;
  margin: 14px 0 12px;
}

.nysc-hero-cta-row .nysc-hero-prize {
  margin: 0;
}

.nysc-hero-register-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 28px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(135deg, #ff2b21 0%, var(--nysc-red) 55%, #b90500 100%);
  color: #fff;
  cursor: pointer;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(225, 6, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease;
  text-align: left;
}

.nysc-hero-register-now__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1.05;
}

.nysc-hero-register-now__text {
  font-size: clamp(1.15rem, 0.9rem + 1vw, 1.7rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nysc-hero-register-now__sub {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.78rem, 0.7rem + 0.25vw, 0.92rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.88);
}

.nysc-hero-register-now:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 14px 38px rgba(225, 6, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.nysc-hero-register-now:active {
  transform: translateY(0);
}

.nysc-hero-register-now:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.7);
  outline-offset: 3px;
}

.nysc-hero-register-now__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 15px;
  flex-shrink: 0;
}

/* ------------------------------------------------------------------ */
/* Auth modal (sign in / create account).                            */
/* ------------------------------------------------------------------ */
.nysc-auth-modal {
  width: min(480px, 100%);
}

.nysc-auth-modal__intro {
  margin: 0 0 16px;
  color: var(--nysc-silver);
  font-size: 14px;
  line-height: 1.5;
}

.nysc-auth-tabs {
  display: flex;
  gap: 6px;
  padding: 4px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--nysc-border);
}

.nysc-auth-tab {
  flex: 1;
  appearance: none;
  border: none;
  background: transparent;
  color: var(--nysc-silver);
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 12px;
  border-radius: 9px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.nysc-auth-tab.active {
  background: var(--nysc-red);
  color: #fff;
  box-shadow: 0 2px 8px rgba(225, 6, 0, 0.28);
}

.nysc-auth-form {
  display: grid;
  gap: 14px;
}

.nysc-auth-form.hidden {
  display: none;
}

.nysc-auth-field {
  display: grid;
  gap: 6px;
}

.nysc-auth-field > span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--nysc-silver);
}

.nysc-auth-field input {
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid var(--nysc-border);
  background: rgba(255, 255, 255, 0.05);
  color: var(--nysc-white);
  font-size: 15px;
  font-family: inherit;
}

.nysc-auth-field input:focus {
  outline: none;
  border-color: rgba(225, 6, 0, 0.7);
  box-shadow: 0 0 0 3px rgba(225, 6, 0, 0.2);
}

.nysc-auth-hint {
  color: var(--nysc-muted);
  font-size: 12px;
}

.nysc-auth-submit {
  width: 100%;
  min-height: 46px;
  font-size: 15px;
  letter-spacing: 0.03em;
  margin-top: 4px;
}

.nysc-auth-submit[disabled] {
  opacity: 0.6;
  cursor: progress;
}

.nysc-auth-legal {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--nysc-muted);
}

.nysc-auth-legal a {
  color: var(--nysc-silver);
  text-decoration: underline;
}

.nysc-auth-error {
  margin: 14px 0 0;
}

.nysc-auth-error.hidden {
  display: none;
}

.nysc-auth-info {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: #86efac;
}

.nysc-auth-info.hidden {
  display: none;
}

.nysc-auth-social {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 14px 0 4px;
}

.nysc-auth-social-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--nysc-silver);
  font-size: 13px;
}

.nysc-auth-social-divider::before,
.nysc-auth-social-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--nysc-border);
}

.nysc-auth-social-google {
  width: 100%;
}

.nysc-auth-social-apple {
  width: 100%;
  background: #111827;
  color: #fff;
  border-color: #111827;
}

.nysc-auth-social-apple:hover {
  background: #1f2937;
  border-color: #1f2937;
}

.nysc-auth-options {
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--nysc-border);
  background: rgba(255, 255, 255, 0.03);
}

.nysc-auth-options__title {
  margin: 0 0 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--nysc-silver);
}

.nysc-auth-option-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--nysc-silver);
  cursor: pointer;
}

.nysc-auth-option-row:last-child {
  margin-bottom: 0;
}

.nysc-auth-option-row input[type='checkbox'] {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: var(--nysc-red);
}

.nysc-auth-option-row a {
  color: var(--nysc-white);
  text-decoration: underline;
}

.nysc-auth-resend {
  width: 100%;
  justify-content: center;
}

.nysc-auth-tabs.hidden {
  display: none;
}

@media (max-width: 720px) {
  .nysc-top-banner__kicker {
    display: none;
  }

  .nysc-hero-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .nysc-hero-cta-row .nysc-hero-prize,
  .nysc-hero-register-now {
    width: 100%;
    justify-content: center;
  }
}

/* ------------------------------------------------------------------ */
/* Registration type picker (Adult vs Youth).                         */
/* ------------------------------------------------------------------ */
.nysc-reg-type-modal {
  width: min(520px, 100%);
}

.nysc-reg-type-modal__intro {
  margin: 0 0 18px;
  color: var(--nysc-silver);
  font-size: 14px;
  line-height: 1.55;
}

.nysc-reg-type-options {
  display: grid;
  gap: 12px;
}

.nysc-reg-type-option {
  appearance: none;
  width: 100%;
  text-align: left;
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid var(--nysc-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--nysc-white);
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}

.nysc-reg-type-option:hover,
.nysc-reg-type-option:focus-visible {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.07);
  outline: none;
}

.nysc-reg-type-option__title {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nysc-reg-type-option__desc {
  font-size: 14px;
  line-height: 1.45;
  color: var(--nysc-silver);
}

.nysc-reg-type-option__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.nysc-reg-type-option--youth {
  border-color: rgba(225, 6, 0, 0.35);
  background: rgba(225, 6, 0, 0.08);
}

.nysc-reg-type-option--youth:hover,
.nysc-reg-type-option--youth:focus-visible {
  border-color: rgba(225, 6, 0, 0.55);
  background: rgba(225, 6, 0, 0.12);
}

/* ------------------------------------------------------------------ */
/* Grassroot Soccer charity division partner highlight.               */
/* ------------------------------------------------------------------ */
.nysc-charity-partner {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%),
    var(--nysc-card);
  box-shadow: inset 3px 0 0 #00a63f;
}

.nysc-charity-partner__inner {
  display: grid;
  grid-template-columns: minmax(200px, 260px) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.nysc-charity-partner__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  background: transparent;
  border: none;
}

.nysc-charity-partner__logo {
  display: block;
  width: min(100%, 240px);
  height: auto;
}

.nysc-charity-partner__kicker {
  margin: 0 0 8px;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nysc-silver);
}

.nysc-charity-partner__copy h2 {
  margin: 0 0 12px;
}

.nysc-charity-partner__lead,
.nysc-charity-partner__body {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--nysc-white);
}

.nysc-charity-partner__body {
  color: var(--nysc-silver);
  margin-bottom: 18px;
}

.nysc-charity-partner__lead strong {
  color: var(--nysc-white);
  font-weight: 600;
}

.nysc-charity-partner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.nysc-charity-partner__learn-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

@media (max-width: 720px) {
  .nysc-charity-partner__inner {
    grid-template-columns: 1fr;
  }

  .nysc-charity-partner__logo-wrap {
    max-width: 280px;
  }

  .nysc-charity-partner__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .nysc-charity-partner__actions .nysc-reg-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ------------------------------------------------------------------ */
/* Division schedule (per-division play days).                        */
/* ------------------------------------------------------------------ */
.nysc-division-schedule__hint {
  margin: 0 0 14px;
}

.nysc-division-schedule__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.nysc-division-schedule__item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nysc-division-schedule__item:last-child {
  border-bottom: none;
}

.nysc-division-schedule__name {
  font-weight: 600;
  color: var(--nysc-white);
  min-width: 0;
}

.nysc-division-schedule__date {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--nysc-silver);
  white-space: nowrap;
}

@media (max-width: 720px) {
  .nysc-division-schedule__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .nysc-division-schedule__date {
    white-space: normal;
  }
}

/* ------------------------------------------------------------------ */
/* 5v5 Soccer youth tournament partner highlight.                     */
/* ------------------------------------------------------------------ */
.nysc-youth-partner {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%),
    var(--nysc-card);
  box-shadow: inset 3px 0 0 #1e3a8a;
}

.nysc-youth-partner__inner {
  display: grid;
  grid-template-columns: minmax(200px, 260px) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.nysc-youth-partner__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  background: transparent;
  border: none;
}

.nysc-youth-partner__logo {
  display: block;
  /* Square-ish crest — cap tighter than the wide Grassroot wordmark. */
  width: min(100%, 200px);
  height: auto;
}

.nysc-youth-partner__kicker {
  margin: 0 0 8px;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nysc-silver);
}

.nysc-youth-partner__copy h2 {
  margin: 0 0 12px;
}

.nysc-youth-partner__lead,
.nysc-youth-partner__body {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--nysc-white);
}

.nysc-youth-partner__body {
  color: var(--nysc-silver);
  margin-bottom: 18px;
}

.nysc-youth-partner__lead strong {
  color: var(--nysc-white);
  font-weight: 600;
}

.nysc-youth-partner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

@media (max-width: 720px) {
  .nysc-youth-partner__inner {
    grid-template-columns: 1fr;
  }

  .nysc-youth-partner__logo-wrap {
    max-width: 280px;
  }

  .nysc-youth-partner__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .nysc-youth-partner__actions .nysc-reg-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Diaspora division callout — "represent your country" registration prompt. */
.nysc-registration-root .diaspora-callout,
.diaspora-callout {
  display: block;
  background: linear-gradient(135deg, #0f3d6e 0%, #1565c0 55%, #00796b 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 16px;
  margin: 12px 0;
  color: #fff;
  box-shadow: 0 6px 20px rgba(15, 61, 110, 0.25);
}
.diaspora-callout.hidden { display: none; }
.diaspora-callout__banner {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.diaspora-callout__flag {
  font-size: 34px;
  line-height: 1;
  flex: 0 0 auto;
}
.diaspora-callout__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.diaspora-callout__title {
  font-family: 'Oswald', 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.diaspora-callout__sub {
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.88);
}
.diaspora-callout__label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 6px;
}
.nysc-registration-root .diaspora-callout select,
.diaspora-callout select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #fff;
  color: #111;
  font-size: 15px;
  font-weight: 600;
}
.diaspora-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
}

/* Small diaspora pill used in the prize modal / division listings. */
.nysc-diaspora-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 9px;
  border-radius: 999px;
  background: rgba(21, 101, 192, 0.12);
  color: #0f3d6e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  vertical-align: middle;
  margin-left: 6px;
}

/* Prominent, full-width, clickable promo shown when a tournament has a diaspora
   division. Rendered under the grassroots charity section on the home view. */
.nysc-diaspora-promo[hidden] {
  display: none;
}
.nysc-diaspora-promo {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin: 0 0 18px;
  padding: 18px 22px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f3d6e 0%, #1565c0 55%, #00796b 100%);
  color: #fff;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(15, 61, 110, 0.28);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.nysc-diaspora-promo:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(15, 61, 110, 0.34);
}
.nysc-diaspora-promo:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}
.nysc-diaspora-promo__flag {
  font-size: 34px;
  line-height: 1;
  flex: 0 0 auto;
}
.nysc-diaspora-promo__copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  flex: 1 1 auto;
}
.nysc-diaspora-promo__title {
  font-family: 'Oswald', 'Inter', sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.nysc-diaspora-promo__sub {
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
}
.nysc-diaspora-promo__cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
}
@media (max-width: 560px) {
  .nysc-diaspora-promo {
    flex-wrap: wrap;
    padding: 16px 18px;
  }
  .nysc-diaspora-promo__cta { margin-left: 50px; }
}

/* Charity division date — inline in the heading (dark card, keep it light). */
.nysc-charity-partner__date {
  font-size: 0.62em;
  font-weight: 600;
  color: var(--nysc-silver, rgba(255, 255, 255, 0.65));
  white-space: nowrap;
}

/* Questions & FAQ section (bottom of the Home panel; navbar FAQ scrolls
   here). Cards are DARK — text must stay light. */
.nysc-faq { scroll-margin-top: 96px; }
.nysc-faq__title {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 14px;
  color: #fff;
}
.nysc-faq__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 12px 0;
}
.nysc-faq__item:last-child { border-bottom: none; }
.nysc-faq__item summary {
  cursor: pointer;
  font-weight: 700;
  color: #fff;
  list-style-position: outside;
}
.nysc-faq__item summary:hover { color: var(--nysc-silver, #cbd5e1); }
.nysc-faq__item[open] summary { margin-bottom: 8px; }
.nysc-faq__item p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.55;
}
.nysc-faq__item p:last-child { margin-bottom: 0; }
.nysc-faq__item p a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

/* Event partner logos — right of the tournament title in the header:
   Rondo, then BOXON Events. Each img self-hides if its asset is missing
   (the BOXON mark stays dark until the logo file is dropped in). */
.nysc-header-partners {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 14px;
  border-left: 1px solid var(--nysc-header-border, rgba(15, 23, 42, 0.15));
  margin-right: auto;
}
.nysc-header-partners__logo {
  display: block;
  height: 28px;
  width: auto;
  max-width: 130px;
  object-fit: contain;
  /* Partner logos arrive as white-background rasters; multiply melts the
     white box into the light header band without needing transparent PNGs. */
  mix-blend-mode: multiply;
}
.nysc-header-partners__logo--rondo {
  /* Near-square mark (1640x1085 viewBox) — needs more height than the
     wide BOXON wordmark to read at the same visual weight. */
  height: 46px;
}
/* Below this the single header row can't hold full-size logos + nav — shrink
   the logos instead of hiding them (the header inner already flex-wraps, so
   they flow to a second row when needed; Rondo + BOXON stay visible on
   mobile by request). */
@media (max-width: 1120px) {
  .nysc-header-partners {
    gap: 10px;
    padding-left: 10px;
  }
  .nysc-header-partners__logo {
    height: 22px;
    max-width: 104px;
  }
  .nysc-header-partners__logo--rondo {
    height: 34px;
  }
}

/* Column header on phones: logos become their own compact row under the
   brand, no divider, centered across the header column. */
@media (max-width: 720px) {
  .nysc-header-partners {
    border-left: none;
    padding-left: 0;
    margin-right: 0;
    width: 100%;
    justify-content: center;
  }
}

/* Landing on the adult team registration section must clear the sticky
   header (block:'start' alone tucks the section top underneath it, leaving
   the charity/youth card above front-and-center). */
#tournamentRegistration {
  scroll-margin-top: 84px;
}

@media (max-width: 720px) {
  /* Column header is much taller on phones (brand + logos + stacked nav,
     ~230px). This margin only serves native #registration hash jumps — the
     JS scroll path measures the live header height instead. */
  #tournamentRegistration {
    scroll-margin-top: 244px;
  }
}
