:root {
  --page-bg: #171717;
  --nav-bg: #171717;
  --subnav-bg: #242424;
  --panel-bg: #242424;
  --section-bg: #211F1C;
  --card-bg: #242424;
  --field-bg: #36332F;
  --border: #302D29;
  --accent: #FCF444;
  --accent-strong: #F9F144;
  --accent-dark: #514940;
  --banner-red: #7B2A54;
  --gold: #F9F144;
  --coin: #FCF444;
  --orange: #C19A32;
  --green: #F9F144;
  --blue: #514940;
  --wine: #2A2026;
  --olive: #7C7531;
  --text: #FFFFFF;
  --muted: #D7D1C8;
  --soft: #8E867C;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--page-bg);
}

body {
  overflow-x: clip;
}

.neo-page {
  min-height: 100vh;
  padding-top: 5.4rem;
  background-color: var(--page-bg);
  background-image:
    linear-gradient(115deg, rgba(252, 244, 68, 0.035) 1px, transparent 1px),
    linear-gradient(25deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 20% 12%, rgba(255, 255, 255, 0.025), transparent 18rem);
  background-size: 9rem 9rem, 11rem 11rem, 100% 100%;
  color: var(--text);
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  color: var(--accent-strong);
}

.bg-primary {
  background-color: var(--nav-bg) !important;
}

.neo-nav {
  min-height: 5.4rem;
  padding: 0.65rem 0.7rem;
  border-bottom: 1px solid var(--border);
  background: var(--nav-bg) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.42);
}

.neo-nav .navbar-brand {
  margin: 0;
  padding: 0;
  min-width: 0;
}

.neo-nav .img-profile {
  display: block;
  width: 7.6rem;
  max-width: 7.6rem;
  margin: 0 !important;
}

.navbar-toggler {
  width: 2.15rem;
  height: 2.15rem;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--field-bg);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.15rem rgba(252, 244, 68, 0.26);
}

.neo-mobile-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(0, 0.95fr);
  gap: 0.38rem;
  width: 12rem;
  min-width: 0;
  margin-left: auto;
}

.neo-mobile-action {
  min-height: 2.45rem;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1;
  color: #171717;
  background: var(--accent-strong);
  border: 1px solid rgba(255, 255, 255, 0.08);
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

.neo-mobile-affiliate {
  background: var(--accent-dark);
  color: var(--text);
  white-space: normal;
  line-height: 1.05;
}

.neo-mobile-signup {
  background: var(--accent-strong);
  color: #171717;
  font-size: 0.7rem;
}

.neo-mobile-action:hover {
  color: #ffffff;
  filter: brightness(1.08);
}

.neo-menu {
  width: 100%;
  display: flex;
  flex-direction: column !important;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}

.neo-menu-label {
  margin: 1rem 0 0.35rem;
  color: var(--soft);
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.neo-menu-divider {
  height: 1px;
  margin: 0.65rem 0;
  background: var(--border);
}

.neo-menu-item {
  margin: 0 0 0.45rem;
}

.neo-menu-link,
.neo-cta {
  min-height: 3rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  padding: 0.72rem 0.85rem !important;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--panel-bg);
  color: var(--text) !important;
  font-size: 0.98rem;
  font-weight: 600;
}

.neo-menu-link i,
.neo-cta i {
  width: 1rem;
  color: #ffffff;
  text-align: center;
}

.neo-menu-link:hover,
.neo-menu-link.active,
.neo-menu-link-primary.active {
  background: var(--accent-strong);
  border-color: var(--accent-strong);
  color: #171717 !important;
}

.neo-menu-link:hover i,
.neo-menu-link.active i,
.neo-menu-link-primary.active i {
  color: #171717;
}

.neo-menu-item-primary .neo-menu-link {
  background: var(--field-bg);
  border-color: var(--accent-dark);
}

.neo-cta {
  justify-content: center;
  color: #ffffff !important;
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  font-weight: 800;
}

.neo-cta-register {
  background: var(--accent-strong);
  border-color: var(--accent-strong);
  color: #171717 !important;
}

.neo-cta-register i {
  color: #171717;
}

.neo-cta:hover {
  background: var(--accent-strong);
  border-color: var(--accent-strong);
  color: #171717 !important;
}

.neo-language .dropdown-menu {
  min-width: 100%;
  background: var(--panel-bg);
  border: 1px solid var(--border);
}

.neo-language .dropdown-item {
  color: var(--text);
}

.neo-language .dropdown-item:hover {
  background: var(--accent);
  color: #ffffff;
}

.neo-hero {
  background: transparent;
  padding: 0.85rem 0.65rem 0;
}

.neo-hero-static-link,
.neo-hero-static-link picture {
  display: block;
}

.neo-hero-static-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #171717;
}

