:root {
  --ink: #100b12;
  --ink-soft: #1a121f;
  --plum: #2a1830;
  --coral: #ff6b5b;
  --coral-deep: #e24f45;
  --lime: #d4f06a;
  --ivory: #f6efe6;
  --muted: #c9bdb2;
  --line: rgba(246, 239, 230, 0.14);
  --glow: rgba(255, 107, 91, 0.28);
  --font-display: "Bricolage Grotesque", sans-serif;
  --font-body: "Figtree", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  color: var(--ivory);
  background:
    radial-gradient(ellipse 70% 45% at 10% -10%, rgba(255, 107, 91, 0.18), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 0%, rgba(212, 240, 106, 0.08), transparent 50%),
    linear-gradient(165deg, #0d0910 0%, #16101a 42%, #0f0b13 100%);
  line-height: 1.65;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  background: rgba(16, 11, 18, 0.88);
  border-bottom: 1px solid var(--line);
}

.site-nav {
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0;
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  color: var(--ink);
  background: linear-gradient(145deg, var(--lime) 0%, #b6d84f 100%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  font-size: 1.05rem;
  transition: transform 0.25s ease;
}

.brand-mark.compact {
  width: 36px;
  height: 36px;
  font-size: 0.85rem;
}

.brand-logo:hover .brand-mark {
  transform: rotate(12deg) scale(1.04);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  line-height: 1.1;
}

.brand-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  color: var(--ivory);
}

.brand-tag {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--coral);
}

.nav-toggle {
  border: 1px solid rgba(255, 107, 91, 0.45);
  border-radius: 8px;
  padding: 0.55rem 0.7rem;
  background: rgba(255, 107, 91, 0.08);
}

.nav-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 91, 0.2);
}

.hamburger {
  width: 22px;
  height: 14px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--ivory);
  transition: transform 0.25s ease, opacity 0.25s ease, width 0.25s ease;
}

.hamburger span:nth-child(2) {
  width: 70%;
  margin-left: auto;
}

.nav-toggle[aria-expanded="true"] .hamburger span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .hamburger span:nth-child(2) {
  opacity: 0;
  width: 100%;
}

.nav-toggle[aria-expanded="true"] .hamburger span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.site-nav .navbar-nav {
  gap: 0.15rem;
}

.site-nav .nav-link {
  position: relative;
  padding: 0.45rem 0.7rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(246, 239, 230, 0.72);
  transition: color 0.2s ease;
}

.site-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0.15rem;
  height: 2px;
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus,
.site-nav .nav-link.active {
  color: var(--ivory);
}

.site-nav .nav-link:hover::after,
.site-nav .nav-link:focus::after,
.site-nav .nav-link.active::after {
  transform: scaleX(1);
}

.hero {
  position: relative;
  min-height: calc(100vh - 90px);
  display: flex;
  align-items: stretch;
  padding: 5rem 0 4rem;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: saturate(1.05) contrast(1.05);
  animation: panHero 22s ease-in-out infinite alternate;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(16, 11, 18, 0.92) 0%, rgba(16, 11, 18, 0.78) 42%, rgba(16, 11, 18, 0.45) 72%, rgba(16, 11, 18, 0.7) 100%),
    linear-gradient(180deg, transparent 55%, rgba(16, 11, 18, 0.9) 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(246, 239, 230, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 239, 230, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent 70%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.25rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lime);
  animation: slideUp 0.7s ease both;
}

.hero-title {
  margin: 0 0 1.35rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.5rem, 6.2vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: var(--ivory);
  animation: slideUp 0.85s ease 0.05s both;
}

.hero-title-line {
  display: block;
}

.hero-title-line.accent {
  color: transparent;
  background: linear-gradient(100deg, var(--coral) 10%, #ff9a7a 55%, var(--lime) 120%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-lead {
  max-width: 34rem;
  margin: 0 0 2rem;
  font-size: clamp(1.02rem, 1.8vw, 1.18rem);
  color: rgba(246, 239, 230, 0.84);
  animation: slideUp 0.95s ease 0.12s both;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  animation: slideUp 1.05s ease 0.18s both;
}

.btn-hero-primary,
.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 54px;
  padding: 0.9rem 1.5rem;
  font-weight: 700;
  font-size: 0.98rem;
  border: 0;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  transition: transform 0.2s ease, filter 0.2s ease, background 0.2s ease;
}

