/* 1xbet ghana - core base stylesheet
   Prefix: ge1b-
   Palette: #0000CD | #87CEFA | #6495ED | #E0E0E0 | #0D1117
   Mobile-first, max-width 430px, rem units (root 62.5%) */
:root{
  --ge1b-primary:#0000CD;
  --ge1b-accent:#6495ED;
  --ge1b-light:#87CEFA;
  --ge1b-muted:#E0E0E0;
  --ge1b-bg:#0D1117;
  --ge1b-bg-2:#11161f;
  --ge1b-card:#161c27;
  --ge1b-text:#E6ECF5;
  --ge1b-text-dim:#9aa6bd;
  --ge1b-gold:#FFD24A;
  --ge1b-danger:#FF5C7A;
  --ge1b-success:#27C93F;
  --ge1b-radius:12px;
  --ge1b-radius-sm:8px;
  --ge1b-shadow:0 6px 18px rgba(0,0,0,.45);
  --ge1b-header-h:56px;
  --ge1b-bottomnav-h:62px;
}
*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}
html{font-size:62.5%}
body{
  font-family:"Noto Sans Bengali","Hind Siliguri",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:var(--ge1b-bg);
  color:var(--ge1b-text);
  line-height:1.5rem;
  font-size:1.5rem;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;border-radius:var(--ge1b-radius-sm)}
a{color:var(--ge1b-light);text-decoration:none}
h1,h2,h3,h4{line-height:1.25;font-weight:700;letter-spacing:.2px}
ul{list-style:none}
button{font-family:inherit;cursor:pointer;border:0;background:transparent;color:inherit}

/* layout */
.ge1b-container{max-width:430px;margin:0 auto;padding:0 1.2rem}
.ge1b-wrapper{padding-top:calc(var(--ge1b-header-h) + .6rem);padding-bottom:calc(var(--ge1b-bottomnav-h) + 1.2rem);min-height:100vh}
main.ge1b-main{display:block}
@media(max-width:768px){main.ge1b-main{padding-bottom:80px}}

