/* Vegastars Casino — brand tokens */
:root {
  --vs-base: #15161d;
  --vs-base-alt: #1c1d24;
  --vs-card: #252632;
  --vs-card-hover: #2f303f;
  --vs-accent: #ff9416;
  --vs-accent-2: #d75619;
  --vs-accent-hover: #fe8a0a;
  --vs-accent-rgb: 255, 148, 22;
  --vs-green: #98ff16;
  --vs-green-rgb: 152, 255, 22;
  --vs-cta-gradient: linear-gradient(90deg, #fecd0a 0%, #d75619 25%, #fecb0a 74%, #fe8a0a 100%);
  --vs-tab-gradient: linear-gradient(90deg, #fecd0a 0%, #fe880a 100%);
  --vs-text-on-accent: rgba(0, 0, 0, 0.8);
  --vs-text-muted-80: rgba(255, 255, 255, 0.8);
  --vs-text-muted-72: rgba(255, 255, 255, 0.72);
  --vs-block-gap: 16px;
}

.vs-color-x {
  color: var(--vs-accent);
}

.vs-anchors {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0.875rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--vs-border);
  border-radius: var(--vs-radius-sm);
}

.vs-anchors a {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--vs-border);
  color: var(--vs-text-muted);
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
}

.vs-anchors a:hover {
  color: var(--vs-accent);
  border-color: rgba(var(--vs-accent-rgb), 0.35);
}

.vs-faq-block,
.vs-reviews-block {
  padding: 0 12px;
}

.vs-faq-block + .vs-reviews-block {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.vs-faq-block__title,
.vs-reviews__title {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.vs-faq {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vs-faq__item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: var(--vs-card);
  overflow: hidden;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.vs-faq__item[open] {
  border-color: rgba(255, 148, 22, 0.35);
  background: var(--vs-card-hover);
}

.vs-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 14px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.vs-faq__question::-webkit-details-marker {
  display: none;
}

.vs-faq__question::after {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23ff9416' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
}

.vs-faq__item[open] .vs-faq__question::after {
  transform: rotate(180deg);
}

.vs-faq__answer {
  padding: 0 16px 14px;
  color: var(--vs-text-muted-80);
  font-size: 14px;
  line-height: 1.55;
}

.vs-faq__answer p {
  margin: 0 0 0.75rem;
}

.vs-faq__answer p:last-child {
  margin-bottom: 0;
}

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

.vs-faq__answer a:hover {
  color: var(--vs-accent-hover);
}

.vs-reviews {
  display: grid;
  gap: 12px;
}

@media (min-width: 768px) {
  .vs-reviews {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.vs-reviews__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: var(--vs-card);
  transition: border-color 0.15s ease, background 0.15s ease;
}

.vs-reviews__item:hover {
  border-color: rgba(255, 148, 22, 0.25);
  background: var(--vs-card-hover);
}

.vs-reviews__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.vs-reviews__author {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.vs-reviews__stars {
  flex-shrink: 0;
  color: var(--vs-accent);
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.vs-reviews__text {
  margin: 0;
  color: var(--vs-text-muted-80);
  font-size: 14px;
  line-height: 1.55;
}

#faq.vs-section {
  padding-bottom: 2rem;
}

/* Vegastars home blocks */
.vs-hero-section {
  width: 100%;
  margin: 0;
  padding: 0;
}

.vs-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  min-height: 500px;
  border-radius: 0;
  border: 0;
  background-color: #15161d;
  background-image: url("./img/home/banner2.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.vs-hero__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  width: 100%;
  max-width: var(--vs-max, 1400px);
  height: 100%;
  min-height: 500px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  box-sizing: border-box;
}

.vs-hero__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(21, 22, 29, 0.92) 0%, rgba(21, 22, 29, 0.55) 50%, transparent 78%);
  pointer-events: none;
}

.vs-hero__deposit {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: min(100%, 300px);
}

.vs-hero-deposit {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(21, 22, 29, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.vs-hero-deposit__amount-row {
  display: flex;
  gap: 8px;
}

.vs-hero-deposit__input-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
  display: block;
}

.vs-hero-deposit__input {
  width: 100%;
  height: 48px;
  padding: 0 28px 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: var(--vs-surface-input);
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  box-sizing: border-box;
}

.vs-hero-deposit__input:focus {
  border-color: rgba(255, 148, 22, 0.5);
}

.vs-hero-deposit__suffix {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  color: var(--vs-text-muted-80);
  font-size: 14px;
  font-weight: 600;
  pointer-events: none;
}

.vs-hero-deposit__currency {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 48px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: var(--vs-surface-input);
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  flex-shrink: 0;
}

.vs-hero-deposit__currency img {
  display: block;
  width: 20px;
  height: 20px;
}

.vs-hero-deposit__currency svg {
  color: var(--vs-text-muted-80);
}

.vs-hero-deposit__presets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.vs-hero-deposit__preset {
  min-height: 36px;
  padding: 6px 4px;
  border: 0;
  border-radius: 8px;
  background: var(--vs-surface-light);
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease;
}

.vs-hero-deposit__preset:hover {
  background: var(--vs-surface-input);
}

.vs-hero-deposit__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 8px;
  background: var(--vs-cta-gradient);
  color: var(--vs-text-on-accent);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: filter 0.15s ease;
}

.vs-hero-deposit__submit:hover {
  filter: brightness(1.05);
  color: var(--vs-text-on-accent);
}

.vs-hero-deposit__payments {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.vs-hero-deposit__payments img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  opacity: 0.9;
}

.vs-hero-deposit__terms {
  display: block;
  color: var(--vs-text-muted-80);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.vs-hero-deposit__terms:hover {
  color: #fff;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.vs-hero__content {
  position: relative;
  z-index: 2;
  flex: 1;
  min-width: 0;
  max-width: min(32rem, 52%);
  text-align: left;
}

@media (min-width: 768px) {
  .vs-hero__inner {
    padding: 2.5rem 2.5rem;
  }
}

@media (max-width: 767px) {
  .vs-hero__inner {
    flex-direction: column;
    align-items: stretch;
    padding: 1.25rem 1rem;
    gap: 1rem;
  }

  .vs-hero__inner::before {
    background: linear-gradient(0deg, rgba(21, 22, 29, 0.95) 0%, rgba(21, 22, 29, 0.45) 55%, transparent 100%);
  }

  .vs-hero__deposit {
    width: 100%;
    order: 2;
  }

  .vs-hero__content {
    order: 1;
    max-width: 100%;
    width: 100%;
    min-width: 0;
  }

  .vs-hero__bonus {
    margin-bottom: 0.75rem;
    font-size: clamp(0.8125rem, 3.4vw, 1rem);
    line-height: 1.3;
  }

  .vs-hero__sub {
    display: none;
  }
}

@media (max-width: 480px) {
  .vs-hero__content {
    max-width: 100%;
    width: 100%;
  }
}

.vs-hero__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vs-accent);
}

.vs-hero__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
}

.vs-hero__bonus {
  margin: 0 0 1.25rem;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: var(--vs-accent-hover);
}

.vs-hero__sub {
  margin: 0 0 1.5rem;
  color: var(--vs-text-muted);
  font-size: 0.9375rem;
}

.vs-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 6px;
  background: var(--vs-cta-gradient);
  color: var(--vs-text-on-accent);
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  letter-spacing: normal;
}

