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

:root {
  font-size: 62.5%;
  --pg19-primary: #ffb6c1;
  --pg19-primary-strong: #ff7fa0;
  --pg19-bg: #273746;
  --pg19-bg-soft: #32485b;
  --pg19-bg-card: #314252;
  --pg19-text: #f7fbff;
  --pg19-muted: #bdc3c7;
  --pg19-line: rgba(189, 195, 199, .22);
  --pg19-silver: #95a5a6;
  --pg19-shadow: 0 1.4rem 3.2rem rgba(0, 0, 0, .32);
  --pg19-radius: 1.8rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 18% 4%, rgba(255, 182, 193, .22), transparent 30%), linear-gradient(160deg, #1c2a36 0%, var(--pg19-bg) 45%, #17222d 100%);
  color: var(--pg19-text);
  font-family: Inter, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
body.pg19-body-lock { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }

.pg19-page { min-height: 100vh; }
.pg19-container { width: min(100%, 430px); margin: 0 auto; padding: 0 1.4rem; }
.pg19-wrapper { padding-top: 7.8rem; }
.pg19-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(39, 55, 70, .94); backdrop-filter: blur(14px);
  border-bottom: .1rem solid var(--pg19-line);
}
.pg19-header-inner { width: min(100%, 430px); min-height: 6.6rem; margin: 0 auto; padding: .8rem 1.2rem; display: flex; align-items: center; gap: .8rem; }
.pg19-brand { display: flex; align-items: center; gap: .8rem; min-width: 0; text-decoration: none; }
.pg19-logo { width: 3.2rem; height: 3.2rem; border-radius: 1rem; box-shadow: 0 0 0 .2rem rgba(255,255,255,.08); }
.pg19-brand-text { font-size: 1.8rem; font-weight: 900; letter-spacing: .04em; color: var(--pg19-primary); white-space: nowrap; }
.pg19-header-actions { margin-left: auto; display: flex; align-items: center; gap: .6rem; }
.pg19-btn { border: 0; border-radius: 999px; min-height: 4.4rem; min-width: 4.4rem; padding: 1rem 1.35rem; font-weight: 800; cursor: pointer; transition: transform .18s ease, filter .18s ease, background .18s ease; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; }
.pg19-btn:active { transform: scale(.96); }
.pg19-btn-primary { color: #18232e; background: linear-gradient(135deg, var(--pg19-primary), #fff0f3); box-shadow: 0 .8rem 1.8rem rgba(255, 182, 193, .28); }
.pg19-btn-ghost { color: var(--pg19-text); background: rgba(255,255,255,.08); border: .1rem solid var(--pg19-line); }
.pg19-menu-btn { width: 4.4rem; padding: 0; color: var(--pg19-primary); background: rgba(255, 182, 193, .12); border: .1rem solid rgba(255, 182, 193, .35); }
.pg19-mobile-menu { position: fixed; inset: 0; z-index: 9999; display: none; background: rgba(12, 19, 27, .88); }
.pg19-mobile-menu.pg19-menu-open { display: block; }
.pg19-mobile-panel { width: min(92vw, 390px); margin: 7.4rem auto 0; padding: 1.6rem; border: .1rem solid rgba(255,182,193,.3); border-radius: 2.4rem; background: linear-gradient(170deg, #34495d, #1d2b37); box-shadow: var(--pg19-shadow); }
.pg19-mobile-panel a { display: flex; align-items: center; gap: 1rem; min-height: 4.8rem; padding: 1rem 1.2rem; border-radius: 1.3rem; color: var(--pg19-text); text-decoration: none; border-bottom: .1rem solid rgba(255,255,255,.05); }
.pg19-mobile-panel a:hover { background: rgba(255, 182, 193, .12); }
.pg19-desktop-nav { display: none; }
.pg19-hero { padding: 1.8rem 0 1rem; }
.pg19-badge { display: inline-flex; align-items: center; gap: .6rem; padding: .75rem 1rem; border-radius: 999px; color: var(--pg19-primary); background: rgba(255, 182, 193, .11); border: .1rem solid rgba(255, 182, 193, .28); font-size: 1.2rem; font-weight: 800; }
.pg19-title { margin: 1.4rem 0 1rem; font-size: 3.2rem; line-height: 3.55rem; letter-spacing: -.04em; }
.pg19-lead { color: var(--pg19-muted); font-size: 1.55rem; line-height: 2.35rem; }
.pg19-cta-row { display: flex; flex-wrap: wrap; gap: .9rem; margin: 1.4rem 0; }
.pg19-link-strong { color: var(--pg19-primary); font-weight: 900; text-decoration: underline; text-decoration-thickness: .2rem; cursor: pointer; }
.pg19-carousel { position: relative; min-height: 17rem; margin: 1.4rem 0; overflow: hidden; border-radius: 2.4rem; border: .1rem solid rgba(255, 182, 193, .3); box-shadow: var(--pg19-shadow); }
.pg19-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .45s ease; cursor: pointer; }
.pg19-slide.pg19-slide-active { opacity: 1; }
.pg19-slide img { width: 100%; height: 17rem; object-fit: cover; }
.pg19-slide-caption { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1rem; padding: .9rem 1rem; border-radius: 1.4rem; background: rgba(18, 27, 36, .78); font-weight: 900; color: #fff; }
.pg19-section { margin: 1.6rem 0; padding: 1.5rem; border: .1rem solid var(--pg19-line); border-radius: var(--pg19-radius); background: linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.028)); box-shadow: 0 .9rem 2.2rem rgba(0,0,0,.15); }
.pg19-section h2 { margin: 0 0 1rem; font-size: 2.2rem; line-height: 2.65rem; color: #fff; }
.pg19-section h3 { margin: 1.2rem 0 .7rem; font-size: 1.65rem; line-height: 2.1rem; color: var(--pg19-primary); }
.pg19-section p { color: var(--pg19-muted); line-height: 2.35rem; }
.pg19-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.pg19-card { padding: 1.2rem; border-radius: 1.6rem; background: rgba(255,255,255,.07); border: .1rem solid rgba(255,255,255,.08); }
.pg19-card strong { color: var(--pg19-primary); }
.pg19-game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .9rem; }
.pg19-game { min-height: 9.4rem; padding: .7rem .5rem; border-radius: 1.4rem; background: rgba(149, 165, 166, .12); border: .1rem solid rgba(255,255,255,.08); text-decoration: none; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: .55rem; transition: transform .18s ease, background .18s ease; }
.pg19-game:active { transform: scale(.96); background: rgba(255, 182, 193, .18); }
.pg19-game img { width: 4.7rem; height: 4.7rem; border-radius: 1.2rem; object-fit: cover; }
.pg19-game span { font-size: 1.02rem; line-height: 1.25rem; text-align: center; color: var(--pg19-text); font-weight: 700; }
.pg19-category-title { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin: 1.4rem 0 .9rem; padding-bottom: .7rem; border-bottom: .1rem solid var(--pg19-line); }
.pg19-category-title h2 { margin: 0; color: var(--pg19-primary); }
.pg19-pill { padding: .55rem .85rem; border-radius: 999px; background: rgba(255, 182, 193, .12); color: var(--pg19-primary); font-size: 1.1rem; font-weight: 900; }
.pg19-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.pg19-stat { padding: 1rem .7rem; border-radius: 1.4rem; background: rgba(255,182,193,.1); text-align: center; }
.pg19-stat b { display: block; color: var(--pg19-primary); font-size: 1.8rem; line-height: 2rem; }
.pg19-stat span { font-size: 1.05rem; color: var(--pg19-muted); }
.pg19-list { padding-left: 1.8rem; color: var(--pg19-muted); line-height: 2.35rem; }
.pg19-review { border-left: .35rem solid var(--pg19-primary); padding: .9rem 1rem; margin: .9rem 0; background: rgba(255,255,255,.055); border-radius: 0 1.2rem 1.2rem 0; }
.pg19-footer { margin-top: 2rem; padding: 2rem 0 8.8rem; background: rgba(14, 22, 30, .6); border-top: .1rem solid var(--pg19-line); }
.pg19-footer-grid { display: grid; gap: 1rem; }
.pg19-footer-links { display: flex; flex-wrap: wrap; gap: .7rem; }
.pg19-footer-links a { color: var(--pg19-muted); text-decoration: none; font-size: 1.2rem; padding: .55rem .75rem; border-radius: 999px; background: rgba(255,255,255,.06); }
.pg19-partners { display: flex; flex-wrap: wrap; gap: .8rem; color: var(--pg19-silver); font-size: 1.2rem; }
.pg19-partner { padding: .65rem .85rem; border-radius: 999px; border: .1rem solid var(--pg19-line); }
.pg19-bottom-nav { position: fixed; left: 50%; bottom: 0; transform: translateX(-50%); width: min(100%, 430px); height: 6.2rem; z-index: 1000; display: flex; justify-content: space-around; align-items: stretch; background: #273746; border-top: .1rem solid rgba(255, 182, 193, .32); box-shadow: 0 -1rem 2rem rgba(0,0,0,.28); }
.pg19-bottom-item { min-width: 6rem; min-height: 6rem; border: 0; color: var(--pg19-muted); background: transparent; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .3rem; text-decoration: none; cursor: pointer; transition: transform .18s ease, color .18s ease; }
.pg19-bottom-item i, .pg19-bottom-item ion-icon, .pg19-bottom-item .material-icons, .pg19-bottom-item svg { font-size: 2.3rem; width: 2.4rem; height: 2.4rem; }
.pg19-bottom-item span { font-size: 1.05rem; font-weight: 800; line-height: 1.2rem; }
.pg19-bottom-item:active { transform: scale(.92); color: var(--pg19-primary); }
.pg19-bottom-item.pg19-active { color: var(--pg19-primary); background: linear-gradient(180deg, rgba(255,182,193,.18), transparent); }
.pg19-bottom-item.pg19-active::before { content: ''; width: 2.4rem; height: .3rem; border-radius: 999px; background: var(--pg19-primary); position: absolute; top: 0; }
.pg19-two-tone { filter: drop-shadow(0 0 .4rem rgba(255, 182, 193, .45)); color: var(--pg19-primary); }
.pg19-payment { display: flex; flex-wrap: wrap; gap: .7rem; }
.pg19-payment span { padding: .75rem .9rem; border-radius: 1rem; background: rgba(255,255,255,.08); color: var(--pg19-text); font-weight: 800; }
.pg19-mini-note { color: var(--pg19-silver); font-size: 1.2rem; line-height: 1.8rem; }
.pg19-faq-item { margin: 1rem 0; padding: 1rem; border-radius: 1.4rem; background: rgba(255,255,255,.06); }
.pg19-faq-item h3 { margin-top: 0; }

@media (min-width: 769px) {
  .pg19-bottom-nav { display: none; }
  .pg19-container, .pg19-header-inner { width: min(100%, 980px); max-width: 980px; }
  .pg19-desktop-nav { display: flex; gap: .7rem; margin-left: 1rem; }
  .pg19-desktop-nav a { padding: .8rem 1rem; color: var(--pg19-muted); text-decoration: none; font-weight: 800; }
  .pg19-menu-btn { display: none; }
  .pg19-game-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .pg19-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pg19-wrapper { padding-top: 8rem; }
  .pg19-footer { padding-bottom: 2.5rem; }
}

@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
  .pg19-hide-mobile { display: none !important; }
}

@media (max-width: 360px) {
  .pg19-header-actions .pg19-btn { padding: .85rem 1rem; font-size: 1.2rem; }
  .pg19-title { font-size: 2.8rem; line-height: 3.1rem; }
  .pg19-game-grid { gap: .65rem; }
  .pg19-game img { width: 4.2rem; height: 4.2rem; }
}
