/* reference stylesheet 1 */
:root {
  --g28-bg: #030806;
  --g28-bg-2: #07120d;
  --g28-panel: rgba(10, 27, 20, .82);
  --g28-panel-solid: #0a1b14;
  --g28-line: rgba(92, 255, 151, .2);
  --g28-line-strong: rgba(92, 255, 151, .45);
  --g28-text: #f6fff9;
  --g28-muted: rgba(231, 255, 240, .72);
  --g28-soft: rgba(231, 255, 240, .58);
  --g28-green: #24e878;
  --g28-green-deep: #0fb761;
  --g28-gold: #f7c94a;
  --g28-gold-2: #ffe283;
  --g28-radius: 14px;
  --g28-radius-lg: 24px;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body.g28-page {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 68% 4%, rgba(36, 232, 120, .18), transparent 28rem),
    radial-gradient(circle at 12% 35%, rgba(247, 201, 74, .08), transparent 26rem),
    linear-gradient(180deg, #020504 0%, #06110d 46%, #020504 100%);
  color: var(--g28-text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

body.g28-page a {
  color: inherit;
  text-decoration: none;
}

body.g28-page img {
  max-width: 100%;
  display: block;
}

.g28-header,
.g28-hero,
.g28-category-rail,
.g28-features,
.g28-section,
.g28-footer,
.g28-article-hero,
.g28-article-layout {
  width: min(1320px, calc(100% - 64px));
  margin-inline: auto;
}

.g28-header {
  min-height: 104px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid rgba(247, 201, 74, .18);
}

.g28-logo {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  width: 170px;
}

.g28-logo img {
  width: 154px;
  height: auto;
}

.g28-logo span {
  color: var(--g28-soft);
  font-size: 13px;
  font-weight: 700;
}

.g28-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2.6vw, 40px);
  font-size: 15px;
  font-weight: 800;
}

.g28-nav a {
  position: relative;
  padding: 12px 0;
  color: rgba(246, 255, 249, .86);
  white-space: nowrap;
}

.g28-nav a:hover {
  color: #fff;
}

.g28-nav a:first-child {
  color: var(--g28-green);
}

.g28-nav a:first-child:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 3px;
  border-radius: 10px;
  background: var(--g28-green);
}

.g28-auth {
  display: flex;
  align-items: center;
  gap: 14px;
}

.g28-auth a,
.g28-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 12px;
  font-weight: 900;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.g28-auth a:hover,
.g28-btn:hover,
.g28-product a:hover,
.g28-news-card:hover {
  transform: translateY(-2px);
}

.g28-auth-link,
.g28-btn-ghost {
  border: 1px solid var(--g28-line-strong);
  background: rgba(5, 13, 10, .72);
  color: #fff;
}

.g28-auth-main,
.g28-btn-primary {
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--g28-gold-2), var(--g28-gold));
  color: #07120d;
  box-shadow: 0 14px 34px rgba(247, 201, 74, .18);
}

.g28-hero {
  position: relative;
  min-height: 548px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: 20px;
  align-items: center;
  padding: 54px 0 42px;
}

.g28-hero:before {
  content: "";
  position: absolute;
  inset: 26px -16px 20px;
  border-radius: var(--g28-radius-lg);
  border: 1px solid rgba(36, 232, 120, .14);
  background:
    radial-gradient(circle at 72% 46%, rgba(36, 232, 120, .18), transparent 32rem),
    linear-gradient(135deg, rgba(9, 24, 18, .84), rgba(3, 8, 6, .34));
  z-index: -1;
}

.g28-hero-copy h1 {
  margin: 0;
  max-width: 650px;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 950;
}

.g28-hero-copy h1 span {
  color: var(--g28-green);
  text-shadow: 0 0 28px rgba(36, 232, 120, .32);
}

.g28-hero-copy p {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--g28-muted);
  font-size: 18px;
  line-height: 1.8;
}

.g28-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 32px;
}

.g28-btn {
  min-width: 180px;
  min-height: 58px;
  font-size: 17px;
}

.g28-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(247, 201, 74, .16);
}

.g28-proof span {
  color: var(--g28-soft);
  font-size: 14px;
}

.g28-proof b {
  display: block;
  color: #fff;
  font-size: 15px;
}

.g28-hero-art {
  position: relative;
}

.g28-hero-art:after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 8px;
  height: 36px;
  border-radius: 999px;
  background: rgba(36, 232, 120, .22);
  filter: blur(20px);
  z-index: -1;
}

.g28-hero-art img {
  width: 100%;
  filter: drop-shadow(0 36px 42px rgba(0, 0, 0, .46));
}

