/* kkkkjjj theme - prefix g27f- | palette: #0000CD #5D5D5D #E5E5E5 #5F9EA0 #F5F5F5 #34495E */
html{font-size:62.5%;scroll-behavior:smooth}
*{box-sizing:border-box;margin:0;padding:0}
:root{
  --g27f-primary:#0000CD;--g27f-bg:#34495E;--g27f-bg-deep:#2A3A4C;--g27f-accent:#5F9EA0;
  --g27f-gray:#5D5D5D;--g27f-text:#F5F5F5;--g27f-muted:#E5E5E5;--g27f-card:#3D556B;
  --g27f-border:rgba(95,158,160,.35);--g27f-shadow:0 .4rem 1.6rem rgba(0,0,0,.35);
  --g27f-radius:1.2rem;--g27f-header-h:5.6rem;--g27f-bottom-h:6.2rem
}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;background:var(--g27f-bg);color:var(--g27f-text);font-size:1.4rem;line-height:1.5rem;min-height:100vh;overflow-x:hidden}
a{color:#7FDBDA;text-decoration:none;font-weight:700}
a:hover{color:#A8E6E5}
img{max-width:100%;height:auto;display:block}
.g27f-container,.g27f-wrapper{width:100%;max-width:430px;margin:0 auto}
.g27f-container{padding:0 1.2rem}

/* Header */
.g27f-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:linear-gradient(180deg,#2A3A4C 0%,#34495E 100%);border-bottom:1px solid var(--g27f-border);height:var(--g27f-header-h)}
.g27f-header-inner{max-width:430px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 1.2rem;gap:.8rem}
.g27f-logo{display:flex;align-items:center;gap:.6rem;color:#7FDBDA;font-weight:800;font-size:1.6rem;min-height:4.4rem}
.g27f-logo img{width:2.8rem;height:2.8rem;border-radius:.6rem}
.g27f-header-actions{display:flex;align-items:center;gap:.6rem}
.g27f-btn{display:inline-flex;align-items:center;justify-content:center;min-height:4.4rem;min-width:4.4rem;padding:.8rem 1.2rem;border-radius:.8rem;border:none;cursor:pointer;font-size:1.2rem;font-weight:700;transition:transform .15s ease,background .2s ease;color:#fff;background:var(--g27f-primary)}
.g27f-btn:active{transform:scale(.96)}
.g27f-btn-login{background:transparent;color:#E5E5E5;border:1px solid #5F9EA0}
.g27f-btn-register{background:linear-gradient(135deg,#0000CD,#4169E1);color:#fff;box-shadow:0 .2rem .8rem rgba(0,0,205,.4)}
.g27f-btn-accent{background:linear-gradient(135deg,#5F9EA0,#4682B4);color:#fff}
.g27f-btn-menu{background:rgba(95,158,160,.2);color:#F5F5F5;border:1px solid var(--g27f-border);padding:.8rem 1rem}

/* Mobile menu */
.g27f-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:9998;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}
.g27f-overlay-show{opacity:1;visibility:visible}
.g27f-mobile-menu{position:fixed;top:0;right:0;width:min(82vw,320px);height:100%;background:linear-gradient(180deg,#2A3A4C 0%,#34495E 100%);z-index:9999;transform:translateX(100%);transition:transform .28s ease;padding:2rem 1.6rem 8rem;overflow-y:auto;box-shadow:-.4rem 0 2rem rgba(0,0,0,.4)}
.g27f-menu-open{transform:translateX(0)}
.g27f-menu-close{position:absolute;top:1.2rem;right:1.2rem;background:transparent;border:none;color:#F5F5F5;font-size:2.8rem;line-height:1;cursor:pointer;min-width:4.4rem;min-height:4.4rem}
.g27f-menu-title{color:#7FDBDA;font-size:1.6rem;font-weight:800;margin-bottom:1.6rem;padding-bottom:1rem;border-bottom:1px solid var(--g27f-border)}
.g27f-menu-list{list-style:none}
.g27f-menu-list li{margin-bottom:.4rem}
.g27f-menu-list a{display:flex;align-items:center;gap:1rem;padding:1.2rem 1rem;border-radius:.8rem;color:var(--g27f-text);font-size:1.4rem;min-height:4.4rem}
.g27f-menu-list a:hover,.g27f-menu-list a:active{background:rgba(95,158,160,.2);color:#7FDBDA}
.g27f-menu-list i,.g27f-menu-list .material-icons{font-size:2rem;width:2.4rem;text-align:center;color:#5F9EA0}

/* Main */
.g27f-main{padding-top:calc(var(--g27f-header-h) + 1.2rem);padding-bottom:2rem}
@media (max-width:768px){.g27f-main{padding-bottom:8rem}}
.g27f-h1{font-size:1.8rem;line-height:2.4rem;color:#F5F5F5;margin:1.6rem 0 1.2rem;font-weight:800}
.g27f-section{margin-bottom:2rem;background:var(--g27f-card);border-radius:var(--g27f-radius);padding:1.6rem;border:1px solid var(--g27f-border);box-shadow:var(--g27f-shadow)}
.g27f-section-title{font-size:1.6rem;line-height:2.2rem;color:#7FDBDA;margin-bottom:1rem;font-weight:800;display:flex;align-items:center;gap:.6rem}
.g27f-text{color:var(--g27f-muted);font-size:1.35rem;line-height:2rem;margin-bottom:1rem}
.g27f-text strong{color:#F5F5F5}
.g27f-link-inline{color:#7FDBDA;font-weight:700;border-bottom:1px dashed rgba(127,219,218,.5)}
.g27f-cta-row{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.2rem 0}

/* Carousel */
.g27f-carousel{position:relative;border-radius:var(--g27f-radius);overflow:hidden;margin-bottom:.8rem;box-shadow:var(--g27f-shadow);cursor:pointer}
.g27f-slide{display:none}
.g27f-slide-active{display:block}
.g27f-slide img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.g27f-dots{position:absolute;bottom:1rem;left:0;right:0;display:flex;justify-content:center;gap:.6rem}
.g27f-dot{width:.8rem;height:.8rem;border-radius:50%;border:none;background:rgba(245,245,245,.45);cursor:pointer;padding:0;min-width:1.2rem;min-height:1.2rem}
.g27f-dot-active{background:#5F9EA0;transform:scale(1.2)}

/* Game grid */
.g27f-game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}
.g27f-game-card{background:rgba(42,58,76,.7);border-radius:.8rem;padding:.6rem;text-align:center;cursor:pointer;border:1px solid transparent;transition:transform .15s ease,border-color .2s ease;min-height:4.4rem}
.g27f-game-card:active{transform:scale(.96)}
.g27f-game-card:hover{border-color:#5F9EA0;box-shadow:0 0 1rem rgba(95,158,160,.3)}
.g27f-game-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:.6rem;margin-bottom:.4rem}
.g27f-game-name{font-size:1rem;line-height:1.3rem;color:var(--g27f-text);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* Feature cards */
.g27f-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.g27f-feature-card{background:rgba(42,58,76,.8);border-radius:1rem;padding:1.2rem;border:1px solid var(--g27f-border);text-align:center}
.g27f-feature-card i,.g27f-feature-card .material-icons{font-size:2.4rem;color:#5F9EA0;margin-bottom:.6rem}
.g27f-feature-card h3{font-size:1.3rem;color:#F5F5F5;margin-bottom:.4rem}
.g27f-feature-card p{font-size:1.15rem;color:var(--g27f-muted);line-height:1.6rem}

/* RTP */
.g27f-rtp-list{display:flex;flex-direction:column;gap:.8rem}
.g27f-rtp-item{background:rgba(42,58,76,.7);border-radius:.8rem;padding:1rem}
.g27f-rtp-head{display:flex;justify-content:space-between;margin-bottom:.6rem;font-size:1.25rem;color:#F5F5F5}
.g27f-rtp-bar{height:.8rem;background:rgba(93,93,93,.5);border-radius:1rem;overflow:hidden}
.g27f-rtp-fill{height:100%;background:linear-gradient(90deg,#0000CD,#5F9EA0);border-radius:1rem}

/* Reviews / FAQ / steps */
.g27f-review{background:rgba(42,58,76,.7);border-left:3px solid #5F9EA0;border-radius:0 .8rem .8rem 0;padding:1.2rem;margin-bottom:1rem}
.g27f-review-name{color:#7FDBDA;font-weight:700;font-size:1.3rem;margin-bottom:.4rem}
.g27f-review-text{color:var(--g27f-muted);font-size:1.25rem;line-height:1.8rem;font-style:italic}
.g27f-pay-row{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}
.g27f-pay-badge{background:rgba(42,58,76,.9);border:1px solid var(--g27f-border);border-radius:.8rem;padding:.8rem 1.2rem;font-size:1.2rem;color:#E5E5E5;font-weight:700;min-height:4.4rem;display:inline-flex;align-items:center;gap:.5rem}
.g27f-winner{display:flex;align-items:center;justify-content:space-between;padding:.8rem 0;border-bottom:1px solid rgba(95,158,160,.2);font-size:1.25rem}
.g27f-winner:last-child{border-bottom:none}
.g27f-winner-amt{color:#7FDBDA;font-weight:800}
.g27f-faq-item{background:rgba(42,58,76,.7);border-radius:.8rem;padding:1.2rem;margin-bottom:.8rem;border:1px solid var(--g27f-border)}
.g27f-faq-q{color:#7FDBDA;font-weight:700;font-size:1.35rem;margin-bottom:.6rem}
.g27f-faq-a{color:var(--g27f-muted);font-size:1.25rem;line-height:1.8rem}
.g27f-step{display:flex;gap:1rem;margin-bottom:1.2rem;align-items:flex-start}
.g27f-step-num{flex-shrink:0;width:3.2rem;height:3.2rem;border-radius:50%;background:linear-gradient(135deg,#0000CD,#5F9EA0);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.4rem}
.g27f-step-body h3{font-size:1.35rem;color:#F5F5F5;margin-bottom:.3rem}
.g27f-step-body p{font-size:1.25rem;color:var(--g27f-muted);line-height:1.8rem}

/* Footer */
.g27f-footer{background:#2A3A4C;border-top:1px solid var(--g27f-border);padding:2.4rem 0 2rem;margin-top:1rem}
.g27f-footer-inner{max-width:430px;margin:0 auto;padding:0 1.2rem}
.g27f-footer-brand{color:#E5E5E5;font-size:1.3rem;line-height:1.9rem;margin-bottom:1.6rem}
.g27f-footer-links{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.6rem}
.g27f-footer-links a{font-size:1.2rem;color:#7FDBDA;padding:.6rem .8rem;background:rgba(95,158,160,.15);border-radius:.6rem;min-height:4.4rem;display:inline-flex;align-items:center}
.g27f-footer-promo{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.6rem}
.g27f-copyright{color:#A0A8B0;font-size:1.15rem;text-align:center;padding-top:1.2rem;border-top:1px solid rgba(95,158,160,.2)}

/* Bottom nav - teal top border accent */
.g27f-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:1000;height:6.2rem;background:linear-gradient(0deg,#1F2E3D 0%,#2A3A4C 100%);border-top:3px solid #5F9EA0;display:flex;justify-content:space-around;align-items:center;box-shadow:0 -.4rem 1.6rem rgba(0,0,0,.4)}
.g27f-bottom-nav-inner{width:100%;max-width:430px;margin:0 auto;display:flex;justify-content:space-around;align-items:center;height:100%}
.g27f-bnav-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;background:transparent;border:none;color:#A0A8B0;cursor:pointer;min-width:6rem;min-height:6rem;padding:.4rem;transition:color .2s ease,transform .15s ease;text-decoration:none;font-size:1rem}
.g27f-bnav-btn i,.g27f-bnav-btn .material-icons,.g27f-bnav-btn .ti{font-size:2.2rem;line-height:1}
.g27f-bnav-btn span{font-size:1rem;font-weight:600;line-height:1.2rem}
.g27f-bnav-btn:active{transform:scale(.92)}
.g27f-bnav-btn:hover,.g27f-bnav-active{color:#7FDBDA}
.g27f-bnav-active{position:relative}
.g27f-bnav-active::before{content:'';position:absolute;top:.2rem;width:2rem;height:.3rem;background:#5F9EA0;border-radius:1rem}

@media (min-width:769px){
  .g27f-bottom-nav{display:none}
  body{background:#1F2E3D}
  .g27f-header-inner,.g27f-container,.g27f-footer-inner,.g27f-bottom-nav-inner{max-width:430px}
}
.g27f-desktop-nav{display:none}