/* header */
.ge1b-header{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  height:var(--ge1b-header-h);
  background:linear-gradient(90deg,#0a0f1a 0%,#0D1117 50%,#101728 100%);
  border-bottom:1px solid rgba(100,149,237,.25);
  box-shadow:0 2px 10px rgba(0,0,0,.5);
}
.ge1b-header-inner{max-width:430px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 1.2rem;gap:.6rem}
.ge1b-logo{display:flex;align-items:center;gap:.6rem;min-width:0}
.ge1b-logo img{width:30px;height:30px;border-radius:6px;object-fit:cover}
.ge1b-logo-text{font-weight:800;font-size:1.5rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ge1b-logo-text span{color:var(--ge1b-light)}
.ge1b-header-actions{display:flex;align-items:center;gap:.5rem}
.ge1b-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border-radius:var(--ge1b-radius-sm);padding:.7rem 1.1rem;font-size:1.3rem;font-weight:700;min-height:38px;min-width:72px;transition:transform .15s,filter .15s,background .15s}
.ge1b-btn:active{transform:scale(.94)}
.ge1b-btn-login{background:transparent;border:1.5px solid var(--ge1b-accent);color:var(--ge1b-light)}
.ge1b-btn-register{background:linear-gradient(135deg,#0000CD 0%,#6495ED 100%);color:#fff;box-shadow:0 4px 12px rgba(0,0,205,.45)}
.ge1b-btn-register:hover{filter:brightness(1.1)}
.ge1b-menu-btn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:var(--ge1b-light);font-size:1.8rem}
.ge1b-menu-btn .material-symbols-outlined{font-size:24px}

/* mobile menu */
.ge1b-mobile-menu{
  position:fixed;top:0;right:0;bottom:0;width:80%;max-width:330px;z-index:9999;
  background:#0a0f1a;border-left:1px solid rgba(100,149,237,.25);
  transform:translateX(100%);transition:transform .28s ease;
  padding:1.4rem 1.2rem;overflow-y:auto;
}
.ge1b-mobile-menu.is-open{transform:translateX(0)}
.ge1b-menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:9998;opacity:0;visibility:hidden;transition:opacity .25s}
.ge1b-menu-overlay.is-open{opacity:1;visibility:visible}
.ge1b-menu-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem;padding-bottom:1rem;border-bottom:1px solid rgba(135,206,250,.18)}
.ge1b-menu-title{font-size:1.7rem;font-weight:800;color:#fff}
.ge1b-menu-close{width:34px;height:34px;border-radius:8px;background:rgba(135,206,250,.12);color:var(--ge1b-light);font-size:1.6rem;display:flex;align-items:center;justify-content:center}
.ge1b-menu-actions{display:flex;gap:.6rem;margin-bottom:1.2rem}
.ge1b-menu-actions .ge1b-btn{flex:1}
.ge1b-menu-list li{border-bottom:1px solid rgba(135,206,250,.1)}
.ge1b-menu-list a{display:flex;align-items:center;gap:.8rem;padding:1rem .6rem;color:var(--ge1b-text);font-size:1.4rem;font-weight:600}
.ge1b-menu-list a:active{background:rgba(100,149,237,.12)}
.ge1b-menu-list .material-symbols-outlined,.ge1b-menu-list i{width:24px;color:var(--ge1b-light);font-size:18px;text-align:center}

/* hero / carousel */
.ge1b-hero{margin:.4rem 0 1.2rem}
.ge1b-carousel{position:relative;border-radius:var(--ge1b-radius);overflow:hidden;box-shadow:var(--ge1b-shadow)}
.ge1b-carousel-track{display:flex;transition:transform .45s ease}
.ge1b-slide{min-width:100%;position:relative}
.ge1b-slide img{width:100%;height:200px;object-fit:cover}
.ge1b-slide-cap{position:absolute;left:0;right:0;bottom:0;padding:1rem 1.2rem;background:linear-gradient(transparent,rgba(0,0,0,.85))}
.ge1b-slide-cap h2{font-size:1.7rem;color:#fff;margin-bottom:.3rem}
.ge1b-slide-cap p{font-size:1.2rem;color:var(--ge1b-light)}
.ge1b-carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:.8rem}
.ge1b-carousel-dots button{width:8px;height:8px;border-radius:50%;background:rgba(135,206,250,.3);transition:background .2s,width .2s}
.ge1b-carousel-dots button.is-active{background:var(--ge1b-accent);width:22px;border-radius:4px}

/* sections */
.ge1b-section{margin:1.6rem 0}
.ge1b-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.9rem}
.ge1b-section-title{font-size:1.8rem;color:#fff;display:flex;align-items:center;gap:.5rem}
.ge1b-section-title i,.ge1b-section-title .material-symbols-outlined{color:var(--ge1b-gold);font-size:20px}
.ge1b-section-link{font-size:1.2rem;color:var(--ge1b-light);font-weight:600}

/* category tabs (visual only, not switcher) */
.ge1b-cat-tabs{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.4rem;margin-bottom:.9rem;scrollbar-width:none}
.ge1b-cat-tabs::-webkit-scrollbar{display:none}
.ge1b-cat-tabs button{flex:0 0 auto;padding:.55rem 1.1rem;border-radius:20px;background:var(--ge1b-card);color:var(--ge1b-text-dim);font-size:1.2rem;font-weight:600;border:1px solid rgba(135,206,250,.1)}
.ge1b-cat-tabs button.is-active{background:linear-gradient(135deg,#0000CD,#6495ED);color:#fff;border-color:transparent}

/* game grid */
.ge1b-game-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem}
.ge1b-game-card{background:var(--ge1b-card);border-radius:var(--ge1b-radius);overflow:hidden;border:1px solid rgba(135,206,250,.1);transition:transform .15s,box-shadow .15s;display:flex;flex-direction:column}
.ge1b-game-card:active{transform:scale(.96)}
.ge1b-game-card:hover{box-shadow:0 6px 18px rgba(100,149,237,.25)}
.ge1b-game-thumb{position:relative;aspect-ratio:1;background:#0a0f1a}
.ge1b-game-thumb img{width:100%;height:100%;object-fit:cover;border-radius:0}
.ge1b-game-badge{position:absolute;top:.3rem;left:.3rem;background:rgba(255,210,74,.92);color:#0D1117;font-size:1rem;font-weight:800;padding:.1rem .5rem;border-radius:6px;line-height:1.4}
.ge1b-game-badge.ge1b-hot{background:var(--ge1b-danger);color:#fff}
.ge1b-game-body{padding:.5rem .55rem .65rem;text-align:center}
.ge1b-game-name{font-size:1.15rem;color:var(--ge1b-text);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}
.ge1b-game-type{font-size:1rem;color:var(--ge1b-text-dim);margin-top:.15rem}

/* info modules */
.ge1b-card{background:var(--ge1b-card);border:1px solid rgba(135,206,250,.12);border-radius:var(--ge1b-radius);padding:1.2rem;margin-bottom:1rem}
.ge1b-card h3{font-size:1.5rem;color:#fff;margin-bottom:.6rem;display:flex;align-items:center;gap:.5rem}
.ge1b-card h3 .material-symbols-outlined,.ge1b-card h3 i{color:var(--ge1b-gold);font-size:20px}
.ge1b-card p{font-size:1.3rem;color:var(--ge1b-text-dim);line-height:1.6;margin-bottom:.6rem}
.ge1b-card p strong{color:var(--ge1b-light)}
.ge1b-card ul{margin:.4rem 0 .6rem;padding-left:1.2rem}
.ge1b-card ul li{font-size:1.25rem;color:var(--ge1b-text-dim);line-height:1.55;margin-bottom:.3rem;list-style:disc}
.ge1b-card ul li strong{color:var(--ge1b-light)}

/* promo link inline */
.ge1b-link{color:var(--ge1b-light);font-weight:700;text-decoration:underline}
.ge1b-link strong{color:var(--ge1b-gold)}

/* CTA button */
.ge1b-cta{display:flex;justify-content:center;margin:1.2rem 0}
.ge1b-cta .ge1b-btn{padding:1rem 2.2rem;font-size:1.5rem;border-radius:30px;min-width:200px}
.ge1b-cta-big{background:linear-gradient(135deg,#0000CD 0%,#6495ED 60%,#87CEFA 100%);color:#fff;font-weight:800;box-shadow:0 8px 22px rgba(0,0,205,.5)}

/* rtp / stats compact */
.ge1b-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;margin:.6rem 0}
.ge1b-stat{background:#0a0f1a;border-radius:var(--ge1b-radius-sm);padding:.8rem;text-align:center;border:1px solid rgba(135,206,250,.1)}
.ge1b-stat-num{font-size:1.9rem;font-weight:800;color:var(--ge1b-gold);line-height:1.1}
.ge1b-stat-label{font-size:1.1rem;color:var(--ge1b-text-dim);margin-top:.2rem}

/* winners showcase */
.ge1b-winners{display:flex;flex-direction:column;gap:.5rem}
.ge1b-winner{display:flex;align-items:center;gap:.7rem;padding:.6rem .7rem;background:#0a0f1a;border-radius:var(--ge1b-radius-sm);border:1px solid rgba(135,206,250,.08)}
.ge1b-winner-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#0000CD,#87CEFA);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1.2rem}
.ge1b-winner-info{flex:1;min-width:0}
.ge1b-winner-name{font-size:1.2rem;color:var(--ge1b-text);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ge1b-winner-game{font-size:1.05rem;color:var(--ge1b-text-dim)}
.ge1b-winner-amount{font-size:1.3rem;color:var(--ge1b-gold);font-weight:800}

/* payment methods */
.ge1b-pay{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:.6rem}
.ge1b-pay-item{background:#0a0f1a;border-radius:8px;padding:.6rem .3rem;text-align:center;border:1px solid rgba(135,206,250,.1)}
.ge1b-pay-item .material-symbols-outlined,.ge1b-pay-item i{font-size:22px;color:var(--ge1b-light)}
.ge1b-pay-item span{display:block;font-size:1rem;color:var(--ge1b-text-dim);margin-top:.2rem;line-height:1.2}

/* testimonials */
.ge1b-testi{background:#0a0f1a;border-radius:var(--ge1b-radius-sm);padding:.9rem;margin-bottom:.6rem;border:1px solid rgba(135,206,250,.1)}
.ge1b-testi-head{display:flex;align-items:center;gap:.6rem;margin-bottom:.4rem}
.ge1b-testi-avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#6495ED,#87CEFA);display:flex;align-items:center;justify-content:center;color:#0D1117;font-weight:800;font-size:1.2rem}
.ge1b-testi-name{font-size:1.25rem;color:var(--ge1b-text);font-weight:700}
.ge1b-testi-stars{color:var(--ge1b-gold);font-size:1.1rem;margin-left:auto}
.ge1b-testi-text{font-size:1.2rem;color:var(--ge1b-text-dim);line-height:1.5}

/* app download CTA */
.ge1b-app-cta{background:linear-gradient(135deg,#0000CD 0%,#0D1117 100%);border-radius:var(--ge1b-radius);padding:1.2rem;text-align:center;border:1px solid rgba(100,149,237,.3)}
.ge1b-app-cta h3{color:#fff;font-size:1.6rem;margin-bottom:.4rem}
.ge1b-app-cta p{font-size:1.2rem;color:var(--ge1b-light);margin-bottom:.8rem}
.ge1b-app-cta .ge1b-btn{padding:.9rem 2rem;font-size:1.4rem;border-radius:30px;background:var(--ge1b-gold);color:#0D1117;font-weight:800}

/* security badges */
.ge1b-sec-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}
.ge1b-sec-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .8rem;background:#0a0f1a;border-radius:20px;border:1px solid rgba(39,201,63,.3);font-size:1.1rem;color:var(--ge1b-success);font-weight:600}
.ge1b-sec-badge i{font-size:14px}

/* footer */
.ge1b-footer{background:#080c14;border-top:1px solid rgba(135,206,250,.18);padding:1.6rem 0 1rem;margin-top:1.4rem}
.ge1b-footer-brand{font-size:1.3rem;color:var(--ge1b-text-dim);line-height:1.55;margin-bottom:.9rem}
.ge1b-footer-brand strong{color:var(--ge1b-light)}
.ge1b-footer-links{display:flex;flex-wrap:wrap;gap:.5rem .8rem;margin-bottom:1rem}
.ge1b-footer-links a{font-size:1.15rem;color:var(--ge1b-light);padding:.3rem .5rem}
.ge1b-footer-promos{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}
.ge1b-footer-promos .ge1b-btn{padding:.6rem 1rem;font-size:1.2rem;background:rgba(100,149,237,.15);color:var(--ge1b-light);border:1px solid rgba(100,149,237,.3);border-radius:20px}
.ge1b-copy{text-align:center;font-size:1.1rem;color:var(--ge1b-text-dim);padding-top:.8rem;border-top:1px solid rgba(135,206,250,.08)}

/* mobile bottom nav */
.ge1b-bottomnav{
  position:fixed;bottom:0;left:0;right:0;z-index:1000;
  height:var(--ge1b-bottomnav-h);
  background:linear-gradient(180deg,#0a0f1a 0%,#0D1117 100%);
  border-top:1px solid rgba(100,149,237,.3);
  box-shadow:0 -4px 16px rgba(0,0,0,.5);
  display:flex;justify-content:space-around;align-items:center;
}
.ge1b-bottomnav-inner{max-width:430px;margin:0 auto;display:flex;justify-content:space-around;align-items:center;width:100%;height:100%}
.ge1b-navbtn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;min-width:60px;min-height:60px;color:var(--ge1b-text-dim);position:relative;transition:color .18s,transform .18s}
.ge1b-navbtn:active{transform:scale(.9)}
.ge1b-navbtn.is-active{color:var(--ge1b-light)}
.ge1b-navbtn i,.ge1b-navbtn .material-symbols-outlined,.ge1b-navbtn ion-icon{font-size:24px;line-height:1}
.ge1b-navbtn ion-icon{font-size:24px}
.ge1b-navbtn span{font-size:1rem;font-weight:600;line-height:1.2}
.ge1b-navbtn.is-active::before{content:"";position:absolute;top:0;width:26px;height:3px;border-radius:0 0 4px 4px;background:linear-gradient(90deg,#0000CD,#87CEFA)}
.ge1b-navbtn-badge{position:absolute;top:6px;right:18px;background:var(--ge1b-danger);color:#fff;font-size:.9rem;font-weight:800;min-width:16px;height:16px;padding:0 4px;border-radius:8px;display:flex;align-items:center;justify-content:center;line-height:1}

/* desktop hide bottom nav, show desktop nav */
@media(min-width:769px){
  .ge1b-bottomnav{display:none}
  .ge1b-wrapper{padding-bottom:2rem}
  .ge1b-header-actions .ge1b-desktop-only{display:inline-flex}
}
.ge1b-desktop-only{display:none}
@media(min-width:769px){.ge1b-desktop-only{display:inline-flex}}

/* utility */
.ge1b-text-center{text-align:center}
.ge1b-mt-1{margin-top:.6rem}
.ge1b-mt-2{margin-top:1.2rem}
.ge1b-hidden{display:none}

/* desktop widen container */
@media(min-width:769px){
  .ge1b-container{max-width:760px}
  .ge1b-header-inner{max-width:760px}
  .ge1b-game-grid{grid-template-columns:repeat(6,1fr)}
  .ge1b-stats{grid-template-columns:repeat(4,1fr)}
  .ge1b-pay{grid-template-columns:repeat(6,1fr)}
}