.vs-hero__cta:hover {
  filter: brightness(1.05);
  color: var(--vs-text-on-accent);
}

.vs-hero__cta--green {
  background: var(--vs-green);
  color: #15161d;
}

.vs-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

@media (min-width: 768px) {
  .vs-stats {
    grid-template-columns: repeat(4, 1fr);
  }
}

.vs-stats__item {
  padding: 12px;
  text-align: center;
  background: var(--vs-card);
  border: 0;
  border-radius: 8px;
}

.vs-stats__value {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}

.vs-stats__label {
  font-size: 12px;
  font-weight: 400;
  color: var(--vs-text-muted-80);
  line-height: 1.35;
}

.vs-promo-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .vs-promo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Casinomate games slider */
.games-block {
  display: flex;
  flex-direction: column;
  gap: 18px
}

.games-header {
  display: grid;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  grid-template-columns: 1fr auto 1fr
}

.games-header::before,
.games-header::after {
  content: "";
  height: 2px;
  background: linear-gradient(to right, transparent, var(--vs-accent), transparent)
}

.games-title {
  font-size: 26px;
  font-weight: 700;
  color: var(--vs-text);
  margin: 0;
  padding: 0 24px;
  text-transform: uppercase;
  letter-spacing: .12em;
  justify-self: center
}

.games-actions {
  position: absolute;
  top: 0;
  left: -60px;
  right: -60px;
  height: var(--thumb-h, 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  z-index: 100
}

.games-actions .games-nav {
  display: contents
}

.games-actions .games-prev,
.games-actions .games-next {
  pointer-events: auto;
  touvs-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  width: 40px;
  height: 60px;
  background: rgba(30, 34, 41, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--vs-border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--vs-text);
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  box-shadow: 0 0 40px rgba(0, 0, 0, .1)
}

.games-actions .games-prev {
  border-radius: 20px 0 0 20px;
  transform: translateX(10px)
}

.games-actions .games-next {
  border-radius: 0 20px 20px 0;
  transform: translateX(-10px)
}

.games-actions .games-prev:hover,
.games-actions .games-next:hover {
  width: 55px;
  background: rgba(var(--vs-accent-rgb), .15);
  border-color: rgba(var(--vs-accent-rgb), 0.25);
  color: var(--vs-accent);
  box-shadow: 0 0 30px rgba(var(--vs-accent-rgb), .2);
  transform: translateX(0)
}

.games-actions .games-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
  transition: transform .4s ease
}

.games-actions .games-prev:hover .games-icon {
  transform: scale(1.2) translateX(-3px)
}

.games-actions .games-next:hover .games-icon {
  transform: scale(1.2) translateX(3px)
}

@media (hover: none) {
  .games-actions .games-prev:hover,
  .games-actions .games-next:hover,
  .games-actions .games-prev:active,
  .games-actions .games-next:active {
    width: 40px;
    background: rgba(30, 34, 41, 0.8);
    border-color: var(--vs-border);
    color: var(--vs-text);
    box-shadow: 0 0 40px rgba(0, 0, 0, .1)
  }

  .games-actions .games-prev:hover,
  .games-actions .games-prev:active {
    transform: translateX(10px)
  }

  .games-actions .games-next:hover,
  .games-actions .games-next:active {
    transform: translateX(-10px)
  }

  .games-actions .games-prev:hover .games-icon,
  .games-actions .games-next:hover .games-icon,
  .games-actions .games-prev:active .games-icon,
  .games-actions .games-next:active .games-icon {
    transform: none
  }
}

.games-slider {
  position: relative;
  width: 100%
}

.games-list {
  --gap: 18px;
  display: flex;
  gap: var(--gap);
  list-style: none;
  padding: 8px 0;
  margin: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  touvs-action: pan-x pan-y;
  --cols: 6
}