.neo-home-hero .neo-hero-static-img {
  max-height: 32rem;
  object-fit: cover;
  object-position: center;
}

.neo-main {
  width: 100%;
  max-width: 100%;
  padding: 1rem 0.65rem 3rem;
  background: transparent;
  overflow-x: clip;
}

.neo-category {
  padding: 0.6rem 0 1.3rem;
}

.neo-chiplist {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0.15rem 0 0.55rem;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: thin;
}

.neo-chiplist::-webkit-scrollbar {
  height: 0;
}

.neo-chip-item {
  flex: 0 0 5rem;
}

.neo-chip-link {
  min-height: 3.15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.45rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--field-bg);
  color: var(--text);
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

.neo-chip-link:hover,
.neo-chip-link.active {
  border-color: var(--accent);
  color: var(--accent-strong);
}

.neo-chip-icon {
  width: 1.05rem;
  height: 1.05rem;
  display: block;
  object-fit: contain;
}

.neo-section-head {
  align-items: center;
  margin: 1.1rem 0 0.6rem;
}

.neo-section-head h2,
.neo-section-head h3,
.neo-games-title {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.25rem, 2.4vw, 2.1rem);
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.neo-seeall,
.neo-seeall-bottom {
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.85rem 1.45rem;
  border-radius: 8px;
  background: var(--field-bg);
  border: 1px solid var(--border);
  color: var(--text);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.neo-target-cta,
.neo-seeall:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #171717;
}

.neo-target-cta i,
.neo-seeall:hover i {
  color: #171717;
}

.neo-target-cta {
  background: var(--accent-strong);
  border-color: var(--accent-strong);
  color: #171717;
}

.neo-back-casino {
  background: var(--panel-bg);
  color: var(--text);
}

.neo-grid {
  margin-top: 0.7rem;
}

.neo-grid-col {
  min-width: 0;
}

.neo-card {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  overflow: hidden;
  background: var(--card-bg);
  border: 1px solid var(--border);
}

.neo-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.neo-card:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
}

.neo-games-bottom-cta {
  margin: 1.35rem 0 2rem;
}

.neo-section-image {
  margin: 1.5rem auto;
  text-align: center;
}

.neo-section-image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--card-bg);
}

.neo-context-image img {
  max-height: 34rem;
  object-fit: contain;
}

.neo-support-image {
  max-width: 30rem;
  margin-left: 0;
  margin-right: auto;
}

.neo-support-image img {
  width: 100%;
  max-height: none;
  object-fit: contain;
}

.neo-copy,
.neo-aff-wrap {
  width: 100%;
  max-width: 86rem;
  margin: 0 auto;
}

.neo-copy {
  padding-top: 1rem;
}

.neo-longform h1,
.neo-aff-title {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.04;
  text-transform: uppercase;
}

.neo-longform h2 {
  margin: 0 0 0.75rem;
  color: #ffffff;
  font-size: clamp(1.25rem, 2.4vw, 1.85rem);
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.neo-longform h3 {
  margin: 1rem 0 0.55rem;
  color: var(--gold);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.25;
}

.neo-longform p,
.neo-longform li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.neo-editorial-note {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: -0.35rem 0 1.35rem;
  color: var(--soft);
  font-size: 0.86rem;
  line-height: 1.45;
}

.neo-editorial-note span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.65rem;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: rgba(54, 51, 47, 0.72);
}

.neo-longform strong {
  color: #ffffff;
  font-weight: 900;
}

