/* ============================================
   vk8 kicker - Mobile-first gaming stylesheet
   Prefix: w0284-
   Palette: #4682B4 | #0000FF | #4169E1 | #FF5722 | #C0C0C0 | #1C2833
   Canvas: 320-430px (centered phone canvas on wide screens)
   ============================================ */

:root{
  --w0284-bg:#1C2833;
  --w0284-bg-2:#243447;
  --w0284-bg-3:#0f1822;
  --w0284-blue:#4682B4;
  --w0284-royal:#4169E1;
  --w0284-deep:#0000FF;
  --w0284-flame:#FF5722;
  --w0284-silver:#C0C0C0;
  --w0284-text:#F4F7FB;
  --w0284-muted:#A9B4C0;
  --w0284-line:rgba(192,192,192,.16);
  --w0284-shadow:0 8px 22px rgba(0,0,0,.34);
  --w0284-radius:14px;
  --w0284-header-h:56px;
  --w0284-bottom-h:62px;
}

*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html,body{margin:0;padding:0}
body{
  font-family:'Hind Siliguri','Noto Sans Bengali','Segoe UI',system-ui,sans-serif;
  background:var(--w0284-bg-3);
  color:var(--w0284-text);
  font-size:15px;
  line-height:1.6;
  word-wrap:break-word;
  overflow-x:hidden;
}
img{max-width:100%;display:block}
a{color:var(--w0284-silver);text-decoration:none}
a:hover{color:var(--w0284-flame)}