.games-list::-webkit-scrollbar {
  display: none
}

.games-list.is-animating {
  pointer-events: none;
  scroll-snap-type: none;
  scroll-behavior: auto;
  overflow: hidden;
}

.games-list.is-animating .game-card {
  scroll-snap-align: none;
}


.game-card {
  flex: 0 0 calc((100% - ((var(--cols) - 1) * var(--gap))) / var(--cols));
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  min-width: 0;
  transition: transform .3s cubic-bezier(.23, 1.2, .32, 1);
}

.game-card:hover {
  transform: translateY(-4px);
}

a.game-thumb,
a.game-info {
  text-decoration: none;
  color: inherit;
}

a.game-thumb {
  display: block;
  -webkit-tap-highlight-color: transparent;
}

.game-thumb {
  position: relative;
  border-radius: var(--vs-radius);
  overflow: hidden;
  aspect-ratio: 1 / 1.25;
  max-height: 231px;
  background: #1a1a28;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .1);
  transition: border-color .3s ease, box-shadow .3s ease;
}

.game-card:hover .game-thumb {
  border-color: rgba(245, 166, 35, .3);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .6);
}

.game-badges {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 4;
}

.badge {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 800;
}

.badge--lightning {
  background: rgba(20, 20, 35, .75);
  backdrop-filter: blur(6px);
  color: #ffe066;
  border: 1px solid rgba(255, 220, 50, .25);
}

.badge--coins {
  background: rgba(20, 20, 35, .75);
  backdrop-filter: blur(6px);
  color: var(--vs-accent);
  border: 1px solid rgba(245, 166, 35, .25);
  font-size: 7px;
}

.game-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s cubic-bezier(.2, .9, .2, 1), filter .3s ease;
}

.game-card:hover .game-thumb img {
  transform: scale(1.06);
  filter: blur(3px) brightness(.55);
}

.game-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  z-index: 3;
}

.game-card:hover .game-overlay {
  opacity: 1;
  pointer-events: auto;
}

.play-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd54f, #f5a623, #e8530a);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  box-shadow: 0 0 0 6px rgba(245, 166, 35, .18), 0 8px 28px rgba(0, 0, 0, .6);
  transition: transform .2s cubic-bezier(.23, 1.2, .32, 1), box-shadow .2s ease;
  transform: scale(.85);
}

.game-card:hover .play-btn {
  transform: scale(1);
}

.play-btn:hover {
  transform: scale(1.1) !important;
  box-shadow: 0 0 0 10px rgba(245, 166, 35, .22), 0 10px 32px rgba(0, 0, 0, .7);
}

.play-btn:active {
  transform: scale(.96) !important;
}

.play-btn svg {
  width: 22px;
  height: 22px;
  fill: #1a0600;
  margin-left: 3px;
}

.demo-link {
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(0, 0, 0, .45);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  cursor: pointer;
  transform: translateY(8px);
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
  text-decoration: none;
}

.game-card:hover .demo-link {
  transform: translateY(0);
  opacity: 1;
}

.demo-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, .15);
}

.game-info {
  display: block;
  padding: 10px 2px 0;
}

.game-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--vs-text);
  text-transform: uppercase;
  letter-spacing: .06em;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .2s;
}

.game-card:hover .game-name {
  color: var(--vs-accent);
}

.game-provider {
  font-size: 12px;
  font-weight: 400;
  color: var(--vs-text-muted);
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width:1024px) {
  .games-block:not(.games-block--providers):not(.games-block--promo) .games-list {
    --cols: 4 !important;
    --gap: 14px;
  }

  .games-title {
    font-size: 16px;
    padding: 0
  }

  .vs-section.games-block:not(.games-block--providers):not(.games-block--promo) {
    padding-left: 0;
    padding-right: 0;
  }

  .games-actions {
    left: 0;
    right: 0
  }

  .games-actions .games-prev,
  .games-actions .games-next {
    height: 60px;
    width: 35px;
    background: rgba(30, 34, 41, 0.8)
  }

  .games-actions .games-prev:hover,
  .games-actions .games-next:hover {
    width: 45px
  }

  .game-card:not(.game-card--provider) .game-name {
    font-size: 12px;
    letter-spacing: .04em;
  }

  .game-card:not(.game-card--provider) .game-provider {
    font-size: 11px;
  }
}

@media (max-width:768px) {
  .games-block:not(.games-block--providers):not(.games-block--promo) .games-list {
    --cols: 2 !important;
    --gap: 12px;
  }

  .vs-section.games-block:not(.games-block--providers):not(.games-block--promo) {
    padding-left: 0;
    padding-right: 0;
  }

  .games-actions {
    left: 0;
    right: 0;
  }

  .game-card:not(.game-card--provider) .game-info {
    padding-top: 8px;
  }

  .play-btn {
    width: 52px;
    height: 52px;
  }

  .play-btn svg {
    width: 20px;
    height: 20px;
  }

  .demo-link {
    font-size: 11px;
    padding: 5px 12px;
  }
}

@media (max-width:480px) {
  .vs-section.games-block:not(.games-block--providers):not(.games-block--promo) {
    padding-left: 32px;
    padding-right: 32px;
  }

  .games-actions {
    left: -32px;
    right: -32px;
  }

  .games-header {
    gap: 10px
  }

  .game-card:not(.game-card--provider) .game-name {
    font-size: 11px;
  }
}