.g28-category-rail,
.g28-features,
.g28-product-grid,
.g28-news-grid {
  display: grid;
  gap: 16px;
}

.g28-category-rail {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 4px;
}

.g28-category-rail a,
.g28-features article,
.g28-product,
.g28-news-card,
.g28-article-content,
.g28-article-side {
  border: 1px solid var(--g28-line);
  background: linear-gradient(180deg, rgba(13, 37, 27, .82), rgba(5, 14, 10, .86));
  border-radius: var(--g28-radius);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .22);
}

.g28-category-rail a {
  min-height: 92px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  column-gap: 12px;
  padding: 18px;
}

.g28-category-rail span,
.g28-features span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(36, 232, 120, .14);
  color: var(--g28-green);
  font-weight: 950;
  border: 1px solid rgba(36, 232, 120, .28);
}

.g28-category-rail strong {
  color: #fff;
  font-size: 16px;
}

.g28-category-rail small {
  grid-column: 2;
  color: var(--g28-soft);
  font-size: 13px;
}

.g28-features {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
}

.g28-features article {
  min-height: 198px;
  padding: 28px;
}

.g28-features h2 {
  margin: 26px 0 10px;
  font-size: 24px;
  line-height: 1.15;
}

.g28-features p,
.g28-section-head p,
.g28-product p,
.g28-news-card p,
.g28-footer p,
.g28-article-content p {
  color: var(--g28-muted);
}

.g28-features p {
  margin: 0;
}

.g28-section {
  padding-top: 52px;
}

.g28-section-head {
  max-width: 760px;
  margin-bottom: 22px;
}

.g28-section-head h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
}

.g28-section-head p {
  margin: 14px 0 0;
  font-size: 17px;
}

.g28-section-head-row {
  max-width: none;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
}

.g28-section-head-row a {
  flex: 0 0 auto;
  color: var(--g28-green);
  font-weight: 900;
}

.g28-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.g28-product {
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease;
}

.g28-product:hover,
.g28-news-card:hover {
  border-color: var(--g28-line-strong);
}

.g28-product-image {
  height: 190px;
  border-bottom: 1px solid rgba(36, 232, 120, .16);
}

.g28-product h3,
.g28-news-card h3 {
  margin: 22px 20px 10px;
  color: #fff;
  font-size: 25px;
  line-height: 1.16;
}

.g28-product p,
.g28-news-card p {
  margin: 0 20px;
}

.g28-product a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 22px 20px 20px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--g28-line-strong);
  border-radius: 10px;
  color: #fff;
  font-weight: 800;
  transition: transform .2s ease, border-color .2s ease;
}

.g28-product a:after {
  content: "→";
  color: var(--g28-green);
  font-size: 24px;
  line-height: 1;
}

.g28-product-casino .g28-product-image {
  background:
    radial-gradient(circle at 74% 30%, rgba(255, 226, 131, .7), transparent 4rem),
    linear-gradient(135deg, rgba(36, 232, 120, .1), rgba(0, 0, 0, .1)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .05) 0 1px, transparent 1px 32px),
    #0f2b20;
}

.g28-product-sport .g28-product-image {
  background:
    radial-gradient(circle at 52% 46%, rgba(255, 255, 255, .82), transparent 2.6rem),
    radial-gradient(circle at 30% 70%, rgba(36, 232, 120, .44), transparent 5rem),
    linear-gradient(135deg, #102b1f, #050b08);
}

.g28-product-slot .g28-product-image {
  background:
    linear-gradient(90deg, transparent 18%, rgba(255, 226, 131, .28) 18% 22%, transparent 22% 38%, rgba(255, 226, 131, .28) 38% 42%, transparent 42% 58%, rgba(255, 226, 131, .28) 58% 62%, transparent 62%),
    radial-gradient(circle at 50% 54%, rgba(247, 201, 74, .5), transparent 8rem),
    #0b1611;
}

.g28-product-lottery .g28-product-image {
  background:
    radial-gradient(circle at 36% 46%, #fff 0 1.6rem, #262c36 1.7rem 2.6rem, transparent 2.7rem),
    radial-gradient(circle at 68% 48%, #fff 0 1.7rem, #0a2b1b 1.8rem 2.9rem, transparent 3rem),
    radial-gradient(circle at 56% 30%, rgba(247, 201, 74, .52), transparent 7rem),
    #132218;
}

.g28-news {
  padding-bottom: 34px;
}

.g28-news-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.g28-news-card {
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease;
}

.g28-news-image {
  position: relative;
  min-height: 214px;
  border-bottom: 1px solid rgba(36, 232, 120, .16);
}

.g28-news-image span {
  position: absolute;
  left: 18px;
  top: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 9px;
  background: rgba(36, 232, 120, .86);
  color: #04100b;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.g28-news-promo {
  background:
    radial-gradient(circle at 48% 48%, rgba(247, 201, 74, .9), transparent 5rem),
    linear-gradient(135deg, rgba(36, 232, 120, .4), rgba(4, 16, 11, .2)),
    #0c2017;
}

.g28-news-guide {
  background:
    radial-gradient(circle at 55% 40%, rgba(255, 255, 255, .8), transparent 4.5rem),
    radial-gradient(circle at 44% 64%, rgba(36, 232, 120, .5), transparent 8rem),
    #0c2017;
}

.g28-news-skill {
  background:
    linear-gradient(150deg, transparent 55%, rgba(36, 232, 120, .45) 55% 58%, transparent 58%),
    repeating-linear-gradient(90deg, rgba(36, 232, 120, .14) 0 3px, transparent 3px 34px),
    #0c2017;
}

.g28-news-card h3 {
  min-height: 58px;
}

.g28-news-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 24px 20px 22px;
  color: var(--g28-soft);
  font-size: 14px;
}

.g28-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) .7fr .7fr;
  gap: 46px;
  margin-top: 28px;
  padding: 44px 0 54px;
  border-top: 1px solid rgba(247, 201, 74, .18);
}

