:root {
  font-size: 62.5%;
  --v7e0-primary: #d4af37;
  --v7e0-accent: #ffcc33;
  --v7e0-bg: #08111f;
  --v7e0-surface: #111f34;
  --v7e0-surface-2: #1b263b;
  --v7e0-text: #f8fafc;
  --v7e0-muted: #b8c2d3;
  --v7e0-line: rgba(212, 175, 55, .25);
  --v7e0-danger: #ff6b6b;
  --v7e0-radius: 1.6rem;
  --v7e0-shadow: 0 1.2rem 3rem rgba(0, 0, 0, .3);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  min-width: 32rem;
  overflow-x: hidden;
  color: var(--v7e0-text);
  background: radial-gradient(circle at 50% 0, #22324e 0, var(--v7e0-bg) 34rem);
  font-family: Inter, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
body.v7e0-lock { overflow: hidden; }
button, a { font: inherit; }
button { cursor: pointer; }
a { color: var(--v7e0-accent); }
img { display: block; max-width: 100%; }

.v7e0-skip {
  position: fixed;
  top: -8rem;
  left: 1rem;
  z-index: 10000;
  padding: 1.2rem;
  background: var(--v7e0-accent);
  color: #111;
  font-weight: 800;
}
.v7e0-skip:focus { top: 1rem; }
.v7e0-container { width: min(100% - 2.4rem, 118rem); margin-inline: auto; }
.v7e0-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 6.4rem;
  border-bottom: 1px solid var(--v7e0-line);
  background: rgba(8, 17, 31, .95);
  backdrop-filter: blur(1.2rem);
}
.v7e0-header-inner { height: 100%; display: flex; align-items: center; gap: .8rem; }
.v7e0-brand {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-right: auto;
  color: var(--v7e0-text);
  text-decoration: none;
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: -.03em;
  white-space: nowrap;
}
.v7e0-logo {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  place-items: center;
  border: 1px solid var(--v7e0-primary);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--v7e0-accent), #8f6d07);
  color: #101827;
  font-size: 1.35rem;
  box-shadow: 0 0 1.6rem rgba(255, 204, 51, .35);
}
.v7e0-actions { display: flex; align-items: center; gap: .6rem; }
.v7e0-btn {
  min-height: 4.4rem;
  padding: 0 1.25rem;
  border: 1px solid var(--v7e0-primary);
  border-radius: 1rem;
  font-weight: 800;
  transition: transform .2s, filter .2s, background .2s;
}
.v7e0-btn:active, .v7e0-promo-link:active, .v7e0-bottom-item:active { transform: scale(.95); }
.v7e0-btn-primary { background: linear-gradient(135deg, var(--v7e0-accent), var(--v7e0-primary)); color: #111827; }
.v7e0-btn-ghost { background: transparent; color: var(--v7e0-text); }
.v7e0-menu-toggle {
  display: grid;
  min-width: 4.4rem;
  min-height: 4.4rem;
  place-items: center;
  border: 0;
  border-radius: 1rem;
  background: var(--v7e0-surface-2);
  color: var(--v7e0-text);
  font-size: 2.3rem;
}
.v7e0-desktop-nav { display: none; }
.v7e0-mobile-menu {
  position: fixed;
  inset: 6.4rem 0 auto;
  z-index: 9999;
  max-height: 0;
  overflow: hidden;
  border-bottom: 1px solid transparent;
  background: #0b1627;
  opacity: 0;
  visibility: hidden;
  transition: max-height .28s, opacity .2s, visibility .2s;
}
.v7e0-mobile-menu.v7e0-menu-open { max-height: 38rem; border-color: var(--v7e0-line); opacity: 1; visibility: visible; }
.v7e0-menu-list { display: grid; gap: .6rem; padding-block: 1.2rem; }
.v7e0-menu-link {
  display: flex;
  align-items: center;
  min-height: 4.6rem;
  gap: 1rem;
  padding: 0 1.4rem;
  border-radius: 1rem;
  color: var(--v7e0-text);
  background: var(--v7e0-surface);
  text-decoration: none;
  font-weight: 700;
}
.v7e0-main { padding-top: 6.4rem; }
.v7e0-carousel { position: relative; overflow: hidden; background: #060b13; }
.v7e0-slides { position: relative; aspect-ratio: 16 / 8; max-height: 50rem; }
.v7e0-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .55s; }
.v7e0-slide-active { opacity: 1; pointer-events: auto; }
.v7e0-slide img { width: 100%; height: 100%; object-fit: cover; }
.v7e0-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 9, 18, .72), transparent 65%); }
.v7e0-slide-copy { position: absolute; z-index: 2; left: 7%; bottom: 12%; width: min(52rem, 75%); }
.v7e0-kicker { margin: 0 0 .8rem; color: var(--v7e0-accent); font-size: 1.2rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.v7e0-slide-title { margin: 0; font-size: clamp(2.2rem, 7vw, 5rem); line-height: 1.05; text-shadow: 0 .3rem 1.4rem #000; }
.v7e0-slide-text { margin: 1rem 0 0; line-height: 1.45; color: #f1f5f9; }
.v7e0-carousel-control {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 4.4rem;
  height: 4.4rem;
  place-items: center;
  border: 1px solid var(--v7e0-line);
  border-radius: 50%;
  background: rgba(8, 17, 31, .7);
  color: white;
  transform: translateY(-50%);
}
.v7e0-carousel-prev { left: .8rem; }
.v7e0-carousel-next { right: .8rem; }
.v7e0-dots { position: absolute; z-index: 3; right: 1.4rem; bottom: 1rem; display: flex; gap: .6rem; }
.v7e0-dot { width: 1rem; height: 1rem; padding: 0; border: 0; border-radius: 50%; background: #94a3b8; }
.v7e0-dot-active { width: 2.5rem; border-radius: 1rem; background: var(--v7e0-accent); }
.v7e0-hero { padding: 3rem 0 1.5rem; text-align: center; }
.v7e0-hero h1 { margin: 0 auto 1.2rem; max-width: 85rem; font-size: clamp(2.8rem, 8vw, 5.2rem); line-height: 1.08; }
.v7e0-hero p { max-width: 75rem; margin: 0 auto 2rem; color: var(--v7e0-muted); line-height: 1.6; }
.v7e0-hero-actions, .v7e0-chip-row { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; }
.v7e0-chip { padding: .8rem 1.2rem; border: 1px solid var(--v7e0-line); border-radius: 3rem; color: var(--v7e0-muted); background: var(--v7e0-surface); font-size: 1.25rem; }
.v7e0-section { padding: 2.6rem 0; scroll-margin-top: 7.2rem; }
.v7e0-section-alt { background: rgba(17, 31, 52, .55); }
.v7e0-section-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; }
.v7e0-section-title { margin: 0; font-size: clamp(2rem, 6vw, 3.2rem); line-height: 1.15; }
.v7e0-section-subtitle { margin: .6rem 0 0; color: var(--v7e0-muted); line-height: 1.5; }
.v7e0-promo-link { border: 0; background: none; color: var(--v7e0-accent); font-weight: 900; text-decoration: underline; text-underline-offset: .35rem; }
.v7e0-category { margin-bottom: 3rem; }
.v7e0-category-title { display: flex; align-items: center; gap: .8rem; margin: 0 0 1.2rem; font-size: 2rem; }
.v7e0-category-title i, .v7e0-category-title span { color: var(--v7e0-accent); }
.v7e0-game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .9rem; }
.v7e0-game-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 1.2rem;
  background: var(--v7e0-surface);
  box-shadow: 0 .6rem 1.6rem rgba(0,0,0,.18);
  transition: transform .2s, border-color .2s;
}
.v7e0-game-card:hover { transform: translateY(-.3rem); border-color: var(--v7e0-primary); }
.v7e0-game-link { display: block; min-height: 4.4rem; color: var(--v7e0-text); text-decoration: none; }
.v7e0-game-image { width: 100%; aspect-ratio: 1; object-fit: cover; background: #07101d; }
.v7e0-game-name { display: block; min-height: 4.4rem; padding: .8rem .5rem; overflow: hidden; font-size: 1.15rem; font-weight: 800; line-height: 1.35; text-align: center; }
.v7e0-info-grid, .v7e0-feature-grid, .v7e0-stat-grid { display: grid; gap: 1.2rem; }
.v7e0-card { padding: 1.6rem; border: 1px solid var(--v7e0-line); border-radius: var(--v7e0-radius); background: linear-gradient(145deg, var(--v7e0-surface-2), var(--v7e0-surface)); box-shadow: var(--v7e0-shadow); }
.v7e0-card h3 { margin: 0 0 .8rem; font-size: 1.8rem; line-height: 1.25; }
.v7e0-card p, .v7e0-card li { color: var(--v7e0-muted); line-height: 1.55; }
.v7e0-card-icon { display: grid; width: 4.4rem; height: 4.4rem; margin-bottom: 1rem; place-items: center; border-radius: 1.2rem; background: rgba(212,175,55,.14); color: var(--v7e0-accent); font-size: 2.4rem; }
.v7e0-stat { padding: 1.5rem; border-left: .3rem solid var(--v7e0-primary); background: var(--v7e0-surface); }
.v7e0-stat strong { display: block; color: var(--v7e0-accent); font-size: 2.4rem; line-height: 1.2; }
.v7e0-stat span { color: var(--v7e0-muted); font-size: 1.2rem; }
.v7e0-steps { margin: 0; padding-left: 2rem; }
.v7e0-steps li { margin-bottom: 1rem; padding-left: .6rem; line-height: 1.55; }
.v7e0-cta { padding: 2.5rem; border: 1px solid var(--v7e0-primary); border-radius: 2rem; background: linear-gradient(125deg, #22334f, #111b2b); text-align: center; box-shadow: 0 0 3rem rgba(212,175,55,.12); }
.v7e0-cta h2 { margin-top: 0; font-size: 2.6rem; line-height: 1.15; }
.v7e0-faq details { margin-bottom: .8rem; border: 1px solid var(--v7e0-line); border-radius: 1.2rem; background: var(--v7e0-surface); }
.v7e0-faq summary { min-height: 4.8rem; padding: 1.5rem; cursor: pointer; font-weight: 800; line-height: 1.35; }
.v7e0-faq p { padding: 0 1.5rem 1.5rem; color: var(--v7e0-muted); line-height: 1.55; }
.v7e0-footer { padding: 3rem 0 8.5rem; border-top: 1px solid var(--v7e0-line); background: #050b14; }
.v7e0-footer-grid { display: grid; gap: 2rem; }
.v7e0-footer h2, .v7e0-footer h3 { margin-top: 0; }
.v7e0-footer p { color: var(--v7e0-muted); line-height: 1.55; }
.v7e0-footer-links, .v7e0-footer-promos { display: flex; flex-wrap: wrap; gap: .8rem; }
.v7e0-footer-link { display: inline-flex; align-items: center; min-height: 4.4rem; color: var(--v7e0-text); text-decoration: none; }
.v7e0-footer-note { padding-top: 2rem; margin-top: 2rem; border-top: 1px solid var(--v7e0-line); color: var(--v7e0-muted); font-size: 1.2rem; line-height: 1.5; }
.v7e0-bottom-nav {
  position: fixed;
  z-index: 1000;
  inset: auto 0 0;
  display: flex;
  height: 6.2rem;
  justify-content: space-around;
  border-top: 1px solid var(--v7e0-primary);
  background: #0b1525;
  box-shadow: 0 -1rem 2.5rem rgba(0,0,0,.35);
}
.v7e0-bottom-item {
  display: flex;
  min-width: 6rem;
  min-height: 6rem;
  flex: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: .3rem;
  border: 0;
  color: var(--v7e0-muted);
  background: transparent;
  text-decoration: none;
  font-size: 1.05rem;
  transition: transform .18s, color .18s, background .18s;
}
.v7e0-bottom-item i, .v7e0-bottom-item ion-icon, .v7e0-bottom-item .material-icons { font-size: 2.3rem; line-height: 1; }
.v7e0-bottom-active { color: var(--v7e0-accent); background: linear-gradient(180deg, rgba(212,175,55,.15), transparent); }

@media (max-width: 430px) {
  .v7e0-container { width: min(100% - 2rem, 43rem); }
  .v7e0-brand span { max-width: 7.2rem; overflow: hidden; text-overflow: ellipsis; }
  .v7e0-actions { gap: .4rem; }
  .v7e0-btn { padding-inline: .85rem; font-size: 1.2rem; }
  .v7e0-slides { aspect-ratio: 16 / 10; }
  .v7e0-slide-copy { left: 5%; bottom: 10%; width: 78%; }
  .v7e0-slide-text { display: none; }
  .v7e0-carousel-control { width: 3.8rem; height: 3.8rem; }
  .v7e0-game-grid { gap: .7rem; }
  .v7e0-game-name { font-size: 1.05rem; }
  .v7e0-section { padding-block: 2.2rem; }
}

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

@media (min-width: 560px) {
  .v7e0-game-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .v7e0-info-grid, .v7e0-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .v7e0-stat-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 769px) {
  .v7e0-bottom-nav { display: none; }
  .v7e0-menu-toggle, .v7e0-mobile-menu { display: none; }
  .v7e0-desktop-nav { display: flex; align-items: center; gap: 1.8rem; margin-right: 1.2rem; }
  .v7e0-desktop-link { color: var(--v7e0-muted); text-decoration: none; font-weight: 700; }
  .v7e0-desktop-link:hover { color: var(--v7e0-accent); }
  .v7e0-game-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .v7e0-info-grid { grid-template-columns: repeat(3, 1fr); }
  .v7e0-feature-grid { grid-template-columns: repeat(4, 1fr); }
  .v7e0-footer { padding-bottom: 3rem; }
  .v7e0-footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
}

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