.btn-hero-primary {
  color: var(--ink);
  background: linear-gradient(120deg, var(--coral) 0%, #ff8b6a 100%);
  box-shadow: 0 16px 34px var(--glow);
}

.btn-hero-primary:hover {
  color: var(--ink);
  transform: translateY(-3px);
  filter: brightness(1.05);
}

.btn-hero-secondary {
  color: var(--ivory);
  background: rgba(246, 239, 230, 0.06);
  box-shadow: inset 0 0 0 1px rgba(246, 239, 230, 0.28);
}

.btn-hero-secondary:hover {
  color: var(--lime);
  transform: translateY(-3px);
  background: rgba(212, 240, 106, 0.08);
  box-shadow: inset 0 0 0 1px rgba(212, 240, 106, 0.45);
}

.hero-panel {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  padding: 1.4rem 0 0.4rem 1.4rem;
  border-left: 1px solid rgba(255, 107, 91, 0.45);
  animation: slideUp 1.1s ease 0.22s both;
}

.hero-panel-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  align-items: start;
}

.hero-panel-index {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  line-height: 1;
  color: var(--coral);
  letter-spacing: -0.03em;
}

.hero-panel-item h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ivory);
}

.hero-panel-item p {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(246, 239, 230, 0.72);
}

.games-section {
  position: relative;
  padding: 5rem 0 5.5rem;
  background:
    radial-gradient(ellipse 60% 50% at 80% 10%, rgba(255, 107, 91, 0.1), transparent 55%),
    linear-gradient(180deg, rgba(16, 11, 18, 0.2) 0%, #120c15 100%);
  border-top: 1px solid var(--line);
}

.games-header {
  max-width: 40rem;
  margin-bottom: 2.75rem;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lime);
}

.section-title {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--ivory);
}

.section-lead {
  margin: 0;
  font-size: 1.05rem;
  color: rgba(246, 239, 230, 0.76);
}

.game-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, rgba(42, 24, 48, 0.55) 0%, rgba(16, 11, 18, 0.9) 100%);
  border: 1px solid rgba(246, 239, 230, 0.1);
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.game-item:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 107, 91, 0.45);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.35);
}

.game-media {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.game-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.game-item:hover .game-media img {
  transform: scale(1.06);
}

.game-body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.25rem 1.3rem 1.45rem;
  flex: 1;
}

.game-type {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--coral);
}

.game-title {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.game-title a {
  color: var(--ivory);
  transition: color 0.2s ease;
}

.game-title a:hover,
.game-title a:focus {
  color: var(--lime);
}

.btn-game-play {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 44px;
  padding: 0.7rem 1.2rem;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--ink);
  background: linear-gradient(120deg, var(--coral) 0%, #ff8b6a 100%);
  border: 0;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  transition: transform 0.2s ease, filter 0.2s ease;
}

.btn-game-play:hover {
  color: var(--ink);
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.content-section {
  padding: 5rem 0;
  border-top: 1px solid var(--line);
}

.about-section {
  background:
    radial-gradient(ellipse 50% 45% at 0% 20%, rgba(212, 240, 106, 0.07), transparent 55%),
    linear-gradient(180deg, #110c14 0%, #160f1b 100%);
}

.how-section {
  background: linear-gradient(180deg, #140e19 0%, #100b12 100%);
}

.disclaimer-section {
  background:
    radial-gradient(ellipse 55% 50% at 100% 0%, rgba(255, 107, 91, 0.12), transparent 50%),
    #120c15;
}

.community-section {
  background: linear-gradient(180deg, #100b12 0%, #0d0910 100%);
}

.content-block p {
  margin: 0 0 1.1rem;
  font-size: 1.02rem;
  color: rgba(246, 239, 230, 0.8);
}

.content-block p:last-child {
  margin-bottom: 0;
}

.btn-section-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.5rem;
  min-height: 48px;
  padding: 0.8rem 1.3rem;
  font-weight: 700;
  color: var(--ivory);
  background: rgba(246, 239, 230, 0.05);
  box-shadow: inset 0 0 0 1px rgba(246, 239, 230, 0.25);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.btn-section-link:hover {
  color: var(--lime);
  background: rgba(212, 240, 106, 0.08);
  transform: translateY(-2px);
}

.step-item {
  height: 100%;
  padding: 1.5rem 1.35rem;
  border-top: 2px solid var(--coral);
  background: rgba(42, 24, 48, 0.28);
}

.step-index {
  display: inline-block;
  margin-bottom: 0.9rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.35rem;
  color: var(--lime);
  letter-spacing: -0.03em;
}

.step-item h3 {
  margin: 0 0 0.7rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ivory);
}

.step-item p {
  margin: 0;
  color: rgba(246, 239, 230, 0.74);
  font-size: 0.98rem;
}

.how-extra {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.disclaimer-panel {
  padding: 2.2rem 1.8rem;
  background: linear-gradient(145deg, rgba(42, 24, 48, 0.55) 0%, rgba(16, 11, 18, 0.92) 100%);
  border: 1px solid rgba(255, 107, 91, 0.28);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 28px 100%, 0 calc(100% - 28px));
}

.disclaimer-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.disclaimer-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 0.95rem;
  background: rgba(255, 107, 91, 0.1);
  border: 1px solid rgba(255, 107, 91, 0.28);
  color: var(--ivory);
  font-size: 0.9rem;
  font-weight: 600;
}

.disclaimer-chip i {
  color: var(--lime);
}

.info-stack {
  display: grid;
  gap: 1rem;
}

.info-item {
  padding: 1.3rem 1.25rem;
  background: rgba(246, 239, 230, 0.03);
  border-left: 2px solid var(--lime);
}

.info-item h3 {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--ivory);
}

.info-item h3 i {
  color: var(--coral);
}

.info-item p {
  margin: 0 0 0.7rem;
  color: rgba(246, 239, 230, 0.74);
  font-size: 0.96rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--lime);
  transition: color 0.2s ease;
}

.text-link:hover {
  color: var(--coral);
}

.site-footer {
  position: relative;
  padding: 3.5rem 0 2rem;
  background: #0b070e;
  border-top: 1px solid var(--line);
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(36vw, 280px);
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--lime));
}

