.playbook-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  margin: 0 -12px 14px;
  border-bottom: 1px solid var(--line);
  background: rgba(6, 16, 28, 0.92);
  backdrop-filter: blur(16px);
}

.playbook-nav-inner {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 12px;
  scrollbar-width: thin;
}

.playbook-nav a {
  flex: 0 0 auto;
  border: 1px solid rgba(137, 223, 255, 0.22);
  border-radius: 999px;
  background: rgba(4, 13, 23, 0.72);
  color: #c7dce8;
  font-size: 11px;
  font-weight: 900;
  padding: 7px 12px;
  text-decoration: none;
  white-space: nowrap;
}

.playbook-nav a:hover,
.playbook-nav a:focus-visible {
  border-color: var(--blue);
  color: #fff;
  text-decoration: none;
}

.section-divider {
  display: grid;
  place-items: center;
  min-height: min(72vh, 520px);
  margin: 28px -12px 0;
  padding: 48px 20px;
  border-block: 1px solid var(--line-strong);
  background:
    radial-gradient(circle at 50% 20%, rgba(67, 215, 255, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(8, 20, 34, 0.98), rgba(4, 10, 18, 0.98));
  text-align: center;
}

.section-divider h2 {
  margin: 0;
  font-size: clamp(28px, 8vw, 52px);
  letter-spacing: 0.02em;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.78), 0 0 34px rgba(88, 220, 255, 0.42);
}

.section-divider .phase-label {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.content-grid {
  display: grid;
  gap: 12px;
}

.info-card {
  border: 1px solid rgba(137, 223, 255, 0.16);
  border-radius: 8px;
  background: rgba(4, 13, 23, 0.42);
  padding: 14px;
}

.info-card h3 {
  margin-bottom: 8px;
  color: #bff4ff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.info-card p {
  margin: 0;
  font-size: 13px;
}

.info-card .alliance-tag {
  display: inline-block;
  margin-bottom: 6px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(67, 215, 255, 0.12);
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
}

.content-list {
  margin: 0;
  padding-left: 18px;
  color: #d9edf7;
  line-height: 1.55;
}

.content-list li {
  margin-bottom: 8px;
}

.content-list li strong {
  color: #fff;
}

.faq-item {
  border-top: 1px solid rgba(137, 223, 255, 0.12);
  padding-top: 12px;
  margin-top: 12px;
}

.faq-item:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.faq-item h3 {
  color: #bff4ff;
  font-size: 14px;
  font-weight: 900;
}

.seating-chart {
  margin: 0;
}

.seating-chart img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid var(--line);
}

.roster-block {
  margin-top: 14px;
}

.roster-block:first-child {
  margin-top: 0;
}

.roster-block-heading {
  margin: 0 0 10px;
  padding: 10px 14px;
  border: 1px solid rgba(137, 223, 255, 0.2);
  border-radius: 8px;
  background: rgba(4, 13, 23, 0.55);
  color: #e8f8ff;
  font-size: 13px;
  font-weight: 900;
}

.roster-lead {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.roster-grid {
  display: grid;
  gap: 14px;
}

@media (min-width: 760px) {
  .roster-grid.two-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .content-grid.two-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.roster-table {
  min-width: 0;
}

.roster-table th,
.roster-table td {
  font-size: 12px;
}

.panel-note {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 12px;
  font-style: italic;
}

.warning-markers {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.warning-markers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 200, 87, 0.4);
  border-radius: 6px;
  background: rgba(92, 61, 14, 0.32);
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 720px) {
  .roster-table {
    min-width: 0;
  }

  .roster-table thead {
    display: none;
  }

  .roster-table tbody tr {
    display: block;
    margin: 0 12px 10px;
    border: 1px solid rgba(137, 223, 255, 0.14);
    border-radius: 8px;
    overflow: hidden;
  }

  .roster-table tbody td {
    display: grid;
    grid-template-columns: minmax(108px, 38%) 1fr;
    gap: 8px;
    align-items: center;
    border-bottom: 1px solid rgba(137, 223, 255, 0.08);
  }

  .roster-table tbody td:last-child {
    border-bottom: 0;
  }

  .roster-table tbody td::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
  }
}

@media print {
  .playbook-nav {
    display: none;
  }

  .section-divider {
    min-height: auto;
    page-break-before: always;
    break-before: page;
  }

  .panel,
  .table-panel {
    break-inside: avoid;
  }

  body {
    background: #fff;
    color: #000;
  }

  .panel,
  .table-panel,
  .hero {
    box-shadow: none;
    border-color: #ccc;
  }

  th {
    background: #eee;
    color: #000;
  }
}