@media (hover: none) {
  .game-card:not(.game-card--provider):hover {
    transform: none;
  }

  .game-card:not(.game-card--provider):hover .game-thumb {
    border-color: rgba(255, 255, 255, .1);
    box-shadow: none;
  }

  .game-card:not(.game-card--provider):hover .game-thumb img {
    transform: none;
    filter: none;
  }

  .game-card:not(.game-card--provider):hover .game-overlay {
    opacity: 0;
    pointer-events: none;
  }

  .game-card:not(.game-card--provider):hover .game-name {
    color: var(--vs-text);
  }

  a.game-thumb:active {
    opacity: .9;
  }

  .games-actions .games-prev:hover,
  .games-actions .games-prev:active,
  .games-actions .games-next:hover,
  .games-actions .games-next:active {
    width: 40px
  }

  .games-actions .games-next:hover,
  .games-actions .games-next:active {
    transform: translateX(0)
  }
}

@media (hover: none) and (max-width:768px) {
  .games-actions .games-prev:hover,
  .games-actions .games-prev:active,
  .games-actions .games-next:hover,
  .games-actions .games-next:active {
    width: 35px
  }
}

.vs-section.games-block {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 768px) {
  .vs-section.games-block--providers {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Promotions carousel (Vegastars) */
.vs-promotions {
  padding-top: 0;
}

.vs-promotions__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  padding: 0 12px;
}

.vs-promotions__title-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.vs-promotions__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--vs-accent);
}

.vs-promotions__icon svg {
  width: 20px;
  height: 20px;
}

.vs-promotions__title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.vs-promotions__nav {
  display: flex;
  gap: 8px;
}

.vs-promotions__nav .games-prev,
.vs-promotions__nav .games-next {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: var(--vs-card-hover);
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  transition: opacity 0.15s ease, background 0.15s ease;
}

.vs-promotions__nav .games-prev:hover,
.vs-promotions__nav .games-next:hover {
  background: #3c3e51;
}

.vs-promotions__nav .games-prev:disabled,
.vs-promotions__nav .games-next:disabled {
  opacity: 0.45;
  cursor: default;
}

.vs-promotions__slider {
  overflow: hidden;
}

.vs-promotions__list {
  --cols: 3;
  --gap: 12px;
  display: flex;
  flex-wrap: nowrap;
  gap: var(--gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  margin: 0;
  padding: 8px 0 0;
  list-style: none;
  scrollbar-width: none;
}

.vs-promotions__list::-webkit-scrollbar {
  display: none;
}

.vs-promo-card {
  flex: 0 0 364px;
  min-width: 364px;
  scroll-snap-align: start;
  padding: 0;
}

.vs-promo-card__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 216px;
  height: 100%;
  padding: 16px;
  border-radius: 12px;
  overflow: hidden;
  border: 0;
  background: var(--vs-card);
}

.vs-promo-card__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  aspect-ratio: auto;
  overflow: hidden;
  border-radius: 12px;
}

.vs-promo-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(21, 22, 29, 0.88) 0%, rgba(21, 22, 29, 0.25) 52%, rgba(21, 22, 29, 0.08) 100%);
  pointer-events: none;
}

.vs-promo-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vs-promo-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  padding: 0;
}

.vs-promo-card__eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--vs-text-muted-80);
}

.vs-promo-card__title {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
  color: #fff;
}

.vs-promo-card__desc {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--vs-text-muted-80);
}

.vs-promo-card__cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 40px;
  margin: 8px 0 0;
  padding: 0 12px;
  border-radius: 6px;
  background: var(--vs-cta-gradient);
  color: var(--vs-text-on-accent);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: filter 0.15s ease;
}

.vs-promo-card__cta:hover {
  filter: brightness(1.05);
  color: var(--vs-text-on-accent);
}

@media (max-width: 1024px) {
  .vs-promotions__list {
    --cols: 1;
  }

  .vs-promo-card {
    flex: 0 0 min(364px, 85%);
    min-width: min(364px, 85%);
  }

  .vs-promo-card__title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .vs-promotions__title {
    font-size: 18px;
  }
}

.vs-promo-tile {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem;
  background: var(--vs-card);
  border: 1px solid var(--vs-border);
  border-radius: var(--vs-radius-md);
  transition: border-color 0.2s;
}

.vs-promo-tile:hover {
  border-color: rgba(var(--vs-accent-rgb), 0.35);
}

.vs-promo-tile__badge {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--vs-accent);
}

.vs-promo-tile__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.vs-promo-tile__desc {
  margin: 0;
  flex: 1;
  font-size: 0.875rem;
  color: var(--vs-text-muted);
}

.vs-promo-tile__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 1.25rem;
  border-radius: var(--vs-radius-pill);
  background: var(--vs-green);
  color: #15161d;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.vs-promo-tile__cta:hover {
  filter: brightness(1.08);
  color: #15161d;
}

@keyframes crypto-grid-scroll {
  from { background-position: 0 0; }
  to { background-position: 48px 48px; }
}

.crypto-info-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 28px 32px 32px;
  position: relative;
  overflow: hidden;
  background: var(--vs-card);
  border: 1px solid var(--vs-border);
  border-radius: var(--vs-radius);
  box-shadow: var(--vs-shadow-md), 0 0 40px rgba(var(--vs-accent-rgb), 0.05);
}

.crypto-info-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(var(--vs-accent-rgb), 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--vs-accent-rgb), 0.1) 1px, transparent 1px);
  background-size: 48px 48px;
  animation: crypto-grid-scroll 12s linear infinite;
  pointer-events: none;
}

.crypto-info-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle at top left, rgba(var(--vs-accent-rgb), 0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.crypto-info {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-width: 0;
}

.crypto-info__title {
  font-size: clamp(20px, 2.5vw, 34px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--vs-text);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
}

.crypto-info__desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--vs-text-muted);
  max-width: 480px;
  margin: 0 0 22px;
}

