:root {
  font-size: 62.5%;
  --v0a7-primary: #00ff7f;
  --v0a7-primary-soft: #baffc9;
  --v0a7-accent: #ffb3ba;
  --v0a7-bg: #1a1a2e;
  --v0a7-bg-deep: #0c1022;
  --v0a7-panel: #202341;
  --v0a7-card: #262a4d;
  --v0a7-text: #f7fff9;
  --v0a7-muted: #b8c7d9;
  --v0a7-line: rgba(186,255,201,.22);
  --v0a7-shadow: 0 1.6rem 4rem rgba(0,0,0,.35);
  --v0a7-radius: 1.8rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at top left, rgba(0,255,127,.20), transparent 30rem), var(--v0a7-bg-deep);
  color: var(--v0a7-text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
body.v0a7-scroll-lock { overflow: hidden; }
a { color: var(--v0a7-primary-soft); text-decoration: none; }
a:hover { color: var(--v0a7-primary); }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }

.v0a7-page {
  max-width: 43rem;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(26,26,46,.95), rgba(12,16,34,.98));
  min-height: 100vh;
  box-shadow: 0 0 4rem rgba(0,0,0,.4);
}
.v0a7-container { width: 100%; padding: 0 1.5rem; }
.v0a7-wrapper { padding: 8.8rem 0 2rem; }
.v0a7-section { padding: 2.2rem 0; }
.v0a7-section-title { margin: 0 0 1.2rem; font-size: 2.2rem; line-height: 2.8rem; color: var(--v0a7-primary); }
.v0a7-section-kicker { margin: 0 0 .8rem; color: var(--v0a7-accent); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: 1.1rem; }
.v0a7-lead { color: var(--v0a7-primary-soft); font-size: 1.6rem; line-height: 2.4rem; }
.v0a7-muted { color: var(--v0a7-muted); }
.v0a7-highlight { color: var(--v0a7-primary); font-weight: 900; }

.v0a7-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 43rem;
  z-index: 1000;
  background: rgba(12,16,34,.92);
  border-bottom: .1rem solid var(--v0a7-line);
  backdrop-filter: blur(1.4rem);
}
.v0a7-topbar { display: flex; align-items: center; gap: .8rem; min-height: 6.4rem; padding: .8rem 1.2rem; }
.v0a7-brand { display: flex; align-items: center; gap: .8rem; min-width: 0; flex: 1; color: var(--v0a7-text); }
.v0a7-logo { width: 3.2rem; height: 3.2rem; border-radius: 1rem; box-shadow: 0 0 1.8rem rgba(0,255,127,.45); }
.v0a7-brand-name { font-size: 1.8rem; font-weight: 900; letter-spacing: .02em; white-space: nowrap; }
.v0a7-actions { display: flex; align-items: center; gap: .6rem; }
.v0a7-btn {
  border: 0;
  min-height: 4.4rem;
  min-width: 4.4rem;
  border-radius: 999rem;
  padding: 0 1.4rem;
  color: #07110c;
  background: linear-gradient(135deg, var(--v0a7-primary), var(--v0a7-primary-soft));
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 .8rem 1.8rem rgba(0,255,127,.24);
  transition: transform .18s ease, filter .18s ease;
}
.v0a7-btn:hover, .v0a7-btn:focus { transform: translateY(-.1rem) scale(1.02); filter: brightness(1.08); }
.v0a7-btn-secondary { color: var(--v0a7-text); background: rgba(255,179,186,.15); border: .1rem solid rgba(255,179,186,.45); box-shadow: none; }
.v0a7-menu-button { background: rgba(0,255,127,.10); color: var(--v0a7-primary); border: .1rem solid var(--v0a7-line); padding: 0; display: grid; place-items: center; }
.v0a7-mobile-menu {
  position: fixed;
  top: 6.4rem;
  left: 50%;
  transform: translateX(-50%) translateY(-120%);
  width: min(43rem, 100vw);
  max-height: calc(100vh - 6.4rem);
  overflow-y: auto;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  padding: 1.2rem;
  background: rgba(15,19,40,.98);
  border-bottom: .1rem solid var(--v0a7-line);
  transition: transform .25s ease, opacity .25s ease;
}
.v0a7-mobile-menu.v0a7-menu-open { transform: translateX(-50%) translateY(0); opacity: 1; pointer-events: auto; }
.v0a7-menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.v0a7-menu-link { min-height: 4.8rem; display: flex; align-items: center; gap: .8rem; padding: 1rem; border-radius: 1.2rem; background: rgba(255,255,255,.05); border: .1rem solid var(--v0a7-line); font-weight: 800; }
.v0a7-desktop-nav { display: none; gap: 1rem; justify-content: center; padding: .8rem 1.2rem; border-top: .1rem solid var(--v0a7-line); }
.v0a7-desktop-nav a { font-weight: 800; }

