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; }
    .featured-game-section {
      margin-top: 0.5rem;
    }
    .featured-game-section .board-card {
      width: 100%;
      padding: 1.75rem;
      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);
    }
    .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: 1.4fr 0.9fr;
      }
    }
    .featured-game-section .member-game-board {
      min-height: 520px;
      background: #fff;
      border-radius: 1rem;
      overflow: hidden;
    }
    .featured-game-section .board-heading {
      margin-bottom: 1.5rem;
      font-size: 1.35rem;
      color: #111;
    }
    .featured-game-section .board-heading-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1rem;
      margin-bottom: 1.5rem;
      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 {
      background: #f8f9fa;
      border: 1px solid #dee2e6;
      border-radius: 1rem;
      padding: 1.5rem;
    }
    .featured-game-section .discussion-card h2 {
      margin-top: 0;
    }
    .featured-game-section .discussion-card p {
      color: #495057;
    }
    .featured-game-section .discussion-list {
      list-style: none;
      padding: 0;
      margin: 1rem 0 0;
    }
    .featured-game-section .discussion-list li {
      padding: 0.9rem 0;
      border-bottom: 1px solid #e9ecef;
    }
    .featured-game-section .discussion-list li:last-child {
      border-bottom: none;
    }
    .featured-game-section .game-meta {
      list-style: none;
      padding: 0;
      margin: 1rem 0 0;
    }
    .featured-game-section .game-meta li {
      padding: 0.65rem 0;
      border-bottom: 1px solid #e9ecef;
    }
    .featured-game-section .game-meta li:last-child {
      border-bottom: none;
    }
    .featured-game-section .game-meta strong {
      display: block;
      font-size: 0.78rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #6c757d;
      margin-bottom: 0.2rem;
    }
    .site-footer {
      background: #0b0b0f;
      color: #fff;
      border-top: 1px solid rgba(255,255,255,0.06);
      margin-top: 3rem;
    }
    .site-footer a {
      color: #fff;
      opacity: 0.95;
      text-decoration: none;
    }
    .site-footer a:hover {
      opacity: 1;
      text-decoration: underline;
    }