.crypto-info__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  border-radius: calc(var(--vs-radius) - 2px);
  border: 1.5px solid var(--vs-accent);
  background: transparent;
  color: var(--vs-text);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.crypto-info__btn:hover {
  background: var(--vs-accent);
  color: var(--vs-base);
  box-shadow: 0 6px 24px rgba(var(--vs-accent-rgb), 0.25);
}

.crypto-info__logos {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.crypto-info__coin {
  display: block;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: default;
}

.crypto-info__coin:hover {
  transform: scale(1.2) rotate(8deg);
  z-index: 2;
}

@media (max-width: 991px) {
  .crypto-info-wrap {
    gap: 1rem;
    padding: 24px 24px 28px;
  }

  .crypto-info__logos {
    gap: 8px;
  }
}

@media (max-width: 767px) {
  .crypto-info-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 18px 26px;
    gap: 20px;
  }

  .crypto-info__logos {
    width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .crypto-info__coin {
    width: 38px;
    height: 38px;
  }

  .crypto-info__btn {
    width: 100%;
    justify-content: center;
    padding: 12px 20px;
  }
}

@media (max-width: 479px) {
  .crypto-info-wrap {
    padding: 18px 14px 22px;
  }

  .crypto-info__title {
    font-size: 18px;
  }

  .crypto-info__desc {
    font-size: 13px;
    margin-bottom: 18px;
  }

  .crypto-info__coin {
    width: 34px;
    height: 34px;
  }
}

/* Providers carousel (Vegastars) */
.vs-providers {
  gap: 12px;
}

.vs-providers__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 12px;
}

.vs-providers__title-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.vs-providers__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--vs-accent);
}

.vs-providers__title-link {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.vs-providers__title-link:hover {
  color: var(--vs-accent);
}

.vs-providers__nav {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.vs-providers__nav .games-prev,
.vs-providers__nav .games-next {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: var(--vs-card-hover);
  color: var(--vs-text-muted-80);
  cursor: pointer;
  transition: background 0.15s ease;
}

.vs-providers__nav .games-prev:hover,
.vs-providers__nav .games-next:hover {
  background: #3c3e51;
}

.vs-providers__slider {
  overflow: hidden;
}

.vs-providers__list {
  --gap: 6px;
  display: flex;
  flex-wrap: nowrap;
  gap: var(--gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  margin: 0;
  padding: 4px 0 8px;
  list-style: none;
  scrollbar-width: none;
}

.vs-providers__list::-webkit-scrollbar {
  display: none;
}

.vs-providers__item {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.vs-providers__link {
  display: block;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.vs-providers__card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  height: 69px;
  padding: 16px 14px;
  background: var(--vs-surface-light);
  border-radius: 8px;
  box-sizing: border-box;
  transition: background 0.15s ease;
}

.vs-providers__link:hover .vs-providers__card {
  background: var(--vs-surface-input);
}

.vs-providers__card img {
  display: block;
  width: 102px;
  height: 37px;
  max-width: 100%;
  object-fit: contain;
}

.vs-providers__text {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 768px) {
  .vs-providers__title-link {
    font-size: 18px;
  }

  .vs-providers__card {
    min-width: 118px;
    height: 64px;
    padding: 14px 12px;
  }

  .vs-providers__card img {
    width: 92px;
    height: 34px;
  }
}

/* Legacy providers slider (Casinomate-style) */
.games-block--providers {
  margin-bottom: 35px;
}

.games-block--providers .games-list {
  --cols: 8;
  flex-wrap: nowrap;
}

.game-card--provider {
  background: var(--vs-card-hover);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: var(--vs-radius);
  min-height: 88px;
}

.game-card--provider:hover {
  transform: none;
}

.game-card--provider .provider-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  text-decoration: none;
}

.game-card--provider .provider-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.75;
  transition: filter 0.18s ease, opacity 0.18s ease;
}

.game-card--provider .provider-card:hover img {
  filter: none;
  opacity: 1;
}

.vs-section.games-block--providers {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1024px) {
  .vs-section.games-block--providers {
    padding-left: 0;
    padding-right: 0;
  }

  .games-block--providers .games-list[data-mobile="2"] .game-card--provider {
    flex: 0 0 calc((100% - (3 * var(--gap))) / 4.15);
    min-width: calc((100% - (3 * var(--gap))) / 4.15);
  }
}

@media (max-width: 768px) {
  .vs-section.games-block--providers {
    padding-left: 0;
    padding-right: 0;
  }

  .games-block--providers .games-list[data-mobile="2"] .game-card--provider {
    flex: 0 0 calc((100% - var(--gap)) / 2.15);
    min-width: calc((100% - var(--gap)) / 2.15);
    min-height: 76px;
    padding: 12px;
  }
}

@media (max-width: 480px) {
  .games-block--providers .games-list[data-mobile="2"] .game-card--provider {
    flex: 0 0 calc((100% - var(--gap)) / 2.08);
    min-width: calc((100% - var(--gap)) / 2.08);
  }
}

/* Hentry / entry-content — Casino Mate post-11 page type-page */
.vs-hentry {
  margin: 0;
}

.vs-hentry .entry-content.vs-content {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.entry-header {
  text-align: center;
  margin-bottom: 1.25rem;
}

.entry-title {
  font-size: clamp(1.75rem, 3.5vw, 2.2rem);
  font-weight: 700;
  color: #f5f5f5;
  text-align: center;
  margin: 0 0 10px;
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}

.entry-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background: var(--vs-accent);
  border-radius: 2px;
  transition: width 0.4s ease;
}

.entry-title:hover::after {
  width: 100%;
}

.entry-content p {
  line-height: 1.6;
  font-size: clamp(14px, 1.2vw, 16px);
  color: #e5e5e5;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-rendering: optimizeLegibility;
  margin: 0 0 1.25em;
}

.entry-content__heading {
  margin: 1.75em 0 0.75em;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-weight: 700;
  color: #f5f5f5;
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}

.entry-content__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 2px;
  background: var(--vs-accent);
  border-radius: 2px;
}

.entry-content h3 {
  margin: 1.25em 0 0.5em;
  font-size: 1.05rem;
  font-weight: 700;
  color: #f5f5f5;
}

.entry-content a {
  position: relative;
  color: var(--vs-accent);
  text-decoration: none;
  transition: color 0.25s ease;
}

.entry-content a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--vs-accent-hover), var(--vs-accent) 45%, var(--vs-green) 100%);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
  border-radius: 1px;
}