.neo-longform section,
.neo-author-note,
.neo-faq-block,
.neo-related-block,
.neo-aff-card,
.neo-aff-mini {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--section-bg);
}

.neo-brand-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  gap: 0.75rem;
  margin: 1rem 0;
}

.neo-brand-fact {
  min-height: 5rem;
  padding: 0.95rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--field-bg);
}

.neo-brand-fact strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--accent-strong);
  font-size: 0.82rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.neo-brand-fact span {
  color: var(--text);
  font-weight: 800;
  line-height: 1.35;
}

.neo-author-note {
  border-left: 3px solid var(--accent);
}

.neo-field-notes {
  border-left: 3px solid var(--orange) !important;
}

.neo-review-list {
  margin: 0.8rem 0 0;
  padding-left: 1.15rem;
}

.neo-review-list li + li {
  margin-top: 0.45rem;
}

.neo-review-list li::marker {
  color: var(--accent);
}

.neo-table-wrap {
  width: 100%;
  margin-top: 0.9rem;
  overflow-x: auto;
}

.neo-review-table {
  width: 100%;
  min-width: 40rem;
  border-collapse: collapse;
  color: var(--muted);
}

.neo-review-table th,
.neo-review-table td {
  padding: 0.85rem;
  border: 1px solid var(--border);
  vertical-align: top;
  font-size: 0.96rem;
  line-height: 1.55;
}

.neo-review-table th {
  color: #ffffff;
  background: var(--field-bg);
  font-weight: 900;
}

.neo-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  gap: 0.7rem;
}

.neo-related-card {
  min-height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem;
  border-radius: 8px;
  background: var(--panel-bg);
  border: 1px solid var(--border);
  color: var(--text);
  font-weight: 800;
}

.neo-related-card:hover {
  border-color: var(--accent);
  color: #ffffff;
}

.neo-payments img {
  max-width: 100%;
  height: auto;
  padding: 0.7rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--field-bg);
}

.neo-payment-strip img {
  width: min(100%, 86rem);
  padding: 0.75rem;
  background: var(--page-bg);
}

.neo-providers-strip img {
  width: min(100%, 62rem);
  padding: 0.5rem;
  background: #ffffff;
}

.neo-footer {
  padding: 2rem 0 3rem;
  color: var(--soft);
  text-align: center;
}

.neo-footer img {
  max-height: 2.5rem;
  margin-top: 1rem;
}

.neo-aff-simple {
  min-height: 100vh;
  background: var(--page-bg);
}

.neo-aff-wrap {
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--section-bg);
}

.neo-aff-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--accent);
  border-radius: 8px;
  background: var(--accent-strong);
  color: #171717;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.neo-aff-title {
  max-width: 70rem;
}

.neo-aff-final-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 46rem;
  margin: 1rem 0 1.5rem;
}

.neo-aff-page-text {
  color: var(--muted);
}

.neo-aff-page-text p {
  margin-bottom: 0.85rem;
}

.neo-aff-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1rem 0;
}

.neo-aff-mini {
  margin-top: 0;
  color: var(--muted);
}

.neo-aff-mini strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--gold);
}

.neo-offer-terms {
  border-left: 3px solid var(--gold);
}

@media (min-width: 576px) {
  .neo-main,
  .neo-hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .neo-chip-item {
    flex-basis: 7.2rem;
  }
}