.footer-main {
  margin-bottom: 2rem;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: var(--ivory);
}

.footer-note {
  margin: 0 0 1.25rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
}

.footer-badge-link {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.5rem;
  background: rgba(246, 239, 230, 0.05);
  border: 1px solid rgba(246, 239, 230, 0.12);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.footer-badge-link:hover {
  border-color: rgba(255, 107, 91, 0.45);
  background: rgba(255, 107, 91, 0.08);
}

.footer-badge-link img {
  display: block;
  width: auto;
  height: 42px;
  max-width: 140px;
  object-fit: contain;
}

.footer-heading {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--ivory);
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.footer-links a {
  color: rgba(246, 239, 230, 0.72);
  font-size: 0.94rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--lime);
}

.footer-support-note {
  margin: 1rem 0 0;
  font-size: 0.86rem;
  color: rgba(201, 189, 178, 0.72);
  line-height: 1.6;
}

.footer-disclaimer {
  padding: 1.4rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.footer-disclaimer p {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: rgba(246, 239, 230, 0.74);
  line-height: 1.65;
}

.footer-disclaimer p:last-child {
  margin-bottom: 0;
}

.footer-disclaimer strong {
  color: var(--coral);
  font-weight: 700;
}

.footer-bottom {
  padding-top: 1.25rem;
}

.footer-copy {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(201, 189, 178, 0.7);
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes panHero {
  from {
    transform: scale(1.05) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.12) translate3d(-2%, -1%, 0);
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 0.9rem;
    padding: 0.75rem;
    background: rgba(26, 18, 31, 0.98);
    border: 1px solid var(--line);
    border-radius: 12px;
  }

  .site-nav .nav-link {
    padding: 0.75rem 0.85rem;
  }

  .site-nav .nav-link::after {
    left: 0.85rem;
    right: auto;
    width: 28px;
    bottom: 0.45rem;
  }

  .hero {
    min-height: auto;
    padding: 3.5rem 0 3.25rem;
  }

  .hero-panel {
    padding-left: 1.1rem;
    margin-top: 0.5rem;
  }

  .content-section {
    padding: 4rem 0;
  }

  .disclaimer-panel {
    padding: 1.6rem 1.2rem;
  }
}

@media (max-width: 575.98px) {
  .brand-tag {
    display: none;
  }

  .brand-name {
    font-size: 1.02rem;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-hero-primary,
  .btn-hero-secondary {
    justify-content: center;
  }

  .footer-badges {
    justify-content: flex-start;
  }
}

.scroll-locked {
  overflow: hidden !important;
  height: 100%;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: rgba(8, 5, 10, 0.84);
  backdrop-filter: blur(10px);
}

.age-gate[hidden] {
  display: none !important;
}

.age-gate-card {
  width: min(100%, 520px);
  padding: 2rem 1.6rem;
  background: linear-gradient(160deg, #241528 0%, #120c16 100%);
  border: 1px solid rgba(255, 107, 91, 0.35);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45), 0 0 40px rgba(255, 107, 91, 0.12);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
}

.age-gate-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 14px;
  background: rgba(212, 240, 106, 0.12);
  color: var(--lime);
  font-size: 1.3rem;
}

.age-gate-card h2 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.age-gate-card p {
  margin: 0 0 0.85rem;
  color: rgba(246, 239, 230, 0.8);
  font-size: 0.96rem;
}

.age-gate-check {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin: 1.2rem 0 1.35rem;
  font-size: 0.92rem;
  color: var(--ivory);
  cursor: pointer;
}

.age-gate-check input {
  margin-top: 0.2rem;
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--coral);
  flex-shrink: 0;
}

