/* phgamers mobile-first layout */
:root{
  font-size:62.5%;
  --g219-primary:#8470ff;
  --g219-bg:#1b263b;
  --g219-accent:#ba55d3;
  --g219-text:#ffffff;
  --g219-deep:#8b008b;
  --g219-card:#243653;
  --g219-soft:#d9d4ff;
  --g219-gold:#ffd166;
  --g219-line:rgba(255,255,255,.14);
  --g219-shadow:0 1.8rem 4rem rgba(0,0,0,.34);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;background:radial-gradient(circle at top,#34466d 0,#1b263b 38%,#120a24 100%);color:var(--g219-text);font-family:Inter,Arial,Helvetica,sans-serif;font-size:1.6rem;line-height:1.5;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
main{width:100%;max-width:43rem;margin:0 auto;padding-top:7.8rem}
.g219-container{width:min(100%,43rem);margin:0 auto;padding:0 1.4rem}
.g219-wrapper{background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));border:1px solid var(--g219-line);border-radius:2rem;box-shadow:var(--g219-shadow)}
.g219-grid{display:grid;gap:1.2rem}
.g219-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(27,38,59,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--g219-line)}
.g219-topbar{max-width:43rem;margin:0 auto;min-height:6.8rem;padding:1rem 1.2rem;display:flex;align-items:center;gap:.8rem}
.g219-brand{display:flex;align-items:center;gap:.7rem;min-width:0;margin-right:auto}
.g219-logo{width:3.2rem;height:3.2rem;border-radius:1rem;box-shadow:0 0 0 .2rem rgba(132,112,255,.25)}
.g219-brand-text{font-size:1.8rem;font-weight:900;letter-spacing:.02em;white-space:nowrap;background:linear-gradient(90deg,#fff,#d7c6ff);-webkit-background-clip:text;color:transparent}
.g219-header-actions{display:flex;gap:.6rem;align-items:center}
.g219-btn{min-height:4.4rem;min-width:4.4rem;border:0;border-radius:1.4rem;padding:1rem 1.3rem;background:linear-gradient(135deg,var(--g219-primary),var(--g219-accent));color:#fff;font-weight:900;cursor:pointer;box-shadow:0 1rem 2.4rem rgba(132,112,255,.3);transition:transform .2s ease,filter .2s ease}
.g219-btn:hover,.g219-btn:focus{transform:translateY(-.2rem);filter:brightness(1.08);outline:none}
.g219-btn-secondary{background:linear-gradient(135deg,#8b008b,#4b186e)}
.g219-menu-btn{background:#2f4162;border:1px solid var(--g219-line);padding:.9rem 1rem;border-radius:1.2rem;color:#fff;min-width:4.4rem;min-height:4.4rem;cursor:pointer}
.g219-mobile-menu{position:fixed;top:6.9rem;left:50%;transform:translateX(-50%) translateY(-1rem);width:min(40.4rem,calc(100% - 2.4rem));z-index:9999;display:none;background:#142038;border:1px solid rgba(132,112,255,.4);border-radius:0 0 2rem 2rem;box-shadow:0 2rem 5rem rgba(0,0,0,.55);padding:1rem}
.g219-menu-open{display:grid;gap:.8rem;animation:g219-drop .18s ease-out forwards}
@keyframes g219-drop{to{transform:translateX(-50%) translateY(0)}}
.g219-menu-link{display:flex;align-items:center;gap:.8rem;min-height:4.4rem;padding:1rem 1.2rem;border-radius:1.2rem;background:rgba(255,255,255,.06);color:#fff;border:1px solid transparent;font-weight:800}
.g219-menu-link:hover{border-color:var(--g219-primary);background:rgba(132,112,255,.16)}
.g219-desktop-nav{display:none}
.g219-hero{position:relative;padding:1.4rem 0 1rem}
.g219-carousel{position:relative;overflow:hidden;border-radius:2.4rem;border:1px solid rgba(255,255,255,.16);box-shadow:var(--g219-shadow);min-height:18rem;background:#111b31}
.g219-slide{display:none;position:relative;cursor:pointer}
.g219-slide-active{display:block}
.g219-slide img{width:100%;height:20.5rem;object-fit:cover}
.g219-slide-copy{position:absolute;left:1.4rem;right:1.4rem;bottom:1.2rem;padding:1rem;border-radius:1.6rem;background:linear-gradient(90deg,rgba(27,38,59,.88),rgba(139,0,139,.62));border:1px solid rgba(255,255,255,.2)}
.g219-slide-copy strong{font-size:1.8rem;display:block}
.g219-carousel-controls{position:absolute;right:1rem;top:1rem;display:flex;gap:.5rem}
.g219-circle-btn{width:3.8rem;height:3.8rem;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:rgba(27,38,59,.7);color:#fff;cursor:pointer}
.g219-dots{display:flex;gap:.5rem;justify-content:center;margin-top:1rem}
.g219-dot{width:.8rem;height:.8rem;border-radius:50%;background:rgba(255,255,255,.35)}
.g219-dot-active{width:2.2rem;border-radius:99rem;background:var(--g219-gold)}
.g219-title{font-size:3rem;line-height:1.05;margin:1.4rem 0 1rem;letter-spacing:-.04em}
.g219-gradient-text{background:linear-gradient(90deg,#fff,#e9d8ff,#ffd166);-webkit-background-clip:text;color:transparent}
.g219-lead{color:var(--g219-soft);font-size:1.6rem;margin:.8rem 0 1.2rem}
.g219-section{margin:1.6rem 0;padding:1.6rem;border-radius:2.2rem;background:rgba(255,255,255,.055);border:1px solid var(--g219-line)}
.g219-section-alt{background:linear-gradient(135deg,rgba(132,112,255,.16),rgba(139,0,139,.18))}
.g219-section h2{font-size:2.3rem;line-height:1.15;margin:.2rem 0 1rem}
.g219-section h3{font-size:1.8rem;margin:1.1rem 0 .6rem;color:#f1e9ff}
.g219-muted{color:#c8d0e3}
.g219-promo-link{display:inline-flex;align-items:center;gap:.55rem;color:#ffd166;font-weight:900;text-decoration:underline;text-decoration-thickness:.15rem;text-underline-offset:.25rem;cursor:pointer}
.g219-cta-row{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.2rem 0}
.g219-pill{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(255,255,255,.18);border-radius:99rem;padding:.65rem 1rem;background:rgba(255,255,255,.07);color:#efeaff;font-weight:800}
.g219-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.g219-stat{padding:1.2rem;border-radius:1.6rem;background:#17243b;border:1px solid var(--g219-line);text-align:center}
.g219-stat strong{display:block;font-size:2.3rem;color:#ffd166}
.g219-card{padding:1.3rem;border-radius:1.8rem;background:linear-gradient(180deg,#263a5b,#192742);border:1px solid var(--g219-line)}
.g219-card strong{color:#fff}
.g219-card p{margin:.6rem 0 0;color:#cfd8ec}
.g219-game-category{margin:1.4rem 0}
.g219-category-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.8rem}
.g219-category-head h2{margin:0;font-size:2rem;text-transform:capitalize}
.g219-game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem}
.g219-game-card{min-height:10rem;border-radius:1.4rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);padding:.7rem;text-align:center;transition:transform .2s ease,border-color .2s ease;cursor:pointer}
.g219-game-card:hover{transform:translateY(-.2rem);border-color:var(--g219-gold)}
.g219-game-card img{width:5.2rem;height:5.2rem;margin:0 auto .5rem;border-radius:1.2rem;object-fit:cover}
.g219-game-card span{font-size:1.1rem;line-height:1.2;font-weight:800;display:block;color:#fff}
.g219-list{display:grid;gap:.8rem;padding:0;margin:1rem 0;list-style:none}
.g219-list li{padding:1rem;border-radius:1.4rem;background:rgba(255,255,255,.055);border-left:.35rem solid var(--g219-primary)}
.g219-steps{counter-reset:g219-step;display:grid;gap:1rem}
.g219-step{position:relative;padding:1.2rem 1.2rem 1.2rem 5rem;border-radius:1.6rem;background:rgba(255,255,255,.06);border:1px solid var(--g219-line)}
.g219-step:before{counter-increment:g219-step;content:counter(g219-step);position:absolute;left:1.1rem;top:1.2rem;width:2.8rem;height:2.8rem;border-radius:50%;display:grid;place-items:center;background:var(--g219-primary);font-weight:900}
.g219-payments{display:flex;flex-wrap:wrap;gap:.8rem}
.g219-payment{padding:.8rem 1rem;border-radius:1.2rem;background:#0f1a2d;border:1px solid rgba(255,255,255,.12);font-weight:800}
.g219-review{display:grid;gap:.7rem;padding:1.1rem;border-radius:1.6rem;background:rgba(0,0,0,.18);border:1px solid var(--g219-line)}
.g219-stars{color:#ffd166;letter-spacing:.12em}
.g219-internal{color:#a9ddff;text-decoration:underline;text-underline-offset:.25rem;font-weight:800}
.g219-footer{max-width:43rem;margin:2rem auto 0;padding:2rem 1.4rem 9rem;background:#111b31;border-top:1px solid var(--g219-line)}
.g219-footer-brand{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}
.g219-footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;margin:1.2rem 0}
.g219-footer-link{min-height:4.4rem;display:flex;align-items:center;justify-content:center;text-align:center;padding:.8rem;border-radius:1.2rem;background:rgba(255,255,255,.06);border:1px solid var(--g219-line);font-weight:800}
.g219-footer-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin:1.2rem 0}
.g219-logo-row{display:flex;gap:.8rem;flex-wrap:wrap;margin:1rem 0}
.g219-partner{padding:.7rem 1rem;border-radius:1rem;background:#233554;border:1px solid var(--g219-line);font-size:1.2rem;font-weight:900;color:#e6dcff}
.g219-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:1000;height:6.2rem;background:#1b263b;border-top:1px solid rgba(255,255,255,.16);display:flex;justify-content:space-around;align-items:stretch;box-shadow:0 -1rem 3rem rgba(0,0,0,.35)}
.g219-bottom-item{min-width:6rem;min-height:6rem;border:0;background:transparent;color:#cdd6ec;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;font-size:1.1rem;font-weight:900;cursor:pointer;transition:transform .18s ease,color .18s ease,background .18s ease;position:relative}
.g219-bottom-item i,.g219-bottom-item ion-icon,.g219-bottom-item .material-icons{font-size:2.4rem;line-height:1}
.g219-bottom-item:hover,.g219-bottom-item:focus{transform:scale(1.06);color:#fff;outline:none}
.g219-bottom-active{color:#ffd166;background:linear-gradient(180deg,rgba(132,112,255,.24),rgba(186,85,211,.12))}
.g219-badge{position:absolute;top:.45rem;right:1.2rem;min-width:1.7rem;height:1.7rem;border-radius:99rem;background:#ff3b7d;color:#fff;font-size:1rem;display:grid;place-items:center}
.g219-faq-item{padding:1.2rem;border-radius:1.6rem;background:rgba(255,255,255,.055);border:1px solid var(--g219-line);margin:.8rem 0}
.g219-faq-item h3{margin:0 0 .5rem}
.g219-table{width:100%;border-collapse:separate;border-spacing:0 .7rem}
.g219-table th,.g219-table td{text-align:left;padding:.9rem;background:rgba(255,255,255,.06)}
.g219-table th:first-child,.g219-table td:first-child{border-radius:1.1rem 0 0 1.1rem}
.g219-table th:last-child,.g219-table td:last-child{border-radius:0 1.1rem 1.1rem 0}
.g219-safety-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem}
.g219-safety-chip{text-align:center;padding:1rem .6rem;border-radius:1.4rem;background:rgba(132,112,255,.15);border:1px solid rgba(132,112,255,.32);font-weight:900}
.g219-mini-image{border-radius:1.6rem;border:1px solid var(--g219-line);overflow:hidden;margin:1rem 0}
.g219-mini-image img{height:14rem;width:100%;object-fit:cover}
.g219-note{padding:1rem;border-radius:1.4rem;background:rgba(255,209,102,.12);border:1px solid rgba(255,209,102,.35);color:#fff5cf}
.g219-sr-only{position:absolute;width:.1rem;height:.1rem;padding:0;margin:-.1rem;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media (min-width:769px){
  body{background:#121a2a}
  main,.g219-topbar,.g219-footer{max-width:118rem}
  main{padding-top:8.4rem}
  .g219-container{width:min(100%,118rem);max-width:118rem}
  .g219-menu-btn{display:none}
  .g219-desktop-nav{display:flex;gap:.8rem;margin-left:1rem}
  .g219-desktop-nav a{padding:.9rem 1rem;border-radius:1rem;color:#e8ebff;font-weight:800}
  .g219-desktop-nav a:hover{background:rgba(255,255,255,.08)}
  .g219-bottom-nav{display:none}
  .g219-slide img{height:36rem}
  .g219-game-grid{grid-template-columns:repeat(8,1fr)}
  .g219-grid-2{grid-template-columns:repeat(2,1fr)}
  .g219-grid-3{grid-template-columns:repeat(3,1fr)}
  .g219-footer{padding-bottom:3rem}
}
@media (max-width:768px){main{padding-bottom:8rem}.g219-title{font-size:2.7rem}.g219-hide-mobile{display:none}}
@media (max-width:360px){.g219-header-actions .g219-btn{padding:.8rem .9rem;font-size:1.2rem}.g219-game-grid{gap:.7rem}.g219-game-card img{width:4.8rem;height:4.8rem}}