@media (min-width: 992px) {
  .neo-page {
    padding-top: 0;
    padding-left: 17rem;
  }

  .neo-nav {
    width: 17rem;
    height: 100vh;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    justify-content: flex-start !important;
    padding: 1.25rem 0.75rem;
    overflow-y: auto;
    overflow-x: hidden;
    border-right: 1px solid var(--border);
    border-bottom: 0;
  }

  .neo-nav .navbar-brand {
    display: block;
    margin: 0 auto 1rem;
  }

  .neo-nav .img-profile {
    width: 13.9rem;
    max-width: 13.9rem;
  }

  .neo-nav .navbar-collapse {
    display: block !important;
    flex-basis: auto !important;
    flex-grow: 0 !important;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch !important;
  }

  .neo-nav .navbar-nav,
  .neo-nav .neo-menu {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .neo-menu-label,
  .neo-menu-divider,
  .neo-menu-item,
  .neo-cta,
  .neo-language {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto !important;
  }

  .neo-nav .neo-menu-link,
  .neo-nav .neo-cta {
    min-width: 0;
    max-width: 100%;
  }

  .neo-mobile-actions,
  .navbar-toggler {
    display: none !important;
  }

  .neo-menu-item-primary {
    position: sticky;
    top: 0;
    z-index: 3;
  }

  .neo-menu-item-primary + .neo-menu-item-primary {
    top: 3.45rem;
  }

  .neo-hero {
    padding: 1.25rem 1.25rem 0;
  }

  .neo-main {
    padding: 1.25rem 1.25rem 4rem;
  }

  .neo-chiplist {
    flex-wrap: wrap;
    overflow: visible;
  }

  .neo-chip-item {
    flex: 0 0 auto;
  }

  .neo-chip-link {
    min-width: 9rem;
  }

  .neo-longform section,
  .neo-author-note,
  .neo-faq-block,
  .neo-related-block,
  .neo-aff-card,
  .neo-aff-wrap {
    padding: 1.35rem;
  }
}

@media (max-width: 991.98px) {
  .neo-nav {
    display: grid;
    grid-template-columns: 2.15rem minmax(0, 1fr) 7.55rem;
    align-items: center;
    column-gap: 0.45rem;
    max-height: 100vh;
    max-height: 100dvh;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }

  .neo-nav .navbar-toggler {
    grid-column: 1;
    grid-row: 1;
  }

  .neo-nav .navbar-brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
  }

  .neo-mobile-actions {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .neo-nav .navbar-collapse {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 0.75rem;
    max-height: calc(100vh - 4.4rem);
    max-height: calc(100dvh - 4.4rem);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding-right: 0.18rem;
  }

  .neo-menu {
    padding-bottom: 2rem;
  }
}

@media (max-width: 575.98px) {
  .neo-page {
    padding-top: 5.55rem;
  }

  .neo-nav {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0.32rem;
    min-height: 5.55rem;
    padding: 0.6rem 0.5rem;
  }

  .neo-nav .navbar-toggler {
    order: 1;
    flex: 0 0 2.05rem;
  }

  .neo-nav .img-profile {
    width: 5.6rem;
    max-width: 5.6rem;
  }

  .neo-nav .navbar-brand {
    order: 2;
    flex: 0 0 5.8rem;
  }

  .neo-mobile-actions {
    order: 3;
    flex: 0 0 6.8rem;
    width: min(100%, 6.8rem);
    max-width: 100%;
    margin-left: auto;
    gap: 0.2rem;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  }

  .neo-nav .navbar-collapse {
    order: 4;
    flex: 1 0 100%;
  }

  .neo-mobile-affiliate {
    font-size: 0.46rem;
    line-height: 1.02;
  }

  .neo-mobile-signup {
    font-size: 0.48rem;
  }

  .neo-chiplist {
    scrollbar-width: none;
  }

  .neo-mobile-action {
    min-height: 2.6rem;
    padding: 0.35rem 0.28rem;
  }

  .neo-mobile-affiliate {
    font-size: 0.5rem;
  }

  .neo-mobile-signup {
    font-size: 0.56rem;
  }

  .neo-longform h1,
  .neo-aff-title {
    font-size: 1.9rem;
  }

  .neo-longform p,
  .neo-longform li {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .neo-aff-final-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .neo-aff-final-actions .neo-seeall-bottom {
    min-width: 0;
    padding: 0.65rem 0.35rem;
    font-size: 0.62rem;
  }

  .neo-aff-mini-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 380px) {
  .neo-nav {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }

  .neo-nav .img-profile {
    width: 4.85rem;
    max-width: 4.85rem;
  }

  .neo-mobile-actions {
    width: 100%;
    flex-basis: 6.3rem;
    max-width: 6.3rem;
    gap: 0.18rem;
  }

  .neo-mobile-affiliate {
    font-size: 0.46rem;
  }

  .neo-mobile-signup {
    font-size: 0.52rem;
  }
}
