:root {
  font-size: 62.5%;
  --v789-primary: #00695C;
  --v789-primary-soft: #80CBC4;
  --v789-bg: #0C0C0C;
  --v789-panel: #111817;
  --v789-card: #162321;
  --v789-text: #F3FFFD;
  --v789-muted: #ADB5BD;
  --v789-gold: #FFD166;
  --v789-danger: #FF6B6B;
  --v789-line: rgba(128, 203, 196, .28);
  --v789-shadow: 0 1.4rem 3rem rgba(0, 0, 0, .35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at top left, rgba(0, 105, 92, .42), transparent 32rem), var(--v789-bg);
  color: var(--v789-text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
a { color: var(--v789-primary-soft); text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
body.v789-menu-lock { overflow: hidden; }
.v789-page { width: 100%; max-width: 430px; min-height: 100vh; margin: 0 auto; background: linear-gradient(180deg, #0C0C0C 0%, #10201E 52%, #0C0C0C 100%); position: relative; }
.v789-container { width: min(100% - 2.4rem, 40.6rem); margin: 0 auto; }
.v789-wrapper { padding: 1.6rem 0; }
.v789-header { position: fixed; top: 0; left: 50%; transform: translateX(-50%); z-index: 1000; width: 100%; max-width: 430px; background: rgba(12, 12, 12, .94); border-bottom: .1rem solid var(--v789-line); backdrop-filter: blur(1.2rem); transition: .25s ease; }
.v789-header-compact { box-shadow: var(--v789-shadow); }
.v789-topbar { min-height: 6.4rem; display: flex; align-items: center; justify-content: space-between; gap: .8rem; padding: .8rem 1.2rem; }
.v789-brand { display: flex; align-items: center; gap: .8rem; min-width: 0; }
.v789-logo { width: 3.2rem; height: 3.2rem; border-radius: 1rem; border: .1rem solid var(--v789-primary-soft); }
.v789-brand-text { display: flex; flex-direction: column; gap: .1rem; min-width: 0; }
.v789-brand-title { font-size: 1.42rem; font-weight: 900; color: var(--v789-text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.v789-brand-sub { font-size: 1rem; color: var(--v789-muted); letter-spacing: .04em; }
.v789-header-actions { display: flex; align-items: center; gap: .6rem; }
.v789-btn { min-height: 4.4rem; min-width: 4.4rem; border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: 0 1.25rem; color: #06110F; background: var(--v789-primary-soft); font-weight: 900; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.v789-btn:hover, .v789-btn:focus { transform: translateY(-.1rem) scale(1.02); box-shadow: 0 .8rem 2rem rgba(128, 203, 196, .22); }
.v789-btn:active { transform: scale(.96); }
.v789-btn-secondary { background: transparent; color: var(--v789-primary-soft); border: .1rem solid var(--v789-line); }
.v789-btn-gold { background: linear-gradient(135deg, var(--v789-gold), #FFB703); color: #161006; }
.v789-menu-btn { padding: 0; border-radius: 1.2rem; background: rgba(128, 203, 196, .12); color: var(--v789-primary-soft); border: .1rem solid var(--v789-line); }
.v789-mobile-menu { position: fixed; inset: 0; z-index: 9999; background: rgba(12, 12, 12, .98); transform: translateY(-105%); transition: transform .28s ease; padding: 8.4rem 1.6rem 2rem; overflow-y: auto; }
.v789-mobile-menu.v789-open { transform: translateY(0); }
.v789-menu-panel { background: linear-gradient(180deg, rgba(0, 105, 92, .22), rgba(128, 203, 196, .08)); border: .1rem solid var(--v789-line); border-radius: 2rem; padding: 1.6rem; box-shadow: var(--v789-shadow); }
.v789-menu-link { min-height: 4.8rem; display: flex; align-items: center; gap: 1rem; border-bottom: .1rem solid rgba(173, 181, 189, .12); color: var(--v789-text); font-weight: 800; }
.v789-menu-link:last-child { border-bottom: 0; }
.v789-desktop-nav { display: none; align-items: center; gap: 1rem; padding: .8rem 1.2rem 1.2rem; overflow-x: auto; }
.v789-desktop-nav a { color: var(--v789-muted); font-weight: 800; white-space: nowrap; }
.v789-main { padding-top: 7.2rem; }
.v789-hero { padding: 1.4rem 0 1rem; }
.v789-kicker { display: inline-flex; align-items: center; gap: .6rem; padding: .6rem 1rem; border: .1rem solid var(--v789-line); border-radius: 999px; color: var(--v789-primary-soft); background: rgba(128, 203, 196, .08); font-size: 1.15rem; font-weight: 900; }
.v789-title { margin: 1.2rem 0 .8rem; font-size: clamp(2.5rem, 8vw, 3.6rem); line-height: 1.08; letter-spacing: -.04em; color: var(--v789-text); }
.v789-lead { color: var(--v789-muted); font-size: 1.5rem; line-height: 1.55; }
.v789-cta-row { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.4rem; }
.v789-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-top: 1.4rem; }
.v789-stat { background: rgba(255, 255, 255, .04); border: .1rem solid var(--v789-line); border-radius: 1.4rem; padding: 1rem .6rem; text-align: center; }
.v789-stat strong { display: block; color: var(--v789-primary-soft); font-size: 1.6rem; }
.v789-stat span { color: var(--v789-muted); font-size: 1rem; }
.v789-slider { display: grid; grid-template-columns: repeat(3, 82%); gap: 1rem; overflow-x: auto; padding: .6rem 1.2rem 1.4rem; scroll-snap-type: x mandatory; }
.v789-slide { min-height: 14rem; border-radius: 2rem; overflow: hidden; border: .1rem solid var(--v789-line); position: relative; scroll-snap-align: center; box-shadow: var(--v789-shadow); cursor: pointer; background: var(--v789-card); }
.v789-slide img { width: 100%; height: 14rem; object-fit: cover; opacity: .88; }
.v789-slide b { position: absolute; left: 1rem; bottom: 1rem; background: rgba(12, 12, 12, .82); border: .1rem solid var(--v789-line); border-radius: 999px; padding: .55rem .9rem; color: var(--v789-primary-soft); }
.v789-section { margin: 1.4rem 0; padding: 1.6rem; background: rgba(17, 24, 23, .9); border: .1rem solid var(--v789-line); border-radius: 2rem; box-shadow: 0 .8rem 2rem rgba(0, 0, 0, .18); }
.v789-section-alt { background: linear-gradient(145deg, rgba(0, 105, 92, .22), rgba(12, 12, 12, .92)); }
.v789-section h2 { margin: 0 0 1rem; font-size: 2.05rem; line-height: 1.18; color: var(--v789-text); }
.v789-section h3 { margin: 1.2rem 0 .7rem; font-size: 1.55rem; color: var(--v789-primary-soft); }
.v789-section p { margin: .8rem 0; color: #D7E6E4; line-height: 1.55; }
.v789-section ul, .v789-section ol { margin: .8rem 0; padding-left: 2rem; color: #D7E6E4; }
.v789-section li { margin: .55rem 0; line-height: 1.55; }
.v789-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.v789-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.v789-card { background: rgba(255, 255, 255, .045); border: .1rem solid rgba(128, 203, 196, .22); border-radius: 1.6rem; padding: 1.2rem; min-height: 4.4rem; }
.v789-card strong { color: var(--v789-primary-soft); }
.v789-game-category { margin: 1.4rem 0; }
.v789-category-title { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 0 0 .9rem; }
.v789-category-title h3 { margin: 0; color: var(--v789-text); font-size: 1.7rem; text-transform: capitalize; }
.v789-category-title span { color: var(--v789-gold); font-size: 1.1rem; font-weight: 900; }
.v789-game-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.v789-game { min-height: 9.4rem; padding: .6rem; border-radius: 1.3rem; background: rgba(255, 255, 255, .04); border: .1rem solid rgba(173, 181, 189, .14); display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: .5rem; cursor: pointer; transition: .18s ease; color: var(--v789-text); }
.v789-game:hover, .v789-game:focus { transform: translateY(-.2rem); border-color: var(--v789-primary-soft); }
.v789-game img { width: 4.8rem; height: 4.8rem; border-radius: 1.2rem; object-fit: cover; }
.v789-game span { font-size: 1rem; line-height: 1.22; text-align: center; color: var(--v789-text); }
.v789-promo-link { color: var(--v789-gold); font-weight: 900; text-decoration: underline; text-decoration-thickness: .1rem; cursor: pointer; }
.v789-internal { color: var(--v789-primary-soft); border-bottom: .1rem dashed var(--v789-primary-soft); }
.v789-pill-list { display: flex; flex-wrap: wrap; gap: .7rem; }
.v789-pill { padding: .7rem 1rem; border-radius: 999px; background: rgba(128, 203, 196, .1); border: .1rem solid var(--v789-line); color: var(--v789-primary-soft); font-size: 1.2rem; font-weight: 800; }
.v789-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 1.4rem; font-size: 1.2rem; }
.v789-table th, .v789-table td { padding: .9rem .7rem; border-bottom: .1rem solid rgba(173, 181, 189, .14); text-align: left; }
.v789-table th { color: var(--v789-primary-soft); background: rgba(0, 105, 92, .24); }
.v789-review { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: .1rem solid rgba(173, 181, 189, .14); }
.v789-avatar { width: 4.4rem; height: 4.4rem; border-radius: 50%; background: linear-gradient(135deg, var(--v789-primary-soft), var(--v789-primary)); flex: 0 0 auto; display: grid; place-items: center; color: #06110F; font-weight: 900; }
.v789-footer { margin-top: 2rem; padding: 2rem 1.2rem 9rem; background: #080B0A; border-top: .1rem solid var(--v789-line); }
.v789-footer-logo { display: flex; align-items: center; gap: .8rem; margin-bottom: 1rem; }
.v789-footer-logo img { width: 3.8rem; height: 3.8rem; border-radius: 1rem; }
.v789-footer p { color: var(--v789-muted); line-height: 1.55; }
.v789-footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin: 1.4rem 0; }
.v789-footer-links a { padding: .9rem; border-radius: 1rem; background: rgba(255, 255, 255, .04); color: var(--v789-text); border: .1rem solid rgba(173, 181, 189, .12); font-size: 1.2rem; }
.v789-partners { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1rem 0; }
.v789-partner { padding: .65rem .85rem; border-radius: .8rem; background: rgba(128, 203, 196, .1); color: var(--v789-primary-soft); font-size: 1.1rem; font-weight: 900; }
.v789-copy { font-size: 1.1rem; color: #8EA3A0; }
.v789-bottom-nav { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 1000; width: 100%; max-width: 430px; height: 6.2rem; background: #00695C; border-top: .1rem solid rgba(128, 203, 196, .5); display: flex; justify-content: space-around; align-items: stretch; box-shadow: 0 -1rem 2.4rem rgba(0, 0, 0, .35); }
.v789-bottom-item { min-width: 6rem; min-height: 6rem; flex: 1; border: 0; background: transparent; color: #EFFFFD; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .25rem; font-size: 1.05rem; font-weight: 800; cursor: pointer; position: relative; transition: .18s ease; }
.v789-bottom-item i, .v789-bottom-item ion-icon, .v789-bottom-item .material-icons, .v789-bottom-item .ti { font-size: 2.3rem; line-height: 1; }
.v789-bottom-item:hover, .v789-bottom-item:focus, .v789-bottom-item.v789-current { color: var(--v789-gold); transform: translateY(-.2rem); }
.v789-bottom-item.v789-current::before { content: ''; position: absolute; top: .4rem; width: .7rem; height: .7rem; border-radius: 50%; background: var(--v789-gold); }
.v789-badge { position: absolute; top: .4rem; right: 1.6rem; min-width: 1.6rem; height: 1.6rem; border-radius: 999px; background: var(--v789-danger); color: #fff; font-size: .95rem; display: grid; place-items: center; }
.v789-float-cta { position: sticky; bottom: 7rem; display: flex; justify-content: center; z-index: 20; pointer-events: none; }
.v789-float-cta button { pointer-events: auto; box-shadow: 0 1rem 3rem rgba(255, 209, 102, .25); }
@media (min-width: 769px) {
  .v789-page, .v789-header, .v789-bottom-nav { max-width: 100%; }
  .v789-container { width: min(100% - 4rem, 112rem); }
  .v789-desktop-nav { display: flex; }
  .v789-menu-btn { display: none; }
  .v789-mobile-menu { display: none; }
  .v789-main { padding-top: 10.5rem; }
  .v789-slider { grid-template-columns: repeat(3, 1fr); overflow: visible; width: min(100% - 4rem, 112rem); margin: 0 auto; padding-left: 0; padding-right: 0; }
  .v789-slide img { height: 22rem; }
  .v789-game-grid { grid-template-columns: repeat(8, 1fr); }
  .v789-grid { grid-template-columns: repeat(4, 1fr); }
  .v789-bottom-nav { display: none; }
  .v789-footer { padding-bottom: 3rem; }
}
@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
  .v789-hide-mobile { display: none !important; }
}
@media (max-width: 360px) {
  .v789-header-actions { gap: .35rem; }
  .v789-btn { padding: 0 .9rem; font-size: 1.2rem; }
  .v789-game-grid { gap: .55rem; }
  .v789-game img { width: 4.2rem; height: 4.2rem; }
}
