:root {
  font-size: 62.5%;
  --pg76-primary: #228b22;
  --pg76-accent: #32cd32;
  --pg76-silver: #c0c0c0;
  --pg76-bg: #1b263b;
  --pg76-panel: #111b2d;
  --pg76-panel-2: #20344e;
  --pg76-text: #f4fff4;
  --pg76-muted: #cdd7dc;
  --pg76-warning: #f6d365;
  --pg76-danger: #ff6b6b;
  --pg76-shadow: 0 1.4rem 3rem rgba(0, 0, 0, .35);
  --pg76-radius: 1.8rem;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: radial-gradient(circle at top left, rgba(50,205,50,.16), transparent 30rem), linear-gradient(180deg, #0c1424 0%, var(--pg76-bg) 48%, #07111f 100%);
  color: var(--pg76-text);
  font-size: 1.6rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
.pg76-body-locked { overflow: hidden; }
.pg76-page { max-width: 43rem; margin: 0 auto; min-height: 100vh; position: relative; background: rgba(11, 19, 33, .74); box-shadow: 0 0 0 1px rgba(192,192,192,.08); }
.pg76-container { width: 100%; max-width: 43rem; margin: 0 auto; padding: 0 1.4rem; }
.pg76-wrapper { padding: 1.4rem; }
.pg76-header { position: fixed; top: 0; left: 50%; transform: translateX(-50%); width: 100%; max-width: 43rem; z-index: 1000; background: rgba(10, 18, 31, .94); backdrop-filter: blur(1.6rem); border-bottom: .1rem solid rgba(50,205,50,.28); }
.pg76-header-inner { min-height: 6.4rem; display: flex; align-items: center; gap: .8rem; padding: .8rem 1rem; }
.pg76-logo { display: flex; align-items: center; gap: .7rem; min-width: 9.2rem; }
.pg76-logo img { width: 3.2rem; height: 3.2rem; border-radius: .9rem; box-shadow: 0 0 0 .2rem rgba(50,205,50,.35); }
.pg76-logo strong { font-size: 1.8rem; letter-spacing: .08rem; color: var(--pg76-accent); text-transform: uppercase; }
.pg76-header-actions { margin-left: auto; display: flex; align-items: center; gap: .6rem; }
.pg76-btn { border: 0; border-radius: 999rem; min-height: 4.4rem; padding: 0 1.35rem; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; font-size: 1.35rem; font-weight: 800; cursor: pointer; transition: transform .18s ease, filter .18s ease, background .18s ease; }
.pg76-btn:active, .pg76-bottom-item:active, .pg76-game:active { transform: scale(.94); }
.pg76-btn-primary { background: linear-gradient(135deg, var(--pg76-accent), var(--pg76-primary)); color: #06140b; box-shadow: 0 .8rem 1.6rem rgba(50,205,50,.25); }
.pg76-btn-ghost { background: rgba(192,192,192,.12); color: var(--pg76-text); border: .1rem solid rgba(192,192,192,.28); }
.pg76-menu-btn { width: 4.4rem; padding: 0; background: rgba(34,139,34,.2); color: var(--pg76-accent); border: .1rem solid rgba(50,205,50,.28); }
.pg76-menu-panel { position: fixed; top: 0; right: 50%; transform: translate(50%, -110%); width: 100%; max-width: 43rem; z-index: 9999; padding: 7.2rem 1.4rem 1.4rem; background: linear-gradient(180deg, #0d1728, #10261e); border-bottom: .1rem solid rgba(50,205,50,.35); box-shadow: var(--pg76-shadow); transition: transform .25s ease; }
.pg76-menu-panel.pg76-menu-open { transform: translate(50%, 0); }
.pg76-menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.pg76-menu-link { min-height: 4.8rem; display: flex; align-items: center; gap: .8rem; padding: .9rem 1rem; border-radius: 1.2rem; background: rgba(255,255,255,.06); border: .1rem solid rgba(192,192,192,.14); color: var(--pg76-muted); font-weight: 700; }
.pg76-menu-link:hover, .pg76-menu-link.pg76-is-active { background: rgba(50,205,50,.18); color: var(--pg76-accent); }
.pg76-overlay { display: none; position: fixed; inset: 0; z-index: 9998; background: rgba(0,0,0,.62); }
.pg76-overlay.pg76-menu-open { display: block; }
.pg76-main { padding-top: 7.6rem; }
.pg76-hero { padding: 1.4rem 0 .4rem; }
.pg76-carousel { position: relative; overflow: hidden; min-height: 18.8rem; border-radius: 2.4rem; background: linear-gradient(135deg, rgba(50,205,50,.18), rgba(192,192,192,.08)); border: .1rem solid rgba(50,205,50,.26); box-shadow: var(--pg76-shadow); }
.pg76-slide { display: none; position: relative; min-height: 18.8rem; cursor: pointer; }
.pg76-slide.pg76-is-active { display: block; }
.pg76-slide img { width: 100%; min-height: 18.8rem; object-fit: cover; opacity: .72; display: block; }
.pg76-slide-copy { position: absolute; inset: auto 1.4rem 1.3rem 1.4rem; padding: 1.2rem; border-radius: 1.5rem; background: rgba(7, 17, 31, .74); border: .1rem solid rgba(255,255,255,.12); }
.pg76-slide-copy h2 { margin: 0 0 .6rem; font-size: 2.15rem; line-height: 1.15; color: #fff; }
.pg76-slide-copy p { margin: 0; color: var(--pg76-muted); line-height: 1.35; }
.pg76-dots { position: absolute; right: 1.2rem; top: 1.2rem; display: flex; gap: .5rem; }
.pg76-dot { width: .9rem; height: .9rem; border-radius: 999rem; border: 0; background: rgba(255,255,255,.42); padding: 0; }
.pg76-dot.pg76-is-active { width: 2.4rem; background: var(--pg76-accent); }
.pg76-section { margin: 1.4rem 0; padding: 1.45rem; border-radius: var(--pg76-radius); background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); border: .1rem solid rgba(192,192,192,.13); box-shadow: 0 .8rem 2rem rgba(0,0,0,.16); }
.pg76-section-alt { background: linear-gradient(145deg, rgba(34,139,34,.2), rgba(27,38,59,.72)); }
.pg76-kicker { display: inline-flex; align-items: center; gap: .5rem; padding: .45rem .9rem; border-radius: 999rem; background: rgba(50,205,50,.16); color: var(--pg76-accent); font-size: 1.15rem; font-weight: 900; text-transform: uppercase; letter-spacing: .05rem; }
.pg76-title { margin: .9rem 0 1rem; font-size: 2.55rem; line-height: 1.14; color: #fff; }
.pg76-subtitle { margin: 0 0 1.2rem; color: var(--pg76-muted); line-height: 1.55; }
.pg76-text { color: var(--pg76-muted); line-height: 1.55; }
.pg76-text strong { color: #fff; }
.pg76-promo-text { color: var(--pg76-accent); font-weight: 900; text-decoration: underline; text-decoration-thickness: .2rem; cursor: pointer; }
.pg76-link { color: var(--pg76-warning); font-weight: 800; border-bottom: .1rem dashed rgba(246,211,101,.7); }
.pg76-cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.2rem; }
.pg76-grid { display: grid; gap: 1rem; }
.pg76-grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.pg76-grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.pg76-card { padding: 1.2rem; border-radius: 1.5rem; background: rgba(7,17,31,.62); border: .1rem solid rgba(192,192,192,.12); }
.pg76-card h3 { margin: 0 0 .7rem; color: #fff; line-height: 1.25; }
.pg76-card p { margin: 0; color: var(--pg76-muted); line-height: 1.48; }
.pg76-stat { text-align: center; background: linear-gradient(160deg, rgba(50,205,50,.16), rgba(192,192,192,.06)); }
.pg76-stat strong { display: block; font-size: 2.2rem; color: var(--pg76-accent); line-height: 1.2; }
.pg76-stat span { font-size: 1.2rem; color: var(--pg76-muted); }
.pg76-games-section h2 { display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: 2rem; }
.pg76-game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; }
.pg76-game { min-height: 9.4rem; padding: .65rem .45rem; border-radius: 1.2rem; background: rgba(255,255,255,.055); border: .1rem solid rgba(192,192,192,.1); text-align: center; cursor: pointer; transition: transform .18s ease, border .18s ease; }
.pg76-game:hover { border-color: rgba(50,205,50,.45); }
.pg76-game img { width: 4.8rem; height: 4.8rem; border-radius: 1.1rem; object-fit: cover; display: block; margin: 0 auto .45rem; }
.pg76-game span { display: block; font-size: 1.08rem; line-height: 1.2; color: var(--pg76-text); font-weight: 700; }
.pg76-timeline { display: grid; gap: 1rem; counter-reset: pg76step; }
.pg76-step { position: relative; padding: 1.15rem 1.15rem 1.15rem 4.8rem; }
.pg76-step::before { counter-increment: pg76step; content: counter(pg76step); position: absolute; left: 1rem; top: 1.2rem; width: 2.8rem; height: 2.8rem; border-radius: 999rem; background: var(--pg76-accent); color: #07111f; display: grid; place-items: center; font-weight: 900; }
.pg76-faq details { border-radius: 1.2rem; background: rgba(255,255,255,.055); border: .1rem solid rgba(192,192,192,.11); padding: 1rem; margin: .8rem 0; }
.pg76-faq summary { cursor: pointer; font-weight: 900; color: #fff; min-height: 3.2rem; }
.pg76-faq p { color: var(--pg76-muted); line-height: 1.55; }
.pg76-review { display: flex; gap: 1rem; align-items: flex-start; }
.pg76-avatar { width: 4rem; height: 4rem; border-radius: 50%; display: grid; place-items: center; background: rgba(50,205,50,.18); color: var(--pg76-accent); font-weight: 900; }
.pg76-badge { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem .7rem; border-radius: .9rem; background: rgba(246,211,101,.16); color: var(--pg76-warning); font-size: 1.12rem; font-weight: 900; }
.pg76-payments { display: flex; flex-wrap: wrap; gap: .7rem; }
.pg76-pay { padding: .8rem 1rem; min-height: 4.4rem; border-radius: 1.2rem; background: rgba(255,255,255,.07); border: .1rem solid rgba(192,192,192,.14); color: var(--pg76-muted); font-weight: 800; }
.pg76-footer { margin-top: 1.8rem; padding: 2rem 1.4rem 8.6rem; background: #07111f; border-top: .1rem solid rgba(50,205,50,.22); }
.pg76-footer-logo { display: flex; align-items: center; gap: .9rem; margin-bottom: 1rem; }
.pg76-footer-logo img { width: 3.8rem; height: 3.8rem; border-radius: 1rem; }
.pg76-footer-logo strong { color: var(--pg76-accent); font-size: 2rem; }
.pg76-footer-links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .8rem; margin: 1.2rem 0; }
.pg76-footer-link { padding: .9rem; border-radius: 1.1rem; background: rgba(255,255,255,.055); color: var(--pg76-muted); font-weight: 700; font-size: 1.25rem; }
.pg76-footer-ctas { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.2rem 0; }
.pg76-copy { color: rgba(244,255,244,.62); font-size: 1.2rem; line-height: 1.45; }
.pg76-bottom-nav { position: fixed; left: 50%; bottom: 0; transform: translateX(-50%); width: 100%; max-width: 43rem; height: 6.2rem; z-index: 1000; display: flex; justify-content: space-around; align-items: center; background: #0a1524; border-top: .1rem solid rgba(50,205,50,.38); box-shadow: 0 -1rem 2.2rem rgba(0,0,0,.38); }
.pg76-bottom-item { min-width: 6rem; min-height: 6rem; border: 0; background: transparent; color: var(--pg76-muted); 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: color .18s ease, transform .18s ease; }
.pg76-bottom-item i, .pg76-bottom-item ion-icon, .pg76-bottom-item .material-icons, .pg76-bottom-item .icon-tabler { font-size: 2.4rem; width: 2.6rem; height: 2.6rem; }
.pg76-bottom-item.pg76-is-active { color: var(--pg76-accent); }
.pg76-bottom-item.pg76-is-active::before { content: ''; position: absolute; top: .35rem; width: 3.4rem; height: .32rem; border-radius: 999rem; background: var(--pg76-accent); }
.pg76-pill-list { display: flex; flex-wrap: wrap; gap: .7rem; }
.pg76-pill { padding: .65rem .9rem; border-radius: 999rem; background: rgba(50,205,50,.12); color: var(--pg76-accent); font-weight: 900; font-size: 1.18rem; }
.pg76-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 1.2rem; font-size: 1.25rem; }
.pg76-table th, .pg76-table td { padding: .85rem .7rem; border-bottom: .1rem solid rgba(192,192,192,.12); text-align: left; }
.pg76-table th { color: var(--pg76-accent); background: rgba(50,205,50,.1); }
.pg76-table td { color: var(--pg76-muted); }
@media (min-width: 769px) {
  .pg76-bottom-nav { display: none; }
  .pg76-footer { padding-bottom: 2rem; }
}
@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
}
@media (max-width: 370px) {
  .pg76-header-inner { gap: .45rem; padding: .75rem .75rem; }
  .pg76-btn { padding: 0 .95rem; font-size: 1.2rem; }
  .pg76-logo strong { font-size: 1.6rem; }
  .pg76-game-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