.v0a7-hero { padding-top: 1rem; }
.v0a7-slider { position: relative; overflow: hidden; border-radius: 2.4rem; border: .1rem solid var(--v0a7-line); box-shadow: var(--v0a7-shadow); }
.v0a7-slide { display: none; position: relative; min-height: 20rem; cursor: pointer; background: var(--v0a7-panel); }
.v0a7-slide.v0a7-active { display: block; animation: v0a7Fade .45s ease; }
.v0a7-slide img { width: 100%; height: 20rem; object-fit: cover; opacity: .82; }
.v0a7-slide-caption { position: absolute; inset: auto 1.2rem 1.2rem; padding: 1.2rem; border-radius: 1.6rem; background: rgba(12,16,34,.78); border: .1rem solid var(--v0a7-line); }
.v0a7-slide-caption strong { display: block; font-size: 2rem; color: var(--v0a7-primary); line-height: 2.4rem; }
.v0a7-slide-caption span { color: var(--v0a7-text); font-size: 1.3rem; }
.v0a7-slider-controls { position: absolute; inset: 0; display: flex; align-items: center; justify-content: space-between; pointer-events: none; padding: .8rem; }
.v0a7-slider-btn { pointer-events: auto; width: 4.4rem; height: 4.4rem; border-radius: 50%; border: .1rem solid var(--v0a7-line); background: rgba(12,16,34,.65); color: var(--v0a7-primary); }
.v0a7-dots { display: flex; justify-content: center; gap: .7rem; margin-top: 1rem; }
.v0a7-dot { width: .9rem; height: .9rem; border: 0; border-radius: 50%; background: rgba(255,255,255,.28); }
.v0a7-dot.v0a7-active { width: 2.6rem; border-radius: 2rem; background: var(--v0a7-primary); }
@keyframes v0a7Fade { from { opacity: .25; transform: scale(1.02); } to { opacity: 1; transform: scale(1); } }

.v0a7-card { background: linear-gradient(180deg, rgba(38,42,77,.96), rgba(24,28,54,.96)); border: .1rem solid var(--v0a7-line); border-radius: var(--v0a7-radius); padding: 1.4rem; box-shadow: var(--v0a7-shadow); }
.v0a7-card + .v0a7-card { margin-top: 1rem; }
.v0a7-card h3 { margin: 0 0 .8rem; color: var(--v0a7-primary-soft); line-height: 2.2rem; }
.v0a7-card p { margin: .6rem 0; line-height: 2.3rem; color: var(--v0a7-muted); }
.v0a7-grid { display: grid; gap: 1rem; }
.v0a7-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.v0a7-pill-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.v0a7-pill { display: inline-flex; align-items: center; gap: .5rem; padding: .8rem 1rem; border-radius: 999rem; background: rgba(0,255,127,.10); border: .1rem solid var(--v0a7-line); color: var(--v0a7-primary-soft); font-weight: 800; }
.v0a7-cta-row { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.2rem; }
.v0a7-text-link { color: var(--v0a7-primary); font-weight: 900; border-bottom: .1rem dashed var(--v0a7-primary); }

