:root {
  --black: #171717;
  --red: #e2262d;
  --red-dark: #8b0914;
  --gold: #ffd86a;
  --gold-deep: #c88722;
  --purple: #5c2a86;
  --text: #3f4650;
  --muted: #6f7782;
  --line: #eceff2;
  --soft: #f8f8fa;
  --white: #fff;
  --shadow: 0 22px 50px rgba(70, 18, 24, .13);
  font-family: Arial, "Noto Sans Bengali", "Hind Siliguri", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-size: 16px; line-height: 1.65; letter-spacing: 0; overflow-x: hidden; }
body h1, body h2, body h3, body p, body a, body span { overflow-wrap: anywhere; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
svg { width: 20px; height: 20px; flex: 0 0 auto; }
.wrap { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 30; box-shadow: 0 8px 22px rgba(0,0,0,.2); }
.topbar { display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 0 max(24px, 10vw); background: var(--black); gap: 20px; }
.brand { display: inline-flex; align-items: baseline; color: var(--gold); font-size: 44px; font-weight: 900; line-height: 1; letter-spacing: 0; text-shadow: 0 3px 0 rgba(0,0,0,.3); white-space: nowrap; }
.auth { display: flex; gap: 14px; align-items: center; }
.auth a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 116px; min-height: 42px; padding: 8px 16px; color: var(--white); background: #3d557b; border-radius: 999px; font-size: 15px; font-weight: 900; text-align: center; }
.auth a:first-child { background: linear-gradient(135deg, var(--red), #ff623f); }
.nav { display: flex; justify-content: center; min-height: 62px; padding: 0 max(20px, 6vw); background: var(--red); overflow-x: auto; scrollbar-width: none; }
.nav::-webkit-scrollbar { display: none; }
.nav a { position: relative; display: flex; align-items: center; gap: 6px; padding: 0 18px; color: #251010; font-size: 15px; font-weight: 900; white-space: nowrap; flex: 0 0 auto; }
.nav a.active { color: var(--gold); }
.nav a.active::after { content: ""; position: absolute; left: 18px; right: 18px; bottom: 10px; height: 4px; background: var(--gold); border-radius: 999px; }
.hero { position: relative; min-height: 540px; overflow: hidden; background: #160004; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,0,2,.95) 0%, rgba(35,0,5,.78) 45%, rgba(69,4,14,.13) 78%), linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.36)); }
.hero-content { position: relative; z-index: 1; width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 92px 0 110px; color: var(--white); }
.hero h1 { max-width: 720px; margin: 0 0 22px; font-size: clamp(38px, 5vw, 68px); line-height: 1.08; font-weight: 900; letter-spacing: 0; text-shadow: 0 7px 22px rgba(0,0,0,.45); }
.hero h1 strong { color: var(--gold); }
.hero p { max-width: 650px; margin: 0 0 34px; color: rgba(255,255,255,.86); font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 168px; min-height: 50px; padding: 13px 24px; border-radius: 7px; font-weight: 900; line-height: 1.2; }
.btn.primary { color: #171717; background: linear-gradient(135deg, #fff0a6, var(--gold-deep)); box-shadow: 0 12px 28px rgba(200,135,34,.34); }
.btn.secondary { color: var(--white); border: 2px solid rgba(255,255,255,.72); background: rgba(0,0,0,.22); }
.intro { padding: 58px 0; }
.intro-grid, .security, .subhero-grid, .article-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 36px; align-items: start; }
h1, h2, h3, p { margin-top: 0; }
h2, .section-title h1 { margin-bottom: 18px; color: #454b55; font-size: clamp(30px, 3vw, 42px); line-height: 1.18; font-weight: 900; }
.intro p, .about p, .security p, .article-body p, .article-body li { color: var(--muted); font-size: 18px; }
.info-panel { display: grid; gap: 16px; padding: 24px; background: var(--soft); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.info-panel div { padding: 18px 20px; background: var(--white); border-left: 5px solid var(--red); border-radius: 10px; }
.info-panel span { display: inline-flex; align-items: center; gap: 8px; color: var(--red); font-size: 30px; font-weight: 900; line-height: 1; }
.info-panel p { margin: 7px 0 0; color: var(--muted); font-weight: 700; font-size: 15px; }
.visual, .category-art { margin-top: 4px; margin-bottom: 56px; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.visual img, .category-art img { width: 100%; aspect-ratio: 16 / 7.9; object-fit: cover; }
.games { padding: 10px 0 56px; }
.game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.game-grid article { min-height: 230px; padding: 24px; color: var(--white); border-radius: 14px; background: linear-gradient(150deg, #2a0a10, var(--black) 62%); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.game-grid article::after { content: ""; position: absolute; inset: auto -30px -44px auto; width: 120px; height: 120px; border-radius: 50%; background: rgba(255,216,106,.12); }
.game-grid span { display: inline-flex; min-width: 42px; height: 42px; align-items: center; justify-content: center; margin-bottom: 20px; color: var(--black); background: var(--gold); border-radius: 50%; font-weight: 900; }
.game-grid h3 { margin-bottom: 10px; font-size: 22px; color: var(--gold); }
.game-grid p { margin-bottom: 0; color: rgba(255,255,255,.78); }
.promo { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); gap: 26px; align-items: center; margin-bottom: 56px; padding: 34px; color: var(--white); border-radius: 16px; background: linear-gradient(135deg, var(--red-dark), var(--purple)); box-shadow: var(--shadow); }
.promo h2 { color: var(--white); }
.promo p { margin-bottom: 0; color: rgba(255,255,255,.82); font-size: 18px; }
.promo-list { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.promo-list span { padding: 12px 16px; color: #201006; background: var(--gold); border-radius: 999px; font-weight: 900; }
.security { margin-bottom: 58px; align-items: center; padding: 28px; border-radius: 16px; background: var(--soft); border: 1px solid var(--line); box-shadow: var(--shadow); }
.security img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 12px; }
.articles { padding: 6px 0 58px; }
.section-title { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-bottom: 22px; }
.section-title a { color: var(--red); font-weight: 900; }
.article-list { display: grid; gap: 14px; }
.article-list article { display: grid; grid-template-columns: 150px minmax(0, 1fr) 42px; gap: 18px; align-items: center; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: 0 10px 28px rgba(70,18,24,.08); }
.thumb { position: relative; overflow: hidden; border-radius: 10px; }
.thumb img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.thumb span { position: absolute; left: 8px; bottom: 8px; padding: 5px 9px; border-radius: 999px; color: #1b1000; background: var(--gold); font-size: 12px; font-weight: 900; }
.article-list h3 { margin: 0 0 8px; color: #272d36; font-size: 18px; line-height: 1.35; }
.article-list p { margin: 0; color: var(--muted); }
.round { display: grid; width: 42px; height: 42px; place-items: center; color: #fff; background: var(--red); border-radius: 50%; }
.about { padding: 0 0 64px; }
.about-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.about-grid div { padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--soft); }
.about-grid h3 { color: var(--red-dark); font-size: 20px; }
.subhero { padding: 46px 0; color: var(--white); background: linear-gradient(135deg, #180104, #3b0610 58%, #180104); }
.subhero-grid { align-items: center; }
.subhero h1 { margin-bottom: 18px; font-size: clamp(34px, 4.6vw, 58px); line-height: 1.08; color: var(--white); }
.subhero p { margin-bottom: 24px; max-width: 620px; color: rgba(255,255,255,.84); font-size: 18px; }
.subhero img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 14px; box-shadow: var(--shadow); border: 1px solid rgba(255,216,106,.25); }
.article-layout { grid-template-columns: minmax(0, 1fr) 330px; padding: 54px 0; }
.article-detail, .sidebar { padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: 0 10px 28px rgba(70,18,24,.08); }
.article-body h2 { margin-top: 26px; color: var(--red-dark); font-size: 28px; }
.callout { margin-top: 22px; padding: 16px; border-radius: 12px; color: #4c3200; background: #fff4cf; border: 1px solid rgba(200,135,34,.35); }
.meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 16px; color: var(--red); font-weight: 900; }
.sidebar h2 { font-size: 24px; }
.sidebar ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.sidebar a { display: block; padding: 12px 14px; border-radius: 10px; background: var(--soft); border: 1px solid var(--line); font-weight: 800; }
.footer { padding: 44px 0 22px; color: rgba(255,255,255,.78); background: var(--black); border-top: 5px solid var(--red); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 28px; }
.footer h3 { color: var(--gold); }
.footer a { display: block; margin-bottom: 8px; }
.footer-brand { margin-bottom: 14px; font-size: 36px; }
.copyright { margin-top: 24px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); text-align: center; font-size: 13px; }
.pagination { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; }
.pagination a, .pagination span { display: inline-flex; min-height: 34px; align-items: center; padding: 0 12px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); }
@media (max-width: 980px) {
  .topbar { padding: 16px 24px; align-items: flex-start; flex-direction: column; }
  .auth { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .auth a { min-width: 0; }
  .nav { justify-content: flex-start; }
  .intro-grid, .security, .subhero-grid, .article-layout, .promo, .footer-grid { grid-template-columns: 1fr; }
  .game-grid, .about-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .wrap, .hero-content { width: min(calc(100vw - 24px), 366px); margin-left: 12px; margin-right: auto; }
  .topbar { padding: 16px 12px; }
  .auth { width: min(calc(100vw - 24px), 366px); max-width: 366px; }
  .brand { font-size: 38px; }
  .hero { min-height: auto; }
  .hero-img { position: relative; height: 220px; object-position: 62% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(12,0,2,.88), rgba(12,0,2,.42) 55%, rgba(12,0,2,.92)); }
  .hero-content { padding: 28px 0 34px; }
  .hero h1 { font-size: 36px; }
  .hero p, .subhero p, .intro p, .security p, .article-body p, .article-body li { font-size: 15px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; min-width: 0; }
  .game-grid, .about-grid { grid-template-columns: 1fr; }
  .promo, .security, .article-detail, .sidebar { padding: 18px; }
  .promo-list { justify-content: flex-start; }
  .article-list article { grid-template-columns: 108px minmax(0, 1fr); gap: 12px; }
  .round { display: none; }
  .article-list h3 { font-size: 15px; }
  .article-list p { font-size: 13px; }
  .subhero { padding: 30px 0; }
  .subhero h1 { font-size: 30px; }
}