.btn-age-accept {
  width: 100%;
  min-height: 50px;
  border: 0;
  font-weight: 700;
  color: var(--ink);
  background: linear-gradient(120deg, var(--coral) 0%, #ff8b6a 100%);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.btn-age-accept:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.btn-age-accept:not(:disabled):hover {
  filter: brightness(1.05);
}

.cookie-consent {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 3500;
}

.cookie-consent[hidden] {
  display: none !important;
}

.cookie-consent-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.15rem 1.25rem;
  background: linear-gradient(135deg, #221628 0%, #120d16 100%);
  border: 1px solid rgba(212, 240, 106, 0.28);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
}

.cookie-consent-copy {
  flex: 1 1 280px;
}

.cookie-consent-copy h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
}

.cookie-consent-copy p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(246, 239, 230, 0.78);
}

.cookie-consent-copy a {
  color: var(--lime);
  text-decoration: underline;
}

.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.btn-cookie-primary,
.btn-cookie-secondary {
  min-height: 44px;
  padding: 0.65rem 1.1rem;
  border: 0;
  font-weight: 700;
  font-size: 0.9rem;
}

.btn-cookie-primary {
  color: var(--ink);
  background: linear-gradient(120deg, var(--lime) 0%, #b9d84a 100%);
}

.btn-cookie-secondary {
  color: var(--ivory);
  background: rgba(246, 239, 230, 0.06);
  box-shadow: inset 0 0 0 1px rgba(246, 239, 230, 0.25);
}

.page-hero {
  padding: 4.2rem 0 2.5rem;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(ellipse 50% 60% at 90% 0%, rgba(255, 107, 91, 0.12), transparent 50%),
    linear-gradient(180deg, #16101a 0%, transparent 100%);
}

.page-hero .section-title {
  margin-bottom: 0.9rem;
}

.page-wrap {
  padding: 3.5rem 0 5rem;
}

.page-wrap .content-block h3 {
  margin: 1.8rem 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--ivory);
}

.faq-item {
  margin-bottom: 1rem;
  padding: 1.2rem 1.25rem;
  background: rgba(42, 24, 48, 0.35);
  border-left: 2px solid var(--coral);
}

.faq-item h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 800;
}

.faq-item p {
  margin: 0;
  color: rgba(246, 239, 230, 0.78);
}

.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1rem;
  padding: 0.95rem 1.2rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--ink);
  background: linear-gradient(120deg, var(--coral) 0%, #ff8b6a 100%);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.game-play-section {
  padding: 3rem 0 4.5rem;
}

.game-play-shell {
  position: relative;
  padding: 1.5rem;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 107, 91, 0.18), transparent 40%),
    radial-gradient(circle at 80% 10%, rgba(212, 240, 106, 0.12), transparent 35%),
    linear-gradient(160deg, #1d1324 0%, #100b12 100%);
  border: 1px solid rgba(246, 239, 230, 0.12);
  box-shadow: 0 0 0 1px rgba(255, 107, 91, 0.08), 0 25px 60px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.game-play-shell::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 90deg, transparent, rgba(255, 107, 91, 0.08), transparent 35%);
  animation: hubSpin 14s linear infinite;
  pointer-events: none;
}

.game-stage {
  position: relative;
  z-index: 1;
}

.game-disclaimer {
  margin-top: 1.75rem;
  padding: 1.2rem 1.25rem;
  background: rgba(255, 107, 91, 0.08);
  border: 1px solid rgba(255, 107, 91, 0.25);
}

.game-disclaimer p {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(246, 239, 230, 0.8);
}

.slot-machine {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.slot-frame {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  padding: 1.2rem;
  background: rgba(8, 5, 10, 0.75);
  border: 1px solid rgba(212, 240, 106, 0.25);
  box-shadow: inset 0 0 30px rgba(255, 107, 91, 0.15), 0 0 35px rgba(255, 107, 91, 0.2);
}

.slot-reel {
  height: 160px;
  overflow: hidden;
  border: 1px solid rgba(246, 239, 230, 0.15);
  background: linear-gradient(180deg, #2a1830, #140e1a);
  position: relative;
}

.slot-reel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 11, 18, 0.65), transparent 30%, transparent 70%, rgba(16, 11, 18, 0.65));
  pointer-events: none;
}