/* Centered phone canvas on wide screens */
.w0284-shell{
  max-width:430px;
  margin:0 auto;
  background:linear-gradient(180deg,#13202c 0%,#1C2833 38%,#0f1822 100%);
  min-height:100vh;
  position:relative;
  box-shadow:0 0 30px rgba(0,0,0,.45);
}

/* ============ HEADER ============ */
.w0284-header{
  position:sticky;top:0;z-index:50;
  height:var(--w0284-header-h);
  background:linear-gradient(90deg,#0f1822,#1b2c3d 60%,#0f1822);
  border-bottom:2px solid var(--w0284-royal);
  display:flex;align-items:center;gap:8px;
  padding:0 10px;
}
.w0284-brand{display:flex;align-items:center;gap:8px;min-width:0;flex:1}
.w0284-logo{
  width:38px;height:38px;border-radius:9px;object-fit:cover;
  border:1.5px solid var(--w0284-silver);
  box-shadow:0 0 0 2px rgba(70,130,180,.35);
  background:#0a121b;
}
.w0284-brand-name{
  font-weight:800;font-size:16px;letter-spacing:.3px;
  color:#fff;line-height:1.05;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.w0284-brand-name b{color:var(--w0284-flame)}

.w0284-head-actions{display:flex;align-items:center;gap:6px}
.w0284-btn{
  border:none;cursor:pointer;
  font-family:inherit;font-weight:700;font-size:13px;
  padding:9px 14px;border-radius:20px;
  min-height:38px;min-width:62px;
  transition:transform .12s ease,box-shadow .12s ease,filter .12s;
}
.w0284-btn:active{transform:scale(.94)}
.w0284-btn-register{
  background:linear-gradient(135deg,#FF5722,#ff7a4d);
  color:#fff;
  box-shadow:0 4px 12px rgba(255,87,34,.45);
}
.w0284-btn-login{
  background:linear-gradient(135deg,#4169E1,#4682B4);
  color:#fff;
  box-shadow:0 4px 12px rgba(65,105,225,.4);
}
.w0284-menu-btn{
  background:transparent;border:1px solid var(--w0284-line);
  color:var(--w0284-silver);
  width:38px;height:38px;border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;font-size:18px;
}

/* ============ FULL-HEIGHT MENU ============ */
.w0284-menu{
  position:fixed;inset:0;z-index:80;
  background:rgba(8,14,22,.86);
  backdrop-filter:blur(6px);
  transform:translateX(100%);
  transition:transform .26s ease;
  display:flex;flex-direction:column;
  max-width:430px;margin:0 0 0 auto;
}
.w0284-menu.open{transform:translateX(0)}
.w0284-menu-head{
  display:flex;justify-content:space-between;align-items:center;
  padding:14px 16px;border-bottom:1px solid var(--w0284-line);
  background:#0f1822;
}
.w0284-menu-head h3{margin:0;font-size:16px;color:#fff;letter-spacing:.4px}
.w0284-menu-close{
  background:var(--w0284-flame);color:#fff;border:none;
  width:34px;height:34px;border-radius:50%;font-size:16px;cursor:pointer;
}
.w0284-menu-list{flex:1;overflow-y:auto;padding:10px 12px 80px}
.w0284-menu-list a{
  display:block;padding:13px 14px;margin:6px 0;
  background:#1b2c3d;border-radius:10px;
  color:var(--w0284-text);font-weight:600;font-size:14.5px;
  border-left:3px solid transparent;
  transition:background .15s,border-color .15s,transform .12s;
}
.w0284-menu-list a:active{transform:scale(.98)}
.w0284-menu-list a:hover{
  background:#243447;border-left-color:var(--w0284-flame);color:#fff;
}
.w0284-menu-list a span{color:var(--w0284-silver);font-size:11px;display:block;margin-top:2px}

/* ============ HERO ============ */
.w0284-main{padding:0 0 calc(var(--w0284-bottom-h) + 24px)}
.w0284-hero{
  position:relative;
  margin:0 10px 14px;
  border-radius:var(--w0284-radius);
  overflow:hidden;
  box-shadow:var(--w0284-shadow);
  border:1px solid var(--w0284-line);
}
.w0284-carousel{position:relative;overflow:hidden;border-radius:var(--w0284-radius)}
.w0284-slides{display:flex;transition:transform .45s ease}
.w0284-slide{
  min-width:100%;position:relative;cursor:pointer;
}
.w0284-slide img{width:100%;height:180px;object-fit:cover}
.w0284-slide-cap{
  position:absolute;left:12px;right:12px;bottom:10px;
  background:linear-gradient(transparent,rgba(8,14,22,.85));
  padding:18px 12px 8px;color:#fff;
}
.w0284-slide-cap h2{margin:0 0 3px;font-size:16px;font-weight:800}
.w0284-slide-cap p{margin:0;font-size:12px;color:var(--w0284-silver)}
.w0284-dots{
  position:absolute;bottom:8px;left:50%;transform:translateX(-50%);
  display:flex;gap:6px;
}
.w0284-dots b{
  width:7px;height:7px;border-radius:50%;
  background:rgba(255,255,255,.4);cursor:pointer;
}
.w0284-dots b.on{background:var(--w0284-flame);width:18px;border-radius:4px}

/* Hero CTA strip */
.w0284-cta-strip{
  display:grid;grid-template-columns:1fr 1fr;gap:8px;
  margin:0 10px 14px;
}
.w0284-cta-strip button{
  border:none;cursor:pointer;font-family:inherit;font-weight:800;
  padding:12px;border-radius:12px;font-size:14px;color:#fff;
  min-height:46px;transition:transform .12s;
}
.w0284-cta-strip button:active{transform:scale(.95)}
.w0284-cta-promo{background:linear-gradient(135deg,#FF5722,#ff8a5b);box-shadow:0 5px 14px rgba(255,87,34,.4)}
.w0284-cta-app{background:linear-gradient(135deg,#4169E1,#4682B4);box-shadow:0 5px 14px rgba(65,105,225,.35)}

/* ============ SECTION / TITLES ============ */
.w0284-section{margin:0 10px 18px}
.w0284-sec-head{
  display:flex;align-items:center;gap:8px;
  margin:0 0 10px;padding:8px 12px;
  background:linear-gradient(90deg,rgba(65,105,225,.25),transparent);
  border-left:4px solid var(--w0284-flame);
  border-radius:8px;
}
.w0284-sec-head h2{
  margin:0;font-size:16px;font-weight:800;color:#fff;letter-spacing:.3px;
}
.w0284-sec-head .w0284-ico{
  width:24px;height:24px;border-radius:6px;
  background:rgba(255,87,34,.18);
  display:flex;align-items:center;justify-content:center;font-size:13px;
}

/* ============ GAME GRID ============ */
.w0284-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:8px;
}
@media(min-width:360px){.w0284-grid{gap:9px}}
@media(min-width:395px){.w0284-grid{grid-template-columns:repeat(5,1fr);gap:10px}}
.w0284-card{
  background:#1b2c3d;border:1px solid var(--w0284-line);
  border-radius:10px;overflow:hidden;cursor:pointer;
  transition:transform .12s,box-shadow .15s,border-color .15s;
  display:flex;flex-direction:column;
}
.w0284-card:hover{border-color:var(--w0284-flame);box-shadow:0 6px 14px rgba(0,0,0,.35)}
.w0284-card:active{transform:scale(.95)}
.w0284-card-img{
  width:100%;aspect-ratio:1/1;object-fit:cover;
  background:#0a121b;border-bottom:1px solid var(--w0284-line);
}
.w0284-card-name{
  font-size:11px;line-height:1.25;padding:5px 6px 6px;
  text-align:center;color:var(--w0284-text);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  min-height:28px;
}

/* ============ CONTENT BLOCKS ============ */
.w0284-block{
  background:#1b2c3d;border:1px solid var(--w0284-line);
  border-radius:var(--w0284-radius);padding:14px;margin:0 10px 14px;
}
.w0284-block h2{
  margin:0 0 8px;font-size:17px;font-weight:800;color:#fff;
}
.w0284-block h3{
  margin:14px 0 6px;font-size:14.5px;color:var(--w0284-flame);font-weight:700;
}
.w0284-block p{margin:0 0 9px;color:var(--w0284-muted);font-size:13.5px;line-height:1.7}
.w0284-block p b,.w0284-block strong{color:var(--w0284-text)}
.w0284-block a.w0284-inline-link{
  color:var(--w0284-flame);font-weight:700;border-bottom:1px dashed rgba(255,87,34,.5);
}
.w0284-block ul{margin:6px 0 10px;padding-left:18px;color:var(--w0284-muted)}
.w0284-block ul li{margin:4px 0;font-size:13px}

/* Feature mini-grid */
.w0284-feat-grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:8px 0;
}
.w0284-feat{
  background:#13202c;border-radius:10px;padding:10px;
  border:1px solid var(--w0284-line);
}
.w0284-feat .w0284-feat-t{
  font-size:12px;font-weight:800;color:var(--w0284-silver);margin-bottom:3px;
}
.w0284-feat .w0284-feat-d{font-size:11.5px;color:var(--w0284-muted);line-height:1.5}

/* Checklist */
.w0284-check{list-style:none;padding:0;margin:6px 0}
.w0284-check li{
  padding:6px 8px 6px 28px;position:relative;
  font-size:13px;color:var(--w0284-muted);
  border-bottom:1px dashed var(--w0284-line);
}
.w0284-check li:before{
  content:"✓";position:absolute;left:6px;top:6px;
  color:var(--w0284-flame);font-weight:900;
}

/* FAQ inline */
.w0284-qa{margin:8px 0;padding:10px;background:#13202c;border-radius:8px;border-left:3px solid var(--w0284-blue)}
.w0284-qa .q{font-weight:700;color:#fff;font-size:13px;margin-bottom:4px}
.w0284-qa .a{color:var(--w0284-muted);font-size:12.5px;line-height:1.6}

/* RTP table-like rows */
.w0284-rtp-row{
  display:grid;grid-template-columns:1fr auto;gap:8px;
  padding:8px 10px;background:#13202c;border-radius:8px;margin:5px 0;
  font-size:12.5px;
}
.w0284-rtp-row .g{color:#fff;font-weight:600}
.w0284-rtp-row .r{color:var(--w0284-flame);font-weight:800}

/* ============ EXTENDED FOOTER ============ */
.w0284-ext-footer{margin:0 10px 14px}
.w0284-promo-box{
  background:linear-gradient(135deg,rgba(255,87,34,.16),rgba(65,105,225,.16));
  border:1px solid var(--w0284-line);border-radius:14px;padding:14px;
}
.w0284-promo-box h2{margin:0 0 6px;font-size:15px;font-weight:800;color:#fff}
.w0284-promo-box p{margin:0 0 10px;font-size:12.5px;color:var(--w0284-muted)}
.w0284-promo-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}
.w0284-promo-actions button{
  border:none;cursor:pointer;font-family:inherit;font-weight:700;
  padding:10px 8px;border-radius:10px;color:#fff;font-size:12.5px;
  background:linear-gradient(135deg,#FF5722,#4169E1);
  transition:transform .12s;
}
.w0284-promo-actions button:active{transform:scale(.95)}

.w0284-brand-card{
  background:#1b2c3d;border:1px solid var(--w0284-line);
  border-radius:12px;padding:14px;margin-top:10px;
}
.w0284-brand-card h3{margin:0 0 6px;color:#fff;font-size:14px}
.w0284-brand-card p{margin:0;font-size:12px;color:var(--w0284-muted);line-height:1.6}

.w0284-directory{
  background:#1b2c3d;border:1px solid var(--w0284-line);
  border-radius:12px;padding:12px 14px;margin-top:10px;
}
.w0284-directory h3{margin:0 0 8px;color:#fff;font-size:14px}
.w0284-directory ul{list-style:none;padding:0;margin:0;columns:2;column-gap:14px}
.w0284-directory ul li{margin:4px 0;font-size:12px;break-inside:avoid}
.w0284-directory ul li a{color:var(--w0284-silver)}
.w0284-directory ul li a:hover{color:var(--w0284-flame)}

.w0284-disclaimer{
  margin-top:10px;padding:10px 12px;
  background:#0f1822;border-radius:10px;border:1px solid var(--w0284-line);
  font-size:11px;color:var(--w0284-muted);line-height:1.6;
}

/* ============ FOOTER COPYRIGHT ============ */
.w0284-footer-copy{
  text-align:center;font-size:11px;color:var(--w0284-muted);
  padding:12px 16px;border-top:1px solid var(--w0284-line);
  margin:0 10px;
}

/* ============ MOBILE BOTTOM NAV ============ */
.w0284-bottom{
  position:fixed;left:0;right:0;bottom:0;z-index:60;
  max-width:430px;margin:0 auto;
  height:var(--w0284-bottom-h);
  background:linear-gradient(180deg,#1b2c3d,#0f1822);
  border-top:2px solid var(--w0284-royal);
  display:grid;grid-template-columns:repeat(5,1fr);
  box-shadow:0 -4px 16px rgba(0,0,0,.45);
}
.w0284-bottom a,.w0284-bottom button{
  background:none;border:none;color:var(--w0284-muted);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:2px;font-family:inherit;font-size:10px;font-weight:600;
  padding:6px 2px;cursor:pointer;
  border-top:3px solid transparent;
  transition:transform .12s,color .15s,border-color .15s,background .15s;
}
.w0284-bottom a:active,.w0284-bottom button:active{transform:scale(.9)}
.w0284-bottom .w0284-ic{
  width:24px;height:24px;display:flex;align-items:center;justify-content:center;
}
.w0284-bottom .w0284-ic svg{width:22px;height:22px;fill:currentColor}
.w0284-bottom a.active,.w0284-bottom a:hover,.w0284-bottom button:hover{
  color:#fff;
  background:rgba(255,87,34,.14);
  border-top:3px solid var(--w0284-flame);
}

/* Hidden helper */
.w0284-hidden{display:none!important}

/* Backdrop for menu */
.w0284-overlay{
  position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:70;
  opacity:0;pointer-events:none;transition:opacity .25s;
}
.w0284-overlay.show{opacity:1;pointer-events:auto}
