.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.brand__badge {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1rem, 4.5vw, 1.2rem);
  letter-spacing: 0.06em;
  color: var(--color-gold);
  text-shadow: 0 0 18px rgba(244, 193, 75, 0.35);
}

.brand__tag {
  font-size: clamp(0.65rem, 3vw, 0.72rem);
  color: var(--color-text-muted);
  max-width: 11rem;
  line-height: 1.25;
}

/* Language dropdown (compact pill + menu) */
.lang-dropdown {
  position: relative;
  flex-shrink: 0;
  z-index: 20;
}

.lang-dropdown__trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.65rem 0.4rem 0.5rem;
  border-radius: 999px;
  background: var(--color-surface);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-soft);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--color-text);
}

.lang-dropdown__caret {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid var(--color-text-muted);
  margin-left: 0.1rem;
}

.lang-dropdown__menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 8.5rem;
  max-height: 320px;
  overflow-y: auto;
  padding: 0.35rem;
  margin: 0;
  list-style: none;
  border-radius: var(--radius-md);
  background: rgba(18, 14, 12, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-soft);
}

.lang-dropdown__option {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 100%;
  padding: 0.45rem 0.55rem;
  border-radius: calc(var(--radius-md) - 2px);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.82rem;
  color: var(--color-text);
  text-align: left;
}

.lang-dropdown__option:hover,
.lang-dropdown__option:focus-visible {
  background: rgba(255, 255, 255, 0.08);
}

.lang-dropdown__option.is-active {
  background: rgba(0, 163, 255, 0.15);
  color: var(--color-accent);
}

.promo-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.copy-block {
  margin-bottom: 0.35rem;
}

.copy-block--bandit {
  margin-bottom: 0.5rem;
}

.urgency-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: clamp(0.62rem, 2.8vw, 0.7rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-accent);
  margin: 0 0 0.35rem;
}

.urgency-pill__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-cta);
  box-shadow: 0 0 10px var(--color-cta-glow);
  animation: pulse-dot 1.4s ease-in-out infinite;
}

.headline {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.35rem, 7.2vw, 1.85rem);
  line-height: 1.05;
  margin: 0 0 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}

.subhead {
  margin: 0;
  font-size: clamp(0.78rem, 3.4vw, 0.88rem);
  color: var(--color-text-muted);
  max-width: 22rem;
}

.wheel-game-title {
  display: none;
}

.wheel-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 0;
  margin: 0.1rem 0;
  /*overflow: hidden;*/
}

.wheel-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  width: 100%;
  max-width: calc(var(--wheel-size) + 5.5rem);
  margin: 0 auto;
}

.attempts-scroll {
  flex: 0 0 auto;
  align-self: center;
  max-width: 5rem;
  animation: parchment-wobble 4s ease-in-out infinite;
}

.attempts-scroll__inner {
  display: block;
  padding: 0.55rem 0.45rem;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(0.62rem, 2.8vw, 0.72rem);
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: #1a1208;
  background: linear-gradient(160deg, #f5e6c8, #d4b896 45%, #a08060);
  border-radius: 2px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(74, 54, 36, 0.45);
}

.wheel-stage {
  position: relative;
  flex: 0 0 var(--wheel-size);
  width: var(--wheel-size);
  height: var(--wheel-size);
  max-width: 100%;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.55));
}

.wheel-pointer {
  position: absolute;
  top: -0.35rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 22px solid var(--color-gold);
  z-index: 5;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.5));
}

.wheel-rim {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 10px;
  background: linear-gradient(145deg, #fff2b0, var(--color-gold-dark) 40%, #3d2208 100%);
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.35), 0 0 0 4px var(--color-wheel-border),
    0 0 0 6px rgba(244, 193, 75, 0.25);
}

.wheel-svg-host {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #1a1028;
}

.wheel-svg-host svg {
  width: 100%;
  height: 100%;
  display: block;
}

.wheel-svg-host .wheel-rotor {
  transform-origin: 50% 50%;
}

.wheel-hub {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 4;
}

.wheel-hub .spin-btn {
  pointer-events: auto;
}

/* Le Bandit theme shows attempts on parchment beside wheel; legacy row kept hidden if present */
.spins-row {
  display: none;
}

.rewards-panel {
  margin-top: auto;
  padding-top: 0.35rem;
}

.rewards-panel__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.25rem 0.5rem;
  margin-bottom: 0.35rem;
}

.rewards-panel__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(0.82rem, 3.5vw, 0.92rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}

.rewards-panel__hint {
  font-size: clamp(0.65rem, 2.8vw, 0.72rem);
  color: var(--color-text-muted);
}

.rewards-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
    min-height: 35px;
}

.rewards-empty {
  margin: 0;
  font-size: clamp(0.7rem, 3vw, 0.78rem);
  color: var(--color-text-muted);
}

.rewards-empty.is-hidden {
  display: none;
}

.foot-bandit {
  margin-top: auto;
  padding-top: 0.5rem;
  text-align: center;
}

.seo-note {
  margin: 0 0 0.35rem;
  font-size: clamp(0.58rem, 2.5vw, 0.66rem);
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.68);
}

.foot-bandit__cta {
  margin: 0 0 0.35rem;
  font-size: clamp(0.72rem, 3.1vw, 0.82rem);
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.4;
}

.foot-bandit__cta-link {
  display: inline-block;
  margin-top: 0.15rem;
  font-size: clamp(0.82rem, 3.6vw, 0.95rem);
}

.foot-bandit__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.6rem;
  font-size: clamp(0.58rem, 2.5vw, 0.66rem);
  color: var(--color-text-muted);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.4rem;
}

.foot-bandit__link {
  color: #ffe566;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.foot-legal {
  display: none;
}