.slot-strip {
  display: flex;
  flex-direction: column;
  transition: transform 0.1s linear;
}

.slot-symbol {
  height: 160px;
  display: grid;
  place-items: center;
  font-size: 3rem;
  color: var(--lime);
  text-shadow: 0 0 18px rgba(212, 240, 106, 0.65), 0 0 28px rgba(255, 107, 91, 0.35);
}

.slot-symbol.coral {
  color: var(--coral);
}

.slot-symbol.ivory {
  color: var(--ivory);
}

.slot-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.35rem;
}

.slot-status {
  margin-top: 1rem;
  min-height: 1.5rem;
  font-weight: 700;
  color: var(--lime);
  text-shadow: 0 0 12px rgba(212, 240, 106, 0.35);
}

.btn-game-action {
  min-height: 50px;
  padding: 0.8rem 1.4rem;
  border: 0;
  font-weight: 800;
  color: var(--ink);
  background: linear-gradient(120deg, var(--coral), #ff8f6f);
  box-shadow: 0 0 24px rgba(255, 107, 91, 0.35);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  transition: transform 0.2s ease, filter 0.2s ease;
}

.btn-game-action:hover:not(:disabled) {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.btn-game-action:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn-game-ghost {
  min-height: 50px;
  padding: 0.8rem 1.4rem;
  border: 0;
  font-weight: 700;
  color: var(--ivory);
  background: rgba(246, 239, 230, 0.06);
  box-shadow: inset 0 0 0 1px rgba(246, 239, 230, 0.25);
}

.bj-table {
  max-width: 860px;
  margin: 0 auto;
}

.bj-row {
  min-height: 140px;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid rgba(212, 240, 106, 0.2);
  background: rgba(8, 5, 10, 0.55);
  box-shadow: inset 0 0 40px rgba(47, 154, 136, 0.05), 0 0 25px rgba(255, 107, 91, 0.08);
}

.bj-label {
  margin-bottom: 0.7rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--coral);
}

.bj-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.bj-card {
  width: 72px;
  height: 102px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(160deg, #fff8f0, #f0e2d4);
  color: #1a1018;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.25rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 107, 91, 0.2);
  animation: cardIn 0.35s ease both;
}

.bj-card.red {
  color: #c62828;
}

.bj-card.back {
  background: linear-gradient(145deg, #2a1830, #ff6b5b);
  color: var(--ivory);
}

.bj-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0 1rem;
}

.bj-score {
  font-weight: 700;
  color: var(--lime);
}

.wheel-wrap {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.wheel-stage {
  position: relative;
  width: min(100%, 360px);
  margin: 0 auto 1.4rem;
  aspect-ratio: 1;
}

.wheel-pointer {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 26px solid var(--lime);
  filter: drop-shadow(0 0 10px rgba(212, 240, 106, 0.7));
}

.wheel-disk {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid rgba(246, 239, 230, 0.35);
  box-shadow:
    0 0 0 8px rgba(255, 107, 91, 0.2),
    0 0 40px rgba(255, 107, 91, 0.35),
    inset 0 0 30px rgba(0, 0, 0, 0.35);
  background: conic-gradient(
    #ff6b5b 0 45deg,
    #1a121f 45deg 90deg,
    #d4f06a 90deg 135deg,
    #2a1830 135deg 180deg,
    #ff8b6a 180deg 225deg,
    #100b12 225deg 270deg,
    #c8e87c 270deg 315deg,
    #3a2040 315deg 360deg
  );
  transition: transform 4s cubic-bezier(0.12, 0.75, 0.08, 1);
}

.wheel-center {
  position: absolute;
  inset: 42%;
  border-radius: 50%;
  background: radial-gradient(circle, #fff2, #100b12 70%);
  border: 2px solid var(--lime);
  box-shadow: 0 0 20px rgba(212, 240, 106, 0.45);
  z-index: 2;
}

.wheel-result {
  min-height: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 800;
  color: var(--lime);
  text-shadow: 0 0 14px rgba(212, 240, 106, 0.4);
}

@keyframes hubSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes cardIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-bg,
  .hero-kicker,
  .hero-title,
  .hero-lead,
  .hero-actions,
  .hero-panel,
  .game-play-shell::before {
    animation: none;
  }

  .wheel-disk {
    transition: none;
  }
}
