:root {
  font-size: 62.5%;
  --v05f-primary: #00CED1;
  --v05f-secondary: #9400D3;
  --v05f-bg: #1A1A2E;
  --v05f-panel: #2F2F2F;
  --v05f-text: #F0F8FF;
  --v05f-muted: #b8c6d8;
  --v05f-line: rgba(240, 248, 255, 0.16);
  --v05f-glow: 0 1.2rem 3rem rgba(0, 206, 209, 0.25);
  --v05f-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: radial-gradient(circle at top, rgba(148,0,211,.25), transparent 32rem), var(--v05f-bg);
  color: var(--v05f-text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; }
body.v05f-body-lock { overflow: hidden; }

.v05f-wrapper {
  width: min(100%, 430px);
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(26,26,46,.98), rgba(47,47,47,.96));
  min-height: 100vh;
  position: relative;
  box-shadow: 0 0 4rem rgba(0,0,0,.45);
}
.v05f-container { width: calc(100% - 2.4rem); margin: 0 auto; }
.v05f-main { padding-top: 7.6rem; }
.v05f-section { padding: 2.2rem 0; }
.v05f-section-tight { padding: 1.4rem 0; }
.v05f-eyebrow { color: var(--v05f-primary); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: 1.15rem; }
.v05f-title { margin: .7rem 0 1rem; font-size: 2.45rem; line-height: 1.18; }
.v05f-subtitle { color: var(--v05f-muted); font-size: 1.45rem; line-height: 1.55; margin: 0 0 1.2rem; }
.v05f-highlight { color: var(--v05f-primary); font-weight: 900; }
.v05f-text-link { color: var(--v05f-primary); font-weight: 800; border-bottom: .1rem solid rgba(0,206,209,.55); }
.v05f-text-link:hover { color: #fff; }

.v05f-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 430px);
  z-index: 1000;
  background: rgba(26,26,46,.92);
  border-bottom: .1rem solid var(--v05f-line);
  backdrop-filter: blur(1.6rem);
  transition: box-shadow .25s ease, background .25s ease;
}
.v05f-header.v05f-scrolled { box-shadow: var(--v05f-shadow); background: rgba(26,26,46,.98); }
.v05f-header-inner { min-height: 6.8rem; display: flex; align-items: center; gap: .8rem; padding: .8rem 1.2rem; }
.v05f-brand { display: flex; align-items: center; gap: .7rem; min-width: 0; flex: 1; }
.v05f-logo { width: 3.2rem; height: 3.2rem; border-radius: .9rem; box-shadow: 0 0 1.2rem rgba(0,206,209,.35); }
.v05f-brand-name { font-size: 1.75rem; font-weight: 900; letter-spacing: .02em; white-space: nowrap; }
.v05f-header-actions { display: flex; align-items: center; gap: .5rem; }
.v05f-menu-btn, .v05f-btn {
  min-height: 4.4rem;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  color: var(--v05f-text);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.v05f-menu-btn { width: 4.4rem; background: rgba(255,255,255,.08); font-size: 2rem; }
.v05f-btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: 0 1.25rem; font-size: 1.3rem; font-weight: 900; }
.v05f-btn:hover, .v05f-menu-btn:hover { transform: translateY(-.1rem) scale(1.02); }
.v05f-btn:active, .v05f-menu-btn:active, .v05f-bottom-item:active { transform: scale(.95); }
.v05f-btn-primary { background: linear-gradient(135deg, var(--v05f-primary), #12fff7); color: #09151d; box-shadow: var(--v05f-glow); }
.v05f-btn-secondary { background: linear-gradient(135deg, var(--v05f-secondary), #c34cff); color: #fff; }
.v05f-btn-ghost { background: rgba(255,255,255,.08); border: .1rem solid var(--v05f-line); }
.v05f-btn-wide { width: 100%; margin-top: .8rem; }
.v05f-btn-small { min-height: 3.8rem; padding: 0 1rem; font-size: 1.15rem; }

.v05f-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  opacity: 0;
  pointer-events: none;
  z-index: 9998;
  transition: opacity .24s ease;
}
.v05f-menu-overlay.v05f-menu-open { opacity: 1; pointer-events: auto; }
.v05f-mobile-menu {
  position: fixed;
  top: 0;
  right: max(0px, calc((100vw - 430px) / 2));
  width: min(86vw, 34rem);
  height: 100vh;
  background: linear-gradient(180deg, #1A1A2E, #2F2F2F);
  border-left: .1rem solid var(--v05f-line);
  transform: translateX(105%);
  z-index: 9999;
  padding: 1.4rem;
  transition: transform .25s ease;
  overflow-y: auto;
}
.v05f-mobile-menu.v05f-menu-open { transform: translateX(0); }
.v05f-menu-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.4rem; }
.v05f-menu-title { font-weight: 900; font-size: 1.8rem; }
.v05f-menu-close { width: 4.4rem; height: 4.4rem; border-radius: 50%; border: .1rem solid var(--v05f-line); background: rgba(255,255,255,.08); color: var(--v05f-text); font-size: 2rem; }
.v05f-menu-list { display: grid; gap: .8rem; }
.v05f-menu-link { min-height: 4.8rem; padding: 1.2rem; border-radius: 1.4rem; background: rgba(255,255,255,.06); border: .1rem solid var(--v05f-line); display: flex; align-items: center; gap: .8rem; color: var(--v05f-text); }
.v05f-menu-link.v05f-active { border-color: var(--v05f-primary); color: var(--v05f-primary); }
.v05f-menu-cta { margin-top: 1.4rem; display: grid; gap: .8rem; }
.v05f-desktop-nav { display: none; }

.v05f-hero { padding: 1.6rem 0 2.4rem; }
.v05f-hero-card { border: .1rem solid var(--v05f-line); background: linear-gradient(145deg, rgba(0,206,209,.16), rgba(148,0,211,.18)); border-radius: 2.4rem; overflow: hidden; box-shadow: var(--v05f-shadow); }
.v05f-carousel { position: relative; min-height: 18.5rem; overflow: hidden; }
.v05f-slide { display: none; position: relative; cursor: pointer; }
.v05f-slide.v05f-active { display: block; }
.v05f-slide img { width: 100%; height: 19.4rem; object-fit: cover; filter: saturate(1.05) contrast(1.05); }
.v05f-slide-copy { position: absolute; inset: auto 1.2rem 1.2rem 1.2rem; padding: 1rem; border-radius: 1.4rem; background: rgba(26,26,46,.76); backdrop-filter: blur(1rem); }
.v05f-slide-copy strong { display: block; font-size: 1.65rem; color: #fff; }
.v05f-slide-copy span { color: var(--v05f-muted); font-size: 1.25rem; }
.v05f-dots { position: absolute; top: 1rem; right: 1rem; display: flex; gap: .5rem; }
.v05f-dot { width: .9rem; height: .9rem; border-radius: 50%; border: 0; background: rgba(255,255,255,.45); }
.v05f-dot.v05f-active { background: var(--v05f-primary); width: 2.1rem; border-radius: 999px; }
.v05f-hero-content { padding: 1.4rem; }
.v05f-hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-top: 1.2rem; }

.v05f-grid { display: grid; gap: 1rem; }
.v05f-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.v05f-card { border: .1rem solid var(--v05f-line); border-radius: 1.8rem; background: rgba(255,255,255,.055); padding: 1.4rem; box-shadow: 0 .6rem 1.4rem rgba(0,0,0,.16); }
.v05f-card-bright { background: linear-gradient(145deg, rgba(0,206,209,.15), rgba(148,0,211,.15)); }
.v05f-card h2, .v05f-card h3 { line-height: 1.2; margin: 0 0 .8rem; }
.v05f-card p { color: var(--v05f-muted); font-size: 1.42rem; line-height: 1.55; margin: 0 0 .9rem; }
.v05f-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.v05f-stat { padding: 1rem .6rem; text-align: center; border-radius: 1.4rem; background: rgba(0,0,0,.2); border: .1rem solid var(--v05f-line); }
.v05f-stat strong { display: block; font-size: 1.9rem; color: var(--v05f-primary); }
.v05f-stat span { font-size: 1.08rem; color: var(--v05f-muted); }
.v05f-pill-row { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1rem 0; }
.v05f-pill { padding: .65rem .9rem; border-radius: 999px; border: .1rem solid rgba(0,206,209,.35); background: rgba(0,206,209,.08); color: var(--v05f-text); font-size: 1.18rem; font-weight: 800; }

.v05f-game-section { margin-top: 1.5rem; }
.v05f-game-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: .9rem; }
.v05f-game-head h2 { margin: 0; font-size: 1.95rem; line-height: 1.2; }
.v05f-game-head span { color: var(--v05f-primary); font-size: 1.12rem; font-weight: 900; }
.v05f-game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; }
.v05f-game-item { min-height: 10rem; border-radius: 1.3rem; padding: .7rem .5rem; background: rgba(255,255,255,.06); border: .1rem solid var(--v05f-line); text-align: center; transition: transform .2s ease, border-color .2s ease; }
.v05f-game-item:hover { transform: translateY(-.2rem); border-color: var(--v05f-primary); }
.v05f-game-item img { width: 5.6rem; height: 5.6rem; object-fit: cover; border-radius: 1.25rem; margin: 0 auto .55rem; }
.v05f-game-item span { display: block; font-size: 1.05rem; line-height: 1.2; color: var(--v05f-text); font-weight: 800; }

.v05f-steps { counter-reset: v05f-step; display: grid; gap: 1rem; }
.v05f-step { position: relative; padding-left: 4.6rem; }
.v05f-step::before { counter-increment: v05f-step; content: counter(v05f-step); position: absolute; left: 0; top: 0; width: 3.4rem; height: 3.4rem; border-radius: 1.2rem; display: grid; place-items: center; background: var(--v05f-primary); color: #07151d; font-weight: 900; }
.v05f-review { display: grid; gap: .9rem; }
.v05f-stars { color: #ffd166; letter-spacing: .12em; }
.v05f-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 1.4rem; font-size: 1.25rem; }
.v05f-table th, .v05f-table td { padding: .85rem; border-bottom: .1rem solid var(--v05f-line); text-align: left; }
.v05f-table th { color: var(--v05f-primary); background: rgba(0,0,0,.18); }
.v05f-payment-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.v05f-pay { min-height: 5.2rem; border-radius: 1.4rem; background: rgba(255,255,255,.07); border: .1rem solid var(--v05f-line); display: grid; place-items: center; font-weight: 900; color: var(--v05f-text); }

.v05f-footer { padding: 2.4rem 1.2rem 8.8rem; background: #141424; border-top: .1rem solid var(--v05f-line); }
.v05f-footer-logo { display: flex; align-items: center; gap: .8rem; font-size: 1.8rem; font-weight: 900; margin-bottom: .9rem; }
.v05f-footer-logo img { width: 3.2rem; height: 3.2rem; border-radius: .9rem; }
.v05f-footer p { color: var(--v05f-muted); line-height: 1.55; font-size: 1.34rem; margin: .6rem 0; }
.v05f-footer-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin: 1.3rem 0; }
.v05f-footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; margin-top: 1rem; }
.v05f-footer-links a { color: var(--v05f-muted); font-size: 1.18rem; padding: .6rem 0; }
.v05f-footer-links a:hover { color: var(--v05f-primary); }
.v05f-partner-row { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.1rem; }
.v05f-partner { padding: .55rem .8rem; border: .1rem solid var(--v05f-line); border-radius: 999px; color: var(--v05f-muted); font-size: 1.08rem; }
.v05f-copy { margin-top: 1.2rem; padding-top: 1rem; border-top: .1rem solid var(--v05f-line); color: var(--v05f-muted); font-size: 1.12rem; }

.v05f-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 430px);
  height: 6.2rem;
  z-index: 1000;
  background: #2F2F2F;
  border-top: .1rem solid rgba(0,206,209,.35);
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 -1rem 2.2rem rgba(0,0,0,.35);
}
.v05f-bottom-item {
  min-width: 6rem;
  min-height: 6rem;
  border: 0;
  background: transparent;
  color: var(--v05f-muted);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .25rem;
  font-size: 1.05rem;
  font-weight: 800;
  cursor: pointer;
  position: relative;
  transition: color .2s ease, transform .2s ease;
}
.v05f-bottom-item i, .v05f-bottom-item ion-icon, .v05f-bottom-item .material-icons, .v05f-bottom-item .ti { font-size: 2.3rem; line-height: 1; }
.v05f-bottom-item.v05f-active, .v05f-bottom-item:hover { color: var(--v05f-primary); }
.v05f-bottom-item.v05f-active::before { content: ""; position: absolute; top: .35rem; width: 3.2rem; height: .35rem; border-radius: 999px; background: linear-gradient(90deg, var(--v05f-primary), var(--v05f-secondary)); }
.v05f-badge { position: absolute; top: .35rem; right: 1rem; min-width: 1.6rem; height: 1.6rem; padding: 0 .35rem; border-radius: 999px; background: var(--v05f-secondary); color: #fff; font-size: .9rem; display: grid; place-items: center; }

@media (min-width: 769px) {
  .v05f-wrapper { max-width: 430px; }
  .v05f-bottom-nav { display: none; }
  .v05f-desktop-nav { display: flex; gap: .6rem; margin-left: .6rem; }
  .v05f-desktop-nav a { padding: .8rem .9rem; border-radius: 999px; color: var(--v05f-muted); font-size: 1.18rem; }
  .v05f-desktop-nav a:hover, .v05f-desktop-nav a.v05f-active { background: rgba(255,255,255,.08); color: var(--v05f-primary); }
}

@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
  .v05f-header-actions .v05f-btn { padding: 0 .9rem; }
  .v05f-header-actions .v05f-btn span { display: none; }
}

@media (max-width: 360px) {
  .v05f-brand-name { font-size: 1.48rem; }
  .v05f-game-grid { gap: .55rem; }
  .v05f-game-item img { width: 5rem; height: 5rem; }
  .v05f-btn { padding: 0 .75rem; }
}