.g28-footer img {
  width: 150px;
  margin-bottom: 16px;
}

.g28-footer strong {
  display: block;
  margin-bottom: 13px;
  color: #fff;
  font-size: 17px;
}

.g28-footer nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--g28-muted);
}

.g28-age {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid var(--g28-line);
  border-radius: 999px;
  color: var(--g28-muted);
  font-size: 13px;
}

.g28-article-page {
  background:
    radial-gradient(circle at 74% 0%, rgba(36, 232, 120, .14), transparent 26rem),
    linear-gradient(180deg, #020504 0%, #06110d 100%);
}

.g28-article-hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .7fr);
  gap: 38px;
  align-items: center;
  padding: 48px 0 36px;
}

.g28-article-hero h1 {
  max-width: 760px;
  margin: 14px 0 16px;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.08;
}

.g28-article-hero p {
  max-width: 700px;
  color: var(--g28-muted);
  font-size: 18px;
  line-height: 1.8;
}

.g28-back-link {
  color: var(--g28-green);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
}

.g28-article-hero img {
  border-radius: var(--g28-radius-lg);
  border: 1px solid var(--g28-line);
  background: #06100c;
}

.g28-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
  padding-bottom: 36px;
}

.g28-article-content {
  padding: clamp(24px, 4vw, 42px);
}

.g28-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.g28-article-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(36, 232, 120, .1);
  border: 1px solid rgba(36, 232, 120, .18);
  color: var(--g28-muted);
  font-size: 13px;
}

.g28-article-content h2 {
  margin: 32px 0 12px;
  color: #fff;
  font-size: 28px;
}

.g28-article-content p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.8;
}

.g28-article-side {
  position: sticky;
  top: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
}

.g28-article-side a {
  padding: 13px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .04);
  color: var(--g28-muted);
}

.g28-article-side a:hover {
  color: #fff;
  background: rgba(36, 232, 120, .12);
}

.g28-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.g28-pagination a,
.g28-pagination span,
.g28-pagination .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 10px;
  border: 1px solid var(--g28-line);
  background: rgba(36, 232, 120, .08);
  color: var(--g28-muted);
}

.g28-pagination .page-item.disabled:only-child {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .g28-auth a,
  .g28-btn,
  .g28-product a,
  .g28-news-card {
    transition: none;
  }
}

@media (max-width: 1120px) {
  .g28-header {
    grid-template-columns: 170px 1fr;
  }
  .g28-auth {
    grid-column: 1 / -1;
    justify-content: flex-end;
    margin-top: -16px;
  }
  .g28-hero,
  .g28-article-hero {
    grid-template-columns: 1fr;
  }
  .g28-hero-art {
    max-width: 760px;
    margin-inline: auto;
  }
  .g28-category-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .g28-features,
  .g28-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .g28-header,
  .g28-hero,
  .g28-category-rail,
  .g28-features,
  .g28-section,
  .g28-footer,
  .g28-article-hero,
  .g28-article-layout {
    width: min(100% - 32px, 1320px);
  }
  .g28-header {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 18px 0;
    gap: 16px;
  }
  .g28-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .g28-auth {
    margin-top: 0;
    justify-content: flex-start;
  }
  .g28-hero {
    min-height: auto;
    padding-top: 34px;
  }
  .g28-hero:before {
    inset: 16px -8px 12px;
  }
  .g28-hero-copy p,
  .g28-section-head p,
  .g28-article-content p {
    font-size: 16px;
  }
  .g28-news-grid,
  .g28-article-layout,
  .g28-footer {
    grid-template-columns: 1fr;
  }
  .g28-article-side {
    position: static;
  }
}