.entry-content a:hover {
  color: var(--vs-accent-hover);
}

.entry-content a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.entry-content .vs-anchors a::after {
  display: none;
}

.entry-content ul.vs-anchors {
  margin: 0 0 1.25rem;
  padding: 0.875rem 1rem;
  list-style: none;
}

.entry-content ul.vs-anchors li {
  padding-left: 0;
  margin: 0;
}

.entry-content ul.vs-anchors li::before {
  display: none;
}

.entry-content ul:not(.vs-anchors) {
  margin: 0 0 1.6em;
  padding: 0;
  list-style: none;
  line-height: 1.6;
  color: #e5e5e5;
}

.entry-content ul:not(.vs-anchors) li {
  position: relative;
  margin: 0 0 0.35em;
  padding-left: calc(8px + 0.8em);
  line-height: 1.4;
}

.entry-content ul:not(.vs-anchors) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc((1.6em - 8px) / 2);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(40% 40% at 30% 30%, var(--vs-accent-hover), var(--vs-accent) 65%, var(--vs-green) 100%);
  box-shadow: 0 0 8px rgba(var(--vs-accent-rgb), 0.55);
}

.entry-content ul ul {
  margin-top: 0.4em;
}

.entry-content ul ul li {
  padding-left: calc(6px + 0.8em);
}

.entry-content ul ul li::before {
  top: calc((1.6em - 6px) / 2);
  width: 6px;
  height: 6px;
  box-shadow: 0 0 6px rgba(var(--vs-accent-rgb), 0.45);
}

.entry-content ol {
  margin: 0 0 1.6em 1.2em;
  padding: 0;
  list-style: decimal outside;
  line-height: 1.6;
  color: #e5e5e5;
}

.entry-content ol li {
  margin: 0 0 0.7em;
  font-variant-numeric: tabular-nums;
}

.entry-content ol li::marker {
  color: var(--vs-accent);
  font-weight: 800;
}

.entry-content ol ol {
  margin-top: 0.6em;
  list-style: lower-alpha outside;
}

.entry-content ol ol ol {
  list-style: lower-roman outside;
}

.entry-content li > ul,
.entry-content li > ol {
  margin-top: 0.4em;
}

.entry-content strong {
  color: #fff;
  font-weight: 700;
}

.entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  max-height: 90vh;
  object-fit: contain;
}

.entry-content table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #f5f7fb;
  background:
    linear-gradient(180deg, rgba(8, 9, 11, 0.75), rgba(8, 9, 11, 0.35)),
    radial-gradient(1000px 420px at 70% 0%, rgba(var(--vs-accent-rgb), 0.12), transparent 60%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  font-size: clamp(14px, 1.2vw, 15px);
  table-layout: fixed;
  word-break: break-word;
  margin: 1.25em 0;
}

.entry-content table::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(var(--vs-accent-rgb), 0.55), transparent);
}

.entry-content th {
  padding: 14px 18px;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  background: linear-gradient(90deg, rgba(var(--vs-accent-rgb), 0.25), rgba(30, 34, 41, 0.6) 45%, rgba(8, 9, 11, 0.6));
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 -2px 0 rgba(var(--vs-accent-rgb), 0.35);
}

.entry-content td {
  padding: 13px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(8, 10, 16, 0.78);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
  vertical-align: top;
}

.entry-content tbody tr:nth-child(even) td {
  background: rgba(19, 22, 28, 0.78);
}

.entry-content tbody tr:hover td {
  background: linear-gradient(90deg, rgba(var(--vs-accent-rgb), 0.08), rgba(30, 34, 41, 0.2) 60%, rgba(0, 0, 0, 0));
  box-shadow: inset 0 0 0 1px rgba(var(--vs-accent-rgb), 0.22);
}

.entry-content tbody td:first-child {
  font-weight: 800;
  color: var(--vs-accent);
}

.entry-content tbody tr:last-child td {
  border-bottom: none;
}

.entry-content table + div,
.entry-content table + table,
.entry-content table + ul,
.entry-content table + ol {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .entry-title {
    font-size: 1.8rem;
  }

  .entry-title::after {
    width: 50px;
    height: 2px;
  }

  .entry-content table {
    display: block;
    overflow-x: auto;
    border-radius: 10px;
    table-layout: auto;
  }

  .entry-content th,
  .entry-content td {
    padding: 12px 14px;
    font-size: 13px;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .entry-title::after,
  .entry-content a::after {
    transition: none;
  }
}

/* Site footer — Vegastars */
.vs-footer {
  margin-top: 32px;
  padding: 32px;
  background: var(--vs-base);
  border-top: 0;
  color: var(--vs-text-muted-72);
  font-size: 14px;
}

.vs-footer__container {
  max-width: var(--vs-max);
  margin: 0 auto;
  padding: 0;
}

.vs-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.vs-footer__logo {
  display: block;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
}

.vs-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vs-footer__age {
  flex-shrink: 0;
}

.vs-footer__age img {
  display: block;
  width: auto;
  height: 48px;
  max-width: 161px;
  object-fit: contain;
}

.vs-footer__body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 32px;
}

