.container,
.header-content {
  max-width: 1200px;
  margin: 0 auto;
}
.logo,
.nav-menu a,
body {
  color: #231e00;
}
.header,
.mobile-panel {
  backdrop-filter: blur(10px);
  right: 0;
}
.games h2,
.hero h1 {
  text-shadow: 2px 2px 4px rgba(35, 30, 0, 0.5);
}
.footer-links a,
.nav-menu a {
  text-decoration: none;
  transition: color 0.3s;
}
.about,
.age-gate-content,
.disclaimer,
.footer,
.game-card,
.games h2,
.hero {
  text-align: center;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  background: linear-gradient(135deg, #231e00 0, #0d5400 100%);
  min-height: 100vh;
}
.game-zone-bg {
  background-image: radial-gradient(
      circle at 20% 80%,
      rgba(255, 162, 149, 0.1) 0,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 174, 0.05) 0,
      transparent 50%
    ),
    linear-gradient(135deg, rgba(35, 30, 0, 0.9) 0, rgba(13, 84, 0, 0.9) 100%);
  position: relative;
}
.container {
  padding: 0 20px;
}
.header {
  background: rgba(255, 255, 174, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 2px 20px rgba(35, 30, 0, 0.1);
}
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}
.logo {
  font-size: 28px;
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(135deg, #231e00, #0d5400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav-menu {
  display: flex;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.nav-menu a {
  font-weight: 600;
}
.nav-menu a:focus-visible,
.nav-menu a:hover {
  color: #0d5400;
}
.age-badge {
  background: linear-gradient(135deg, #ff37bb, #0d5400);
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.mobile-menu-btn {
  display: none;
  background: 0 0;
  border: none;
  font-size: 24px;
  line-height: 1;
  color: #231e00;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
}
.mobile-menu-btn:focus-visible {
  outline: #0d5400 solid 2px;
  outline-offset: 2px;
}
.burger {
  position: relative;
}
.mobile-panel {
  position: absolute;
  top: calc(100% + 10px);
  background: rgba(255, 255, 174, 0.98);
  box-shadow: 0 10px 30px rgba(35, 30, 0, 0.15);
  border-radius: 16px;
  padding: 16px;
  min-width: 220px;
  display: none;
}
.burger[open] .mobile-panel {
  display: block;
}
.mobile-panel .nav-menu {
  flex-direction: column;
  gap: 14px;
  margin-bottom: 12px;
}
.mobile-panel .age-badge {
  display: inline-block;
}
.nav-desktop {
  display: flex;
}
.age-gate.hidden,
.nav-mobile {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}
.hero {
  padding: 120px 0 80px;
  color: #ffffae;
}
.hero h1 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 20px;
}
.about h2,
.cta-button,
.game-card h3,
.games h2 {
  font-weight: 700;
}
.hero p {
  font-size: 1.4rem;
  margin-bottom: 40px;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cta-button {
  background: linear-gradient(135deg, #ff37bb, #0d5400);
  color: #fff;
  padding: 18px 40px;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 8px 25px rgba(255, 55, 187, 0.3);
}
.about,
.games {
  padding: 80px 0;
}
.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(255, 55, 187, 0.4);
}
.about {
  background: rgba(255, 162, 149, 0.95);
}
.about h2 {
  font-size: 2.5rem;
  color: #231e00;
  margin-bottom: 30px;
}
.about p {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
  color: #231e00;
  line-height: 1.8;
}
.games {
  color: #ffffae;
}
.games h2 {
  font-size: 2.5rem;
  margin-bottom: 60px;
}
.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.game-card {
  background: rgba(255, 255, 174, 0.95);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(35, 30, 0, 0.2);
  transition: transform 0.3s;
  color: #231e00;
}
.age-gate-button,
.game-cta {
  cursor: pointer;
  transition: 0.3s;
}
.game-card:hover {
  transform: translateY(-5px);
}
.game-poster {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, #231e00, #0d5400);
  border-radius: 15px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffae;
  object-fit: contain;
}
.game-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #231e00;
}
.game-cta {
  background: linear-gradient(135deg, #0d5400, #ff37bb);
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
}
.disclaimer,
.footer,
.footer-links a:hover {
  color: #ffffae;
}
.game-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(13, 84, 0, 0.3);
}
.disclaimer {
  background: rgba(255, 162, 149, 0.1);
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 174, 0.2);
}
.age-gate,
.footer {
  background: rgba(35, 30, 0, 0.9);
}
.disclaimer p {
  font-size: 14px;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0.9;
  line-height: 1.6;
}
.footer {
  padding: 40px 0 20px;
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.footer-links a {
  color: #ffa295;
  font-size: 14px;
}
.footer-badge {
  margin: 20px 0;
}
.footer-copyright {
  font-size: 12px;
  color: #ff37bb;
  border-top: 1px solid #0d5400;
  padding-top: 20px;
}
.age-gate {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.age-gate-content {
  background: #ffffae;
  padding: 40px;
  border-radius: 20px;
  max-width: 500px;
  width: 100%;
}
.age-gate h2 {
  color: #231e00;
  margin-bottom: 20px;
  font-size: 2rem;
}
.age-gate p {
  margin-bottom: 30px;
  color: #231e00;
  line-height: 1.6;
}
.age-gate-button {
  background: linear-gradient(135deg, #ff37bb, #0d5400);
  color: #fff;
  padding: 15px 40px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 700;
}
.age-gate-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 55, 187, 0.3);
}
@media (max-width: 768px) {
  .nav-desktop {
    display: none;
  }
  .nav-mobile {
    display: block;
  }
  .mobile-menu-btn {
    display: inline-block;
  }
  .hero h1 {
    font-size: 2.5rem;
  }
  .hero p {
    font-size: 1.1rem;
  }
  .games-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
  .footer-links {
    flex-direction: column;
    gap: 15px;
  }
  .age-gate-content {
    padding: 30px 20px;
  }
}
@media (max-width: 360px) {
  .container {
    padding: 0 15px;
  }
  .hero {
    padding: 100px 0 60px;
  }
  .hero h1 {
    font-size: 2rem;
  }
}
.dkh {
  display: none;
}
.mbh {
  display: block;
}
@media (max-width: 768px) {
  .dkh {
    display: block;
    margin-top: 10rem;
  }
  .mbh {
    display: none;
  }
}
