/* bossjl theme s4bc- | #EEEEEE #87CEFA #0E1621 #87CEEB #191970 */
:root{--s4bc-bg:#0E1621;--s4bc-bg-soft:#141e2c;--s4bc-bg-card:#182433;--s4bc-navy:#191970;--s4bc-primary:#87CEFA;--s4bc-secondary:#87CEEB;--s4bc-text:#EEEEEE;--s4bc-text-muted:#b8c7d9;--s4bc-border:rgba(135,206,250,.22);--s4bc-shadow:0 .6rem 1.8rem rgba(0,0,0,.35);--s4bc-radius:1rem;--s4bc-header-h:5.6rem;--s4bc-bottom-h:6rem}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:62.5%;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:1.4rem;line-height:1.5rem;color:var(--s4bc-text);background:var(--s4bc-bg);min-height:100vh;overflow-x:hidden}
a{color:var(--s4bc-primary);text-decoration:none;font-weight:700}
a:hover{color:var(--s4bc-secondary)}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}
.s4bc-container{width:100%;max-width:43rem;margin:0 auto;padding:0 1.2rem}
.s4bc-wrapper{min-height:100vh;padding-top:var(--s4bc-header-h)}
.s4bc-header{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--s4bc-header-h);background:linear-gradient(180deg,#0a1018 0%,#0E1621 100%);border-bottom:1px solid var(--s4bc-border);box-shadow:0 .2rem 1.2rem rgba(0,0,0,.4)}
.s4bc-header-inner{max-width:43rem;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 1.2rem;gap:.8rem}
.s4bc-logo{display:flex;align-items:center;gap:.6rem;color:var(--s4bc-text);min-width:0}
.s4bc-logo img{width:3rem;height:3rem;border-radius:.6rem;flex-shrink:0}
.s4bc-logo-text{font-size:1.6rem;font-weight:800;letter-spacing:.03em;color:var(--s4bc-primary);white-space:nowrap}
.s4bc-header-actions{display:flex;align-items:center;gap:.6rem}
.s4bc-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:4.4rem;min-width:4.4rem;padding:.8rem 1.2rem;border-radius:.8rem;font-size:1.2rem;font-weight:700;transition:transform .15s ease,background .2s ease,box-shadow .2s ease;white-space:nowrap}
.s4bc-btn:active{transform:scale(.96)}
.s4bc-btn-primary{background:linear-gradient(135deg,#87CEFA 0%,#4da6ff 100%);color:#0E1621;box-shadow:0 .3rem 1rem rgba(135,206,250,.35)}
.s4bc-btn-secondary{background:linear-gradient(135deg,#191970 0%,#2a2a8a 100%);color:var(--s4bc-text);border:1px solid var(--s4bc-primary)}
.s4bc-btn-outline{background:transparent;color:var(--s4bc-primary);border:1px solid var(--s4bc-primary)}
.s4bc-btn-block{width:100%}
.s4bc-menu-toggle{width:4.4rem;height:4.4rem;display:flex;align-items:center;justify-content:center;color:var(--s4bc-primary);font-size:2.2rem;border-radius:.8rem}
.s4bc-menu-toggle:hover{background:rgba(135,206,250,.1)}
.s4bc-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}
.s4bc-overlay-show{opacity:1;visibility:visible}
.s4bc-mobile-menu{position:fixed;top:0;right:0;width:min(30rem,86vw);height:100%;background:linear-gradient(180deg,#0E1621 0%,#141e2c 100%);z-index:9999;transform:translateX(100%);transition:transform .28s ease;padding:1.6rem;overflow-y:auto;border-left:1px solid var(--s4bc-border)}
.s4bc-menu-open{transform:translateX(0)}
.s4bc-menu-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.2rem;border-bottom:1px solid var(--s4bc-border)}
.s4bc-menu-header span{font-size:1.6rem;font-weight:700;color:var(--s4bc-primary)}
.s4bc-menu-close{width:4.4rem;height:4.4rem;display:flex;align-items:center;justify-content:center;font-size:2.2rem;color:var(--s4bc-text)}
.s4bc-menu-nav{display:flex;flex-direction:column;gap:.4rem}
.s4bc-menu-nav a{display:flex;align-items:center;gap:1rem;min-height:4.4rem;padding:1rem 1.2rem;border-radius:.8rem;color:var(--s4bc-text);font-size:1.4rem;font-weight:600;transition:background .2s ease}
.s4bc-menu-nav a:hover,.s4bc-menu-nav a:active{background:rgba(135,206,250,.12);color:var(--s4bc-primary)}
.s4bc-menu-nav i,.s4bc-menu-nav .material-icons{font-size:2rem;width:2.4rem;text-align:center;color:var(--s4bc-secondary)}
.s4bc-main{padding-bottom:2rem}
@media (max-width:768px){.s4bc-main{padding-bottom:8rem}}
.s4bc-carousel{position:relative;width:100%;max-width:43rem;margin:0 auto 1.6rem;overflow:hidden;border-radius:0 0 1.2rem 1.2rem;background:var(--s4bc-bg-soft);aspect-ratio:16/9}
.s4bc-slide{position:absolute;inset:0;opacity:0;transition:opacity .45s ease;cursor:pointer}
.s4bc-slide-active{opacity:1;z-index:1}
.s4bc-slide img{width:100%;height:100%;object-fit:cover}
.s4bc-carousel-ctrl{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:3.6rem;height:3.6rem;border-radius:50%;background:rgba(14,22,33,.65);color:var(--s4bc-primary);display:flex;align-items:center;justify-content:center;font-size:1.6rem;border:1px solid var(--s4bc-border)}
.s4bc-carousel-prev{left:.8rem}
.s4bc-carousel-next{right:.8rem}
.s4bc-dots{position:absolute;bottom:1rem;left:0;right:0;z-index:3;display:flex;justify-content:center;gap:.6rem}
.s4bc-dot{width:.8rem;height:.8rem;border-radius:50%;background:rgba(238,238,238,.4);transition:background .2s ease,transform .2s ease}
.s4bc-dot-active{background:var(--s4bc-primary);transform:scale(1.25)}
.s4bc-section{padding:2rem 0 .8rem}
.s4bc-section-title{font-size:1.8rem;line-height:2.4rem;font-weight:800;color:var(--s4bc-primary);margin-bottom:1.2rem;display:flex;align-items:center;gap:.6rem}
.s4bc-section-title .material-icons,.s4bc-section-title i{font-size:2.2rem;color:var(--s4bc-secondary)}
.s4bc-h1{font-size:2rem;line-height:2.6rem;font-weight:800;color:var(--s4bc-text);margin:1.6rem 0 1rem;text-align:center}
.s4bc-lead{font-size:1.35rem;line-height:2rem;color:var(--s4bc-text-muted);margin-bottom:1.4rem;text-align:center}
.s4bc-text{font-size:1.35rem;line-height:2.1rem;color:var(--s4bc-text-muted);margin-bottom:1.2rem}
.s4bc-text strong,.s4bc-text b{color:var(--s4bc-primary)}
.s4bc-game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem;margin-bottom:1.2rem}
.s4bc-game-item{display:flex;flex-direction:column;align-items:center;cursor:pointer;border-radius:.8rem;overflow:hidden;background:var(--s4bc-bg-card);border:1px solid transparent;transition:transform .15s ease,border-color .2s ease,box-shadow .2s ease;padding-bottom:.5rem}
.s4bc-game-item:active{transform:scale(.96)}
.s4bc-game-item:hover{border-color:var(--s4bc-primary);box-shadow:0 0 1rem rgba(135,206,250,.25)}
.s4bc-game-item img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:.8rem .8rem 0 0}
.s4bc-game-name{font-size:1rem;line-height:1.3rem;text-align:center;color:var(--s4bc-text);padding:.4rem .3rem 0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}
.s4bc-card{background:var(--s4bc-bg-card);border:1px solid var(--s4bc-border);border-radius:var(--s4bc-radius);padding:1.4rem;margin-bottom:1.2rem;box-shadow:var(--s4bc-shadow)}
.s4bc-card h3{font-size:1.5rem;line-height:2rem;color:var(--s4bc-secondary);margin-bottom:.8rem}
.s4bc-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.s4bc-feature{background:linear-gradient(145deg,#182433 0%,#1a2740 100%);border:1px solid var(--s4bc-border);border-radius:var(--s4bc-radius);padding:1.2rem;text-align:center}
.s4bc-feature-icon{width:4.4rem;height:4.4rem;margin:0 auto .8rem;border-radius:50%;background:rgba(135,206,250,.12);display:flex;align-items:center;justify-content:center;color:var(--s4bc-primary);font-size:2.2rem}
.s4bc-feature h3{font-size:1.3rem;color:var(--s4bc-text);margin-bottom:.4rem}
.s4bc-feature p{font-size:1.15rem;line-height:1.7rem;color:var(--s4bc-text-muted)}
.s4bc-steps{display:flex;flex-direction:column;gap:1rem}
.s4bc-step{display:flex;gap:1rem;align-items:flex-start;background:var(--s4bc-bg-card);border-radius:var(--s4bc-radius);padding:1.2rem;border:1px solid var(--s4bc-border)}
.s4bc-step-num{flex-shrink:0;width:3.2rem;height:3.2rem;border-radius:50%;background:linear-gradient(135deg,var(--s4bc-navy),#2a2a8a);border:1px solid var(--s4bc-primary);display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--s4bc-primary);font-size:1.4rem}
.s4bc-step h3{font-size:1.35rem;color:var(--s4bc-text);margin-bottom:.3rem}
.s4bc-step p{font-size:1.2rem;line-height:1.8rem;color:var(--s4bc-text-muted)}
.s4bc-faq-item{background:var(--s4bc-bg-card);border:1px solid var(--s4bc-border);border-radius:var(--s4bc-radius);padding:1.2rem;margin-bottom:.8rem}
.s4bc-faq-item h3{font-size:1.35rem;line-height:1.9rem;color:var(--s4bc-primary);margin-bottom:.5rem}
.s4bc-faq-item p{font-size:1.25rem;line-height:1.9rem;color:var(--s4bc-text-muted)}
.s4bc-testimonial{background:var(--s4bc-bg-card);border-left:.3rem solid var(--s4bc-primary);border-radius:0 .8rem .8rem 0;padding:1.2rem;margin-bottom:.8rem}
.s4bc-testimonial p{font-size:1.25rem;line-height:1.9rem;color:var(--s4bc-text-muted);font-style:italic;margin-bottom:.6rem}
.s4bc-testimonial span{font-size:1.15rem;color:var(--s4bc-secondary);font-weight:700}
.s4bc-winners{display:flex;flex-direction:column;gap:.6rem}
.s4bc-winner{display:flex;align-items:center;justify-content:space-between;background:var(--s4bc-bg-card);border-radius:.8rem;padding:1rem 1.2rem;border:1px solid var(--s4bc-border);font-size:1.2rem}
.s4bc-winner-amt{color:#7dffb3;font-weight:800}
.s4bc-cta{background:linear-gradient(135deg,#191970 0%,#0E1621 55%,#1a3050 100%);border:1px solid var(--s4bc-border);border-radius:var(--s4bc-radius);padding:2rem 1.4rem;text-align:center;margin:1.6rem 0}
.s4bc-cta h2{font-size:1.8rem;line-height:2.4rem;color:var(--s4bc-primary);margin-bottom:.8rem}
.s4bc-cta p{font-size:1.3rem;line-height:2rem;color:var(--s4bc-text-muted);margin-bottom:1.4rem}
.s4bc-cta-actions{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}
.s4bc-pay-row{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin:1rem 0}
.s4bc-pay-item{min-width:6.4rem;min-height:4.4rem;padding:.8rem 1rem;background:var(--s4bc-bg-card);border:1px solid var(--s4bc-border);border-radius:.8rem;display:flex;align-items:center;justify-content:center;font-size:1.15rem;font-weight:700;color:var(--s4bc-secondary)}
.s4bc-footer{background:#0a1018;border-top:1px solid var(--s4bc-border);padding:2.4rem 0 2rem;margin-top:1.6rem}
.s4bc-footer-brand{text-align:center;margin-bottom:1.6rem}
.s4bc-footer-brand p{font-size:1.25rem;line-height:1.9rem;color:var(--s4bc-text-muted);margin-top:.6rem}
.s4bc-footer-promo{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-bottom:1.6rem}
.s4bc-footer-promo .s4bc-btn{min-height:4rem;font-size:1.15rem;padding:.6rem 1rem}
.s4bc-footer-links{display:flex;flex-wrap:wrap;gap:.8rem 1.2rem;justify-content:center;margin-bottom:1.6rem}
.s4bc-footer-links a{font-size:1.2rem;color:var(--s4bc-secondary);min-height:2.4rem}
.s4bc-copyright{text-align:center;font-size:1.1rem;color:var(--s4bc-text-muted);padding-top:1rem;border-top:1px solid var(--s4bc-border)}
/* Bottom nav: sky-navy glass */
.s4bc-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:1000;height:var(--s4bc-bottom-h);background:linear-gradient(180deg,rgba(25,25,112,.95) 0%,rgba(14,22,33,.98) 100%);border-top:1px solid rgba(135,206,250,.35);box-shadow:0 -.4rem 1.6rem rgba(0,0,0,.45);display:flex;justify-content:space-around;align-items:stretch;padding:0 .4rem;backdrop-filter:blur(8px)}
.s4bc-bottom-nav a,.s4bc-bottom-nav button{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;min-width:6rem;min-height:6rem;color:var(--s4bc-text-muted);font-size:1rem;font-weight:600;transition:color .2s ease,transform .15s ease;border-radius:.8rem;background:transparent}
.s4bc-bottom-nav a i,.s4bc-bottom-nav a .material-icons,.s4bc-bottom-nav button i,.s4bc-bottom-nav button .material-icons{font-size:2.2rem;line-height:1}
.s4bc-bottom-nav a:active,.s4bc-bottom-nav button:active{transform:scale(.92);color:var(--s4bc-primary)}
.s4bc-bottom-nav .s4bc-nav-active{color:var(--s4bc-primary)}
.s4bc-bottom-nav .s4bc-nav-active i,.s4bc-bottom-nav .s4bc-nav-active .material-icons{text-shadow:0 0 .8rem rgba(135,206,250,.7)}
@media (min-width:769px){
  .s4bc-bottom-nav{display:none}
  .s4bc-wrapper,body{max-width:43rem;margin:0 auto}
  .s4bc-header{max-width:43rem;left:50%;transform:translateX(-50%)}
  .s4bc-main{padding-bottom:2rem}
}
.s4bc-mt-1{margin-top:.8rem}
.s4bc-mt-2{margin-top:1.6rem}
.s4bc-mb-1{margin-bottom:.8rem}
.s4bc-mb-2{margin-bottom:1.6rem}
.s4bc-text-center{text-align:center}
.s4bc-link-inline{color:var(--s4bc-primary);font-weight:800;text-decoration:underline;text-underline-offset:.2rem}
.s4bc-highlight{color:var(--s4bc-primary);font-weight:800}
.s4bc-badge{display:inline-block;padding:.2rem .7rem;border-radius:999px;background:rgba(135,206,250,.15);color:var(--s4bc-primary);font-size:1.1rem;font-weight:700;margin-bottom:.8rem}