.vs-footer__title {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--vs-text-muted-80);
}

.vs-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.vs-footer__link {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.15s ease;
}

.vs-footer__link:hover {
  color: var(--vs-accent);
}

.vs-footer__socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.vs-footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--vs-text-muted-80);
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.vs-footer__social:hover {
  background: rgba(255, 148, 22, 0.15);
  color: var(--vs-accent);
  transform: translateY(-1px);
}

.vs-footer__social svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 767px) {
  .vs-footer {
    padding: 24px 16px;
  }

  .vs-footer__top {
    margin-bottom: 20px;
  }

  .vs-footer__logo {
    width: 56px;
    height: 56px;
  }

  .vs-footer__age img {
    height: 40px;
  }

  .vs-footer__body {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Category tabs (Vegastars lobby filter) */
.vs-categories {
  padding-top: 0;
  padding-bottom: 0;
}

.vs-categories__bar {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.vs-categories__tabs-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
}

.vs-categories__tabs {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 4px;
  background: var(--vs-card);
  border-radius: 8px;
  -webkit-overflow-scrolling: touch;
}

.vs-categories__tabs::-webkit-scrollbar {
  display: none;
}

.vs-categories__tab {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  min-height: 36px;
  padding: 0 12px;
  color: var(--vs-text-muted-80);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  transition: color 0.15s ease, background 0.15s ease;
}

.vs-categories__tab:hover {
  color: #fff;
}

.vs-categories__tab--active {
  color: var(--vs-text-on-accent);
  background: var(--vs-tab-gradient);
}

.vs-categories__tab--active::after {
  display: none;
}

.vs-categories__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.vs-categories__icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.vs-categories__label {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vs-categories__indicator {
  display: none;
}

.vs-categories__provider {
  flex-shrink: 0;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 148px;
  height: 44px;
  padding: 0 12px;
  background: var(--vs-card);
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s ease;
}

.vs-categories__provider:hover {
  background: var(--vs-card-hover);
}

.vs-categories__provider-label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vs-categories__provider-chevron {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 899px) {
  .vs-categories__bar {
    flex-direction: column;
    gap: 10px;
  }

  .vs-categories__provider {
    align-self: stretch;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .vs-categories__tab {
    min-height: 36px;
    padding: 0 10px;
    font-size: 13px;
  }

  .vs-categories__icon svg {
    width: 18px;
    height: 18px;
  }
}

/* Games carousel (Vegastars lobby — image only) */
.vs-games.games-block--slots {
  gap: 12px;
}

.vs-games__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 12px;
}

.vs-games__header--featured,
.vs-games__header--exclusive {
  align-items: center;
}

.vs-games__title-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.vs-games__icon--exclusive {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--vs-accent);
}

.vs-games__icon--jackpot-hunt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.vs-games__icon--jackpot-hunt img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.vs-games__icon--new-releases {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--vs-accent);
}

.vs-games__title-link {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.vs-games__title-link:hover {
  color: var(--vs-accent);
}

.vs-games__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.vs-games__show-all {
  color: var(--vs-text-muted-80);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
}

.vs-games__show-all:hover {
  color: #fff;
}

.vs-games__title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--vs-accent);
}

.vs-games__nav {
  display: flex;
  gap: 8px;
}

.vs-games__nav .games-prev,
.vs-games__nav .games-next {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: var(--vs-card-hover);
  color: var(--vs-text-muted-80);
  cursor: pointer;
  transition: background 0.15s ease;
}

.vs-games__nav .games-prev:hover,
.vs-games__nav .games-next:hover {
  background: #3c3e51;
}

.vs-games__slider {
  overflow: hidden;
}