@media (max-width: 600px) {
  .g28-auth a,
  .g28-btn {
    width: 100%;
  }
  .g28-auth {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .g28-category-rail,
  .g28-features,
  .g28-product-grid {
    grid-template-columns: 1fr;
  }
  .g28-section-head-row {
    display: block;
  }
  .g28-product-image,
  .g28-news-image {
    min-height: 168px;
    height: 168px;
  }
  .g28-footer {
    gap: 24px;
  }
}


/* Target Bengali content and Dede integration */
:root{--clone-dark:#0c2017;--clone-bg2:#0fb761;--clone-accent:#24e878;--clone-gold:#f7c94a;--clone-blue:#24e878;}
body.true-reference-clone{font-family:Arial,"Kohinoor Bangla","Noto Sans Bengali",sans-serif;letter-spacing:0;}
body.true-reference-clone img[src*="ck44-logo"]{height:auto;object-fit:contain;}
body.true-reference-clone img[src*="ck44-hero"]{height:auto;object-fit:contain;}
.dede-update-zone,.article-detail-zone{padding:34px 0;}
.clone-update-inner,.clone-article-inner{width:min(1180px,calc(100% - 32px));margin:0 auto;}
.clone-update-head{text-align:center;margin-bottom:20px;}
.clone-update-head h2{margin:0;font-size:clamp(26px,3vw,38px);font-weight:900;line-height:1.2;}
.clone-update-head p{max-width:760px;margin:10px auto 0;color:#667085;}
.clone-update-list{display:grid;gap:16px;}
.clone-update-card{display:grid;grid-template-columns:170px minmax(0,1fr);gap:18px;padding:16px;border:1px solid rgba(20,25,40,.12);border-radius:10px;background:#fff;box-shadow:0 14px 34px rgba(20,25,40,.08);}
.clone-update-thumb{min-height:120px;border-radius:8px;background:linear-gradient(135deg,var(--clone-dark),var(--clone-accent));color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:900;text-decoration:none;}
.clone-update-tag{display:inline-flex;margin-bottom:6px;padding:4px 10px;border-radius:999px;background:rgba(0,0,0,.06);color:var(--clone-accent);font-weight:900;font-size:12px;}
.clone-update-body h3{margin:0;font-size:22px;line-height:1.32;}
.clone-update-body p{margin:8px 0;color:#5f6675;}
.clone-update-meta{display:flex;flex-wrap:wrap;gap:12px;color:#8a91a1;font-size:13px;}
.clone-readmore{display:inline-flex;margin-top:10px;color:var(--clone-accent);font-weight:900;text-decoration:none;}
.clone-pagination{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:22px 0 0;}
.clone-pagination li{list-style:none;}
.clone-pagination a,.clone-pagination span{display:inline-flex;min-width:38px;min-height:36px;align-items:center;justify-content:center;border:1px solid rgba(20,25,40,.14);border-radius:8px;padding:0 12px;background:#fff;color:#1c2433;text-decoration:none;font-weight:800;}
.clone-article-inner{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px;align-items:start;}
.clone-article,.clone-article-side{background:#fff;border:1px solid rgba(20,25,40,.12);border-radius:10px;box-shadow:0 14px 34px rgba(20,25,40,.08);padding:24px;}
.clone-crumb{color:#778094;font-size:14px;margin-bottom:12px;}
.clone-article h1{margin:0;font-size:clamp(30px,3vw,46px);line-height:1.2;}
.clone-article-meta{display:flex;gap:12px;flex-wrap:wrap;margin:12px 0 18px;color:#7d8494;font-size:14px;}
.clone-article-summary{padding:14px 16px;border-left:4px solid var(--clone-accent);background:rgba(0,0,0,.04);margin-bottom:20px;color:#505a6c;}
.clone-article-body{font-size:17px;line-height:1.9;color:#252b38;}
.clone-prenext{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px;}
.clone-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}
.clone-actions a,.clone-article-side a{display:inline-flex;margin:6px 6px 0 0;padding:9px 12px;border-radius:8px;background:var(--clone-accent);color:#fff;text-decoration:none;font-weight:800;}
@media(max-width:780px){.clone-update-card,.clone-article-inner,.clone-prenext{grid-template-columns:1fr;}}
