@charset "UTF-8";

:root {
  font-size: 62.5%;
  --v847-primary: #880e4f;
  --v847-rose: #db7093;
  --v847-soft: #f5f5f5;
  --v847-bg: #0c0c0c;
  --v847-coral: #e9967a;
  --v847-blue: #4169e1;
  --v847-panel: #190817;
  --v847-card: #24111f;
  --v847-text: #f5f5f5;
  --v847-muted: #d7c9d5;
  --v847-line: rgba(245, 245, 245, 0.14);
  --v847-shadow: 0 1.8rem 4.5rem rgba(0, 0, 0, 0.36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at top left, rgba(136, 14, 79, .55), transparent 31rem), linear-gradient(180deg, #0c0c0c 0%, #180716 48%, #0c0c0c 100%);
  color: var(--v847-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
body.v847-lock { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }

.v847-container { width: min(100%, 43rem); margin: 0 auto; padding: 0 1.4rem; }
.v847-wrapper { width: min(100%, 43rem); margin: 0 auto; }
.v847-page { padding-top: 7.4rem; min-height: 100vh; }
.v847-section { padding: 2.2rem 0; }
.v847-section-tight { padding: 1.4rem 0; }
.v847-eyebrow { color: var(--v847-coral); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: 1.1rem; }
.v847-title { margin: .8rem 0 1.2rem; font-size: clamp(2.5rem, 7vw, 3.7rem); line-height: 1.08; letter-spacing: -.04em; }
.v847-subtitle { color: var(--v847-muted); line-height: 1.65; margin: 0 0 1.4rem; }
.v847-text-link { color: #ffd0df; font-weight: 900; border-bottom: .1rem solid var(--v847-coral); }
.v847-text-link:hover { color: #fff; border-color: #fff; }

.v847-header { position: fixed; inset: 0 0 auto 0; z-index: 1000; background: rgba(12, 12, 12, .92); backdrop-filter: blur(1.4rem); border-bottom: .1rem solid rgba(219, 112, 147, .22); }
.v847-headbar { width: min(100%, 43rem); min-height: 6.4rem; margin: 0 auto; padding: .8rem 1.1rem; display: flex; align-items: center; gap: .8rem; }
.v847-brand { display: flex; align-items: center; gap: .7rem; min-width: 0; flex: 1; }
.v847-brand img { width: 3.2rem; height: 3.2rem; border-radius: .9rem; box-shadow: 0 0 0 .2rem rgba(233, 150, 122, .25); }
.v847-brand strong { font-size: 1.8rem; letter-spacing: -.03em; color: #fff; }
.v847-header-actions { display: flex; align-items: center; gap: .5rem; }
.v847-btn { border: 0; min-height: 4.4rem; min-width: 4.4rem; padding: 1.1rem 1.35rem; border-radius: 999rem; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.v847-btn:active { transform: scale(.96); }
.v847-btn-primary { color: #fff; background: linear-gradient(135deg, var(--v847-primary), var(--v847-rose)); box-shadow: 0 1rem 2.6rem rgba(219, 112, 147, .32); }
.v847-btn-secondary { color: #0c0c0c; background: linear-gradient(135deg, var(--v847-coral), #ffd6b8); }
.v847-btn-ghost { color: var(--v847-text); background: rgba(255, 255, 255, .08); border: .1rem solid rgba(255, 255, 255, .16); }
.v847-menu-button { width: 4.4rem; padding: 0; border-radius: 1.4rem; color: #fff; background: rgba(219, 112, 147, .15); border: .1rem solid rgba(219, 112, 147, .32); }
.v847-menu { position: fixed; top: 6.4rem; left: 50%; transform: translate(-50%, -1rem); width: min(calc(100% - 2rem), 41rem); z-index: 9999; opacity: 0; visibility: hidden; pointer-events: none; background: linear-gradient(180deg, rgba(36, 17, 31, .98), rgba(12, 12, 12, .98)); border: .1rem solid rgba(219, 112, 147, .24); border-radius: 2.2rem; box-shadow: var(--v847-shadow); padding: 1rem; transition: .2s ease; }
.v847-menu.v847-menu-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.v847-menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.v847-menu a { min-height: 4.8rem; display: flex; align-items: center; gap: .7rem; padding: 1rem; border-radius: 1.3rem; background: rgba(255, 255, 255, .06); color: var(--v847-text); font-weight: 800; }
.v847-menu a.v847-active { background: rgba(233, 150, 122, .2); color: #fff; }
.v847-desktop-nav { display: none; }

.v847-hero { padding: 1.4rem 0 2.4rem; }
.v847-hero-card { border: .1rem solid rgba(219, 112, 147, .25); background: linear-gradient(145deg, rgba(136, 14, 79, .5), rgba(25, 8, 23, .94)); border-radius: 2.8rem; overflow: hidden; box-shadow: var(--v847-shadow); }
.v847-hero-copy { padding: 2rem 1.6rem; }
.v847-hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.4rem; }
.v847-metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-top: 1.4rem; }
.v847-metric { padding: 1rem .7rem; text-align: center; border-radius: 1.5rem; background: rgba(255, 255, 255, .07); border: .1rem solid rgba(255,255,255,.09); }
.v847-metric strong { display: block; font-size: 1.7rem; color: #fff; }
.v847-metric span { color: var(--v847-muted); font-size: 1.1rem; }

.v847-slider { position: relative; min-height: 18rem; background: #120812; }
.v847-slide { display: none; position: relative; cursor: pointer; }
.v847-slide.v847-active { display: block; animation: v847Fade .45s ease; }
.v847-slide img { width: 100%; height: 20.5rem; object-fit: cover; }
.v847-slide span { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; padding: .9rem 1.1rem; border-radius: 1.4rem; background: rgba(12, 12, 12, .72); color: #fff; font-weight: 900; backdrop-filter: blur(.8rem); }
.v847-slider-controls { position: absolute; top: 50%; left: .8rem; right: .8rem; transform: translateY(-50%); display: flex; justify-content: space-between; pointer-events: none; }
.v847-slider-controls button { pointer-events: auto; width: 4.4rem; height: 4.4rem; border-radius: 50%; border: 0; color: #fff; background: rgba(136, 14, 79, .75); }
.v847-dots { position: absolute; left: 0; right: 0; bottom: .8rem; display: flex; justify-content: center; gap: .6rem; }
.v847-dot { width: .8rem; height: .8rem; border-radius: 50%; border: 0; background: rgba(255,255,255,.45); padding: 0; }
.v847-dot.v847-active { width: 2rem; border-radius: 999rem; background: var(--v847-coral); }
@keyframes v847Fade { from { opacity: .4; } to { opacity: 1; } }

.v847-card { background: linear-gradient(180deg, rgba(36,17,31,.96), rgba(18,8,18,.96)); border: .1rem solid var(--v847-line); border-radius: 2.2rem; padding: 1.5rem; box-shadow: 0 1rem 3rem rgba(0,0,0,.18); }
.v847-card + .v847-card { margin-top: 1.2rem; }
.v847-card h2, .v847-card h3 { line-height: 1.18; margin: 0 0 1rem; letter-spacing: -.025em; }
.v847-card p, .v847-card li { color: var(--v847-muted); line-height: 1.65; }
.v847-grid { display: grid; gap: 1rem; }
.v847-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.v847-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.v847-chip-row { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1rem 0; }
.v847-chip { padding: .7rem 1rem; border-radius: 999rem; color: #fff; background: rgba(65, 105, 225, .18); border: .1rem solid rgba(65, 105, 225, .35); font-size: 1.2rem; font-weight: 800; }
.v847-alert { padding: 1.2rem; border-radius: 1.8rem; background: rgba(233, 150, 122, .14); border: .1rem solid rgba(233, 150, 122, .34); color: #ffe1d7; }

.v847-game-section-title { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin: 1.6rem 0 1rem; }
.v847-game-section-title h2 { margin: 0; font-size: 2rem; }
.v847-game-section-title span { color: var(--v847-coral); font-weight: 900; font-size: 1.2rem; }
.v847-game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .9rem; }
.v847-game { min-height: 11.8rem; padding: .7rem .45rem; border-radius: 1.6rem; background: rgba(255, 255, 255, .06); border: .1rem solid rgba(255,255,255,.08); display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: .55rem; text-align: center; transition: transform .18s ease, background .18s ease; }
.v847-game:hover { transform: translateY(-.2rem); background: rgba(219, 112, 147, .14); }
.v847-game img { width: 5.8rem; height: 5.8rem; border-radius: 1.3rem; object-fit: cover; box-shadow: 0 .6rem 1.6rem rgba(0,0,0,.24); }
.v847-game strong { font-size: 1.08rem; line-height: 1.25; color: #fff; }

.v847-promo-strip { padding: 1.2rem; border-radius: 2rem; background: linear-gradient(135deg, rgba(136,14,79,.92), rgba(65,105,225,.48)); border: .1rem solid rgba(255,255,255,.15); display: grid; gap: 1rem; }
.v847-step { display: grid; grid-template-columns: 3.8rem 1fr; gap: 1rem; align-items: start; padding: 1rem; border-radius: 1.6rem; background: rgba(255,255,255,.06); }
.v847-step b { width: 3.8rem; height: 3.8rem; border-radius: 50%; display: grid; place-items: center; background: var(--v847-rose); color: #fff; }
.v847-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 1.5rem; font-size: 1.25rem; }
.v847-table th, .v847-table td { padding: .9rem .7rem; text-align: left; border-bottom: .1rem solid rgba(255,255,255,.09); }
.v847-table th { color: #fff; background: rgba(136,14,79,.4); }
.v847-table td { color: var(--v847-muted); }
.v847-review { padding: 1.1rem; border-radius: 1.7rem; background: rgba(255,255,255,.06); }
.v847-review strong { display: block; color: #fff; margin-bottom: .4rem; }
.v847-badge { display: inline-flex; align-items: center; gap: .4rem; padding: .55rem .75rem; border-radius: 999rem; background: rgba(233,150,122,.17); color: #ffd7c8; font-size: 1.15rem; font-weight: 900; }
.v847-payment { display: flex; align-items: center; justify-content: center; min-height: 5rem; border-radius: 1.4rem; background: rgba(255,255,255,.07); border: .1rem solid rgba(255,255,255,.09); font-weight: 900; color: #fff; }

.v847-footer { margin-top: 2rem; padding: 2.4rem 0 8.8rem; background: linear-gradient(180deg, rgba(36,17,31,.6), rgba(12,12,12,1)); border-top: .1rem solid rgba(219,112,147,.22); }
.v847-footer-logo { display: flex; align-items: center; gap: .8rem; margin-bottom: 1rem; }
.v847-footer-logo img { width: 3.4rem; height: 3.4rem; border-radius: 1rem; }
.v847-footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; margin: 1.3rem 0; }
.v847-footer-links a { padding: .9rem; border-radius: 1.2rem; background: rgba(255,255,255,.06); color: var(--v847-muted); font-weight: 800; }
.v847-footer-cta { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin: 1.2rem 0; }
.v847-copyright { color: #a999a8; font-size: 1.2rem; }

.v847-bottom-nav { position: fixed; left: 50%; bottom: 0; transform: translateX(-50%); z-index: 1000; width: min(100%, 43rem); height: 6.2rem; display: flex; justify-content: space-around; align-items: stretch; padding: .45rem .55rem .55rem; background: #880e4f; border-top: .1rem solid rgba(255,255,255,.18); box-shadow: 0 -1rem 2.8rem rgba(0,0,0,.35); }
.v847-bottom-nav button, .v847-bottom-nav a { min-width: 6rem; min-height: 6rem; border: 0; background: transparent; color: rgba(255,255,255,.78); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .25rem; border-radius: 1.5rem; font-size: 1.05rem; font-weight: 800; cursor: pointer; transition: .2s ease; position: relative; }
.v847-bottom-nav i, .v847-bottom-nav ion-icon, .v847-bottom-nav .material-icons, .v847-bottom-nav svg { font-size: 2.3rem; width: 2.4rem; height: 2.4rem; }
.v847-bottom-nav button:active, .v847-bottom-nav a:active { transform: scale(.93); }
.v847-bottom-nav .v847-active { color: #0c0c0c; background: #f5f5f5; box-shadow: 0 .7rem 1.8rem rgba(0,0,0,.24); }
.v847-nav-badge { position: absolute; top: .35rem; right: 1.2rem; min-width: 1.6rem; height: 1.6rem; border-radius: 999rem; display: grid; place-items: center; background: var(--v847-coral); color: #0c0c0c; font-size: .9rem; font-weight: 900; }

.v847-faq details { padding: 1.1rem; border-radius: 1.5rem; background: rgba(255,255,255,.06); margin-bottom: .8rem; }
.v847-faq summary { cursor: pointer; font-weight: 900; color: #fff; min-height: 4.4rem; display: flex; align-items: center; }
.v847-faq p { margin: .5rem 0 0; }
.v847-small { font-size: 1.2rem; color: var(--v847-muted); }
.v847-divider { height: .1rem; background: rgba(255,255,255,.1); margin: 1.4rem 0; }

@media (max-width: 768px) { main { padding-bottom: 8rem; } }
@media (min-width: 769px) {
  body { background-attachment: fixed; }
  .v847-page, .v847-wrapper, .v847-container, .v847-headbar, .v847-bottom-nav { width: min(100%, 43rem); }
  .v847-bottom-nav { display: none; }
  .v847-footer { padding-bottom: 2.4rem; }
  .v847-menu-button { display: none; }
  .v847-desktop-nav { display: flex; gap: .8rem; margin-right: auto; }
  .v847-desktop-nav a { min-height: 4.4rem; display: flex; align-items: center; padding: .8rem 1rem; border-radius: 999rem; color: var(--v847-muted); font-weight: 800; }
  .v847-desktop-nav a:hover, .v847-desktop-nav a.v847-active { background: rgba(255,255,255,.08); color: #fff; }
}
