/* phenjoy mobile-first casino interface */
:root{font-size:62.5%;--g47c-primary:#2E4057;--g47c-bg:#142234;--g47c-bg2:#20344a;--g47c-text:#fff8d8;--g47c-muted:#b8c4d2;--g47c-accent:#FFA500;--g47c-accent2:#FF8C00;--g47c-soft:#FFEF94;--g47c-card:#21364e;--g47c-line:rgba(255,239,148,.22);--g47c-shadow:0 1.6rem 4rem rgba(0,0,0,.36)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 20% 0%,rgba(255,165,0,.16),transparent 32rem),linear-gradient(180deg,var(--g47c-bg),#0d1724 55%,#142234);color:var(--g47c-text);font-family:Inter,Arial,sans-serif;font-size:1.55rem;line-height:1.5;overflow-x:hidden}a{color:var(--g47c-soft);text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit}.g47c-shell{width:min(100%,43rem);margin:0 auto;background:linear-gradient(180deg,rgba(46,64,87,.86),rgba(13,23,36,.96));min-height:100vh;box-shadow:0 0 0 .1rem rgba(255,239,148,.08)}.g47c-container{width:100%;padding:0 1.4rem}.g47c-wrapper{padding:7.8rem 0 2.4rem}.g47c-header{position:fixed;top:0;left:50%;transform:translateX(-50%);width:min(100%,43rem);z-index:1000;background:rgba(20,34,52,.94);backdrop-filter:blur(1.4rem);border-bottom:.1rem solid var(--g47c-line)}.g47c-topbar{display:flex;align-items:center;gap:.8rem;min-height:6.4rem;padding:.8rem 1rem}.g47c-logo{display:flex;align-items:center;gap:.7rem;color:var(--g47c-text);font-weight:900;letter-spacing:.02em;min-width:0}.g47c-logo img{width:3rem;height:3rem;border-radius:.8rem}.g47c-logo span{font-size:1.9rem;text-transform:uppercase}.g47c-header-actions{margin-left:auto;display:flex;gap:.5rem;align-items:center}.g47c-btn{border:0;min-height:4.4rem;min-width:4.4rem;border-radius:1.4rem;background:linear-gradient(135deg,var(--g47c-accent),var(--g47c-accent2));color:#182537;font-weight:900;padding:1rem 1.25rem;cursor:pointer;box-shadow:0 .8rem 2rem rgba(255,140,0,.25);transition:transform .2s ease,filter .2s ease}.g47c-btn:hover,.g47c-btn:active{transform:translateY(-.1rem) scale(1.02);filter:brightness(1.08)}.g47c-btn-secondary{background:linear-gradient(135deg,#334d68,#20344a);color:var(--g47c-soft);border:.1rem solid rgba(255,239,148,.28)}.g47c-menu-btn{background:transparent;border:.1rem solid var(--g47c-line);color:var(--g47c-soft);border-radius:1.2rem;width:4.4rem;height:4.4rem;font-size:2.2rem}.g47c-mobile-menu{position:fixed;top:6.4rem;left:50%;transform:translateX(-50%) translateY(-120%);width:min(100%,43rem);z-index:9999;background:linear-gradient(180deg,#233a54,#132235);border:.1rem solid var(--g47c-line);border-top:0;padding:1rem;opacity:0;pointer-events:none;transition:transform .25s ease,opacity .25s ease}.g47c-mobile-menu.g47c-menu-open{transform:translateX(-50%) translateY(0);opacity:1;pointer-events:auto}.g47c-mobile-menu a{display:flex;align-items:center;gap:.9rem;padding:1.1rem 1rem;min-height:4.4rem;border-radius:1.2rem;color:var(--g47c-text);border-bottom:.1rem solid rgba(255,255,255,.05)}.g47c-mobile-menu i,.g47c-mobile-menu span.material-icons{color:var(--g47c-accent);font-size:2.2rem}.g47c-desktop-nav{display:none}.g47c-hero{padding:1.2rem 1.4rem 2rem}.g47c-slider{position:relative;border-radius:2rem;overflow:hidden;border:.1rem solid var(--g47c-line);box-shadow:var(--g47c-shadow);background:#111}.g47c-slide{display:none;position:relative;cursor:pointer}.g47c-slide.g47c-active{display:block}.g47c-slide img{width:100%;height:18rem;object-fit:cover}.g47c-slide-label{position:absolute;left:1.2rem;right:1.2rem;bottom:1rem;background:rgba(20,34,52,.78);border:.1rem solid var(--g47c-line);border-radius:1.4rem;padding:1rem}.g47c-slide-label strong{display:block;color:var(--g47c-soft);font-size:1.8rem}.g47c-slider-controls{position:absolute;inset:auto 1rem 1rem auto;display:flex;gap:.5rem}.g47c-dot{width:.9rem;height:.9rem;border:0;border-radius:50%;background:rgba(255,255,255,.45);padding:0}.g47c-dot.g47c-active{background:var(--g47c-accent);box-shadow:0 0 0 .4rem rgba(255,165,0,.18)}.g47c-hero-copy{padding:1.6rem 0 0}.g47c-kicker{color:var(--g47c-accent);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:1.15rem}.g47c-title{font-size:3rem;line-height:1.08;margin:.6rem 0 1rem;color:#fff}.g47c-subtitle{color:var(--g47c-muted);margin:0 0 1.2rem}.g47c-cta-row{display:flex;gap:.8rem;flex-wrap:wrap}.g47c-text-link{font-weight:900;color:var(--g47c-soft);border-bottom:.2rem solid var(--g47c-accent);cursor:pointer}.g47c-section{margin:1.2rem 1.4rem;padding:1.4rem;border:.1rem solid var(--g47c-line);border-radius:2rem;background:linear-gradient(160deg,rgba(33,54,78,.94),rgba(17,30,47,.94));box-shadow:0 1rem 2.6rem rgba(0,0,0,.18)}.g47c-section-alt{background:linear-gradient(160deg,rgba(255,165,0,.12),rgba(33,54,78,.96))}.g47c-section h2{font-size:2.25rem;line-height:1.18;margin:.2rem 0 1rem;color:#fff}.g47c-section h3{font-size:1.65rem;margin:1rem 0 .5rem;color:var(--g47c-soft)}.g47c-section p{margin:.6rem 0;color:#dbe5ee}.g47c-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.g47c-mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.g47c-card{background:rgba(13,23,36,.62);border:.1rem solid rgba(255,239,148,.14);border-radius:1.6rem;padding:1rem}.g47c-card strong{color:#fff}.g47c-game-category{margin-top:1.2rem}.g47c-category-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0 0 .8rem}.g47c-category-title h2{margin:0;font-size:2rem}.g47c-badge{display:inline-flex;align-items:center;gap:.4rem;border-radius:99rem;padding:.35rem .75rem;background:rgba(255,165,0,.16);border:.1rem solid rgba(255,165,0,.35);color:var(--g47c-soft);font-size:1.1rem;font-weight:800}.g47c-game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.g47c-game{min-width:0;text-align:center;border:.1rem solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(0,0,0,.12));border-radius:1.3rem;padding:.6rem .4rem;cursor:pointer;transition:transform .18s ease,border-color .18s ease}.g47c-game:hover,.g47c-game:active{transform:translateY(-.2rem);border-color:var(--g47c-accent)}.g47c-game img{width:5.4rem;height:5.4rem;margin:0 auto .45rem;border-radius:1rem;object-fit:cover}.g47c-game span{display:block;color:var(--g47c-text);font-size:1.08rem;font-weight:800;line-height:1.2;min-height:2.6rem}.g47c-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem}.g47c-stat{padding:1rem .7rem;border-radius:1.4rem;background:rgba(255,239,148,.09);text-align:center}.g47c-stat b{display:block;color:var(--g47c-accent);font-size:1.9rem}.g47c-steps{counter-reset:g47cStep;display:grid;gap:.9rem}.g47c-step{position:relative;padding:1rem 1rem 1rem 4.4rem;border-radius:1.4rem;background:rgba(255,255,255,.06)}.g47c-step:before{counter-increment:g47cStep;content:counter(g47cStep);position:absolute;left:1rem;top:1rem;width:2.6rem;height:2.6rem;border-radius:50%;display:grid;place-items:center;background:var(--g47c-accent);color:#142234;font-weight:900}.g47c-table{width:100%;border-collapse:collapse;font-size:1.3rem}.g47c-table th,.g47c-table td{padding:.85rem .55rem;border-bottom:.1rem solid rgba(255,255,255,.09);text-align:left}.g47c-table th{color:var(--g47c-soft)}.g47c-payments{display:flex;flex-wrap:wrap;gap:.7rem}.g47c-chip{display:inline-flex;align-items:center;gap:.45rem;min-height:3.6rem;padding:.7rem .9rem;border-radius:99rem;background:rgba(255,255,255,.08);border:.1rem solid rgba(255,239,148,.16);font-weight:800}.g47c-footer{margin-top:2rem;padding:2rem 1.4rem 8.6rem;background:#0a1320;border-top:.1rem solid var(--g47c-line)}.g47c-footer-logo{display:flex;align-items:center;gap:.8rem;font-size:2rem;font-weight:900;color:#fff}.g47c-footer-logo img{width:3.2rem;height:3.2rem;border-radius:.8rem}.g47c-footer-links,.g47c-footer-promo{display:flex;flex-wrap:wrap;gap:.7rem;margin:1rem 0}.g47c-footer-links a{font-size:1.25rem;color:#dbe5ee;border-bottom:.1rem solid rgba(255,239,148,.3)}.g47c-partners{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin:1rem 0}.g47c-partner{border-radius:1.2rem;background:rgba(255,255,255,.07);padding:.8rem;text-align:center;color:var(--g47c-soft);font-weight:900}.g47c-bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,43rem);height:6.2rem;z-index:1000;background:#2E4057;border-top:.2rem solid var(--g47c-accent);display:flex;justify-content:space-around;align-items:center;box-shadow:0 -1rem 2.5rem rgba(0,0,0,.36)}.g47c-bottom-nav button{min-width:6rem;min-height:6rem;background:transparent;border:0;color:#fff8d8;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;font-weight:800;font-size:1.05rem;cursor:pointer;transition:transform .18s ease,color .18s ease}.g47c-bottom-nav button i,.g47c-bottom-nav button span.material-icons,.g47c-bottom-nav button ion-icon{font-size:2.35rem;line-height:1}.g47c-bottom-nav button.g47c-current{color:var(--g47c-accent)}.g47c-bottom-nav button:active{transform:scale(.92);color:var(--g47c-soft)}.g47c-faq details{border:.1rem solid rgba(255,255,255,.09);border-radius:1.3rem;padding:1rem;margin:.8rem 0;background:rgba(0,0,0,.14)}.g47c-faq summary{cursor:pointer;color:var(--g47c-soft);font-weight:900}.g47c-review{display:grid;gap:.9rem}.g47c-quote{border-left:.35rem solid var(--g47c-accent);padding:1rem;background:rgba(255,255,255,.06);border-radius:0 1.3rem 1.3rem 0}.g47c-alert{border:.1rem solid rgba(255,165,0,.45);background:rgba(255,165,0,.12);padding:1rem;border-radius:1.4rem}.g47c-split{display:grid;gap:1rem}.g47c-image-card{border-radius:1.7rem;overflow:hidden;border:.1rem solid var(--g47c-line);cursor:pointer}.g47c-image-card img{height:15rem;width:100%;object-fit:cover}.g47c-list{padding-left:1.8rem}.g47c-list li{margin:.6rem 0;color:#dbe5ee}.g47c-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:#111927}.g47c-shell{max-width:118rem;width:100%}.g47c-header{width:100%;max-width:118rem}.g47c-desktop-nav{display:flex;gap:1rem;margin-left:1rem}.g47c-desktop-nav a{color:#fff;font-weight:800}.g47c-menu-btn{display:none}.g47c-bottom-nav{display:none}.g47c-wrapper{padding-top:8rem}.g47c-container{padding:0 2.4rem}.g47c-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center}.g47c-slide img{height:32rem}.g47c-title{font-size:4.6rem}.g47c-game-grid{grid-template-columns:repeat(8,1fr)}.g47c-mini-grid{grid-template-columns:repeat(6,1fr)}.g47c-grid{grid-template-columns:repeat(3,1fr)}.g47c-split{grid-template-columns:1fr 1fr}.g47c-footer{padding-bottom:2.4rem}}@media (max-width:768px){main{padding-bottom:8rem}.g47c-header-actions .g47c-btn{padding:.8rem .9rem;font-size:1.25rem}.g47c-title{font-size:2.8rem}}@media (max-width:360px){.g47c-game-grid{grid-template-columns:repeat(3,1fr)}.g47c-mini-grid{grid-template-columns:repeat(3,1fr)}.g47c-logo span{font-size:1.55rem}.g47c-header-actions{gap:.3rem}.g47c-header-actions .g47c-btn{padding:.7rem .7rem}}
