/* 79 club mobile-first theme */
:root {
  font-size: 62.5%;
  --g6a2-primary: #dc143c;
  --g6a2-secondary: #ff69b4;
  --g6a2-bg: #1c2833;
  --g6a2-bg-soft: #263847;
  --g6a2-panel: #101922;
  --g6a2-card: #223140;
  --g6a2-text: #f7fbff;
  --g6a2-muted: #adb5bd;
  --g6a2-line: rgba(255,255,255,.12);
  --g6a2-gold: #ffd166;
  --g6a2-radius: 1.8rem;
  --g6a2-shadow: 0 1.4rem 3.5rem rgba(0,0,0,.35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 20% 0%, rgba(255,105,180,.24), transparent 32%), linear-gradient(180deg, #101820 0%, var(--g6a2-bg) 52%, #0e151d 100%);
  color: var(--g6a2-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; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
.g6a2-page { max-width: 43rem; margin: 0 auto; min-height: 100vh; background: linear-gradient(180deg, rgba(28,40,51,.92), rgba(16,25,34,.98)); position: relative; }
.g6a2-container { width: min(100%, 43rem); margin: 0 auto; padding: 0 1.4rem; }
.g6a2-wrapper { padding-top: 7.4rem; }
.g6a2-header { position: fixed; top: 0; left: 50%; transform: translateX(-50%); z-index: 1000; width: min(100%, 43rem); background: rgba(16,25,34,.94); backdrop-filter: blur(14px); border-bottom: .1rem solid var(--g6a2-line); }
.g6a2-header-row { min-height: 6.4rem; display: flex; align-items: center; gap: .8rem; padding: .7rem 1rem; }
.g6a2-brand { display: flex; align-items: center; gap: .8rem; min-width: 0; margin-right: auto; }
.g6a2-logo { width: 3.2rem; height: 3.2rem; border-radius: .9rem; box-shadow: 0 0 0 .2rem rgba(220,20,60,.32); }
.g6a2-brand-text { font-weight: 900; font-size: 1.8rem; letter-spacing: .02em; color: #fff; white-space: nowrap; }
.g6a2-actions { display: flex; align-items: center; gap: .6rem; }
.g6a2-btn { min-height: 4.4rem; min-width: 4.4rem; border: 0; border-radius: 999px; padding: 0 1.4rem; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; color: #fff; background: linear-gradient(135deg, var(--g6a2-primary), var(--g6a2-secondary)); font-weight: 800; cursor: pointer; box-shadow: 0 .8rem 1.8rem rgba(220,20,60,.3); transition: transform .18s ease, filter .18s ease; }
.g6a2-btn:hover, .g6a2-btn:focus { transform: translateY(-.1rem) scale(1.02); filter: brightness(1.08); }
.g6a2-btn:active { transform: scale(.96); }
.g6a2-btn-small { min-height: 4rem; padding: 0 1rem; font-size: 1.3rem; }
.g6a2-btn-ghost { background: rgba(255,255,255,.08); border: .1rem solid rgba(255,255,255,.18); box-shadow: none; color: var(--g6a2-text); }
.g6a2-menu-btn { width: 4.4rem; padding: 0; font-size: 2.2rem; }
.g6a2-nav { position: fixed; top: 6.4rem; left: 50%; transform: translate(-50%, -1rem); width: min(100%, 43rem); z-index: 9999; padding: 1rem; background: rgba(16,25,34,.98); border-bottom: .1rem solid var(--g6a2-line); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.g6a2-nav.g6a2-menu-open { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.g6a2-nav-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin: 0; padding: 0; list-style: none; }
.g6a2-nav-link { min-height: 4.8rem; display: flex; align-items: center; gap: .8rem; padding: .9rem 1rem; border-radius: 1.4rem; background: rgba(255,255,255,.07); border: .1rem solid rgba(255,255,255,.1); color: var(--g6a2-text); font-weight: 700; }
.g6a2-nav-link.g6a2-active { background: linear-gradient(135deg, rgba(220,20,60,.35), rgba(255,105,180,.24)); border-color: rgba(255,105,180,.5); }
.g6a2-main { padding-bottom: 2.8rem; }
.g6a2-hero { padding: 1.2rem 0 1.8rem; }
.g6a2-hero-card { border-radius: 2.4rem; padding: 1.6rem; background: linear-gradient(145deg, rgba(220,20,60,.22), rgba(255,105,180,.13) 45%, rgba(255,255,255,.05)); border: .1rem solid rgba(255,255,255,.15); box-shadow: var(--g6a2-shadow); overflow: hidden; position: relative; }
.g6a2-kicker { color: var(--g6a2-secondary); text-transform: uppercase; font-weight: 900; letter-spacing: .12em; font-size: 1.1rem; }
.g6a2-h1 { margin: .8rem 0 1rem; font-size: 2.7rem; line-height: 3.2rem; letter-spacing: -.04em; }
.g6a2-lead { color: #dce7ef; line-height: 2.35rem; margin: .8rem 0; }
.g6a2-cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.2rem; }
.g6a2-promo-link { border: 0; background: none; padding: 0; color: var(--g6a2-gold); font-weight: 900; text-decoration: underline; text-underline-offset: .35rem; cursor: pointer; font-size: inherit; }
.g6a2-slider { position: relative; border-radius: 2rem; overflow: hidden; margin-top: 1.4rem; min-height: 15rem; background: var(--g6a2-panel); }
.g6a2-slide { display: none; cursor: pointer; }
.g6a2-slide.g6a2-active { display: block; animation: g6a2-fade .35s ease; }
.g6a2-slide img { width: 100%; height: 17.5rem; object-fit: cover; }
.g6a2-slide-caption { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; padding: .9rem 1rem; border-radius: 1.3rem; background: rgba(0,0,0,.55); font-weight: 800; }
.g6a2-slider-controls { position: absolute; right: 1rem; top: 1rem; display: flex; gap: .6rem; }
.g6a2-dot { width: 1rem; height: 1rem; border-radius: 999px; border: 0; background: rgba(255,255,255,.45); cursor: pointer; }
.g6a2-dot.g6a2-active { width: 2.2rem; background: var(--g6a2-secondary); }
.g6a2-section { padding: 1.8rem 0; }
.g6a2-section-title { font-size: 2.2rem; line-height: 2.7rem; margin: 0 0 1rem; letter-spacing: -.02em; }
.g6a2-section-text { color: #d6e0e8; line-height: 2.4rem; }
.g6a2-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.g6a2-card { background: linear-gradient(160deg, rgba(255,255,255,.08), rgba(255,255,255,.035)); border: .1rem solid rgba(255,255,255,.12); border-radius: var(--g6a2-radius); padding: 1.2rem; box-shadow: 0 .8rem 2rem rgba(0,0,0,.16); }
.g6a2-card h3 { margin: 0 0 .7rem; font-size: 1.65rem; line-height: 2rem; }
.g6a2-card p { margin: .5rem 0; color: #d7e0e8; line-height: 2.2rem; }
.g6a2-game-section { margin: 1rem 0 1.8rem; }
.g6a2-game-title { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin: 0 0 1rem; font-size: 1.9rem; }
.g6a2-game-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.g6a2-game { min-height: 10.6rem; padding: .7rem .4rem; border-radius: 1.4rem; background: rgba(255,255,255,.065); border: .1rem solid rgba(255,255,255,.09); display: flex; flex-direction: column; align-items: center; justify-content: flex-start; text-align: center; transition: transform .18s ease, border-color .18s ease; }
.g6a2-game:hover, .g6a2-game:focus { transform: translateY(-.2rem); border-color: rgba(255,105,180,.55); }
.g6a2-game img { width: 5.2rem; height: 5.2rem; object-fit: contain; border-radius: 1.1rem; margin-bottom: .55rem; }
.g6a2-game span { font-size: 1.08rem; line-height: 1.35rem; font-weight: 800; color: #f7fbff; }
.g6a2-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.g6a2-stat { padding: 1rem .6rem; border-radius: 1.4rem; text-align: center; background: rgba(220,20,60,.14); border: .1rem solid rgba(255,105,180,.2); }
.g6a2-stat strong { display: block; font-size: 2rem; color: var(--g6a2-gold); line-height: 2.3rem; }
.g6a2-stat span { font-size: 1.1rem; color: var(--g6a2-muted); }
.g6a2-list { padding-left: 1.8rem; color: #dae5ec; line-height: 2.4rem; }
.g6a2-steps { counter-reset: g6a2-step; display: grid; gap: 1rem; }
.g6a2-step { position: relative; padding-left: 4.8rem; }
.g6a2-step::before { counter-increment: g6a2-step; content: counter(g6a2-step); position: absolute; left: 0; top: .2rem; width: 3.4rem; height: 3.4rem; border-radius: 1.2rem; background: linear-gradient(135deg, var(--g6a2-primary), var(--g6a2-secondary)); display: grid; place-items: center; font-weight: 900; }
.g6a2-review { border-left: .35rem solid var(--g6a2-secondary); padding-left: 1rem; }
.g6a2-payments { display: flex; flex-wrap: wrap; gap: .7rem; }
.g6a2-pay { min-height: 3.6rem; padding: .7rem 1rem; border-radius: 999px; background: rgba(255,255,255,.08); border: .1rem solid rgba(255,255,255,.12); font-weight: 800; }
.g6a2-internal { color: #9fe7ff; text-decoration: underline; text-underline-offset: .3rem; font-weight: 800; }
.g6a2-footer { margin-top: 2rem; padding: 2rem 1.4rem 8rem; background: #0c131a; border-top: .1rem solid var(--g6a2-line); }
.g6a2-footer-logo { display: flex; align-items: center; gap: .8rem; margin-bottom: 1rem; }
.g6a2-footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin: 1.4rem 0; }
.g6a2-footer-link { padding: .9rem; border-radius: 1.2rem; background: rgba(255,255,255,.06); color: var(--g6a2-muted); }
.g6a2-footer-promo { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1rem 0; }
.g6a2-copy { color: var(--g6a2-muted); font-size: 1.2rem; }
.g6a2-bottom-nav { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 1000; width: min(100%, 43rem); height: 6.2rem; display: flex; justify-content: space-around; align-items: center; background: #dc143c; border-top: .1rem solid rgba(255,255,255,.18); box-shadow: 0 -1rem 3rem rgba(0,0,0,.36); }
.g6a2-bottom-item { min-width: 6rem; min-height: 6rem; border: 0; background: transparent; color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .3rem; font-size: 1.05rem; font-weight: 800; cursor: pointer; transition: transform .16s ease, color .16s ease; position: relative; }
.g6a2-bottom-item i, .g6a2-bottom-item ion-icon, .g6a2-bottom-item .material-icons { font-size: 2.4rem; line-height: 2.4rem; }
.g6a2-bottom-item:hover, .g6a2-bottom-item:focus, .g6a2-bottom-item.g6a2-active { color: var(--g6a2-gold); transform: translateY(-.2rem) scale(1.04); }
.g6a2-badge { position: absolute; top: .4rem; right: 1rem; min-width: 1.7rem; height: 1.7rem; border-radius: 999px; display: grid; place-items: center; background: #1c2833; color: var(--g6a2-gold); font-size: .95rem; }
.g6a2-desktop-nav { display: none; }
.g6a2-two-column { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.g6a2-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 1.4rem; }
.g6a2-table th, .g6a2-table td { padding: .9rem .7rem; border-bottom: .1rem solid var(--g6a2-line); text-align: left; font-size: 1.25rem; }
.g6a2-table th { color: var(--g6a2-gold); background: rgba(255,255,255,.07); }
@keyframes g6a2-fade { from { opacity: .25; transform: scale(1.02); } to { opacity: 1; transform: scale(1); } }
@media (max-width: 768px) { main { padding-bottom: 8rem; } }
@media (min-width: 769px) {
  body { background: #0f151d; }
  .g6a2-page, .g6a2-header, .g6a2-nav { max-width: 108rem; width: 100%; }
  .g6a2-container { max-width: 108rem; width: 100%; }
  .g6a2-bottom-nav { display: none; }
  .g6a2-menu-btn { display: none; }
  .g6a2-nav { display: none; }
  .g6a2-desktop-nav { display: flex; gap: .8rem; margin-left: 1rem; }
  .g6a2-desktop-nav a { padding: .8rem 1rem; border-radius: 999px; color: var(--g6a2-muted); font-weight: 800; }
  .g6a2-desktop-nav a:hover, .g6a2-desktop-nav a.g6a2-active { background: rgba(255,255,255,.08); color: #fff; }
  .g6a2-wrapper { padding-top: 8rem; }
  .g6a2-h1 { font-size: 4.2rem; line-height: 4.8rem; }
  .g6a2-grid, .g6a2-two-column { grid-template-columns: repeat(2, 1fr); }
  .g6a2-game-grid { grid-template-columns: repeat(8, 1fr); }
  .g6a2-footer { padding-bottom: 3rem; }
}
