.board-page {
  position: relative;
  background:
    radial-gradient(920px 520px at 8% -8%, rgba(75, 137, 242, 0.2), transparent 58%),
    radial-gradient(860px 520px at 94% 8%, rgba(27, 73, 160, 0.24), transparent 56%),
    linear-gradient(180deg, rgba(3, 9, 20, 0.98), rgba(2, 8, 18, 0.98));
}

.board-shell {
  max-width: 1320px;
}

.board-hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.1rem;
  margin-bottom: 1.2rem;
}

.board-hero-copy {
  min-width: 0;
}

.board-kicker {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(131, 173, 242, 0.4);
  border-radius: 999px;
  padding: 0.28rem 0.82rem;
  color: #9cc5ff;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.board-title {
  margin: 0.7rem 0 0.5rem;
  color: #f3f9ff;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-wrap: balance;
}

.board-subtitle {
  margin: 0;
  max-width: 820px;
  color: #afc3e4;
}

.board-hero-stats {
  display: flex;
  gap: 0.6rem;
  flex-shrink: 0;
}

.board-stat {
  min-width: 112px;
  border: 1px solid rgba(120, 161, 228, 0.34);
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(8, 22, 48, 0.92), rgba(5, 15, 33, 0.95));
  padding: 0.65rem 0.8rem;
}

.board-stat-label {
  display: block;
  color: #9eb8df;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.board-stat-value {
  color: #f3f9ff;
  font-size: 1.3rem;
  line-height: 1.15;
}

.board-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.board-nav {
  position: sticky;
  top: 92px;
  border: 1px solid rgba(112, 151, 216, 0.3);
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(9, 24, 52, 0.94), rgba(5, 14, 30, 0.96));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
  padding: 0.85rem;
}

.board-nav-title {
  margin: 0;
  color: #edf5ff;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.board-nav-subtitle {
  margin: 0.35rem 0 0.7rem;
  color: #a5bfdf;
  font-size: 0.84rem;
}

.board-nav-list {
  display: grid;
  gap: 0.42rem;
}

.board-nav-btn {
  width: 100%;
  border: 1px solid rgba(120, 161, 228, 0.28);
  border-radius: 10px;
  background: rgba(10, 28, 58, 0.55);
  color: #dceafd;
  padding: 0.52rem 0.62rem;
  font-size: 0.84rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.board-nav-btn span {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
}

.board-nav-btn em {
  font-style: normal;
  font-weight: 700;
  min-width: 1.55rem;
  text-align: center;
  border-radius: 999px;
  padding: 0.05rem 0.4rem;
  border: 1px solid rgba(147, 190, 255, 0.34);
  background: rgba(17, 42, 82, 0.78);
}

.board-nav-btn:hover,
.board-nav-btn:focus-visible {
  color: #fff;
  border-color: rgba(152, 199, 255, 0.54);
  background: rgba(22, 53, 102, 0.66);
}

.board-nav-btn.is-active {
  color: #fff;
  border-color: rgba(166, 210, 255, 0.7);
  background: linear-gradient(140deg, rgba(31, 83, 161, 0.72), rgba(17, 47, 94, 0.86));
}

.board-main {
  min-width: 0;
}

.board-spotlight {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: center;
  gap: 0.95rem;
  border: 1px solid rgba(127, 170, 236, 0.36);
  border-radius: 18px;
  background:
    radial-gradient(200px 80px at 10% 0%, rgba(79, 152, 255, 0.2), transparent 74%),
    linear-gradient(160deg, rgba(10, 26, 55, 0.95), rgba(6, 17, 36, 0.96));
  box-shadow: 0 14px 30px rgba(2, 8, 22, 0.4);
  padding: 0.9rem;
  margin-bottom: 1rem;
}

.board-spotlight-media {
  display: flex;
  justify-content: center;
}

.board-spotlight-copy {
  min-width: 0;
}

.board-spotlight-kicker {
  display: inline-flex;
  align-items: center;
  color: #9bc5ff;
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.board-sections {
  display: grid;
  gap: 0.95rem;
}

.board-section {
  border: 1px solid rgba(112, 151, 216, 0.3);
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(8, 20, 45, 0.92), rgba(5, 13, 29, 0.95));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  padding: 0.9rem;
}

.board-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.board-section-head h3 {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #e8f2ff;
  font-size: 0.98rem;
  letter-spacing: 0.03em;
}

.board-count {
  min-width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #dfefff;
  border: 1px solid rgba(131, 173, 242, 0.34);
  background: rgba(17, 38, 76, 0.72);
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.75rem;
}

.board-card {
  border: 1px solid rgba(115, 155, 224, 0.28);
  border-radius: 14px;
  background: linear-gradient(150deg, rgba(13, 30, 64, 0.94), rgba(7, 20, 44, 0.92));
  padding: 0.85rem 0.82rem;
  text-align: center;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.board-card:hover {
  transform: translateY(-4px);
  border-color: rgba(140, 184, 255, 0.55);
  box-shadow: 0 12px 26px rgba(2, 8, 22, 0.42);
}

.board-avatar-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 0.62rem;
}

.board-avatar {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(146, 190, 255, 0.7);
  box-shadow: 0 8px 18px rgba(4, 10, 28, 0.5);
}

.board-avatar-xl {
  width: 108px;
  height: 108px;
}

.board-name {
  margin: 0;
  color: #f2f8ff;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-wrap: balance;
}

.board-role {
  margin: 0.35rem 0 0.55rem;
  color: #9eb6d9;
  font-size: 0.87rem;
}

.board-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.34rem;
  border: 1px solid rgba(131, 173, 242, 0.42);
  border-radius: 999px;
  padding: 0.24rem 0.62rem;
  color: #cfe5ff;
  text-decoration: none;
  font-size: 0.78rem;
  transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease;
}

.board-social-link:hover,
.board-social-link:focus-visible {
  border-color: rgba(165, 198, 255, 0.66);
  color: #fff;
  background: rgba(38, 72, 124, 0.55);
}

.board-empty {
  border: 1px dashed rgba(136, 176, 240, 0.32);
  border-radius: 16px;
  color: #aec4e2;
  text-align: center;
  padding: 1.2rem;
}

@media (max-width: 991.98px) {
  .board-hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .board-hero-stats {
    width: 100%;
  }

  .board-stat {
    flex: 1 1 0;
    min-width: 0;
  }

  .board-layout {
    grid-template-columns: 1fr;
  }

  .board-nav {
    position: static;
  }

  .board-nav-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .board-page {
    padding-top: 0.4rem !important;
  }

  .board-title {
    font-size: 1.46rem;
  }

  .board-subtitle {
    font-size: 0.92rem;
  }

  .board-nav-list {
    grid-template-columns: 1fr;
  }

  .board-spotlight {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .board-spotlight-media {
    justify-content: center;
  }

  .board-grid {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
}
