/* a9s mobile-first visual system */
:root {
  font-size: 62.5%;
  --v18a-bg: #0F0F23;
  --v18a-bg-soft: #181033;
  --v18a-panel: #211249;
  --v18a-primary: #EE82EE;
  --v18a-accent: #9D5CFF;
  --v18a-deep: #4B0082;
  --v18a-text: #E6E6FA;
  --v18a-muted: #BBB6E8;
  --v18a-gold: #FFD86B;
  --v18a-ok: #5CF2C7;
  --v18a-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, .38);
  --v18a-radius: 1.8rem;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: radial-gradient(circle at 50% 0%, rgba(238,130,238,.2), transparent 26rem), var(--v18a-bg);
  color: var(--v18a-text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }
main { width: 100%; max-width: 430px; margin: 0 auto; padding-top: 7.6rem; }
.v18a-container { width: min(100%, 430px); margin: 0 auto; padding: 0 1.4rem; }
.v18a-wrapper { position: relative; isolation: isolate; }
.v18a-grid { display: grid; gap: 1.2rem; }
.v18a-header {
  position: fixed; top: 0; left: 50%; transform: translateX(-50%);
  width: 100%; max-width: 430px; z-index: 1000;
  background: rgba(15, 15, 35, .94); backdrop-filter: blur(1.4rem);
  border-bottom: .1rem solid rgba(238,130,238,.28);
}
.v18a-topbar { min-height: 6.4rem; display: flex; align-items: center; gap: .8rem; padding: .8rem 1rem; }
.v18a-brand { display: flex; align-items: center; gap: .8rem; min-width: 9.2rem; margin-right: auto; font-weight: 900; letter-spacing: .02em; }
.v18a-logo { width: 3.2rem; height: 3.2rem; border-radius: .9rem; box-shadow: 0 0 1.8rem rgba(238,130,238,.42); }
.v18a-brand-text { display: grid; gap: .1rem; }
.v18a-brand-name { font-size: 1.8rem; color: #fff; line-height: 1.8rem; }
.v18a-brand-tag { font-size: 1rem; color: var(--v18a-muted); line-height: 1rem; }
.v18a-btn {
  min-height: 4.4rem; border: 0; border-radius: 999px; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  padding: 0 1.4rem; font-weight: 900; transition: transform .2s ease, filter .2s ease, background .2s ease;
}
.v18a-btn:active, .v18a-bottom-item:active, .v18a-game-link:active { transform: scale(.95); }
.v18a-btn-primary { color: #13071d; background: linear-gradient(135deg, var(--v18a-primary), var(--v18a-gold)); box-shadow: 0 .8rem 2rem rgba(238,130,238,.28); }
.v18a-btn-ghost { color: var(--v18a-text); background: rgba(255,255,255,.08); border: .1rem solid rgba(230,230,250,.2); }
.v18a-menu-btn { width: 4.4rem; padding: 0; color: var(--v18a-text); background: var(--v18a-deep); }
.v18a-menu {
  display: none; position: fixed; top: 6.4rem; left: 50%; transform: translateX(-50%);
  width: min(100%, 430px); max-height: calc(100vh - 6.4rem); overflow-y: auto; z-index: 9999;
  padding: 1rem 1.4rem 2rem; background: linear-gradient(180deg, rgba(33,18,73,.98), rgba(15,15,35,.98));
  border-bottom: .1rem solid rgba(238,130,238,.28); box-shadow: var(--v18a-shadow);
}
.v18a-menu.v18a-menu-open { display: block; }
.v18a-menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.v18a-menu-link { min-height: 4.8rem; display: flex; align-items: center; gap: .8rem; padding: 1rem; border-radius: 1.4rem; background: rgba(255,255,255,.07); color: var(--v18a-text); font-weight: 800; }
.v18a-section { margin: 1.8rem 0; padding: 1.6rem; border-radius: var(--v18a-radius); background: linear-gradient(150deg, rgba(33,18,73,.88), rgba(15,15,35,.72)); border: .1rem solid rgba(238,130,238,.18); box-shadow: var(--v18a-shadow); }
.v18a-hero { padding-top: 1.4rem; }
.v18a-kicker { margin: 0 0 .8rem; color: var(--v18a-gold); font-size: 1.2rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.v18a-title { margin: 0; font-size: 2.6rem; line-height: 3.1rem; letter-spacing: -.04em; color: #fff; }
.v18a-subtitle { margin: 1rem 0 0; color: var(--v18a-muted); line-height: 2.2rem; }
.v18a-cta-row { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.4rem; }
.v18a-text-link { color: var(--v18a-primary); font-weight: 900; text-decoration: underline; text-decoration-thickness: .15rem; text-underline-offset: .25rem; cursor: pointer; }
.v18a-slider { position: relative; overflow: hidden; border-radius: 2rem; min-height: 15rem; background: #140a2e; border: .1rem solid rgba(238,130,238,.24); }
.v18a-slide { display: none; cursor: pointer; }
.v18a-slide.v18a-active { display: block; }
.v18a-slide img { width: 100%; height: 18rem; object-fit: cover; }
.v18a-dots { position: absolute; left: 0; right: 0; bottom: .8rem; display: flex; justify-content: center; gap: .6rem; }
.v18a-dot { width: .8rem; height: .8rem; border-radius: 50%; border: 0; background: rgba(230,230,250,.45); }
.v18a-dot.v18a-active { width: 2.2rem; border-radius: 999px; background: var(--v18a-primary); }
.v18a-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-top: 1.2rem; }
.v18a-stat { padding: 1rem .6rem; border-radius: 1.4rem; text-align: center; background: rgba(255,255,255,.07); }
.v18a-stat strong { display: block; color: var(--v18a-gold); font-size: 1.8rem; line-height: 2.2rem; }
.v18a-stat span { color: var(--v18a-muted); font-size: 1.1rem; }
.v18a-card { border-radius: 1.6rem; padding: 1.3rem; background: rgba(255,255,255,.07); border: .1rem solid rgba(230,230,250,.13); }
.v18a-card h3, .v18a-card h2 { margin: 0 0 .8rem; line-height: 2.4rem; }
.v18a-card p, .v18a-card li { color: var(--v18a-muted); line-height: 2.2rem; }
.v18a-card ul, .v18a-card ol { padding-left: 1.8rem; }
.v18a-two { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.v18a-game-section h2 { margin: 0 0 1rem; font-size: 2rem; line-height: 2.5rem; }
.v18a-game-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.v18a-game-link { min-height: 8.6rem; display: grid; place-items: center; gap: .4rem; padding: .7rem .4rem; border-radius: 1.2rem; background: rgba(255,255,255,.07); border: .1rem solid rgba(238,130,238,.13); text-align: center; transition: transform .2s ease, background .2s ease; }
.v18a-game-link img { width: 4.6rem; height: 4.6rem; border-radius: 1rem; object-fit: cover; box-shadow: 0 .5rem 1rem rgba(0,0,0,.28); }
.v18a-game-link span { font-size: 1.05rem; line-height: 1.25rem; font-weight: 800; color: var(--v18a-text); }
.v18a-badge { display: inline-flex; align-items: center; gap: .4rem; padding: .35rem .8rem; border-radius: 999px; background: rgba(238,130,238,.14); color: var(--v18a-primary); font-weight: 900; font-size: 1.1rem; }
.v18a-table { display: grid; gap: .8rem; }
.v18a-row { display: flex; justify-content: space-between; gap: 1rem; padding: .9rem 1rem; border-radius: 1.2rem; background: rgba(255,255,255,.06); }
.v18a-row strong { color: var(--v18a-gold); }
.v18a-review { display: flex; gap: 1rem; align-items: flex-start; }
.v18a-avatar { width: 4rem; height: 4rem; border-radius: 50%; flex: none; display: grid; place-items: center; background: var(--v18a-deep); color: var(--v18a-gold); font-weight: 900; }
.v18a-payments { display: flex; flex-wrap: wrap; gap: .8rem; }
.v18a-pay { padding: .8rem 1rem; border-radius: 999px; background: rgba(255,255,255,.09); color: var(--v18a-text); font-weight: 800; }
.v18a-footer { width: min(100%, 430px); margin: 0 auto; padding: 2rem 1.4rem 9rem; background: #0a081a; border-top: .1rem solid rgba(238,130,238,.18); }
.v18a-footer-brand { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.v18a-footer p { color: var(--v18a-muted); line-height: 2.2rem; }
.v18a-footer-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin: 1.2rem 0; }
.v18a-footer-links { display: flex; flex-wrap: wrap; gap: .8rem 1rem; margin: 1.2rem 0; }
.v18a-footer-links a { color: var(--v18a-muted); text-decoration: underline; }
.v18a-partners { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1rem 0; }
.v18a-partner { padding: .7rem .9rem; border-radius: .9rem; background: rgba(255,255,255,.08); color: var(--v18a-gold); font-weight: 900; font-size: 1.1rem; }
.v18a-copy { font-size: 1.2rem; color: #918ac7; }
.v18a-bottom-nav { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; max-width: 430px; height: 6.2rem; z-index: 1000; display: flex; justify-content: space-around; align-items: center; background: #160830; border-top: .1rem solid rgba(238,130,238,.35); box-shadow: 0 -1rem 2.4rem rgba(0,0,0,.42); }
.v18a-bottom-item { min-width: 6rem; min-height: 6rem; border: 0; background: transparent; color: var(--v18a-muted); display: flex; flex-direction: column; justify-content: center; align-items: center; gap: .25rem; cursor: pointer; font-size: 1.1rem; font-weight: 800; transition: transform .2s ease, color .2s ease; }
.v18a-bottom-item i, .v18a-bottom-item ion-icon, .v18a-bottom-item .material-icons, .v18a-bottom-item .ti { font-size: 2.3rem; line-height: 2.3rem; }
.v18a-bottom-item.v18a-active { color: var(--v18a-gold); }
.v18a-bottom-item.v18a-active::before { content: ""; position: absolute; top: .4rem; width: 2.8rem; height: .3rem; border-radius: 999px; background: var(--v18a-primary); }
.v18a-pill-list { display: flex; flex-wrap: wrap; gap: .8rem; }
.v18a-pill { padding: .8rem 1rem; border-radius: 1.2rem; background: rgba(238,130,238,.12); color: var(--v18a-text); font-weight: 800; }
.v18a-note { border-left: .4rem solid var(--v18a-primary); padding: 1rem; background: rgba(238,130,238,.1); border-radius: 1rem; }
.v18a-faq-item { margin: 1rem 0; padding: 1.2rem; border-radius: 1.4rem; background: rgba(255,255,255,.07); }
.v18a-faq-item h3 { margin: 0 0 .6rem; color: #fff; }
.v18a-timeline { display: grid; gap: 1rem; counter-reset: v18a-step; }
.v18a-step { position: relative; padding: 1.2rem 1.2rem 1.2rem 4.4rem; border-radius: 1.4rem; background: rgba(255,255,255,.07); }
.v18a-step::before { counter-increment: v18a-step; content: counter(v18a-step); position: absolute; left: 1rem; top: 1.1rem; width: 2.4rem; height: 2.4rem; display: grid; place-items: center; border-radius: 50%; background: var(--v18a-primary); color: #160830; font-weight: 900; }
.v18a-sr-only { position: absolute; width: .1rem; height: .1rem; padding: 0; margin: -.1rem; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (min-width: 769px) {
  body { background: linear-gradient(110deg, #080815, #211249); }
  .v18a-bottom-nav { display: none; }
  main { padding-bottom: 2rem; }
  .v18a-header { border-radius: 0 0 2rem 2rem; }
}
@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
}
@media (max-width: 360px) {
  .v18a-game-grid { grid-template-columns: repeat(3, 1fr); }
  .v18a-btn { padding: 0 1rem; }
  .v18a-title { font-size: 2.35rem; line-height: 2.85rem; }
}
