: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;
  gap: 20px;
  flex-wrap: wrap;
}

.nysc-header a {
  color: unset;
}

.nysc-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-left: auto;
  padding-left: 14px;
  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: 6px;
  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 16px;
  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;
}

.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;
}

.nysc-registration-root .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;
}

.nysc-registration-root .waiver-modal {
  width: min(560px, 100%);
  max-height: 85vh;
  overflow: auto;
  background: var(--nysc-card);
  border: 1px solid var(--nysc-border);
  border-radius: 14px;
  padding: 16px;
  color: var(--nysc-white);
}

.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);
}

.nysc-registration-root .player-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--nysc-white);
}

.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;
}
