/* Critical first-view custom CSS. Main utilities live in styles.min.css. */
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.material-symbols-outlined[data-weight="fill"] {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

html {
  scroll-behavior: smooth;
  background: #0f150f;
}

body {
  min-block-size: 100dvh;
  background:
    radial-gradient(circle at 18% 8%, rgba(124, 13, 36, 0.46), transparent 24rem),
    radial-gradient(circle at 78% 4%, rgba(233, 195, 73, 0.2), transparent 26rem),
    radial-gradient(circle at 50% 32rem, rgba(80, 200, 120, 0.13), transparent 32rem),
    linear-gradient(180deg, rgba(15, 21, 15, 0.74) 0%, rgba(10, 15, 10, 0.98) 42rem, #071008 100%),
    #0f150f;
}

.skip-link {
  position: fixed;
  inset-block-start: 0.75rem;
  inset-inline-start: 0.75rem;
  z-index: 9999;
  transform: translateY(-160%);
  border: 1px solid rgba(233, 195, 73, 0.7);
  border-radius: 0.75rem;
  background: #ffe088;
  color: #121a12;
  padding: 0.75rem 1rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.38);
  transition: transform 0.18s ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
  outline: 3px solid #6ee591;
  outline-offset: 3px;
}

.glass-panel {
  position: relative;
  background:
    linear-gradient(145deg, rgba(58, 17, 22, 0.72), rgba(24, 37, 24, 0.88) 45%, rgba(13, 18, 13, 0.94)),
    rgba(27, 33, 27, 0.78);
  border: 1px solid rgba(233, 195, 73, 0.22);
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 224, 136, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.gold-border {
  border-color: rgba(233, 195, 73, 0.58);
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.52),
    0 0 34px rgba(233, 195, 73, 0.12),
    inset 0 1px 0 rgba(255, 224, 136, 0.16);
}

.brand-logo {
  inline-size: 44px;
  block-size: 44px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(233, 195, 73, 0.28));
}

.hero-media {
  min-block-size: clamp(22rem, 64vw, 42rem);
}

.api-status {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}

.api-status::before {
  content: "";
  inline-size: 0.48rem;
  block-size: 0.48rem;
  border-radius: 9999px;
  background: #879487;
  box-shadow: 0 0 10px rgba(135, 148, 135, 0.5);
}

.api-status[data-state="live"]::before {
  background: #6ee591;
  box-shadow: 0 0 12px rgba(110, 229, 145, 0.74);
}

.api-status[data-state="stale"]::before {
  background: #e9c349;
  box-shadow: 0 0 12px rgba(233, 195, 73, 0.66);
}

.api-status[data-state="error"]::before {
  background: #ffb4ab;
  box-shadow: 0 0 12px rgba(255, 180, 171, 0.64);
}

@media (max-width: 640px) {
  .api-status {
    max-inline-size: min(48vw, 11.5rem);
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.spin-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255, 224, 136, 0.1),
    0 10px 24px rgba(0, 0, 0, 0.34);
}

.spin-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.62), transparent 58%);
}

.spin-card img {
  inline-size: 100%;
  block-size: 100%;
  display: block;
  object-fit: cover;
}

.spin-card span {
  position: absolute;
  inset-inline: 0;
  bottom: 0.42rem;
  z-index: 2;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.86);
}

.live-stage {
  box-shadow:
    0 0 0 1px rgba(233, 195, 73, 0.32),
    0 0 45px rgba(124, 13, 36, 0.32),
    0 28px 90px rgba(0, 0, 0, 0.58);
}

.casino-sidecard {
  background:
    radial-gradient(circle at 85% 0, rgba(233, 195, 73, 0.12), transparent 13rem),
    radial-gradient(circle at 0 100%, rgba(80, 200, 120, 0.12), transparent 15rem),
    linear-gradient(145deg, rgba(35, 20, 10, 0.84), rgba(22, 33, 22, 0.94));
  border-color: rgba(233, 195, 73, 0.34);
}

.casino-stat {
  background:
    linear-gradient(145deg, rgba(20, 26, 20, 0.84), rgba(48, 24, 20, 0.72)),
    rgba(27, 33, 27, 0.86);
  border-color: rgba(233, 195, 73, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 224, 136, 0.08);
}

.jackpot-strip {
  background:
    linear-gradient(90deg, rgba(80, 200, 120, 0.14), rgba(233, 195, 73, 0.18), rgba(124, 13, 36, 0.18)),
    rgba(9, 16, 10, 0.84);
  border-block: 1px solid rgba(233, 195, 73, 0.18);
}

.casino-cta {
  background: linear-gradient(180deg, #ffe088, #e9c349);
  box-shadow:
    0 0 18px rgba(233, 195, 73, 0.34),
    0 10px 28px rgba(0, 0, 0, 0.28);
}

.green-cta {
  background: linear-gradient(180deg, #83fba5, #50c878);
  box-shadow:
    0 0 18px rgba(110, 229, 145, 0.34),
    0 10px 28px rgba(0, 0, 0, 0.28);
}

body > header {
  background:
    linear-gradient(180deg, rgba(10, 16, 10, 0.96), rgba(9, 16, 10, 0.9)),
    rgba(9, 16, 10, 0.92);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.38);
}

body > header nav a {
  text-shadow: 0 0 10px rgba(110, 229, 145, 0.08);
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
