/* SLOTXO V4 — complete dark gold cleanup */
:root {
  --gold: #d8ad50;
  --gold-light: #f7e4a7;
  --gold-deep: #95651e;
  --ink: #0d0d0e;
  --panel: #191919;
  --panel-2: #23211d;
  --cream: #f3ecdc;
}
html,
body {
  background: #0b0b0c !important;
  color: var(--cream) !important;
}
body {
  background-image:
    radial-gradient(circle at 8% 0%, rgba(216, 173, 80, 0.13), transparent 28%),
    radial-gradient(
      circle at 94% 22%,
      rgba(149, 101, 30, 0.1),
      transparent 25%
    ),
    linear-gradient(180deg, #0b0b0c 0%, #141312 45%, #0a0a0b 100%) !important;
}
body.dark {
  --bg: #0b0b0c !important;
  --surface: #191919 !important;
  --surface-strong: #24211c !important;
  --text: #f4ecdb !important;
  --muted: #aaa294 !important;
  --line: rgba(216, 173, 80, 0.2) !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(216, 173, 80, 0.13), transparent 28%),
    linear-gradient(180deg, #0b0b0c, #141312 50%, #0a0a0b) !important;
}
/* eliminate remaining blue/cyan surfaces */
.seo-content,
.seo-block,
.seo-content__body,
.footer,
.topbar,
.page-hero,
.feature-box,
.feature-box.alt,
.contact-card,
.form-card,
.promo,
.promo:nth-child(2),
.promo:nth-child(3),
.promo:nth-child(4),
.mobile-nav,
.mobile-menu-drawer,
.mega-menu,
.rank-panel,
.rank-item,
.pwa-toast,
.winner-toast,
.toast {
  background: linear-gradient(
    145deg,
    rgba(35, 33, 29, 0.97),
    rgba(14, 14, 15, 0.98)
  ) !important;
  border-color: rgba(216, 173, 80, 0.2) !important;
  color: var(--cream) !important;
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.38),
    inset 0 1px rgba(255, 255, 255, 0.035) !important;
}
.seo-content {
  position: relative;
  overflow: hidden;
  padding: 34px !important;
  border: 1px solid rgba(216, 173, 80, 0.25) !important;
}
.seo-content:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    rgba(216, 173, 80, 0.08),
    transparent 45%
  );
  pointer-events: none;
}
.seo-content__badge,
.section-kicker {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(216, 173, 80, 0.13) !important;
  border: 1px solid rgba(216, 173, 80, 0.28) !important;
  color: var(--gold-light) !important;
  font-weight: 800;
  letter-spacing: 0.09em;
  font-size: 11px;
}
.seo-content h2,
.seo-content h3,
.footer h3 {
  color: var(--gold-light) !important;
}
.seo-content p,
.seo-content li {
  color: #bdb4a5 !important;
}
/* all interactive controls */
button,
.btn,
.auth-btn,
.header-register,
.register-btn,
.play,
.mobile-drawer-register,
input[type="submit"] {
  border-color: rgba(247, 228, 167, 0.25) !important;
}
.btn:not(.secondary),
.btn-primary,
.auth-register,
.header-register,
.register-btn,
.play,
.mobile-drawer-register,
input[type="submit"] {
  background: linear-gradient(
    135deg,
    #f5dea0 0%,
    #d4a948 48%,
    #98671f 100%
  ) !important;
  color: #171108 !important;
  box-shadow: 0 10px 26px rgba(174, 120, 30, 0.28) !important;
}
.btn.secondary,
.btn.outline,
.auth-login,
.header-login,
.icon-btn,
.header-theme-toggle,
.site-menu-toggle,
.mobile-drawer-login {
  background: linear-gradient(145deg, #29261f, #171717) !important;
  color: #edd58d !important;
  border: 1px solid rgba(216, 173, 80, 0.28) !important;
}
button:hover,
.btn:hover,
.auth-btn:hover,
.header-register:hover,
.header-login:hover {
  filter: brightness(1.08);
  box-shadow: 0 12px 30px rgba(216, 173, 80, 0.25) !important;
}
input,
textarea,
select,
.search,
.field input,
.field textarea {
  background: #151515 !important;
  color: #f4ecdc !important;
  border-color: rgba(216, 173, 80, 0.2) !important;
}
.field input:focus,
.field textarea:focus,
input:focus,
textarea:focus {
  border-color: rgba(216, 173, 80, 0.58) !important;
  box-shadow: 0 0 0 4px rgba(216, 173, 80, 0.1) !important;
  outline: none;
}
::placeholder {
  color: #847d72 !important;
}
a,
.link,
.rank-no {
  color: #dfb85f;
}
.site-nav a,
.footer a {
  color: #bdb5a7 !important;
}
.site-nav a:hover,
.site-nav a.active,
.footer a:hover {
  color: #f5dda0 !important;
}
.chip.active,
.filter.active,
.provider.active,
.mobile-nav a.active {
  background: linear-gradient(135deg, #e5c26e, #a87525) !important;
  color: #171108 !important;
  box-shadow: 0 9px 22px rgba(176, 123, 34, 0.25) !important;
}
.nav-icon,
.stat-icon,
.feature-icon,
.cover-icon,
.brand-mini {
  background: linear-gradient(145deg, #f0d890, #9b6a21) !important;
  color: #171108 !important;
  box-shadow: 0 12px 28px rgba(164, 110, 27, 0.25) !important;
}
.page-visual {
  filter: drop-shadow(0 20px 22px rgba(216, 173, 80, 0.22)) !important;
}
.loader {
  background: linear-gradient(145deg, #171511, #090909) !important;
}
.loader-bar,
.rank-meter {
  background: #393227 !important;
}
.loader-bar i,
.rank-meter i {
  background: linear-gradient(90deg, #9a681f, #f2d98f) !important;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(#f0d78c, #9a681f) !important;
}
/* providers */
.provider-showcase {
  margin-top: 26px;
}
.provider-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.provider-brand-card {
  min-height: 150px;
  padding: 20px 16px;
  border-radius: 22px;
  background: linear-gradient(
    145deg,
    rgba(39, 37, 32, 0.96),
    rgba(17, 17, 18, 0.98)
  );
  border: 1px solid rgba(216, 173, 80, 0.17);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.28s;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
  color: #eee3ce !important;
}
.provider-brand-card:hover {
  transform: translateY(-7px);
  border-color: rgba(242, 215, 143, 0.5);
  box-shadow:
    0 20px 42px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(216, 173, 80, 0.11);
}
.provider-mark {
  width: 62px;
  height: 62px;
  border-radius: 19px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  background: linear-gradient(145deg, #f1da96, #98661e);
  color: #171108;
  font-family: Orbitron, Arial, sans-serif;
  font-size: 21px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(166, 113, 29, 0.26);
}
.provider-name {
  font-weight: 800;
  color: #f4ead6;
}
.provider-brand-card small {
  margin-top: 5px;
  color: #989083;
}
/* footer */
.premium-footer {
  margin-top: 40px !important;
  padding: 40px 34px 20px !important;
  border: 1px solid rgba(216, 173, 80, 0.18) !important;
  border-radius: 28px 28px 0 0 !important;
  display: block !important;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 34px;
}
.footer-brand img {
  width: 145px;
  max-height: 50px;
  object-fit: contain;
  object-position: left center;
}
.footer-brand p {
  max-width: 420px;
  line-height: 1.75;
  color: #aaa294 !important;
}
.footer-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}
.footer-trust span {
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(216, 173, 80, 0.09);
  border: 1px solid rgba(216, 173, 80, 0.16);
  color: #d8c58f;
}
.footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-column h3 {
  margin: 0 0 8px;
  font-size: 16px;
}
.footer-column a {
  font-size: 14px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(216, 173, 80, 0.14);
  color: #817a70;
  font-size: 12px;
}
/* hard overrides for legacy literals */
[style*="#0b8aff"],
[style*="#087dff"],
[style*="#0cbfff"],
[style*="#35c7ff"],
[style*="#10d6d1"] {
  background: linear-gradient(135deg, #d8ad50, #95651e) !important;
}
@media (max-width: 1100px) {
  .provider-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
  .footer-column:last-child {
    grid-column: 2/4;
  }
}
@media (max-width: 760px) {
  .provider-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .provider-brand-card {
    min-height: 132px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-column:last-child {
    grid-column: auto;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .premium-footer {
    padding: 28px 20px 18px !important;
  }
}
