    html { scroll-behavior: smooth; }
    body { background-color: #f8f9fa; }
    .navbar-brand { display: flex; align-items: center; gap: 0.75rem; white-space: normal; font-weight: 600; }
    .navbar-brand img { width: 52px; height: 52px; object-fit: contain; flex-shrink: 0; border-radius: 50%; }
    .navbar-brand span { line-height: 1.15; }
    .hero-section {
      position: relative;
      overflow: hidden;
      border-radius: 1rem;
      margin-bottom: 2rem;
      box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
      background: none !important;
      padding: 0;
      text-align: left;
      min-height: 640px;
    }

    .hero-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: url("../images/welcome-bg.jpg") center/cover no-repeat;
      z-index: 0;
    }

    .hero-section::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.55);
      z-index: 1;
    }

    .hero-section .hero-content {
      position: relative;
      z-index: 2;
      padding: 3rem 2rem;
      color: #fff;
    }

    .hero-section h1, .hero-section h2 { margin-bottom: 1.25rem; }
    .hero-section p { margin-bottom: 1rem; }
    .hero-eyebrow { display: inline-block; margin-bottom: 1rem; color: #ffd; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; font-size: 0.85rem; }
    .committee-card, .team-card, .fixture-card { border: 1px solid #dee2e6; border-radius: 1rem; padding: 1.5rem; height: 100%; background-color: #fff; color: #111; }
    .committee-card h3,
    .committee-card p,
    .committee-card .meta-label,
    .committee-card .meta-value { color: #111 !important; }
    .fixture-card { text-align: left; }
    .fixture-card h3 { margin-bottom: 1rem; font-size: 1.25rem; }
    .fixture-list { background: #f8f9fa; border: 1px solid #dee2e6; border-radius: 1rem; padding: 1rem; margin-top: 1.25rem; }
    .fixture-list h4 { margin-bottom: 0.75rem; font-size: 1rem; }
    .fixture-list ul { list-style: none; margin: 0; padding: 0; }
    .fixture-list li { padding: 0.65rem 0; border-bottom: 1px solid #e9ecef; display: flex; gap: 0.55rem; align-items: baseline; }
    .fixture-list li strong { color: #0d6efd; min-width: 6.25rem; font-size: 0.92rem; }
    .fixture-list li:last-child { border-bottom: none; }
    .fixture-date { display: block; font-size: 0.95rem; font-weight: 700; color: #495057; margin-bottom: 0.75rem; }
    .league-table-wrap { margin-top: 1rem; }
    .league-table { width: 100%; border-collapse: collapse; }
    .league-table th,
    .league-table td { padding: 0.75rem 0.85rem; border-bottom: 1px solid #e9ecef; text-align: left; }
    .league-table th { font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; color: #6c757d; }
    .league-table tbody tr:hover { background: #f8f9fa; }
    .league-table .club-name { min-width: 160px; }
    .league-table .position { width: 2.5rem; font-weight: 700; }
    .league-table .points { width: 3.25rem; font-weight: 700; }
    .league-table-mobile { display: none; margin-top: 1rem; }
    .league-table-mobile-item { background: #fff; border: 1px solid #e9ecef; border-radius: 0.75rem; padding: 0.95rem 1rem; margin-bottom: 0.75rem; box-shadow: 0 0.15rem 0.35rem rgba(0,0,0,0.04); }
    .league-table-mobile-item:last-child { margin-bottom: 0; }
    .league-table-mobile-top { display: flex; justify-content: space-between; align-items: center; gap: 0.75rem; }
    .league-table-mobile-position { display: inline-flex; align-items: center; justify-content: center; width: 1.8rem; height: 1.8rem; border-radius: 999px; background: #f1f3f5; font-weight: 700; margin-right: 0.5rem; }
    .league-table-mobile-points { font-weight: 700; color: #0d6efd; }
    .league-table-mobile-meta { margin-top: 0.45rem; font-size: 0.92rem; color: #495057; }
    .committee-photo { width: 96px; height: 96px; border-radius: 50%; background-color: #f8f9fa; margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center; font-weight: 700; color: #111111; font-size: 2.5rem; box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.08); }
    .committee-card { transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
    .committee-card:hover { transform: translateY(-2px); box-shadow: 0 0.4rem 0.9rem rgba(0,0,0,0.08); border-color: rgba(13,110,253,0.22); }
    .committee-card .committee-photo .team-icon {
      margin: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      line-height: 1;
      font-size: 2.6rem;
    }
    .committee-card .team-icon {
      line-height: 1;
      font-weight: 700;
      margin-bottom: 0.75rem;
      display: inline-block;
    }
    .match-up-card {
      background: #fff;
      border: 1px solid #dee2e6;
      border-radius: 1rem;
      padding: 1.5rem;
      margin-top: 1.5rem;
      box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.04);
    }
    .match-up-card h3 {
      margin-bottom: 1rem;
      font-size: 1.1rem;
      font-weight: 700;
    }
    .match-up-card ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .match-up-card li {
      padding: 0.65rem 0;
      border-bottom: 1px solid #e9ecef;
      line-height: 1.6;
    }
    .match-up-card li:last-child {
      border-bottom: none;
    }
    .match-up-card strong {
      display: inline-block;
      min-width: 170px;
      font-weight: 700;
      color: #212529;
    }
    .committee-photo { width: 96px; height: 96px; border-radius: 50%; background-color: #f8f9fa; margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center; font-weight: 700; color: #111111; font-size: 2.5rem; box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.08); }
    .meta-list { list-style: none; padding: 0; margin: 0; }
    .meta-item { display: flex; justify-content: space-between; align-items: center; padding: 0.75rem 0; border-bottom: 1px solid #e9ecef; }
    .meta-item:last-child { border-bottom: none; }
    .meta-label { color: #6c757d; font-size: 0.95rem; }
    .meta-value { font-weight: 700; }
    .content {
      background: rgba(255,255,255,0.96);
      border: 1px solid #dee2e6;
      border-radius: 1rem;
      padding: 1.75rem;
      box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
      margin-top: 1.5rem;
    }
    .site-footer { background: #0b0b0f; color: #fff; border-top: 1px solid rgba(255,255,255,0.06); }
    .site-footer a { color: #fff; opacity: 0.95; text-decoration: none; }
    .site-footer a:hover { opacity: 1; text-decoration: underline; }
    .site-footer .footer-nav { margin-bottom: 0.5rem; }
    .site-footer .social-icons .list-inline-item { margin-left: 0.5rem; margin-right: 0.5rem; }
    .site-footer .social-icons svg { width: 22px; height: 22px; vertical-align: middle; fill: currentColor; }
    .navbar .icons a { color: inherit; display: inline-flex; align-items: center; }
    .navbar .icons svg { width: 20px; height: 20px; display: inline-block; vertical-align: middle; fill: currentColor; color: inherit; }
    .navbar .icons .label { display: none; }
    .navbar .icons .icon-x { color: #111; }
    .navbar .icons .icon-facebook { color: #1877F2; }
    .navbar .icons .icon-instagram { color: #E1306C; }
    .navbar .icons .icon-envelope { color: #495057; }
    .team-icon { line-height: 1; font-weight: 700; }
    .team-icon.gold { color: #d4af37; }
    .team-icon.silver { color: #c0c0c0; }
    .team-icon.bronze { color: #cd7f32; }
    .team-icon.black-piece { color: #111111; }
    .hero-news .team-icon.puzzle-green,
    .hero-news .team-card:hover .team-icon.puzzle-green,
    .hero-news .team-card .team-icon.puzzle-green:hover,
    .hero-news .team-card:focus-visible .team-icon.puzzle-green { color: #9bd25a; }

    .hero-news {
      position: relative;
      overflow: hidden;
      min-height: 640px;
      border-radius: 1rem;
      background: none !important;
      padding: 3rem 1.5rem;
      color: #fff;
      display: block;
    }

    .hero-news::before {
      content: "";
      position: absolute;
      inset: 0;
      background: url("../images/news-bg.jpg") center/cover no-repeat;
      z-index: 0;
    }

    .hero-news::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.60);
      z-index: 1;
    }

    .hero-news .hero-content {
      position: relative;
      z-index: 2;
      width: min(100%, 1200px);
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 0.5rem;
      text-align: center;
      color: #fff;
      display: block;
    }

    .hero-news .news-placeholder {
      max-width: 1100px;
      margin: 0 auto;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 1rem;
      padding: 1.5rem;
      backdrop-filter: blur(1px);
      color: #fff;
    }

    .hero-news .team-card {
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 1rem;
      padding: 1.5rem;
      height: 100%;
      background: rgba(255, 255, 255, 0.04);
      color: #fff;
    }

    .hero-news .team-card .team-icon {
      margin-bottom: 1rem;
      transition: transform 0.25s ease, text-shadow 0.25s ease, color 0.25s ease, filter 0.25s ease;
      display: inline-block;
    }

    .hero-news .team-card:hover .team-icon,
    .hero-news .team-card .team-icon:hover,
    .committee-card:hover .team-icon,
    .committee-card .team-icon:hover {
      transform: translateY(-4px) scale(1.15);
      text-shadow: 0 0 18px rgba(255,255,255,0.45);
      filter: brightness(1.35);
    }

    .hero-news .team-card:hover .team-icon.gold,
    .hero-news .team-card .team-icon.gold:hover,
    .committee-card:hover .team-icon.gold,
    .committee-card .team-icon.gold:hover {
      color: #ffd05b;
    }

    .hero-news .team-card:hover .team-icon.silver,
    .hero-news .team-card .team-icon.silver:hover,
    .committee-card:hover .team-icon.silver,
    .committee-card .team-icon.silver:hover {
      color: #f0f0f0;
    }

    .hero-news .team-card:hover .team-icon.bronze,
    .hero-news .team-card .team-icon.bronze:hover,
    .committee-card:hover .team-icon.bronze,
    .committee-card .team-icon.bronze:hover {
      color: #ffb56b;
    }

    .hero-news .team-card:hover .team-icon.black-piece,
    .hero-news .team-card .team-icon.black-piece:hover,
    .committee-card:hover .team-icon.black-piece,
    .committee-card .team-icon.black-piece:hover {
      color: #ffffff;
    }

    .hero-news .king-sparkle { color: #ffd05b; animation: king-sparkle 2.4s ease-in-out infinite; }
    @keyframes king-sparkle { 0%, 100% { color: #ffd05b; text-shadow: 0 0 3px rgba(255,208,91,.35); filter: brightness(1); } 45% { color: #ffd05b; text-shadow: 0 0 8px rgba(255,208,91,.8), 7px -7px 2px rgba(255,255,255,.8), -7px 5px 2px rgba(255,226,138,.7); filter: brightness(1.12); } 55% { color: #ffd05b; text-shadow: 0 0 14px rgba(255,208,91,.95), -5px -8px 1px rgba(255,255,255,.9), 8px 4px 2px rgba(255,226,138,.8); filter: brightness(1.25); } }
    @media (prefers-reduced-motion: reduce) { .hero-news .king-sparkle { animation: none; } }

    /* Body background slider (cycles hero backgrounds) */
    #bg-slider {
      position: fixed;
      inset: 0;
      z-index: -9999;
      pointer-events: none;
    }

    #bg-slider .slide {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      transition: opacity 1s ease-in-out;
      opacity: 0;
    }

    #bg-slider .slide.active {
      opacity: 1;
    }

.board-card .lpv {
  --c-lpv-accent: #9bc24d;
  --c-lpv-accent-over: #fff;
  --c-lpv-font: #d6e29a;
  --c-lpv-font-bg: #7a845d;
  --c-lpv-font-shy: #aab38a;
  --c-lpv-border: #4f493f;
  --c-lpv-side-border: #433d33;
  --c-lpv-bg: #35312d;
  --c-lpv-bg-player: #35312d;
  --c-lpv-bg-controls: #35312d;
  --c-lpv-bg-movelist: #35312d;
  --c-lpv-bg-variation: #2c2824;
  --c-lpv-bg-pane: #302c27;
  --c-lpv-pgn-text: #2b2723;
  --c-lpv-current-move: #6b9a2f;
}

.board-card .cg-wrap {
  --board-color: #7a633f;
}

.board-card cg-board {
  background-color: #7a633f;
}

.board-card .lpv__moves {
  font-size: 1.2em;
}

.board-card .lpv__player,
.board-card .lpv__pgn__text {
  font-size: 1.2em;
}

.board-card .lpv__controls .lpv__fbt {
  font-size: 1.55em;
}

.board-card .cg-wrap coords {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.92);
}
.board-card .lpv__player__person {
  font-weight: 500;
}

.meta-item {
  display: grid;
  gap: 0.2rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #d8ddd3;
}

.meta-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.meta-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6c7569;
}

.meta-value {
  display: block;
  font-size: 1rem;
  color: #1d2b20;
}

.content {
      background: rgba(255,255,255,0.96);
      border: 1px solid #dee2e6;
      border-radius: 1rem;
      padding: 1.75rem;
      box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
      margin-top: 2rem;
    }

    .article,
    .sidebar,
    .discussion-card,
    .featured-game-section .board-card {
      background: #fff;
      border: 1px solid #dee2e6;
      border-radius: 1rem;
      box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
    }

    .article {
      padding: 1.75rem;
    }

.result-box {
  background: linear-gradient(135deg, rgba(13,110,253,0.12), rgba(255,255,255,0.95));
  border: 1px solid rgba(13,110,253,0.18);
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 0.5rem 1rem rgba(13,110,253,0.08);
}

.result-title {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #0d6efd;
  margin-bottom: 0.5rem;
}

.score {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0;
  color: #1d2b20;
}

.article h2 {
  margin-top: 0;
  font-size: 1.75rem;
}

.article p {
  color: #495057;
  line-height: 1.75;
}

.sidebar {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 1rem;
  padding: 1.5rem;
}

.sidebar h2 {
  margin-bottom: 1rem;
}

.discussion-section {
  margin-top: 2rem;
}

.discussion-card {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 1rem;
  padding: 1.75rem;
  box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.05);
}

.discussion-card h2 {
  margin-bottom: 1rem;
}

.discussion-card p {
  color: #495057;
  margin-bottom: 1rem;
}

.discussion-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.discussion-list li {
  padding: 1rem 0;
  border-bottom: 1px solid #e9ecef;
}

.discussion-list li:last-child {
  border-bottom: none;
}
.featured-game-section {
  margin-top: 2rem;
}
.featured-game-section .board-card {
  width: 100%;
  padding: 1.5rem;
  background: rgba(255,255,255,0.98);
  color: #111;
  border: 1px solid #dee2e6;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.08);
}

/* Tournament reports use the same white crest treatment as other dark heroes. */
.tournament-report-crest {
  max-width: 180px;
  height: auto;
  filter: invert(1);
}
.tournament-report-crest + .display-4 {
  font-size: clamp(4.5rem, 9vw, 6.5rem);
  line-height: 1;
  filter: drop-shadow(0 0.5rem 0.75rem rgba(0, 0, 0, 0.22));
}
.tournament-report-icon {
  display: block;
  width: auto;
  height: clamp(6rem, 12vw, 8rem);
  margin-inline: auto;
  object-fit: contain;
  filter: drop-shadow(0 0.5rem 0.75rem rgba(0, 0, 0, 0.22));
}
.tournament-newport .tournament-report-crest + .display-4 {
  width: auto;
  height: clamp(6rem, 12vw, 8rem);
  margin-inline: auto;
  color: transparent;
  background: url("/images/Newport_COA_shield.svg_-273x300.png") center / contain no-repeat;
  filter: drop-shadow(0 0.5rem 0.75rem rgba(0, 0, 0, 0.22));
}
.featured-game-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  align-items: start;
}
@media (min-width: 992px) {
  .featured-game-grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.95fr);
  }
}
.featured-game-section .featured-game-sidebar {
  display: grid;
  gap: 1rem;
  align-content: start;
}
.featured-game-section #board {
  min-height: 520px;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 1rem;
  overflow: hidden;
}
.featured-game-section .board-heading {
  margin-bottom: 0.5rem;
  font-size: 1.35rem;
  color: #111;
  font-weight: 700;
}
.featured-game-section .board-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.featured-game-section .featured-game-label {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #eef4e6;
  color: #49612f;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.featured-game-section .discussion-card,
.featured-game-section .featured-comments-card {
  background: #f8faf7;
  border: 1px solid #dee2e6;
  border-radius: 1rem;
  padding: 1.25rem 1.3rem;
  display: grid;
  gap: 0.85rem;
}
.featured-game-section .discussion-card h2,
.featured-game-section .featured-comments-card h2 {
  margin: 0;
  font-size: 1.1rem;
  color: #111;
}
.featured-game-section .discussion-card p,
.featured-game-section .featured-comments-card p {
  color: #495057;
  margin: 0;
  line-height: 1.65;
}
.featured-game-section .discussion-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.2rem;
}
.featured-game-section .discussion-list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e9ecef;
}
.featured-game-section .discussion-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.featured-game-section .discussion-card ul {
  margin-top: 0.25rem;
}
.featured-game-section .game-comments {
  margin-top: 0.25rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e9ecef;
}
.featured-game-section .game-comments-status {
  margin-bottom: 0.75rem;
}
.featured-game-section .game-comment {
  padding: 0.8rem 0;
}
/* Mobile phone layout improvements */
@media (max-width: 991px) {
  body {
    overflow-x: hidden;
  }

  main.container {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .navbar-brand {
    font-size: 1rem;
    gap: 0.5rem;
  }

  .navbar-brand img {
    width: 40px;
    height: 40px;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-nav .icons {
    margin-left: 0 !important;
    margin-top: 0.5rem;
    display:…312 tokens truncated…center;
    gap: 0.4rem 0.75rem;
  }
}

@media (max-width: 768px) {
  .league-table-wrap {
    display: none;
  }

  .league-table-mobile {
    display: block;
  }
}

@media (max-width: 576px) {
  .hero-section h1 {
    font-size: 1.35rem;
  }

  .hero-section h2 {
    font-size: 1.15rem;
  }

  .hero-section .hero-content {
    padding: 1rem 0.25rem;
  }

  .content,
  .article,
  .sidebar,
  .fixture-card,
  .committee-card,
  .team-card,
  .match-up-card,
  .discussion-card,
  .board-card {
    padding: 0.9rem;
  }

  .league-table-mobile-item {
    padding: 0.85rem 0.9rem;
  }
}
  .social-placeholder{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;line-height:1;color:inherit;opacity:.65;cursor:default}.navbar .icons .list-inline-item{vertical-align:middle}.navbar .icons .social-placeholder{width:20px;height:20px}.navbar .icons .icon-tiktok{width:17px;height:17px;color:#111;transform:translateY(-4px)}.social-placeholder svg{display:block;fill:currentColor}.site-footer .social-icons .list-inline-item{vertical-align:middle}.site-footer .social-icons .social-placeholder{width:22px;height:22px}
.svg-sprite-definitions {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.featured-game-load-error {
  padding: 1rem;
  color: #7a1f1f;
  background: #fff1f1;
  border: 1px solid #f0caca;
  border-radius: 10px;
}

/* Full season fixture dialog shared by the team pages. */
.fixture-dialog{width:min(760px,calc(100% - 2rem));max-height:min(82vh,760px);padding:0;border:0;border-radius:1rem;color:#111;background:transparent;box-shadow:0 1.25rem 3rem rgba(0,0,0,.3)}
.fixture-dialog::backdrop{background:rgba(7,18,33,.72)}
.fixture-dialog article{padding:clamp(1.1rem,3vw,2rem);border:1px solid #dee2e6;border-radius:1rem;background:#fff}
.fixture-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border-bottom:3px solid #0d6efd;padding-bottom:.8rem;margin-bottom:1rem}
.fixture-dialog-header h2{margin:0;color:#0b2a4a}.fixture-dialog .hero-eyebrow{color:#174f82}
.fixture-dialog-close{flex:0 0 auto;border:1px solid #b8c4d0;border-radius:999px;padding:.35rem .8rem;background:#f8f9fa;color:#111;font-weight:700}
.fixture-dialog-close:hover{background:#e9ecef}
.full-fixture-list{display:grid;gap:.65rem;max-height:52vh;overflow-y:auto;list-style:none;padding:.2rem .25rem .2rem 0;margin:0 0 1.25rem}
.full-fixture-list li{display:grid;grid-template-columns:minmax(7.5rem,auto) 1fr;gap:.75rem;padding:.8rem .9rem;border-left:4px solid #0d6efd;border-radius:.55rem;background:#f4f8fc}
.full-fixture-list time{color:#0d6efd;font-weight:700}.fixture-dialog-footer{display:flex;justify-content:flex-end}
@media(max-width:520px){.full-fixture-list li{grid-template-columns:1fr;gap:.2rem}.fixture-dialog-header h2{font-size:1.3rem}}

/* Match the bright green board used by the recorder and member games library. */
.member-game-board .lpv{
  --c-lpv-bg:#f8fafc;
  --c-lpv-bg-player:#eef4e6;
  --c-lpv-bg-controls:#e5edd9;
  --c-lpv-bg-movelist:#fff;
  --c-lpv-bg-variation:#eef4e6;
  --c-lpv-side-border:#cfdbc0;
  --c-lpv-border:#78964f;
  --c-lpv-font:#26364b;
  --c-lpv-font-shy:#66758a;
  --c-lpv-font-bg:#dce8c8;
  --c-lpv-move-hover:#dce8c8;
  --c-lpv-current-move:#78964f;
  --c-lpv-accent:#58703a;
  --c-lpv-accent-over:#fff;
  color:#26364b;
}
.member-game-board cg-board{
  background-color:#dce8c8;
  background-image:conic-gradient(#dce8c8 25%,#78964f 0 50%,#dce8c8 0 75%,#78964f 0);
  background-size:25% 25%;
}
.committee-card--bronze { border-color: #a8652a !important; background: linear-gradient(145deg, #fff8ef, #e5b680) !important; box-shadow: 0 0.45rem 1rem rgba(128, 74, 28, 0.24); }
.committee-card--bronze::before { content: "🥉 Third place"; display: inline-block; margin-bottom: 0.8rem; padding: 0.25rem 0.65rem; border-radius: 999px; background: #8f531f; color: #fff; font-size: 0.82rem; font-weight: 700; }
.tournament-bridgend-row > * { background-color: #d9ecff !important; color: #092f57 !important; border-top: 2px solid #0d6efd; border-bottom: 2px solid #0d6efd; }
.tournament-bridgend-row > *:first-child { border-left: 5px solid #0d6efd; }
.tournament-bridgend-row > *:last-child { border-right: 2px solid #0d6efd; }
