:root {
  font-size: 62.5%;
  --ve24-primary: #d2691e;
  --ve24-primary-bright: #ff8c38;
  --ve24-accent: #ffdead;
  --ve24-bg: #0f0f23;
  --ve24-surface: #1a1a32;
  --ve24-surface-soft: #2f2f2f;
  --ve24-text: #f5f5f5;
  --ve24-muted: #d3d3d3;
  --ve24-border: rgba(255, 222, 173, .18);
  --ve24-success: #58d68d;
  --ve24-header-height: 6.4rem;
  --ve24-radius: 1.4rem;
  --ve24-shadow: 0 1.2rem 3rem rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 8rem; }
body {
  margin: 0;
  min-width: 32rem;
  overflow-x: hidden;
  color: var(--ve24-text);
  background: radial-gradient(circle at top, #28213d 0, var(--ve24-bg) 42rem);
  font-family: Inter, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5rem;
}
body.ve24-menu-lock { overflow: hidden; }
a { color: inherit; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.ve24-skip-link {
  position: fixed;
  top: -8rem;
  left: 1rem;
  z-index: 10001;
  padding: 1.2rem 1.6rem;
  color: var(--ve24-bg);
  background: var(--ve24-accent);
  border-radius: .8rem;
}
.ve24-skip-link:focus { top: 1rem; }
.ve24-container { width: min(100% - 2.4rem, 118rem); margin-inline: auto; }
.ve24-wrapper { max-width: 118rem; margin-inline: auto; }
.ve24-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  min-height: var(--ve24-header-height);
  border-bottom: .1rem solid var(--ve24-border);
  background: rgba(15, 15, 35, .96);
  box-shadow: 0 .8rem 2.4rem rgba(0, 0, 0, .28);
  backdrop-filter: blur(1.4rem);
}
.ve24-header-inner { min-height: var(--ve24-header-height); display: flex; align-items: center; gap: .8rem; }
.ve24-brand { display: flex; align-items: center; gap: .8rem; margin-right: auto; text-decoration: none; }
.ve24-brand-logo { width: 3.2rem; height: 3.2rem; border-radius: .9rem; object-fit: contain; }
.ve24-brand-name { color: var(--ve24-accent); font-size: 2rem; font-weight: 900; letter-spacing: .04em; }
.ve24-header-actions { display: flex; align-items: center; gap: .6rem; }
.ve24-btn {
  min-height: 4.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  padding: .9rem 1.4rem;
  border: .1rem solid transparent;
  border-radius: 1rem;
  color: #130d1b;
  background: linear-gradient(135deg, var(--ve24-accent), var(--ve24-primary-bright));
  box-shadow: 0 .6rem 1.6rem rgba(210, 105, 30, .28);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.ve24-btn:hover, .ve24-btn:focus-visible { filter: brightness(1.08); transform: translateY(-.2rem); box-shadow: 0 .9rem 2rem rgba(210, 105, 30, .4); }
.ve24-btn:active { transform: scale(.96); }
.ve24-btn-secondary { color: var(--ve24-accent); background: transparent; border-color: var(--ve24-primary); box-shadow: none; }
.ve24-btn-compact { min-width: 7.4rem; padding-inline: 1rem; font-size: 1.3rem; }
.ve24-menu-toggle {
  width: 4.4rem;
  height: 4.4rem;
  display: inline-grid;
  place-items: center;
  border: .1rem solid var(--ve24-border);
  border-radius: 1rem;
  color: var(--ve24-text);
  background: var(--ve24-surface);
  cursor: pointer;
}
.ve24-menu-toggle i { font-size: 2.4rem; transition: transform .2s ease; }
.ve24-menu-active i { transform: rotate(90deg); }
.ve24-desktop-nav { display: none; }
.ve24-mobile-menu {
  position: fixed;
  inset: var(--ve24-header-height) 0 auto;
  z-index: 9999;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  border-bottom: .1rem solid transparent;
  background: rgba(15, 15, 35, .99);
  transition: max-height .28s ease, opacity .2s ease, visibility .2s ease;
}
.ve24-menu-open { max-height: calc(100vh - var(--ve24-header-height)); visibility: visible; opacity: 1; border-color: var(--ve24-border); overflow-y: auto; }
.ve24-menu-links { display: grid; gap: .8rem; padding-block: 1.2rem 2rem; }
.ve24-menu-links a {
  min-height: 4.8rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1rem 1.4rem;
  border: .1rem solid var(--ve24-border);
  border-radius: 1rem;
  color: var(--ve24-text);
  background: var(--ve24-surface);
  font-weight: 800;
  text-decoration: none;
}
.ve24-menu-links i, .ve24-menu-links ion-icon { width: 2.4rem; color: var(--ve24-accent); font-size: 2.2rem; text-align: center; }
.ve24-main { padding-top: calc(var(--ve24-header-height) + 1.6rem); }
.ve24-section { padding-block: 2.4rem; }
.ve24-section-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.ve24-kicker { margin: 0 0 .7rem; color: var(--ve24-primary-bright); font-size: 1.2rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.ve24-title, .ve24-section-title { margin: 0; line-height: 1.12; }
.ve24-title { max-width: 78rem; font-size: clamp(3rem, 8vw, 5.8rem); }
.ve24-section-title { font-size: clamp(2.2rem, 6vw, 3.3rem); }
.ve24-lead { color: var(--ve24-muted); font-size: 1.7rem; line-height: 2.6rem; }
.ve24-hero { padding-top: 1.2rem; }
.ve24-carousel { position: relative; min-height: 27rem; overflow: hidden; border: .1rem solid var(--ve24-border); border-radius: 2rem; box-shadow: var(--ve24-shadow); }
.ve24-slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; transition: opacity .55s ease, visibility .55s ease; }
.ve24-slide-active { visibility: visible; opacity: 1; }
.ve24-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,15,35,.9), rgba(15,15,35,.18)); }
.ve24-slide img { width: 100%; height: 100%; object-fit: cover; }
.ve24-slide-content { position: absolute; inset: auto 1.8rem 3.8rem; z-index: 2; max-width: 55rem; }
.ve24-slide-content strong { display: block; margin-bottom: .8rem; color: var(--ve24-accent); font-size: clamp(2.2rem, 7vw, 4rem); line-height: 1.08; }
.ve24-slide-content span { display: block; max-width: 46rem; line-height: 2.2rem; }
.ve24-carousel-controls { position: absolute; z-index: 3; inset: auto 1.2rem 1.2rem; display: flex; align-items: center; justify-content: space-between; pointer-events: none; }
.ve24-carousel-arrow { width: 4.4rem; height: 4.4rem; border: .1rem solid var(--ve24-border); border-radius: 50%; color: var(--ve24-text); background: rgba(15,15,35,.82); cursor: pointer; pointer-events: auto; }
.ve24-carousel-dots { display: flex; gap: .7rem; pointer-events: auto; }
.ve24-carousel-dot { width: 1.1rem; height: 1.1rem; padding: 0; border: 0; border-radius: 50%; background: var(--ve24-muted); cursor: pointer; }
.ve24-dot-active { width: 2.8rem; border-radius: 1rem; background: var(--ve24-primary-bright); }
.ve24-hero-copy { padding: 2.2rem 0 0; }
.ve24-hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.8rem; }
.ve24-text-link { color: var(--ve24-accent); font-weight: 900; text-decoration-thickness: .2rem; text-underline-offset: .3rem; cursor: pointer; }
.ve24-category { margin-bottom: 3rem; scroll-margin-top: 8rem; }
.ve24-category-bar { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.2rem; padding: 1.2rem 1.4rem; border-left: .4rem solid var(--ve24-primary-bright); border-radius: 0 1rem 1rem 0; background: linear-gradient(90deg, rgba(210,105,30,.2), transparent); }
.ve24-category-bar i, .ve24-category-bar ion-icon { color: var(--ve24-accent); font-size: 2.4rem; }
.ve24-category-bar h2 { margin: 0; font-size: 2rem; text-transform: capitalize; }
.ve24-category-bar span { margin-left: auto; color: var(--ve24-muted); font-size: 1.2rem; }
.ve24-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.ve24-card { min-width: 0; overflow: hidden; border: .1rem solid var(--ve24-border); border-radius: 1.2rem; background: linear-gradient(145deg, var(--ve24-surface), #22223c); box-shadow: 0 .7rem 1.8rem rgba(0,0,0,.22); }
.ve24-game-card { position: relative; min-height: 100%; cursor: pointer; transition: transform .2s ease, border-color .2s ease; }
.ve24-game-card:hover, .ve24-game-card:focus-within { transform: translateY(-.3rem); border-color: var(--ve24-primary-bright); }
.ve24-game-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #292941; }
.ve24-game-card strong { min-height: 4.7rem; display: flex; align-items: center; justify-content: center; padding: .7rem .5rem; font-size: 1.2rem; line-height: 1.55rem; text-align: center; }
.ve24-game-card button { position: absolute; inset: 0; width: 100%; border: 0; color: transparent; background: transparent; cursor: pointer; }
.ve24-content-grid { display: grid; gap: 1.2rem; }
.ve24-info-card { padding: 1.8rem; }
.ve24-info-card h2, .ve24-info-card h3 { margin: 0 0 1rem; color: var(--ve24-accent); line-height: 1.25; }
.ve24-info-card p { margin: 0 0 1rem; color: var(--ve24-muted); line-height: 2.4rem; }
.ve24-info-card ul, .ve24-info-card ol { margin: 1rem 0; padding-left: 2rem; color: var(--ve24-muted); line-height: 2.4rem; }
.ve24-feature-list { display: grid; gap: 1rem; }
.ve24-feature { display: grid; grid-template-columns: 4.6rem 1fr; gap: 1.2rem; align-items: start; }
.ve24-feature-icon { width: 4.6rem; height: 4.6rem; display: grid; place-items: center; border-radius: 1.2rem; color: var(--ve24-bg); background: var(--ve24-accent); font-size: 2.3rem; }
.ve24-feature h3 { margin: .2rem 0 .5rem; font-size: 1.7rem; }
.ve24-feature p { margin: 0; color: var(--ve24-muted); line-height: 2.2rem; }
.ve24-stat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.ve24-stat { padding: 1.5rem; border: .1rem solid var(--ve24-border); border-radius: 1.2rem; background: rgba(255,255,255,.035); }
.ve24-stat strong { display: block; color: var(--ve24-accent); font-size: 2.4rem; line-height: 1.1; }
.ve24-stat span { display: block; margin-top: .6rem; color: var(--ve24-muted); font-size: 1.2rem; line-height: 1.6rem; }
.ve24-payment-list { display: flex; flex-wrap: wrap; gap: .8rem; }
.ve24-payment { min-height: 4.4rem; display: inline-flex; align-items: center; gap: .7rem; padding: .8rem 1.2rem; border: .1rem solid var(--ve24-border); border-radius: 1rem; background: var(--ve24-surface); font-weight: 800; }
.ve24-payment i { color: var(--ve24-accent); font-size: 2rem; }
.ve24-callout { position: relative; overflow: hidden; padding: 2.2rem; border: .1rem solid var(--ve24-primary); border-radius: 1.8rem; background: linear-gradient(135deg, rgba(210,105,30,.24), rgba(255,222,173,.08)); }
.ve24-callout::after { content: "★"; position: absolute; right: -1rem; bottom: -2rem; color: rgba(255,222,173,.08); font-size: 12rem; }
.ve24-callout > * { position: relative; z-index: 1; }
.ve24-callout h2 { margin: 0 0 1rem; line-height: 1.2; }
.ve24-footer { margin-top: 2rem; padding: 3rem 0 8.5rem; border-top: .1rem solid var(--ve24-border); background: #0a0a19; }
.ve24-footer-grid { display: grid; gap: 2rem; }
.ve24-footer-copy { color: var(--ve24-muted); line-height: 2.3rem; }
.ve24-footer-links { display: flex; flex-wrap: wrap; gap: .8rem; }
.ve24-footer-link { min-height: 4.4rem; display: inline-flex; align-items: center; padding: .8rem 1.2rem; border: .1rem solid var(--ve24-border); border-radius: .9rem; color: var(--ve24-accent); background: var(--ve24-surface); font-weight: 800; text-decoration: none; }
.ve24-copyright { margin-top: 2rem; padding-top: 1.6rem; border-top: .1rem solid var(--ve24-border); color: var(--ve24-muted); font-size: 1.3rem; line-height: 2rem; }
.ve24-bottom-nav {
  position: fixed;
  inset: auto 0 0;
  z-index: 1000;
  height: 6.2rem;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  border-top: .1rem solid var(--ve24-border);
  background: #1b1527;
  box-shadow: 0 -1rem 2.5rem rgba(0,0,0,.38);
}
.ve24-bottom-item { position: relative; min-width: 6rem; min-height: 6rem; flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .3rem; border: 0; color: var(--ve24-muted); background: transparent; font-size: 1rem; text-decoration: none; cursor: pointer; transition: color .2s ease, transform .2s ease, background .2s ease; }
.ve24-bottom-item i, .ve24-bottom-item ion-icon, .ve24-bottom-item .material-icons { font-size: 2.3rem; line-height: 1; }
.ve24-bottom-item:hover, .ve24-bottom-item:focus-visible { color: var(--ve24-accent); background: rgba(255,222,173,.06); }
.ve24-bottom-item:active { transform: scale(.9); }
.ve24-bottom-active { color: var(--ve24-accent); }
.ve24-bottom-active::before { content: ""; position: absolute; top: 0; width: 3.2rem; height: .3rem; border-radius: 0 0 .4rem .4rem; background: var(--ve24-primary-bright); }
.ve24-badge { position: absolute; top: .5rem; left: calc(50% + .7rem); min-width: 1.7rem; height: 1.7rem; display: grid; place-items: center; padding: 0 .4rem; border-radius: 1rem; color: #fff; background: var(--ve24-primary); font-size: .9rem; font-weight: 900; }

@media (max-width: 430px) {
  .ve24-container { width: min(100% - 2rem, 43rem); }
  .ve24-brand-name { font-size: 1.7rem; }
  .ve24-btn-compact { min-width: 6.3rem; min-height: 4.4rem; padding: .7rem .8rem; font-size: 1.15rem; }
  .ve24-header-inner { gap: .5rem; }
  .ve24-carousel { min-height: 25rem; }
  .ve24-title { font-size: clamp(2.8rem, 9vw, 4rem); }
  .ve24-grid { gap: .8rem; }
  .ve24-game-card strong { font-size: 1.1rem; }
}

@media (max-width: 360px) {
  .ve24-brand-name { display: none; }
  .ve24-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  main.ve24-main { padding-bottom: 8rem; }
}

@media (min-width: 600px) {
  .ve24-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .ve24-content-grid { grid-template-columns: repeat(2, 1fr); }
  .ve24-stat-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 769px) {
  .ve24-menu-toggle, .ve24-mobile-menu, .ve24-bottom-nav { display: none; }
  .ve24-desktop-nav { display: flex; align-items: center; gap: .4rem; margin-right: 1rem; }
  .ve24-desktop-nav a { min-height: 4.4rem; display: inline-flex; align-items: center; padding: .8rem 1rem; border-radius: .8rem; color: var(--ve24-muted); font-size: 1.3rem; font-weight: 800; text-decoration: none; }
  .ve24-desktop-nav a:hover, .ve24-desktop-nav a:focus-visible { color: var(--ve24-accent); background: rgba(255,222,173,.08); }
  .ve24-carousel { min-height: 44rem; }
  .ve24-slide-content { inset: auto 5rem 6rem; }
  .ve24-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .ve24-footer { padding-bottom: 3rem; }
  .ve24-footer-grid { grid-template-columns: 1fr 1.3fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
