@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

:root {
  font-size: 62.5%;
  --pg19-bg: #101923;
  --pg19-panel: #1d2b39;
  --pg19-primary: #ffa500;
  --pg19-secondary: #ee82ee;
  --pg19-muted: #bbbbbb;
  --pg19-text: #f7f8fb;
  --pg19-line: rgba(187, 187, 187, .18);
  --pg19-shadow: 0 1.8rem 4rem rgba(0,0,0,.32);
  --pg19-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, rgba(238,130,238,.20), transparent 26rem), linear-gradient(180deg, #0a1118 0%, var(--pg19-bg) 100%);
  color: var(--pg19-text);
  font-size: 1.5rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
main { max-width: 430px; margin: 0 auto; padding-top: 7.2rem; }

.pg19-container { width: min(100%, 430px); margin: 0 auto; padding: 0 1.4rem; }
.pg19-wrapper { position: relative; isolation: isolate; }
.pg19-header {
  position: fixed; top: 0; left: 50%; transform: translateX(-50%);
  z-index: 1000; width: min(100%, 430px);
  background: rgba(16,25,35,.94); backdrop-filter: blur(18px);
  border-bottom: .1rem solid var(--pg19-line); box-shadow: 0 .8rem 2rem rgba(0,0,0,.24);
}
.pg19-header-inner { min-height: 6.4rem; display: flex; align-items: center; gap: .8rem; padding: .8rem 1.2rem; }
.pg19-brand { display: flex; align-items: center; gap: .8rem; min-width: 0; text-decoration: none; flex: 1; }
.pg19-logo { width: 3.2rem; height: 3.2rem; border-radius: .9rem; box-shadow: 0 0 0 .2rem rgba(255,165,0,.22); }
.pg19-brand-name { font-size: 1.45rem; font-weight: 800; letter-spacing: -.03rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pg19-action-row { display: flex; align-items: center; gap: .6rem; }
.pg19-btn, .pg19-link-btn {
  border: 0; cursor: pointer; text-decoration: none; font-weight: 800; border-radius: 999px;
  min-height: 4.4rem; display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  transition: transform .18s ease, filter .18s ease, background .18s ease;
}
.pg19-btn:active, .pg19-bottom-btn:active { transform: scale(.94); }
.pg19-btn-primary { color: #16202b; background: linear-gradient(135deg, var(--pg19-primary), #ffd27a); padding: 0 1.3rem; }
.pg19-btn-ghost { color: var(--pg19-text); background: rgba(238,130,238,.18); border: .1rem solid rgba(238,130,238,.35); padding: 0 1rem; }
.pg19-btn-wide { width: 100%; margin-top: 1rem; }
.pg19-menu-toggle { width: 4.4rem; color: var(--pg19-text); background: rgba(255,255,255,.08); font-size: 2rem; }
.pg19-desktop-nav { display: none; }
.pg19-menu-overlay { position: fixed; inset: 0; z-index: 9998; background: rgba(0,0,0,.62); opacity: 0; visibility: hidden; transition: .22s ease; }
.pg19-mobile-menu {
  position: fixed; top: 0; right: 0; z-index: 9999; width: min(86vw, 36rem); height: 100vh;
  padding: 2rem; background: linear-gradient(180deg, #223244, #101923); border-left: .1rem solid var(--pg19-line);
  transform: translateX(102%); transition: transform .24s ease; box-shadow: var(--pg19-shadow); overflow-y: auto;
}
.pg19-menu-open { opacity: 1; visibility: visible; transform: translateX(0); }
.pg19-menu-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.6rem; }
.pg19-menu-title { font-size: 1.8rem; font-weight: 800; color: var(--pg19-primary); }
.pg19-menu-close { color: var(--pg19-text); background: transparent; border: .1rem solid var(--pg19-line); width: 4.4rem; height: 4.4rem; border-radius: 50%; }
.pg19-menu-list { display: grid; gap: .9rem; }
.pg19-menu-list a { min-height: 4.6rem; display: flex; align-items: center; gap: .9rem; padding: 0 1.2rem; border-radius: 1.2rem; text-decoration: none; background: rgba(255,255,255,.06); color: var(--pg19-muted); }
.pg19-menu-list a:hover { background: rgba(255,165,0,.16); color: var(--pg19-text); }

.pg19-hero { padding: 1.4rem 0 2rem; }
.pg19-kicker { color: var(--pg19-primary); font-weight: 800; text-transform: uppercase; font-size: 1.15rem; letter-spacing: .12rem; }
.pg19-hero-card { overflow: hidden; border-radius: 2.4rem; background: linear-gradient(145deg, rgba(44,62,80,.95), rgba(16,25,35,.98)); box-shadow: var(--pg19-shadow); border: .1rem solid var(--pg19-line); }
.pg19-hero-copy { padding: 1.7rem; }
.pg19-title { font-size: 2.65rem; line-height: 3.05rem; margin: .8rem 0 1rem; letter-spacing: -.08rem; }
.pg19-title span { color: var(--pg19-primary); }
.pg19-lead { color: var(--pg19-muted); line-height: 2.25rem; margin: 0 0 1rem; }
.pg19-hero-badges { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1.2rem 0; }
.pg19-badge { border: .1rem solid rgba(255,165,0,.34); background: rgba(255,165,0,.11); color: #ffd596; border-radius: 999px; padding: .65rem .9rem; font-size: 1.15rem; font-weight: 700; }

.pg19-slider { position: relative; overflow: hidden; border-radius: 0 0 2.4rem 2.4rem; background: #0d141d; min-height: 18rem; }
.pg19-slide { display: none; position: relative; cursor: pointer; }
.pg19-slide.pg19-active { display: block; animation: pg19-fade .36s ease; }
.pg19-slide img { width: 100%; aspect-ratio: 16/8.8; object-fit: cover; }
.pg19-slide-label { position: absolute; left: 1.4rem; bottom: 1.4rem; background: rgba(16,25,35,.82); border: .1rem solid rgba(255,255,255,.2); border-radius: 1.2rem; padding: .8rem 1rem; font-weight: 800; }
.pg19-dots { position: absolute; right: 1.2rem; bottom: 1.2rem; display: flex; gap: .5rem; }
.pg19-dot { width: .8rem; height: .8rem; border-radius: 50%; border: 0; background: rgba(255,255,255,.38); }
.pg19-dot.pg19-active { width: 2rem; border-radius: 1rem; background: var(--pg19-primary); }
@keyframes pg19-fade { from { opacity: .4; transform: scale(1.02); } to { opacity: 1; transform: scale(1); } }

.pg19-section { padding: 1.6rem 0; }
.pg19-section-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; }
.pg19-section-title { font-size: 2rem; line-height: 2.45rem; margin: 0; }
.pg19-section-note { color: var(--pg19-muted); font-size: 1.25rem; }
.pg19-card { background: linear-gradient(160deg, rgba(44,62,80,.86), rgba(18,28,38,.94)); border: .1rem solid var(--pg19-line); border-radius: var(--pg19-radius); padding: 1.4rem; box-shadow: 0 1rem 2.5rem rgba(0,0,0,.18); }
.pg19-card + .pg19-card { margin-top: 1rem; }
.pg19-card h3 { margin: 0 0 .8rem; font-size: 1.65rem; line-height: 2.1rem; color: #fff; }
.pg19-card p, .pg19-card li { color: var(--pg19-muted); line-height: 2.3rem; }
.pg19-card ul, .pg19-card ol { padding-left: 1.8rem; }
.pg19-highlight { color: var(--pg19-primary); font-weight: 800; }
.pg19-text-link { color: #ffd27a; font-weight: 800; text-decoration: underline; text-decoration-color: rgba(255,210,122,.35); }
.pg19-promo-link { color: var(--pg19-primary); font-weight: 900; cursor: pointer; text-decoration: underline; }
.pg19-grid { display: grid; gap: 1rem; }
.pg19-grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.pg19-grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.pg19-stat { text-align: center; padding: 1.2rem; border-radius: 1.4rem; background: rgba(255,255,255,.06); border: .1rem solid var(--pg19-line); }
.pg19-stat strong { display: block; color: var(--pg19-primary); font-size: 2rem; line-height: 2.4rem; }
.pg19-stat span { color: var(--pg19-muted); font-size: 1.2rem; }

.pg19-game-block { margin-bottom: 1.8rem; }
.pg19-category-title { display: flex; align-items: center; gap: .8rem; font-size: 1.75rem; margin: 0 0 1rem; color: #fff; }
.pg19-game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .9rem; }
.pg19-game-card { min-height: 11.2rem; text-decoration: none; color: var(--pg19-text); background: rgba(255,255,255,.055); border: .1rem solid rgba(255,255,255,.1); border-radius: 1.4rem; padding: .75rem .55rem; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: .55rem; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.pg19-game-card:hover { transform: translateY(-.25rem); background: rgba(255,165,0,.12); border-color: rgba(255,165,0,.4); }
.pg19-game-card img { width: 5.4rem; height: 5.4rem; border-radius: 1.2rem; object-fit: cover; box-shadow: 0 .6rem 1.4rem rgba(0,0,0,.24); }
.pg19-game-card span { font-size: 1.08rem; line-height: 1.35rem; text-align: center; font-weight: 700; }

.pg19-feature-list { display: grid; gap: .9rem; }
.pg19-feature-item { display: flex; gap: 1rem; align-items: flex-start; padding: 1rem; border-radius: 1.4rem; background: rgba(238,130,238,.08); }
.pg19-feature-icon { min-width: 3.8rem; height: 3.8rem; border-radius: 1rem; display: grid; place-items: center; background: linear-gradient(135deg, var(--pg19-secondary), var(--pg19-primary)); color: #18202a; font-size: 2rem; }
.pg19-steps { counter-reset: pg19-step; display: grid; gap: 1rem; }
.pg19-step { position: relative; padding: 1.2rem 1.2rem 1.2rem 5rem; border: .1rem solid var(--pg19-line); border-radius: 1.4rem; background: rgba(255,255,255,.045); }
.pg19-step:before { counter-increment: pg19-step; content: counter(pg19-step); position: absolute; left: 1.2rem; top: 1.2rem; width: 3rem; height: 3rem; border-radius: 50%; display: grid; place-items: center; background: var(--pg19-primary); color: #17212c; font-weight: 900; }
.pg19-review { display: grid; gap: .6rem; padding: 1.2rem; border-left: .35rem solid var(--pg19-secondary); background: rgba(255,255,255,.05); border-radius: 1rem; }
.pg19-pay-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.pg19-pay-pill { padding: .85rem 1rem; border-radius: 999px; color: #17212c; background: #d5d8dc; font-weight: 800; }
.pg19-winner { display: flex; justify-content: space-between; align-items: center; gap: .8rem; padding: .9rem 0; border-bottom: .1rem solid var(--pg19-line); }
.pg19-winner:last-child { border-bottom: 0; }
.pg19-footer { max-width: 430px; margin: 0 auto; padding: 2rem 1.4rem 9rem; background: #0b1118; border-top: .1rem solid var(--pg19-line); }
.pg19-footer-logo { display: flex; align-items: center; gap: .8rem; font-weight: 900; font-size: 1.8rem; color: #fff; }
.pg19-footer-logo img { width: 3rem; height: 3rem; border-radius: .8rem; }
.pg19-footer p { color: var(--pg19-muted); line-height: 2.25rem; }
.pg19-footer-actions { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .8rem; margin: 1rem 0; }
.pg19-footer-links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .7rem; margin: 1.2rem 0; }
.pg19-footer-links a { color: var(--pg19-muted); text-decoration: none; min-height: 3.6rem; display: flex; align-items: center; border-bottom: .1rem solid rgba(255,255,255,.06); }
.pg19-partners { display: flex; gap: .8rem; flex-wrap: wrap; margin: 1rem 0; }
.pg19-partner { padding: .7rem .9rem; border-radius: .8rem; border: .1rem solid var(--pg19-line); color: var(--pg19-muted); font-size: 1.15rem; }
.pg19-copy { font-size: 1.2rem; color: #8d98a7; }

.pg19-bottom-nav {
  position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 1000;
  width: min(100%, 430px); height: 6.2rem; display: flex; justify-content: space-around; align-items: center;
  background: #2c3e50; border-top: .2rem solid rgba(255,165,0,.65); box-shadow: 0 -1rem 3rem rgba(0,0,0,.34);
}
.pg19-bottom-btn { min-width: 6rem; min-height: 6rem; border: 0; background: transparent; color: var(--pg19-muted); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .35rem; font-weight: 800; font-size: 1.05rem; cursor: pointer; transition: color .18s ease, transform .18s ease; position: relative; }
.pg19-bottom-btn i, .pg19-bottom-btn span.pg19-mi, .pg19-bottom-btn ion-icon { font-size: 2.35rem; line-height: 2.5rem; }
.pg19-bottom-btn.pg19-active, .pg19-bottom-btn:hover { color: var(--pg19-primary); }
.pg19-bottom-btn.pg19-active:before { content: ''; position: absolute; top: .45rem; width: 3.4rem; height: .28rem; border-radius: 1rem; background: var(--pg19-primary); }
.pg19-badge-mini { position: absolute; top: .55rem; right: 1.05rem; min-width: 1.7rem; height: 1.7rem; border-radius: 999px; display: grid; place-items: center; background: var(--pg19-secondary); color: #fff; font-size: .9rem; }

.pg19-faq details { border: .1rem solid var(--pg19-line); border-radius: 1.2rem; padding: 1rem; background: rgba(255,255,255,.045); }
.pg19-faq details + details { margin-top: .8rem; }
.pg19-faq summary { cursor: pointer; font-weight: 800; color: #fff; line-height: 2rem; }
.pg19-faq p { margin-bottom: 0; }
.pg19-timeline { display: grid; gap: 1rem; }
.pg19-timeline-item { border-left: .3rem solid var(--pg19-primary); padding: .4rem 0 .4rem 1rem; }
.pg19-alert { border: .1rem solid rgba(255,165,0,.45); background: rgba(255,165,0,.1); color: #ffe2ad; border-radius: 1.4rem; padding: 1.1rem; }
.pg19-mini-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 1rem; }
.pg19-mini-table th, .pg19-mini-table td { border-bottom: .1rem solid var(--pg19-line); padding: .9rem .7rem; text-align: left; color: var(--pg19-muted); }
.pg19-mini-table th { color: #fff; background: rgba(255,255,255,.06); }

@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
}
@media (min-width: 769px) {
  .pg19-bottom-nav { display: none; }
  .pg19-desktop-nav { display: flex; gap: 1rem; }
  .pg19-desktop-nav a { color: var(--pg19-muted); text-decoration: none; font-weight: 700; }
  .pg19-menu-toggle { display: none; }
  .pg19-footer { padding-bottom: 3rem; }
}
