/* king ph app mobile-first design system */
:root{font-size:62.5%;--vc2d-bg:#0D1117;--vc2d-panel:#121a22;--vc2d-card:#17232c;--vc2d-primary:#00FF7F;--vc2d-secondary:#66CDAA;--vc2d-muted:#778899;--vc2d-slate:#6C757D;--vc2d-deep:#006400;--vc2d-text:#f3fff8;--vc2d-soft:#c9f7e1;--vc2d-warn:#f6d365;--vc2d-danger:#ff6b6b;--vc2d-shadow:0 1.8rem 4rem rgba(0,0,0,.42);}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top,#123528 0%,var(--vc2d-bg) 42%,#070b10 100%);color:var(--vc2d-text);font-family:Inter,Arial,Helvetica,sans-serif;font-size:1.6rem;line-height:1.5;overflow-x:hidden}body.vc2d-scroll-lock{overflow:hidden}img{max-width:100%;display:block}a{color:var(--vc2d-primary);text-decoration:none}button,a{touch-action:manipulation}.vc2d-page{max-width:43rem;margin:0 auto;min-height:100vh;background:linear-gradient(180deg,rgba(13,17,23,.95),rgba(8,31,21,.92));box-shadow:0 0 0 .1rem rgba(102,205,170,.12)}
.vc2d-header{position:fixed;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:43rem;z-index:1000;background:rgba(13,17,23,.94);backdrop-filter:blur(1.4rem);border-bottom:.1rem solid rgba(102,205,170,.25)}
.vc2d-topbar{height:6.4rem;display:flex;align-items:center;gap:.8rem;padding:.8rem 1rem}.vc2d-brand{display:flex;align-items:center;gap:.8rem;min-width:0;flex:1}.vc2d-logo{width:3.2rem;height:3.2rem;border-radius:.9rem;box-shadow:0 0 1.8rem rgba(0,255,127,.35)}.vc2d-brand-name{font-weight:900;font-size:1.6rem;line-height:1.1;color:var(--vc2d-text);letter-spacing:.02rem}.vc2d-brand-sub{display:block;font-size:1rem;color:var(--vc2d-secondary);font-weight:700}.vc2d-actions{display:flex;gap:.5rem;align-items:center}.vc2d-btn{border:0;border-radius:999rem;min-height:4.4rem;padding:0 1.2rem;font-weight:900;color:#06120c;background:linear-gradient(135deg,var(--vc2d-primary),var(--vc2d-secondary));box-shadow:0 .8rem 2rem rgba(0,255,127,.22);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.vc2d-btn:hover{transform:translateY(-.1rem)}.vc2d-btn:active{transform:scale(.96)}.vc2d-btn-muted{background:linear-gradient(135deg,#d7fff0,#778899);color:#07110d}.vc2d-menu-btn{width:4.4rem;height:4.4rem;border-radius:1.3rem;border:.1rem solid rgba(102,205,170,.3);background:#0f1a20;color:var(--vc2d-primary);font-size:2rem;cursor:pointer}.vc2d-menu{position:fixed;inset:0 0 auto auto;width:86%;max-width:35rem;height:100vh;z-index:9999;background:linear-gradient(180deg,#0d1117,#0a2819);transform:translateX(105%);transition:.28s ease;padding:2rem;border-left:.1rem solid rgba(0,255,127,.35);box-shadow:var(--vc2d-shadow);overflow-y:auto}.vc2d-menu-open{transform:translateX(0)}.vc2d-overlay{display:none;position:fixed;inset:0;z-index:9998;background:rgba(0,0,0,.58)}.vc2d-overlay-open{display:block}.vc2d-menu-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.vc2d-menu-title{font-size:2rem;font-weight:900}.vc2d-menu-close{width:4.4rem;height:4.4rem;border:0;border-radius:50%;background:rgba(255,255,255,.08);color:var(--vc2d-text);font-size:2.2rem}.vc2d-menu-link{display:flex;align-items:center;gap:1rem;min-height:4.8rem;margin:.7rem 0;padding:1rem 1.2rem;border-radius:1.4rem;background:rgba(255,255,255,.05);border:.1rem solid rgba(102,205,170,.16);font-weight:800;color:var(--vc2d-soft)}
.vc2d-main{padding-top:7.4rem}.vc2d-container{padding:1.2rem}.vc2d-wrapper{border-radius:2.2rem;background:linear-gradient(145deg,rgba(23,35,44,.96),rgba(0,100,0,.16));border:.1rem solid rgba(102,205,170,.18);box-shadow:var(--vc2d-shadow);overflow:hidden}.vc2d-section{margin:1.4rem 0;padding:1.6rem;border-radius:2rem;background:rgba(18,26,34,.84);border:.1rem solid rgba(119,136,153,.22)}.vc2d-section-alt{background:linear-gradient(135deg,rgba(0,100,0,.28),rgba(13,17,23,.92))}.vc2d-kicker{display:inline-flex;align-items:center;gap:.5rem;border:.1rem solid rgba(0,255,127,.4);color:var(--vc2d-primary);border-radius:999rem;padding:.4rem .9rem;font-weight:900;font-size:1.1rem;text-transform:uppercase;letter-spacing:.08rem}.vc2d-title{font-size:2.6rem;line-height:1.08;margin:1rem 0;color:#fff}.vc2d-subtitle{font-size:1.7rem;color:var(--vc2d-soft);margin:.8rem 0 1.2rem}.vc2d-h2{font-size:2.2rem;line-height:1.15;margin:.5rem 0 1rem}.vc2d-h3{font-size:1.7rem;margin:1rem 0 .5rem;color:var(--vc2d-secondary)}.vc2d-text{color:#d8efe5}.vc2d-small{font-size:1.3rem;color:#b6c8c0}.vc2d-strong-link{border:0;background:transparent;color:var(--vc2d-primary);font-weight:900;text-decoration:underline;text-underline-offset:.25rem;padding:0;cursor:pointer;font-size:inherit}.vc2d-cta-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.2rem}.vc2d-pill{display:inline-flex;align-items:center;gap:.5rem;border-radius:999rem;padding:.6rem 1rem;background:rgba(0,255,127,.1);border:.1rem solid rgba(0,255,127,.25);color:var(--vc2d-soft);font-weight:800;font-size:1.25rem}.vc2d-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.vc2d-grid-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.vc2d-card{border-radius:1.7rem;background:linear-gradient(160deg,rgba(255,255,255,.07),rgba(102,205,170,.07));border:.1rem solid rgba(102,205,170,.18);padding:1.2rem}.vc2d-card-glow{box-shadow:inset 0 0 0 .1rem rgba(0,255,127,.18),0 1rem 2.4rem rgba(0,0,0,.25)}
.vc2d-carousel{position:relative;min-height:19rem}.vc2d-slide{display:none;position:relative}.vc2d-slide-active{display:block}.vc2d-slide img{width:100%;height:20rem;object-fit:cover}.vc2d-slide-copy{position:absolute;left:1.2rem;right:1.2rem;bottom:1.2rem;padding:1rem;border-radius:1.5rem;background:rgba(13,17,23,.76);border:.1rem solid rgba(0,255,127,.28)}.vc2d-slide-copy strong{display:block;color:#fff;font-size:1.8rem}.vc2d-dots{position:absolute;right:1.4rem;top:1.4rem;display:flex;gap:.5rem}.vc2d-dot{width:.9rem;height:.9rem;border-radius:999rem;border:0;background:rgba(255,255,255,.45)}.vc2d-dot-active{width:2rem;background:var(--vc2d-primary)}.vc2d-game-section{margin:1.5rem 0}.vc2d-game-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.9rem}.vc2d-game-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.vc2d-game-tile{min-height:10.2rem;text-align:center;border-radius:1.4rem;padding:.6rem;background:rgba(255,255,255,.055);border:.1rem solid rgba(119,136,153,.2);color:var(--vc2d-text);font-weight:800;font-size:1.1rem}.vc2d-game-tile img{width:5.6rem;height:5.6rem;margin:0 auto .5rem;border-radius:1.2rem;object-fit:cover;box-shadow:0 .8rem 1.6rem rgba(0,0,0,.28)}.vc2d-game-tile:hover{border-color:var(--vc2d-primary);background:rgba(0,255,127,.1)}.vc2d-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.vc2d-stat{padding:1.2rem;border-radius:1.5rem;background:rgba(0,0,0,.22);border:.1rem solid rgba(0,255,127,.18)}.vc2d-stat strong{display:block;font-size:2rem;color:var(--vc2d-primary)}.vc2d-steps{counter-reset:vc2dStep;display:grid;gap:1rem}.vc2d-step{position:relative;padding:1.2rem 1.2rem 1.2rem 4.8rem;border-radius:1.5rem;background:rgba(255,255,255,.055)}.vc2d-step:before{counter-increment:vc2dStep;content:counter(vc2dStep);position:absolute;left:1rem;top:1rem;width:2.8rem;height:2.8rem;border-radius:50%;display:grid;place-items:center;background:var(--vc2d-primary);color:#06120c;font-weight:900}.vc2d-review{display:flex;gap:1rem;align-items:flex-start}.vc2d-avatar{width:4rem;height:4rem;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--vc2d-primary),var(--vc2d-muted));color:#06120c;font-weight:900;flex:0 0 auto}.vc2d-payments{display:flex;flex-wrap:wrap;gap:.8rem}.vc2d-pay{padding:.7rem 1rem;border-radius:1rem;background:#101922;border:.1rem solid rgba(102,205,170,.2);font-weight:800}.vc2d-winner{display:flex;justify-content:space-between;gap:1rem;border-bottom:.1rem dashed rgba(119,136,153,.3);padding:.8rem 0}.vc2d-winner:last-child{border-bottom:0}.vc2d-internal-links{display:flex;flex-wrap:wrap;gap:.8rem}.vc2d-internal-link{font-weight:800;color:#aaffd5;border-bottom:.1rem solid rgba(170,255,213,.55)}
.vc2d-footer{padding:2rem 1.2rem 8.8rem;background:#07110d;border-top:.1rem solid rgba(0,255,127,.18)}.vc2d-footer-brand{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.vc2d-footer-logo{width:4rem;height:4rem;border-radius:1.2rem}.vc2d-footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin:1.2rem 0}.vc2d-footer-link{min-height:4.4rem;display:flex;align-items:center;padding:.8rem 1rem;border-radius:1.2rem;background:rgba(255,255,255,.045);color:var(--vc2d-soft);font-weight:800}.vc2d-footer-cta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:1.2rem 0}.vc2d-copy{font-size:1.2rem;color:#96aaa2;margin-top:1.2rem}.vc2d-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:#0D1117;border-top:.1rem solid rgba(0,255,127,.28);box-shadow:0 -1rem 2.4rem rgba(0,0,0,.45)}.vc2d-bottom-item{min-width:6rem;min-height:6rem;border:0;background:transparent;color:#c8ddd4;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;font-size:1rem;font-weight:900;cursor:pointer;position:relative}.vc2d-bottom-item i,.vc2d-bottom-item span,.vc2d-bottom-item ion-icon{font-size:2.2rem;line-height:1}.vc2d-bottom-item:active{transform:scale(.92);color:var(--vc2d-primary)}.vc2d-bottom-active{color:var(--vc2d-primary)}.vc2d-bottom-active:after{content:'';position:absolute;top:.3rem;width:.5rem;height:.5rem;border-radius:50%;background:var(--vc2d-primary);box-shadow:0 0 1rem var(--vc2d-primary)}.vc2d-badge{position:absolute;top:.4rem;right:1.1rem;min-width:1.6rem;height:1.6rem;border-radius:999rem;background:var(--vc2d-warn);color:#111;font-size:.9rem;display:grid;place-items:center}.vc2d-desktop-nav{display:none}.vc2d-hero-pattern{background-image:radial-gradient(circle at 15% 20%,rgba(0,255,127,.18),transparent 25%),radial-gradient(circle at 85% 0,rgba(102,205,170,.22),transparent 28%)}.vc2d-table{width:100%;border-collapse:collapse;font-size:1.3rem}.vc2d-table th,.vc2d-table td{padding:.8rem;border-bottom:.1rem solid rgba(119,136,153,.22);text-align:left}.vc2d-table th{color:var(--vc2d-primary)}.vc2d-alert{border-left:.4rem solid var(--vc2d-primary);padding:1rem;background:rgba(0,255,127,.08);border-radius:1rem}.vc2d-split{display:grid;gap:1rem}.vc2d-media-card img{border-radius:1.6rem;min-height:13rem;object-fit:cover}.vc2d-mini-list{display:grid;gap:.8rem;margin:1rem 0}.vc2d-mini-item{display:flex;gap:.8rem;align-items:center;padding:.9rem;border-radius:1.2rem;background:rgba(255,255,255,.045)}.vc2d-mini-icon{width:3.2rem;height:3.2rem;border-radius:1rem;display:grid;place-items:center;background:rgba(0,255,127,.14);color:var(--vc2d-primary);flex:0 0 auto}.vc2d-faq details{padding:1rem;border-radius:1.2rem;background:rgba(255,255,255,.045);margin:.8rem 0}.vc2d-faq summary{font-weight:900;cursor:pointer;min-height:3rem}.vc2d-progress{height:.8rem;border-radius:999rem;background:#101922;overflow:hidden}.vc2d-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--vc2d-primary),var(--vc2d-secondary))}
@media (min-width:769px){body{background:#050806}.vc2d-page,.vc2d-header,.vc2d-bottom-nav{max-width:100%}.vc2d-page{max-width:118rem}.vc2d-topbar{max-width:118rem;margin:0 auto}.vc2d-desktop-nav{display:flex;gap:1rem;align-items:center}.vc2d-desktop-nav a{font-weight:800;color:var(--vc2d-soft)}.vc2d-menu-btn,.vc2d-bottom-nav{display:none}.vc2d-main{max-width:118rem;margin:0 auto}.vc2d-container{padding:2rem}.vc2d-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.vc2d-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.vc2d-game-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.vc2d-slide img{height:34rem}.vc2d-split{grid-template-columns:1.1fr .9fr}.vc2d-footer{padding-bottom:2rem}.vc2d-footer-links{grid-template-columns:repeat(4,minmax(0,1fr))}.vc2d-footer-cta{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (max-width:768px){main{padding-bottom:8rem}.vc2d-actions .vc2d-btn{padding:0 .9rem;font-size:1.2rem}.vc2d-actions .vc2d-btn i{display:none}.vc2d-title{font-size:2.35rem}.vc2d-section{padding:1.3rem}.vc2d-game-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (max-width:360px){.vc2d-game-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.vc2d-brand-name{font-size:1.4rem}.vc2d-actions .vc2d-btn{font-size:1.05rem;padding:0 .7rem}.vc2d-topbar{gap:.5rem;padding:.7rem}.vc2d-title{font-size:2.15rem}}
