:root{--black:#151515;--red:#e52e31;--red2:#c9151b;--blue:#4d6f9b;--gold:#ffc329;--ink:#444;--text:#5d6875;--line:#e4e7eb;--soft:#f8fafc}
*{box-sizing:border-box}body{margin:0;background:#fff;color:var(--ink);font-family:"Noto Sans Bengali",Roboto,Arial,sans-serif;line-height:1.72}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.wrap{width:min(1050px,calc(100% - 30px));margin:auto}
.top{background:var(--black)}.head{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand img{width:180px}.actions{display:flex;gap:18px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:9px 24px;border-radius:24px;font-weight:900;color:#fff;line-height:1.1}.btn-blue{background:var(--blue)}.btn-red{background:var(--red);border-radius:6px}.nav{background:var(--red);display:flex;justify-content:center;gap:8px;overflow-x:auto}.nav a{color:#fff;font-weight:900;padding:14px 16px;border-bottom:3px solid transparent;white-space:nowrap}.nav a.active,.nav a:hover{border-color:#6cc7ff}
.hero{background:#3c0000}.hero img{width:100%;max-height:500px;object-fit:cover}.intro{text-align:center;padding:28px 0}.intro h1{font-size:clamp(1.8rem,4vw,2.65rem);line-height:1.2;color:#3d444b}.intro p{color:var(--text);font-size:1.05rem}.note{margin:20px auto 0;border:1px solid var(--line);border-radius:6px;background:#f5f6f8;padding:15px 18px;color:#67717d;text-align:left}.section-title{margin:30px 0 18px;color:var(--red);font-size:clamp(1.35rem,3vw,2rem);line-height:1.25}
.media-row{display:grid;grid-template-columns:minmax(0,.8fr) minmax(360px,1.2fr);gap:28px;align-items:center}.media-row img,.article-img{border-radius:8px;border:1px solid var(--line)}.about p,.content p,.article p{color:var(--text)}.split .two{display:grid;grid-template-columns:1fr 1fr;gap:30px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:20px 0}.split li,.article li,.content li{margin-bottom:9px;color:var(--text)}.split ol{counter-reset:item;list-style:none;padding-left:0}.split ol li{position:relative;padding-left:34px}.split ol li:before{counter-increment:item;content:counter(item);position:absolute;left:0;top:2px;width:22px;height:22px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;font-weight:900;font-size:.8rem}
.game-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.game-card{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 7px 20px rgba(0,0,0,.05)}.game-card img{width:100%;aspect-ratio:1/1;object-fit:cover}.game-card h3{margin:12px 12px 4px;color:var(--red);font-size:1.1rem;text-align:center}.game-card p{margin:0 12px 12px;min-height:84px;color:var(--text);font-size:.92rem}.game-card a{display:flex;justify-content:center;margin:12px;background:#1f2933;color:#fff;border-radius:5px;padding:8px;font-weight:900}
.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:720px}th,td{border:1px solid var(--line);padding:12px 14px;text-align:left}th{background:var(--red);color:#fff}td{color:var(--text)}td a{color:var(--red);font-weight:900}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}details{border:1px solid var(--line);border-radius:6px;padding:12px 14px;background:#fff}summary{cursor:pointer;font-weight:900}.badges{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:8px;margin-top:28px;margin-bottom:8px}.badges span{padding:12px;text-align:center;border-right:1px solid var(--line);font-weight:800}.badges span:last-child{border-right:0}.page-head,.content,.article,.related{padding-top:24px}.content,.article,.related{border-top:1px solid var(--line);margin-top:24px;padding-bottom:24px}.related div{display:flex;gap:10px;flex-wrap:wrap}.related a{display:inline-flex;background:var(--soft);border:1px solid var(--line);border-radius:22px;padding:8px 14px;font-weight:900}.article{max-width:960px}.article-img{width:100%;max-height:430px;object-fit:cover}.lead{font-size:1.08rem;border-left:5px solid var(--red);padding-left:18px}.notice{margin-top:20px;border-left:5px solid var(--red);background:#fff4f4;padding:16px;border-radius:6px}
.footer{margin-top:34px;background:#151515;color:#cfd6dd}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr 1fr;gap:26px;padding:28px 0}.footer h2{color:#fff;font-size:1.15rem}.footer a{display:block;margin:7px 0;color:#e5eef8}.footer-logo{width:140px}.copyright{border-top:1px solid rgba(255,255,255,.12);margin:0;padding:12px;text-align:center;color:#c8d0d8}
@media(max-width:850px){.head{flex-direction:column;padding:12px 0}.brand img{width:165px}.actions{width:100%;justify-content:center}.nav{justify-content:flex-start}.media-row,.split .two,.footer-grid{grid-template-columns:1fr}.game-grid,.faq-grid,.badges{grid-template-columns:1fr}.game-card p{min-height:0}.badges span{border-right:0;border-bottom:1px solid var(--line)}.badges span:last-child{border-bottom:0}.hero img{max-height:none}.wrap{width:min(100% - 24px,700px)}}
