:root {
  --gk-black: #050202;
  --gk-ink: #170708;
  --gk-red: #de2020;
  --gk-red-2: #800713;
  --gk-red-3: #360506;
  --gk-gold: #ffd466;
  --gk-gold-2: #c38525;
  --gk-cream: #fff2d6;
  --gk-page: #f8efe4;
  --gk-white: #fffaf0;
  --gk-muted: #cdb6a0;
  --gk-line: rgba(255, 212, 102, .24);
  --gk-max: 1180px;
  --gk-radius: 8px;
}
* { box-sizing: border-box; }
html, body { margin: 0; width: 100%; min-height: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body.gk-page {
  min-width: 320px;
  color: var(--gk-white);
  background:
    radial-gradient(circle at 18% 0%, rgba(222,32,32,.34), transparent 30%),
    linear-gradient(180deg, #050202 0%, #110304 46%, #1a0506 67%, #f8efe4 67%, #f8efe4 100%);
  font-family: "Noto Sans Bengali", "Segoe UI", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}
.gk-page a { color: inherit; text-decoration: none; }
.gk-page img { display: block; max-width: 100%; height: auto; }
.gk-shell { width: min(var(--gk-max), calc(100% - 40px)); margin: 0 auto; }
.gk-topbar { background: #050202; border-bottom: 1px solid rgba(255,212,102,.14); color: #f3d8b4; font-size: 13px; font-weight: 750; }
.gk-topbar .gk-shell { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.gk-toplinks { display: flex; flex-wrap: wrap; gap: 14px; justify-content: flex-end; color: var(--gk-gold); }
.gk-header { position: sticky; top: 0; z-index: 40; background: rgba(5,2,2,.94); border-bottom: 1px solid rgba(255,212,102,.16); backdrop-filter: blur(18px); }
.gk-header-inner { min-height: 84px; display: flex; align-items: center; gap: 20px; }
.gk-brand, .gk-footer-brand { display: inline-flex; align-items: center; gap: 13px; flex: 0 0 auto; min-width: 0; }
.gk-mark { width: 58px; aspect-ratio: 1; border-radius: 16px; display: grid; place-items: center; color: #230607; background: radial-gradient(circle at 30% 24%, #fff8 0 10%, transparent 11%), linear-gradient(135deg, #fff2a0, #f2b22d 52%, #e22a22); box-shadow: 0 16px 34px rgba(240,40,34,.35), inset 0 1px 0 rgba(255,255,255,.7); font-size: 18px; font-weight: 950; }
.gk-brand-title { display: block; color: var(--gk-gold); font-size: 34px; font-weight: 950; line-height: .9; text-transform: uppercase; text-shadow: 0 2px 0 #7b0711, 0 0 20px rgba(255,212,102,.34); }
.gk-brand-subtitle { display: block; margin-top: 6px; color: #ffefbe; font-size: 12px; font-weight: 850; text-transform: uppercase; }
.gk-nav { margin-left: auto; min-width: 0; display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 5px 16px; color: #ffe8b7; font-size: 13px; font-weight: 900; text-transform: uppercase; }
.gk-nav a { min-height: 34px; display: inline-flex; align-items: center; border-bottom: 3px solid transparent; white-space: nowrap; }
.gk-nav a:hover, .gk-nav a.is-active { color: var(--gk-gold); border-bottom-color: var(--gk-red); }
.gk-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.gk-btn, .gk-header-cta { min-height: 42px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; color: #220708; background: linear-gradient(135deg, #ffdf79, #d99323); box-shadow: 0 14px 34px rgba(255,197,62,.24), inset 0 1px 0 rgba(255,255,255,.62); font-size: 13px; font-weight: 950; text-transform: uppercase; white-space: nowrap; }
.gk-btn.is-ghost, .gk-header-cta.is-dark { color: #fff4cf; background: rgba(222,32,32,.24); border-color: rgba(255,212,102,.32); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.gk-hero { position: relative; isolation: isolate; min-height: 680px; padding: 58px 0 50px; background: linear-gradient(180deg, rgba(5,2,2,.3), rgba(5,2,2,1)), radial-gradient(circle at 72% 24%, rgba(255,212,102,.24), transparent 32%); }
.gk-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 115px; z-index: -1; background: linear-gradient(180deg, transparent, #f8efe4); }
.gk-hero-frame { min-height: 548px; border: 1px solid rgba(255,212,102,.26); border-radius: 28px; overflow: hidden; position: relative; background: #120303; box-shadow: 0 30px 90px rgba(0,0,0,.44), 0 0 0 1px rgba(222,32,32,.2); }
.gk-hero-frame::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,2,2,.98) 0%, rgba(14,3,4,.92) 35%, rgba(30,4,6,.32) 58%, rgba(30,4,6,.05) 100%), url("gk22-hero.png") center right / cover no-repeat; }
.gk-hero-copy { position: relative; z-index: 1; width: min(590px, 100%); padding: 78px 58px; }
.gk-hero h1 { max-width: 100%; margin: 0; color: #fff; font-size: clamp(44px, 5vw, 76px); line-height: .94; font-weight: 950; text-transform: uppercase; overflow-wrap: anywhere; }
.gk-hero h1 span { display: block; color: var(--gk-gold); text-shadow: 0 0 34px rgba(255,212,102,.36); }
.gk-hero-text { width: min(520px, 100%); margin: 24px 0 0; color: #f5dfc5; font-size: 18px; line-height: 1.75; font-weight: 650; overflow-wrap: anywhere; word-break: break-word; }
.gk-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.gk-hero-stats { width: min(530px, 100%); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 34px; }
.gk-stat { min-height: 82px; border: 1px solid rgba(255,212,102,.16); border-radius: 16px; padding: 15px; background: rgba(13,3,4,.76); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.gk-stat strong { display: block; color: var(--gk-gold); font-size: 24px; font-weight: 950; }
.gk-stat span { display: block; margin-top: 4px; color: var(--gk-muted); font-size: 12px; font-weight: 800; line-height: 1.35; }
.gk-main { color: #210d0d; background: #f8efe4; }
.gk-quick { margin-top: -46px; position: relative; z-index: 4; }
.gk-quick-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.gk-card, .gk-quick-card, .gk-side-card, .gk-article, .gk-news-card { border: 1px solid rgba(82,24,20,.12); border-radius: var(--gk-radius); background: #fffaf0; box-shadow: 0 18px 42px rgba(70,17,12,.08); }
.gk-quick-card { padding: 24px; }
.gk-card-number, .gk-section-label, .gk-news-meta { display: inline-flex; color: #9a1117; font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: 0; }
.gk-quick-card h3, .gk-guide-card h3, .gk-news-card h3, .gk-card h3, .gk-side-card h3 { margin: 10px 0 8px; color: #250909; font-size: 20px; line-height: 1.22; font-weight: 950; }
.gk-quick-card p, .gk-guide-card p, .gk-news-card p, .gk-card p, .gk-side-card p, .gk-text p { color: #684846; font-size: 15px; line-height: 1.68; font-weight: 650; }
.gk-section { padding: 78px 0; }
.gk-split, .gk-news-head, .gk-column-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 34px; align-items: start; }
.gk-section h2, .gk-column-hero h1, .gk-article h1 { margin: 8px 0 0; color: #240909; font-size: clamp(30px, 4vw, 48px); line-height: 1.08; font-weight: 950; }
.gk-showcase { margin-top: 34px; min-height: 330px; border-radius: 24px; overflow: hidden; border: 1px solid rgba(82,24,20,.15); background: linear-gradient(90deg, rgba(5,2,2,.92), rgba(5,2,2,.36)), url("gk22-casino.png") center / cover no-repeat; box-shadow: 0 22px 55px rgba(70,17,12,.16); }
.gk-showcase-inner { min-height: 330px; display: flex; align-items: flex-end; padding: 28px; }
.gk-showcase-panel { width: min(420px, 100%); border: 1px solid rgba(255,212,102,.24); border-radius: 16px; padding: 20px; color: #fff6d3; background: rgba(5,2,2,.78); }
.gk-showcase-panel strong { display: block; color: var(--gk-gold); font-size: 23px; font-weight: 950; }
.gk-showcase-panel span { display: block; margin-top: 8px; color: #f0d8c1; line-height: 1.58; font-weight: 650; }
.gk-dark-band, .gk-column-hero { background: radial-gradient(circle at 15% 20%, rgba(222,32,32,.26), transparent 34%), linear-gradient(135deg, #050202 0%, #180405 56%, #3b0709 100%); color: #fff; }
.gk-dark-band .gk-section h2, .gk-column-hero h1 { color: #fff; }
.gk-dark-band .gk-section-label { color: var(--gk-gold); }
.gk-guide-grid, .gk-page-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; margin-top: 28px; }
.gk-guide-card { border: 1px solid rgba(255,212,102,.18); border-radius: var(--gk-radius); padding: 22px; background: rgba(255,255,255,.06); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.gk-guide-card h3 { color: #fff6d3; }
.gk-guide-card p { color: #dec8b1; }
.gk-guide-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: #2b0909; background: linear-gradient(135deg, #ffdf79, #d99323); font-weight: 950; }
.gk-seo, .gk-content-layout, .gk-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 24px; align-items: start; }
.gk-article-box, .gk-article-body { border-radius: var(--gk-radius); background: #fffaf0; padding: 32px; border: 1px solid rgba(82,24,20,.12); box-shadow: 0 18px 42px rgba(70,17,12,.08); }
.gk-article-box h3, .gk-article-body h2 { color: #240909; margin: 24px 0 8px; font-size: 24px; line-height: 1.22; font-weight: 950; }
.gk-article-box p, .gk-article-body p, .gk-article-box li, .gk-article-body li { color: #5e403f; font-size: 16px; line-height: 1.78; font-weight: 620; }
.gk-side-card { padding: 24px; position: sticky; top: 112px; }
.gk-side-card ul { margin: 12px 0 0; padding-left: 18px; color: #5e403f; line-height: 1.78; font-weight: 650; }
.gk-side-row { display: grid; grid-template-columns: 14px 1fr; gap: 12px; padding: 14px 0; border-top: 1px solid rgba(82,24,20,.10); }
.gk-dot { width: 10px; height: 10px; border-radius: 999px; margin-top: 7px; background: linear-gradient(135deg, var(--gk-red), var(--gk-gold)); }
.gk-side-row strong { display: block; color: #2a0b0b; font-weight: 950; }
.gk-side-row span { display: block; color: #684846; line-height: 1.55; font-weight: 650; }
.gk-page-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.gk-card { overflow: hidden; }
.gk-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.gk-card div { padding: 20px; }
.gk-link { display: inline-flex; margin-top: 10px; color: #a20f16; font-weight: 950; }
.gk-news-head { align-items: end; }
.gk-news-head p { color: #684846; line-height: 1.7; font-weight: 650; }
.gk-news-grid, .gk-news-list { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin-top: 26px; }
.gk-news-card { overflow: hidden; display: grid; grid-template-rows: auto 1fr; }
.gk-news-card img, .gk-news-thumb { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: linear-gradient(135deg, #170405, #751018); }
.gk-news-body { padding: 20px; }
.gk-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 22px; color: #8a4a45; font-size: 13px; font-weight: 850; }
.gk-meta span { border-radius: 999px; padding: 7px 10px; background: #f8eadb; }
.gk-column-hero { padding: 54px 0; }
.gk-column-grid { align-items: center; }
.gk-column-hero p { max-width: 690px; color: #f1dbc1; font-size: 18px; line-height: 1.68; font-weight: 650; }
.gk-column-image { margin: 0; overflow: hidden; border-radius: 18px; border: 1px solid rgba(255,212,102,.22); box-shadow: 0 24px 58px rgba(0,0,0,.32); }
.gk-column-image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.gk-page-list { display: grid; gap: 16px; }
.gk-point-grid { display: grid; gap: 14px; margin-top: 20px; }
.gk-point { padding: 18px; border-radius: var(--gk-radius); background: #fff5e7; border: 1px solid rgba(82,24,20,.10); }
.gk-point h3 { margin: 0 0 8px; color: #260909; font-size: 20px; }
.gk-point p { margin: 0; }
.gk-article-layout { padding: 44px 0 76px; }
.gk-article { overflow: hidden; }
.gk-article-cover { width: 100%; aspect-ratio: 16 / 7; object-fit: cover; }
.gk-actions-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.gk-actions-list a, .gk-prenext a { display: inline-flex; min-height: 38px; align-items: center; border-radius: 999px; padding: 0 14px; background: #f8eadb; color: #8f1016; font-weight: 850; }
.gk-prenext { display: flex; justify-content: space-between; gap: 12px; margin-top: 26px; }
.gk-footer { color: #f4dcc3; background: #050202; border-top: 1px solid rgba(255,212,102,.14); }
.gk-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, minmax(0,.7fr)); gap: 28px; padding: 46px 0; }
.gk-footer p, .gk-footer li { color: #cdb6a0; line-height: 1.65; font-weight: 650; }
.gk-footer h3 { margin: 0 0 12px; color: var(--gk-gold); font-size: 16px; }
.gk-footer ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.gk-footer-bottom { border-top: 1px solid rgba(255,212,102,.12); }
.gk-footer-bottom .gk-shell { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #aa8e78; font-size: 13px; font-weight: 750; }
@media (max-width: 1020px) {
  .gk-header-inner { align-items: flex-start; flex-direction: column; padding: 16px 0; }
  .gk-nav { margin-left: 0; justify-content: flex-start; }
  .gk-actions { display: none; }
  .gk-guide-grid, .gk-page-grid, .gk-news-grid, .gk-news-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gk-split, .gk-news-head, .gk-column-grid, .gk-seo, .gk-content-layout, .gk-article-layout { grid-template-columns: 1fr; }
  .gk-side-card { position: static; }
  .gk-footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 720px) {
  .gk-shell { width: min(calc(100% - 28px), var(--gk-max)); }
  .gk-topbar .gk-shell { align-items: flex-start; flex-direction: column; padding: 9px 0; }
  .gk-brand-title { font-size: 28px; }
  .gk-nav { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px 10px; font-size: 12px; }
  .gk-nav a { min-height: 28px; white-space: normal; line-height: 1.25; overflow-wrap: anywhere; }
  .gk-hero { min-height: 0; padding: 30px 0 38px; }
  .gk-hero-frame { min-height: 0; border-radius: 18px; }
  .gk-hero-frame::before { background: linear-gradient(180deg, rgba(5,2,2,.94) 0%, rgba(5,2,2,.78) 54%, rgba(5,2,2,.88) 100%), url("gk22-hero.png") center / cover no-repeat; }
  .gk-hero-copy { width: 100%; max-width: 100%; padding: 38px 24px; }
  .gk-hero h1 { font-size: clamp(34px, 11.4vw, 46px); line-height: 1; }
  .gk-hero-text { width: min(100%, 292px); font-size: 16px; }
  .gk-hero-stats, .gk-quick-grid, .gk-guide-grid, .gk-page-grid, .gk-news-grid, .gk-news-list, .gk-footer-grid { grid-template-columns: 1fr; }
  .gk-section { padding: 52px 0; }
  .gk-section h2, .gk-column-hero h1, .gk-article h1 { font-size: clamp(28px, 9vw, 40px); }
  .gk-showcase, .gk-showcase-inner { min-height: 280px; }
  .gk-article-box, .gk-article-body { padding: 22px; }
  .gk-footer-bottom .gk-shell { align-items: flex-start; flex-direction: column; padding: 13px 0; }
}