.v0a7-game-category { margin-bottom: 1.6rem; }
.v0a7-game-category h3 { display: flex; align-items: center; justify-content: space-between; color: var(--v0a7-accent); margin: 0 0 .9rem; font-size: 1.7rem; }
.v0a7-games { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; }
.v0a7-game { min-height: 9.6rem; border-radius: 1.2rem; padding: .7rem .45rem; background: rgba(255,255,255,.055); border: .1rem solid rgba(186,255,201,.14); text-align: center; transition: transform .18s ease, border-color .18s ease; }
.v0a7-game:hover { transform: translateY(-.2rem); border-color: var(--v0a7-primary); }
.v0a7-game img { width: 5.2rem; height: 5.2rem; margin: 0 auto .5rem; border-radius: 1.2rem; object-fit: cover; }
.v0a7-game span { display: block; color: var(--v0a7-text); font-size: 1.1rem; line-height: 1.35rem; font-weight: 800; }
.v0a7-stat { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: .1rem solid var(--v0a7-line); }
.v0a7-stat:last-child { border-bottom: 0; }
.v0a7-meter { height: .8rem; width: 42%; border-radius: 999rem; overflow: hidden; background: rgba(255,255,255,.12); }
.v0a7-meter span { display: block; height: 100%; background: linear-gradient(90deg, var(--v0a7-primary), var(--v0a7-accent)); }
.v0a7-steps { counter-reset: v0a7Step; display: grid; gap: 1rem; }
.v0a7-step { position: relative; padding-left: 4.4rem; }
.v0a7-step:before { counter-increment: v0a7Step; content: counter(v0a7Step); position: absolute; left: 0; top: 0; width: 3.2rem; height: 3.2rem; border-radius: 1rem; display: grid; place-items: center; color: #07110c; background: var(--v0a7-primary); font-weight: 900; }
.v0a7-review { border-left: .35rem solid var(--v0a7-accent); }
.v0a7-payment { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.v0a7-pay-item { min-height: 5.6rem; display: grid; place-items: center; border-radius: 1.2rem; background: rgba(0,255,127,.08); border: .1rem solid var(--v0a7-line); font-weight: 900; }

.v0a7-footer { padding: 2.2rem 1.5rem 8.2rem; background: #090d1c; border-top: .1rem solid var(--v0a7-line); }
.v0a7-footer-logo { display: flex; align-items: center; gap: .8rem; margin-bottom: 1rem; }
.v0a7-footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin: 1.2rem 0; }
.v0a7-footer-links a { padding: .9rem; border-radius: 1rem; background: rgba(255,255,255,.05); font-weight: 800; }
.v0a7-footer-cta { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin: 1.2rem 0; }
.v0a7-copyright { color: var(--v0a7-muted); font-size: 1.2rem; }
.v0a7-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 43rem;
  height: 6.2rem;
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #12162d;
  border-top: .1rem solid var(--v0a7-line);
  box-shadow: 0 -1rem 2.4rem rgba(0,0,0,.32);
}
.v0a7-bottom-item { min-width: 6rem; min-height: 6rem; border: 0; background: transparent; color: var(--v0a7-muted); display: flex; flex-direction: column; justify-content: center; align-items: center; gap: .35rem; font-size: 1.05rem; font-weight: 800; cursor: pointer; transition: transform .18s ease, color .18s ease; }
.v0a7-bottom-item i, .v0a7-bottom-item ion-icon, .v0a7-bottom-item .material-icons, .v0a7-bottom-item svg { font-size: 2.4rem; width: 2.4rem; height: 2.4rem; }
.v0a7-bottom-item:active { transform: scale(.9); }
.v0a7-bottom-item.v0a7-current { color: var(--v0a7-primary); }
.v0a7-badge { position: absolute; margin-left: 2.4rem; margin-top: -3.2rem; min-width: 1.6rem; height: 1.6rem; border-radius: 999rem; background: var(--v0a7-accent); color: #1a1a2e; font-size: 1rem; display: grid; place-items: center; }
.v0a7-partners { display: flex; gap: .8rem; flex-wrap: wrap; margin: 1rem 0; }
.v0a7-partner { padding: .7rem .9rem; border-radius: .9rem; border: .1rem solid var(--v0a7-line); color: var(--v0a7-primary-soft); }

@media (min-width: 769px) {
  body { background: #070a15; }
  .v0a7-desktop-nav { display: flex; }
  .v0a7-bottom-nav { display: none; }
  .v0a7-page { max-width: 118rem; }
  .v0a7-header { max-width: 118rem; }
  .v0a7-container { max-width: 108rem; margin: 0 auto; }
  .v0a7-games { grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .v0a7-wrapper { padding-top: 11rem; }
  .v0a7-slide img { height: 34rem; }
  .v0a7-mobile-menu { max-width: 118rem; }
}

@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
  .v0a7-actions .v0a7-btn { padding: 0 1rem; font-size: 1.25rem; }
  .v0a7-grid-two { grid-template-columns: 1fr; }
}
