/* playtime login PART1 design. All custom classes use g03c- prefix. */
:root{--g03c-primary:#7fff00;--g03c-accent:#9aff9a;--g03c-bg:#262626;--g03c-bg2:#161816;--g03c-panel:#303330;--g03c-soft:#c0c0c0;--g03c-text:#fff;--g03c-line:rgba(154,255,154,.22);--g03c-shadow:0 1.2rem 3rem rgba(0,0,0,.42);--g03c-radius:1.8rem;--g03c-max:43rem}html{font-size:62.5%;scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,#334233 0,#262626 42%,#111 100%);color:var(--g03c-text);font-family:Inter,Arial,sans-serif;font-size:1.6rem;line-height:1.5;overflow-x:hidden}body.g03c-body-locked{overflow:hidden}a{color:var(--g03c-accent);text-decoration:none}img{max-width:100%;display:block}.g03c-wrapper{width:min(100%,var(--g03c-max));margin:0 auto;background:linear-gradient(180deg,rgba(38,38,38,.95),rgba(16,18,16,.98));min-height:100vh;box-shadow:0 0 4rem rgba(0,0,0,.55)}.g03c-container{width:100%;max-width:var(--g03c-max);margin:0 auto;padding:0 1.4rem}.g03c-header{position:fixed;top:0;left:50%;transform:translateX(-50%);z-index:1000;width:min(100%,var(--g03c-max));background:rgba(20,22,20,.92);backdrop-filter:blur(1rem);border-bottom:.1rem solid var(--g03c-line);transition:.25s}.g03c-header-compact{box-shadow:var(--g03c-shadow)}.g03c-headbar{height:6.4rem;display:flex;align-items:center;gap:.8rem;padding:0 1rem}.g03c-brand{display:flex;align-items:center;gap:.7rem;min-width:0;margin-right:auto;color:var(--g03c-text);font-weight:900}.g03c-logo{width:3.2rem;height:3.2rem;border-radius:.9rem}.g03c-brand-text{font-size:1.55rem;white-space:nowrap}.g03c-actions{display:flex;gap:.6rem}.g03c-btn{border:0;border-radius:999px;min-height:4.4rem;padding:0 1.35rem;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;transition:.2s;box-shadow:0 .5rem 1.4rem rgba(0,0,0,.25)}.g03c-btn:hover,.g03c-bottom-item:hover,.g03c-game:hover{transform:translateY(-.1rem) scale(1.02)}.g03c-btn-primary{background:linear-gradient(135deg,var(--g03c-primary),var(--g03c-accent));color:#102010}.g03c-btn-ghost{background:#3a3f3a;color:var(--g03c-text);border:.1rem solid var(--g03c-line)}.g03c-btn-dark{background:#111;color:var(--g03c-primary);border:.1rem solid var(--g03c-primary)}.g03c-menu-toggle{width:4.4rem;height:4.4rem;border-radius:1.3rem;border:.1rem solid var(--g03c-line);background:#202420;color:var(--g03c-primary);font-size:2.2rem}.g03c-menu{position:fixed;top:0;right:-105%;width:min(34rem,88vw);height:100vh;background:#111711;z-index:9999;padding:1.6rem;transition:right .28s ease;box-shadow:-1rem 0 3rem rgba(0,0,0,.55);overflow-y:auto}.g03c-menu-open{right:0}.g03c-menu-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.6rem}.g03c-menu-close{width:4.4rem;height:4.4rem;border:0;border-radius:50%;background:#2e352e;color:#fff;font-size:2.4rem}.g03c-menu-links{display:grid;gap:.9rem}.g03c-menu-links a{padding:1.2rem;border:.1rem solid var(--g03c-line);border-radius:1.2rem;background:#222822;color:#fff;font-weight:800}.g03c-menu-links a.g03c-active{color:#111;background:var(--g03c-primary)}.g03c-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:9998;opacity:0;pointer-events:none;transition:.25s}.g03c-overlay-show{opacity:1;pointer-events:auto}.g03c-desktop-nav{display:none}.g03c-main{padding-top:7.6rem}.g03c-hero{padding:1.2rem 0 2rem}.g03c-kicker{color:var(--g03c-primary);font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:1.2rem}.g03c-title{font-size:3rem;line-height:1.08;margin:.8rem 0;color:#fff}.g03c-title span,.g03c-highlight{color:var(--g03c-primary)}.g03c-lead{color:#e8f5e8;font-size:1.7rem}.g03c-cta-row{display:flex;flex-wrap:wrap;gap:.9rem;margin:1.4rem 0}.g03c-stat-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin:1.4rem 0}.g03c-stat{background:#1d221d;border:.1rem solid var(--g03c-line);border-radius:1.3rem;padding:1rem;text-align:center}.g03c-stat strong{display:block;color:var(--g03c-primary);font-size:2rem}.g03c-carousel{position:relative;overflow:hidden;border-radius:2rem;border:.1rem solid var(--g03c-line);box-shadow:var(--g03c-shadow);min-height:15rem;background:#111}.g03c-slide{display:none;position:relative}.g03c-slide-active{display:block}.g03c-slide img{width:100%;height:18rem;object-fit:cover}.g03c-slide-caption{position:absolute;left:1rem;right:1rem;bottom:1rem;padding:1rem;border-radius:1.4rem;background:rgba(0,0,0,.68);font-weight:900}.g03c-dots{position:absolute;right:1.1rem;top:1rem;display:flex;gap:.5rem}.g03c-dot{width:.9rem;height:.9rem;border:0;border-radius:50%;background:#bbb}.g03c-dot-active{background:var(--g03c-primary);transform:scale(1.3)}.g03c-section{padding:2rem 0;border-top:.1rem solid rgba(255,255,255,.06)}.g03c-section h2{font-size:2.3rem;margin:.2rem 0 1rem}.g03c-section h3{font-size:1.8rem;color:var(--g03c-accent)}.g03c-card{background:linear-gradient(145deg,#303530,#1b1f1b);border:.1rem solid var(--g03c-line);border-radius:var(--g03c-radius);padding:1.4rem;box-shadow:0 .8rem 1.8rem rgba(0,0,0,.25)}.g03c-grid{display:grid;gap:1rem}.g03c-grid-2{grid-template-columns:1fr}.g03c-game-section{margin:1.2rem 0}.g03c-game-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem}.g03c-game-head h3{margin:0;text-transform:capitalize}.g03c-games{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.g03c-game{background:#191e19;border:.1rem solid rgba(154,255,154,.16);border-radius:1.1rem;padding:.6rem;color:#fff;text-align:center;min-height:9.8rem;transition:.18s}.g03c-game img{width:4.8rem;height:4.8rem;object-fit:cover;margin:0 auto .45rem;border-radius:1rem}.g03c-game span{font-size:1.1rem;font-weight:800;line-height:1.2;display:block}.g03c-list{padding-left:1.8rem;color:#e7efe7}.g03c-list li{margin:.6rem 0}.g03c-feature-list{display:grid;gap:.9rem}.g03c-feature{display:flex;gap:.9rem;align-items:flex-start}.g03c-feature i,.g03c-feature .material-icons,.g03c-feature ion-icon{color:var(--g03c-primary);font-size:2.4rem;min-width:2.8rem}.g03c-link{font-weight:900;color:var(--g03c-primary);border-bottom:.1rem dashed var(--g03c-primary)}.g03c-payments{display:flex;flex-wrap:wrap;gap:.7rem}.g03c-pill{display:inline-flex;align-items:center;gap:.5rem;background:#202620;border:.1rem solid var(--g03c-line);border-radius:999px;padding:.75rem 1rem;font-weight:800;color:#fff}.g03c-review{border-left:.35rem solid var(--g03c-primary);padding-left:1rem}.g03c-footer{padding:2.4rem 1.4rem 8.4rem;background:#101410;border-top:.1rem solid var(--g03c-line)}.g03c-footer-links{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.2rem 0}.g03c-footer-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;margin:1.3rem 0}.g03c-footer-nav a{background:#1d241d;border:.1rem solid var(--g03c-line);border-radius:1rem;padding:.9rem;color:#fff;font-size:1.3rem}.g03c-partners{display:flex;gap:.8rem;flex-wrap:wrap}.g03c-partner{background:#2e332e;border-radius:.9rem;padding:.7rem 1rem;color:#cfdccf;font-weight:900}.g03c-copy{color:#b9c9b9;font-size:1.25rem}.g03c-bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);z-index:1000;width:min(100%,var(--g03c-max));height:6.2rem;background:#111711;border-top:.1rem solid var(--g03c-line);display:flex;justify-content:space-around;align-items:center;box-shadow:0 -1rem 2.2rem rgba(0,0,0,.4)}.g03c-bottom-item{min-width:6rem;min-height:6rem;border:0;background:transparent;color:#d9ead9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;font-size:1.05rem;font-weight:800;transition:.18s;position:relative}.g03c-bottom-item i,.g03c-bottom-item .material-icons,.g03c-bottom-item ion-icon{font-size:2.4rem}.g03c-bottom-item.g03c-active,.g03c-bottom-item:active{color:var(--g03c-primary)}.g03c-badge{position:absolute;top:.35rem;right:1rem;background:var(--g03c-primary);color:#111;border-radius:999px;font-size:.9rem;padding:.05rem .45rem;font-weight:900}.g03c-table{width:100%;border-collapse:collapse;font-size:1.35rem;overflow:hidden;border-radius:1.2rem}.g03c-table th,.g03c-table td{padding:.9rem;border:.1rem solid rgba(154,255,154,.12);text-align:left}.g03c-table th{background:#202720;color:var(--g03c-primary)}.g03c-note{background:rgba(127,255,0,.08);border:.1rem solid var(--g03c-line);border-radius:1.4rem;padding:1.1rem;color:#f5fff5}.g03c-faq details{background:#1d231d;border:.1rem solid var(--g03c-line);border-radius:1.2rem;padding:1rem;margin:.8rem 0}.g03c-faq summary{font-weight:900;color:var(--g03c-accent);cursor:pointer}.g03c-help-steps{counter-reset:g03cStep;display:grid;gap:1rem}.g03c-step{position:relative;padding-left:4.4rem}.g03c-step:before{counter-increment:g03cStep;content:counter(g03cStep);position:absolute;left:0;top:0;width:3.1rem;height:3.1rem;border-radius:50%;background:var(--g03c-primary);color:#111;display:grid;place-items:center;font-weight:900}.g03c-divider{height:.1rem;background:var(--g03c-line);margin:1.4rem 0}.g03c-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media (max-width:768px){.g03c-main{padding-bottom:8rem}.g03c-actions .g03c-btn{padding:0 .95rem;font-size:1.25rem}.g03c-brand-text{max-width:11.5rem;overflow:hidden;text-overflow:ellipsis}.g03c-desktop-only{display:none!important}}@media (min-width:769px){body{background:#1d211d}.g03c-wrapper,.g03c-header,.g03c-bottom-nav{max-width:118rem}.g03c-wrapper{width:100%;box-shadow:none}.g03c-container{max-width:118rem;padding:0 2.4rem}.g03c-main{padding-top:8.2rem}.g03c-menu-toggle,.g03c-bottom-nav{display:none}.g03c-desktop-nav{display:flex;gap:1rem;margin-left:1rem}.g03c-desktop-nav a{color:#fff;font-weight:800}.g03c-grid-2{grid-template-columns:repeat(2,1fr)}.g03c-games{grid-template-columns:repeat(8,1fr)}.g03c-title{font-size:4.6rem}.g03c-slide img{height:32rem}.g03c-footer{padding-bottom:3rem}.g03c-headbar{height:7.2rem}}