.vs-games__list {
  --gap: 16px;
  display: flex;
  flex-wrap: nowrap;
  gap: var(--gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  margin: 0;
  padding: 4px 0 8px;
  list-style: none;
  scrollbar-width: none;
}

.vs-games__list::-webkit-scrollbar {
  display: none;
}

.vs-game-item {
  flex: 0 0 158px;
  min-width: 158px;
  scroll-snap-align: start;
}

.vs-game-item__link {
  display: block;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.vs-game-item__image {
  position: relative;
  display: block;
  aspect-ratio: 158 / 220;
  border-radius: 8px;
  overflow: hidden;
  background: var(--vs-base);
}

.vs-game-item__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.vs-game-item__link:hover .vs-game-item__image img {
  transform: scale(1.04);
}

@media (max-width: 768px) {
  .vs-games__title {
    font-size: 14px;
  }

  .vs-games__title-link {
    font-size: 18px;
  }

  .vs-games__show-all {
    font-size: 13px;
  }

  .vs-promo-card__title {
    font-size: 22px;
  }

  .vs-game-item {
    flex: 0 0 132px;
    min-width: 132px;
  }
}

/* Bet ticker (Live Wins / Hall of Fame / Rewards) */
.vs-bet-ticker {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: var(--vs-block-gap);
}

.vs-bet-ticker__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
  padding: 24px 0 12px;
  background: var(--vs-card-hover);
  border: 0;
  border-radius: 12px;
  overflow: visible;
}

.vs-bet-ticker__tabs {
  position: absolute;
  left: 10px;
  top: -14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  width: fit-content;
  max-width: calc(100% - 24px);
  padding: 2px;
  background: var(--vs-base);
  border-radius: 6px;
  z-index: 1;
}

.vs-bet-ticker__tab {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border: 0;
  border-radius: 24px;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease;
}

.vs-bet-ticker__tab:hover {
  color: #fff;
}

.vs-bet-ticker__tab--active {
  color: #fff;
}

.vs-bet-ticker__tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.vs-bet-ticker__tab-icon--live {
  color: var(--vs-accent);
}

.vs-bet-ticker__panels {
  position: relative;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.vs-bet-ticker__panel {
  display: none;
  height: 100%;
}

.vs-bet-ticker__panel.is-active {
  display: block;
}

.vs-bet-ticker__marquee {
  position: relative;
  height: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
}

.vs-bet-ticker__track {
  display: flex;
  width: max-content;
  animation: vs-bet-ticker-scroll 32s linear infinite;
}

.vs-bet-ticker__track--slow {
  animation-duration: 26s;
}

.vs-bet-ticker__marquee:hover .vs-bet-ticker__track {
  animation-play-state: paused;
}

@keyframes vs-bet-ticker-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.vs-bet-ticker__group {
  display: flex;
  gap: 12px;
  padding-inline: 6px;
}

.vs-bet-ticker__card-link {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 148px;
  padding: 0 15px 0 0;
  border-radius: 8px;
  background: transparent;
  border: 1px solid var(--vs-card-hover);
  text-decoration: none;
  transition: border-color 0.15s ease;
}

.vs-bet-ticker__card-link:hover {
  border-color: rgba(255, 148, 22, 0.35);
}

.vs-bet-ticker__thumb {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 66px;
  border-radius: 6px;
  overflow: hidden;
  background: var(--vs-card-hover);
}

.vs-bet-ticker__thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vs-bet-ticker__meta {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.vs-bet-ticker__user {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vs-bet-ticker__amount {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: var(--vs-green);
}

.vs-bet-ticker__mult {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--vs-text-muted-80);
}

.vs-bet-ticker__gift-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 132px;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--vs-card);
  border: 0;
  text-decoration: none;
  color: #fff;
}

.vs-bet-ticker__gift-link:hover {
  background: #22232c;
}

.vs-bet-ticker__gift-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  color: var(--vs-accent);
  background: rgba(255, 148, 22, 0.12);
}

.vs-bet-ticker__gift-user {
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .vs-bet-ticker__inner {
    padding: 16px 0 10px;
  }

  .vs-bet-ticker__tabs {
    left: 8px;
    max-width: calc(100% - 16px);
    overflow-x: auto;
    scrollbar-width: none;
  }

  .vs-bet-ticker__tabs::-webkit-scrollbar {
    display: none;
  }
}

/* Bets table */
.vs-bets {
  padding-inline: 0;
}

.vs-bets__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vs-bets__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 12px;
}

.vs-bets__tabs {
  display: flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.vs-bets__tabs::-webkit-scrollbar {
  display: none;
}

.vs-bets__tab {
  flex-shrink: 0;
  padding: 10px 14px;
  border: 0;
  background: transparent;
  color: var(--vs-text-muted-80);
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.15s ease;
}

.vs-bets__tab:hover {
  color: #fff;
}

.vs-bets__tab--active {
  color: var(--vs-accent);
}

.vs-bets__limit-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 72px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.vs-bets__panels {
  min-height: 0;
}

.vs-bets__panel {
  min-height: 0;
}

.vs-bets__table-wrap {
  height: 440px;
  overflow: auto;
  border-radius: 12px;
  background: var(--vs-surface-middle);
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.15) transparent;
}

.vs-bets__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.vs-bets__table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 14px 16px;
  background: var(--vs-surface-light);
  color: var(--vs-text-muted-80);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.vs-bets__table thead th:last-child {
  text-align: right;
}

.vs-bets__cell {
  padding: 10px 16px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.vs-bets__row {
  background: var(--vs-surface-middle);
}

.vs-bets__row--alt {
  background: rgba(255, 255, 255, 0.02);
}

.vs-bets__user {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.vs-bets__game {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.vs-bets__game:hover {
  color: var(--vs-accent);
}

.vs-bets__game-thumb {
  flex-shrink: 0;
  position: relative;
  width: 28px;
  height: 39px;
  border-radius: 4px;
  overflow: hidden;
  background: var(--vs-surface-dark);
}

.vs-bets__game-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vs-bets__game-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vs-bets__amount-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.vs-bets__amount-wrap--end {
  justify-content: flex-end;
  width: 100%;
}

.vs-bets__cell--payout {
  text-align: right;
}

.vs-bets__amount,
.vs-bets__mult,
.vs-bets__payout {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.vs-bets__mult--loss,
.vs-bets__payout--loss {
  color: #f87171;
}

.vs-bets__payout:not(.vs-bets__payout--loss) {
  color: var(--vs-green);
}

.vs-bets__currency {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .vs-bets__table-wrap {
    height: 380px;
  }

  .vs-bets__cell--bet,
  .vs-bets__table thead th:nth-child(3) {
    display: none;
  }
}

@media (max-width: 640px) {
  .vs-bets__toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .vs-bets__limit {
    align-self: flex-end;
  }

  .vs-bets__cell--mult,
  .vs-bets__table thead th:nth-child(4) {
    display: none;
  }
}

