/* Mobile-first layout for phdula */
:root{font-size:62.5%;--g6f5-bg:#2C2C2C;--g6f5-panel:#38362b;--g6f5-card:#242424;--g6f5-text:#EEE8AA;--g6f5-muted:#cfc68d;--g6f5-primary:#FFE135;--g6f5-gold:#f7b733;--g6f5-line:rgba(255,225,53,.25);--g6f5-shadow:0 1.2rem 3rem rgba(0,0,0,.38);--g6f5-radius:1.8rem;}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top,#4a421f 0,#2C2C2C 38%,#191919 100%);color:var(--g6f5-text);font-family:Inter,Arial,Helvetica,sans-serif;font-size:1.5rem;line-height:1.5rem;overflow-x:hidden}.g6f5-lock{overflow:hidden}a{color:var(--g6f5-primary);text-decoration:none}img{max-width:100%;height:auto;display:block}.g6f5-page{max-width:430px;margin:0 auto;min-height:100vh;background:linear-gradient(180deg,rgba(255,225,53,.05),rgba(44,44,44,.95));box-shadow:0 0 4rem rgba(0,0,0,.5)}.g6f5-container{width:min(100%,430px);margin:0 auto;padding:0 1.4rem}.g6f5-main{padding-top:7.6rem}.g6f5-header{position:fixed;top:0;left:50%;transform:translateX(-50%);width:min(100%,430px);z-index:1000;background:rgba(44,44,44,.96);border-bottom:.1rem solid var(--g6f5-line);backdrop-filter:blur(1.2rem)}.g6f5-header-row{display:flex;align-items:center;gap:.8rem;min-height:6.4rem;padding:.8rem 1rem}.g6f5-logo{display:flex;align-items:center;gap:.8rem;min-width:0;color:var(--g6f5-primary);font-weight:900;letter-spacing:.04rem}.g6f5-logo img{width:3.2rem;height:3.2rem;border-radius:.8rem}.g6f5-logo span{font-size:1.8rem;text-transform:uppercase}.g6f5-actions{margin-left:auto;display:flex;gap:.6rem}.g6f5-btn{border:0;border-radius:999px;min-height:4.4rem;padding:0 1.4rem;background:linear-gradient(135deg,var(--g6f5-primary),var(--g6f5-gold));color:#171717;font-weight:900;font-size:1.3rem;box-shadow:0 .6rem 1.4rem rgba(255,225,53,.22);cursor:pointer;transition:transform .2s ease,filter .2s ease}.g6f5-btn:active,.g6f5-bottom-item:active{transform:scale(.94)}.g6f5-btn:hover{filter:brightness(1.08)}.g6f5-btn-alt{background:#EEE8AA;color:#242424}.g6f5-menu-btn{width:4.4rem;min-width:4.4rem;padding:0;border:.1rem solid var(--g6f5-line);background:#1f1f1f;color:var(--g6f5-primary);font-size:2rem}.g6f5-mobile-menu{position:fixed;top:6.4rem;right:calc(50% - 215px);width:min(86%,34rem);max-height:calc(100vh - 7rem);overflow:auto;z-index:9999;background:#202020;border:.1rem solid var(--g6f5-line);border-radius:0 0 0 2.4rem;box-shadow:var(--g6f5-shadow);padding:1rem;transform:translateX(110%);transition:transform .25s ease}.g6f5-mobile-menu.g6f5-menu-open{transform:translateX(0)}.g6f5-mobile-menu a{display:flex;align-items:center;gap:.8rem;min-height:4.8rem;padding:1rem;border-radius:1.2rem;color:var(--g6f5-text);border-bottom:.1rem solid rgba(255,255,255,.04)}.g6f5-mobile-menu i,.g6f5-mobile-menu span.material-icons{font-size:2.2rem;color:var(--g6f5-primary)}.g6f5-desktop-nav{display:none}.g6f5-hero{padding:1.2rem 0 1.8rem}.g6f5-slider{position:relative;border-radius:2.2rem;overflow:hidden;background:#111;border:.1rem solid var(--g6f5-line);box-shadow:var(--g6f5-shadow)}.g6f5-slide{display:none;cursor:pointer}.g6f5-slide.g6f5-active{display:block;animation:g6f5Fade .45s ease}.g6f5-slide img{width:100%;aspect-ratio:16/8;object-fit:cover}.g6f5-slide-copy{position:absolute;left:1.2rem;right:1.2rem;bottom:1.2rem;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.28));padding:1rem;border-radius:1.4rem}.g6f5-slide-copy strong{display:block;color:var(--g6f5-primary);font-size:1.8rem;line-height:2.2rem}.g6f5-dots{display:flex;justify-content:center;gap:.6rem;margin-top:.8rem}.g6f5-dot{width:.8rem;height:.8rem;border-radius:999px;background:#777}.g6f5-dot.g6f5-active{width:2.2rem;background:var(--g6f5-primary)}.g6f5-section{margin:1.4rem 0;padding:1.4rem;background:linear-gradient(180deg,rgba(238,232,170,.08),rgba(255,225,53,.025));border:.1rem solid var(--g6f5-line);border-radius:var(--g6f5-radius);box-shadow:0 .8rem 2rem rgba(0,0,0,.18)}.g6f5-section h1,.g6f5-section h2,.g6f5-section h3{line-height:1.22;margin:.4rem 0 1rem;color:#fff8b8}.g6f5-section h1{font-size:2.6rem}.g6f5-section h2{font-size:2.1rem}.g6f5-section h3{font-size:1.7rem}.g6f5-lead{font-size:1.6rem;line-height:2.4rem;color:#fff3b0}.g6f5-pill-row{display:flex;gap:.8rem;flex-wrap:wrap}.g6f5-pill{display:inline-flex;align-items:center;gap:.5rem;border:.1rem solid var(--g6f5-line);border-radius:999px;padding:.7rem 1rem;color:var(--g6f5-text);background:rgba(0,0,0,.18);font-weight:700}.g6f5-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem}.g6f5-card{background:rgba(20,20,20,.72);border:.1rem solid rgba(255,225,53,.16);border-radius:1.4rem;padding:1rem;min-height:4.4rem}.g6f5-game-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.6rem;text-align:center;color:var(--g6f5-text);font-size:1.15rem;line-height:1.35rem;min-height:12rem}.g6f5-game-card img{width:5.8rem;height:5.8rem;border-radius:1.2rem;object-fit:cover;box-shadow:0 .5rem 1.2rem rgba(0,0,0,.38)}.g6f5-game-card strong{font-size:1.15rem;color:#fdf4b7}.g6f5-category-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin:1.2rem 0 .8rem}.g6f5-category-head h3{margin:0}.g6f5-tag{font-size:1.1rem;color:#171717;background:var(--g6f5-primary);padding:.4rem .8rem;border-radius:999px;font-weight:900}.g6f5-two{display:grid;grid-template-columns:1fr;gap:1rem}.g6f5-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem}.g6f5-stat{padding:1rem;border-radius:1.4rem;background:#1f1f1f;border-left:.4rem solid var(--g6f5-primary)}.g6f5-stat strong{display:block;color:var(--g6f5-primary);font-size:2rem;line-height:2.4rem}.g6f5-steps{counter-reset:g6f5Step;display:grid;gap:.9rem}.g6f5-step{position:relative;padding:1rem 1rem 1rem 4.6rem;border-radius:1.4rem;background:rgba(255,225,53,.07);border:.1rem solid rgba(255,225,53,.14)}.g6f5-step:before{counter-increment:g6f5Step;content:counter(g6f5Step);position:absolute;left:1rem;top:1rem;width:2.8rem;height:2.8rem;border-radius:50%;display:grid;place-items:center;background:var(--g6f5-primary);color:#171717;font-weight:900}.g6f5-promo-link{font-weight:900;color:var(--g6f5-primary);text-decoration:underline;text-underline-offset:.3rem;cursor:pointer}.g6f5-cta{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center;margin-top:1rem}.g6f5-review{border-left:.3rem solid var(--g6f5-primary);padding:1rem;background:rgba(0,0,0,.18);border-radius:1rem}.g6f5-payment{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.g6f5-payment span{display:flex;align-items:center;justify-content:center;min-height:4.4rem;border-radius:1.2rem;background:rgba(238,232,170,.11);font-weight:900}.g6f5-footer{margin-top:2rem;padding:2rem 1.4rem 8.8rem;background:#181818;border-top:.1rem solid var(--g6f5-line)}.g6f5-footer-logo{display:flex;align-items:center;gap:.8rem;color:var(--g6f5-primary);font-weight:900}.g6f5-footer-logo img{width:3.4rem;height:3.4rem;border-radius:.8rem}.g6f5-footer-links{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.2rem 0}.g6f5-footer-links a{color:var(--g6f5-muted);border:.1rem solid rgba(238,232,170,.2);padding:.7rem .9rem;border-radius:999px}.g6f5-partners{display:flex;gap:.8rem;flex-wrap:wrap}.g6f5-partners span{background:#2c2c2c;border:.1rem solid var(--g6f5-line);border-radius:.9rem;padding:.7rem 1rem;color:#fff3b0;font-weight:800}.g6f5-bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(100%,430px);height:6.2rem;z-index:1000;background:#2C2C2C;border-top:.2rem solid var(--g6f5-primary);display:flex;justify-content:space-around;align-items:center;box-shadow:0 -1rem 2rem rgba(0,0,0,.36)}.g6f5-bottom-item{min-width:6rem;min-height:6rem;border:0;background:transparent;color:var(--g6f5-muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;font-size:1.05rem;font-weight:800;cursor:pointer;transition:color .2s ease,transform .2s ease}.g6f5-bottom-item i,.g6f5-bottom-item ion-icon,.g6f5-bottom-item .material-icons{font-size:2.4rem;line-height:2.4rem}.g6f5-bottom-item.g6f5-active,.g6f5-bottom-item:hover{color:var(--g6f5-primary)}.g6f5-badge{position:absolute;margin-left:2rem;margin-top:-2.8rem;background:#ff4d4d;color:#fff;border-radius:999px;font-size:.9rem;padding:.1rem .4rem}.g6f5-legal{font-size:1.2rem;color:#b9b079}.g6f5-highlight{color:var(--g6f5-primary);font-weight:900}.g6f5-inline-list{padding-left:1.8rem}.g6f5-inline-list li{margin:.7rem 0}.g6f5-table{width:100%;border-collapse:collapse;background:rgba(0,0,0,.16);border-radius:1.2rem;overflow:hidden}.g6f5-table th,.g6f5-table td{padding:.9rem;border-bottom:.1rem solid rgba(255,255,255,.08);text-align:left}.g6f5-table th{color:var(--g6f5-primary)}@keyframes g6f5Fade{from{opacity:.35;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.g6f5-main{padding-bottom:8rem}}@media(min-width:769px){body{background:#1c1c1c}.g6f5-page,.g6f5-header,.g6f5-bottom-nav{max-width:1000px;width:100%}.g6f5-container{width:min(100%,1000px)}.g6f5-bottom-nav{display:none}.g6f5-main{padding-bottom:2rem}.g6f5-desktop-nav{display:flex;gap:.8rem;margin-left:1rem}.g6f5-desktop-nav a{color:var(--g6f5-text);font-weight:800}.g6f5-grid{grid-template-columns:repeat(6,1fr)}.g6f5-two{grid-template-columns:1fr 1fr}.g6f5-mobile-menu{right:calc(50% - 500px)}}
