/* reference stylesheet 1 */
:root {
  --cm88-green-950: #03291b;
  --cm88-green-900: #063821;
  --cm88-green-800: #07552d;
  --cm88-green-700: #08793b;
  --cm88-green-600: #0b9b48;
  --cm88-green-500: #11ba5b;
  --cm88-green-100: #e9fbef;
  --cm88-gold-500: #f5c84b;
  --cm88-gold-600: #dca92b;
  --cm88-ink: #102016;
  --cm88-muted: #66736d;
  --cm88-line: #d9e8df;
  --cm88-soft: #f6fbf8;
  --cm88-white: #ffffff;
  --cm88-shadow: 0 18px 48px rgba(7, 68, 36, .14);
  --cm88-radius: 12px;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.cm88-page {
  margin: 0;
  background: var(--cm88-white);
  color: var(--cm88-ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

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

.cm88-shell {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  background: #fff;
}

.cm88-container {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 24px;
}

.cm88-header {
  position: relative;
  z-index: 5;
  background: #fff;
  border-bottom: 1px solid rgba(7, 85, 45, .12);
  box-shadow: 0 8px 26px rgba(12, 54, 31, .06);
}

.cm88-header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.cm88-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  color: var(--cm88-green-700);
  font-size: 38px;
  font-weight: 950;
  line-height: 1;
}

.cm88-logo-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(245, 200, 75, .95), rgba(17, 186, 91, .95)),
    var(--cm88-green-600);
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, .2), 0 8px 18px rgba(8, 121, 59, .22);
  font-size: 19px;
}

.cm88-gold {
  color: var(--cm88-gold-600);
}

.cm88-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 0;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cm88-nav a {
  padding: 34px 0 31px;
  color: #19271f;
  border-bottom: 3px solid transparent;
  white-space: nowrap;
}

.cm88-nav a:hover,
.cm88-nav a.cm88-active {
  color: var(--cm88-green-700);
  border-color: var(--cm88-gold-500);
}

.cm88-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.cm88-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
  border: 1px solid transparent;
  line-height: 1.15;
  white-space: nowrap;
}

.cm88-btn-primary {
  color: #062817;
  background: linear-gradient(180deg, #ffe06b 0%, #f5bf2c 100%);
  box-shadow: 0 10px 24px rgba(220, 169, 43, .28);
}

.cm88-btn-green {
  color: #fff;
  background: linear-gradient(180deg, #12bd5b 0%, #08793b 100%);
  box-shadow: 0 10px 24px rgba(8, 121, 59, .22);
}

.cm88-btn-outline {
  color: var(--cm88-green-700);
  background: #fff;
  border-color: rgba(8, 121, 59, .45);
}

.cm88-hero {
  position: relative;
  min-height: 650px;
  padding: 92px 0 84px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .9) 36%, rgba(255, 255, 255, .12) 67%, rgba(255, 255, 255, 0) 100%),
    url('/assets/555ww-refasset-001.png') center right / cover no-repeat;
  border-bottom: 1px solid rgba(8, 121, 59, .16);
}

.cm88-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 112px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 88%);
  pointer-events: none;
}

.cm88-hero-article {
  min-height: 430px;
  padding: 70px 0 62px;
}

.cm88-hero-copy {
  position: relative;
  z-index: 2;
  width: min(535px, 100%);
}

.cm88-hero h1 {
  margin: 0 0 24px;
  color: #0c2115;
  font-size: 66px;
  font-weight: 950;
  line-height: .98;
}

.cm88-hero-article h1 {
  max-width: 720px;
  font-size: 52px;
}

.cm88-accent {
  color: var(--cm88-green-700);
}

.cm88-hero p {
  margin: 0;
  color: #314238;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.72;
}

.cm88-hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
}

.cm88-official-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  margin-top: 32px;
  padding: 13px 18px;
  border: 1px solid rgba(8, 121, 59, .16);
  border-radius: 999px;
  color: #102016;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 12px 30px rgba(8, 121, 59, .12);
  font-size: 15px;
  font-weight: 850;
}

.cm88-official-link strong {
  color: var(--cm88-green-700);
  overflow-wrap: anywhere;
}

.cm88-section {
  padding: 56px 0;
}

.cm88-access {
  display: grid;
  grid-template-columns: 86px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 28px;
  border: 1px solid rgba(8, 121, 59, .18);
  border-radius: 16px;
  background: linear-gradient(135deg, #fff 0%, #f1fbf4 72%, #fff6d6 100%);
  box-shadow: var(--cm88-shadow);
}

.cm88-shield,
.cm88-category-icon {
  display: grid;
  place-items: center;
}

.cm88-shield {
  width: 82px;
  height: 82px;
  border-radius: 22px;
  color: #fff;
  background: radial-gradient(circle at 30% 25%, #fff 0%, #e8fff0 32%, #15b85b 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .8), 0 16px 26px rgba(17, 186, 91, .2);
}

.cm88-shield svg,
.cm88-category-icon svg,
.cm88-step-icon svg {
  width: 42px;
  height: 42px;
}

.cm88-access h2 {
  margin: 0 0 9px;
  color: var(--cm88-green-800);
  font-size: 28px;
  line-height: 1.18;
  font-weight: 950;
}

.cm88-access p {
  margin: 0;
  color: #48584f;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.45;
}

.cm88-categories {
  padding-top: 24px;
  background: linear-gradient(180deg, #fff 0%, #f7fbf8 100%);
}

.cm88-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.cm88-category-card {
  min-height: 236px;
  padding: 24px 18px 22px;
  border: 1px solid var(--cm88-line);
  border-radius: var(--cm88-radius);
  background: #fff;
  box-shadow: 0 14px 32px rgba(7, 85, 45, .06);
  text-align: center;
}

.cm88-category-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 17px;
  border-radius: 50%;
  color: var(--cm88-green-800);
  background: linear-gradient(145deg, #fffbe8 0%, #f6c742 45%, #0fb255 100%);
  box-shadow: inset 0 0 0 5px #fff, 0 10px 24px rgba(8, 121, 59, .18);
}

.cm88-category-card h3 {
  margin: 0 0 10px;
  color: var(--cm88-green-800);
  font-size: 20px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.cm88-category-card p {
  min-height: 54px;
  margin: 0 0 16px;
  color: #566760;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.cm88-card-link,
.cm88-read-link {
  color: var(--cm88-green-700);
  font-weight: 950;
}

.cm88-story {
  position: relative;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 52px;
  padding-top: 66px;
  padding-bottom: 64px;
  background: #fff;
}

.cm88-story::before {
  content: "CM88";
  position: absolute;
  left: -4px;
  top: 32px;
  color: rgba(8, 121, 59, .045);
  font-size: 156px;
  font-weight: 950;
  letter-spacing: 0;
  pointer-events: none;
}

.cm88-story-copy,
.cm88-steps {
  position: relative;
  z-index: 1;
}

.cm88-story h2,
.cm88-news h2,
.cm88-list-heading,
.cm88-sidebar h2 {
  margin: 0 0 18px;
  color: var(--cm88-green-800);
  font-size: 38px;
  font-weight: 950;
  line-height: 1.18;
}

.cm88-story-copy p {
  margin: 0 0 24px;
  color: #42524a;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.75;
}

.cm88-check-list {
  display: grid;
  gap: 14px;
  margin-top: 20px;
  color: #24362c;
  font-size: 16px;
  font-weight: 800;
}

.cm88-check-list div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cm88-check {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: var(--cm88-green-600);
  font-size: 14px;
}

.cm88-steps {
  display: grid;
  gap: 18px;
}

.cm88-step {
  min-height: 116px;
  display: grid;
  grid-template-columns: 62px 78px 1fr;
  align-items: center;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(8, 121, 59, .28);
  border-radius: 14px;
  background: linear-gradient(135deg, #fff 0%, #f7fff9 100%);
  box-shadow: 0 12px 26px rgba(8, 121, 59, .07);
}

.cm88-step-no {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--cm88-green-600);
  font-size: 18px;
  font-weight: 950;
}

.cm88-step-icon {
  color: var(--cm88-green-700);
}

.cm88-step h3 {
  margin: 0 0 6px;
  color: var(--cm88-green-800);
  font-size: 20px;
  font-weight: 950;
  line-height: 1.2;
}

.cm88-step p {
  margin: 0;
  color: #51615a;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.cm88-news {
  background: linear-gradient(180deg, #f7fbf8 0%, #fff 100%);
  text-align: center;
}

.cm88-news-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 30px;
}

.cm88-news-head::before,
.cm88-news-head::after {
  content: "";
  width: 92px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cm88-green-600), transparent);
}

.cm88-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  text-align: left;
}

.cm88-news-card,
.cm88-list-card,
.cm88-article,
.cm88-sidebar-box {
  border: 1px solid var(--cm88-line);
  border-radius: var(--cm88-radius);
  background: #fff;
  box-shadow: 0 18px 38px rgba(7, 85, 45, .08);
}

.cm88-news-card {
  overflow: hidden;
}

.cm88-thumb {
  position: relative;
  height: 166px;
  background-image: url('/assets/555ww-refasset-002.png');
  background-size: 460px 259px;
  background-position: center right;
}

.cm88-thumb-alt-a {
  background-position: left top;
}

.cm88-thumb-alt-b {
  background-position: center bottom;
}

.cm88-label {
  position: absolute;
  left: 16px;
  top: 14px;
  padding: 8px 12px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(90deg, #0b9b48, #16c96a);
  box-shadow: 0 10px 18px rgba(8, 121, 59, .25);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.cm88-news-body {
  padding: 21px 20px 24px;
}

.cm88-news-card h3,
.cm88-list-card h2 {
  margin: 0 0 12px;
  color: var(--cm88-green-800);
  font-size: 22px;
  font-weight: 950;
  line-height: 1.22;
}

.cm88-news-card p,
.cm88-list-card p {
  margin: 0 0 18px;
  color: #53625a;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}

.cm88-footer {
  padding: 48px 0 26px;
  color: #d8f4e3;
  background:
    radial-gradient(circle at 12% 16%, rgba(245, 200, 75, .22), transparent 28%),
    linear-gradient(135deg, #052818 0%, #06703a 58%, #032619 100%);
}

.cm88-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .8fr .8fr 1fr;
  gap: 54px;
}

.cm88-footer-logo {
  margin-bottom: 16px;
  color: #fff;
  font-size: 42px;
  font-weight: 950;
  line-height: 1;
}

.cm88-footer p,
.cm88-footer li {
  color: #d8f4e3;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.65;
}

.cm88-footer h3 {
  margin: 0 0 18px;
  color: #ffe06b;
  font-size: 17px;
  font-weight: 950;
  text-transform: uppercase;
}

.cm88-footer ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cm88-copyright {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.cm88-main {
  padding: 56px 0 68px;
  background: #f7fbf8;
}

.cm88-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  padding: 14px 18px;
  border: 1px solid var(--cm88-line);
  border-radius: 10px;
  color: #596961;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
}

.cm88-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 26px;
}

.cm88-list-card {
  display: block;
  margin-bottom: 18px;
  padding: 24px;
}

.cm88-list-card h2 {
  font-size: 24px;
}

.cm88-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #6a7a72;
  font-size: 13px;
  font-weight: 750;
}

.cm88-pagination,
.cm88-article .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.cm88-pagination li,
.cm88-article .pagination li,
.cm88-pagination a,
.cm88-pagination span,
.cm88-article .pagination a,
.cm88-article .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--cm88-line);
  border-radius: 8px;
  color: var(--cm88-green-800);
  background: #fff;
  font-size: 13px;
  font-weight: 850;
}

.cm88-sidebar {
  display: grid;
  gap: 18px;
  align-content: start;
}

.cm88-sidebar-box {
  padding: 22px;
}

.cm88-sidebar h2 {
  font-size: 22px;
}

.cm88-sidebar ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cm88-sidebar li {
  color: #45584d;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

.cm88-article {
  padding: 30px;
}

.cm88-article h1 {
  margin: 0 0 18px;
  color: var(--cm88-green-800);
  font-size: 36px;
  font-weight: 950;
  line-height: 1.18;
}

.cm88-article-body {
  color: #25352c;
  font-size: 17px;
  font-weight: 550;
  line-height: 1.78;
}

.cm88-article-body h2,
.cm88-article-body h3 {
  color: var(--cm88-green-800);
  line-height: 1.25;
}

.cm88-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.cm88-article-body table {
  width: 100%;
  border-collapse: collapse;
}

.cm88-article-body td,
.cm88-article-body th {
  padding: 10px;
  border: 1px solid var(--cm88-line);
}

.cm88-article-note,
.cm88-edit-note {
  margin-top: 20px;
  padding: 14px 16px;
  border-radius: 10px;
  color: #53625a;
  background: #f7fbf8;
  font-size: 14px;
  font-weight: 750;
}

.cm88-prenext {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.cm88-prenext div {
  padding: 12px 14px;
  border: 1px solid var(--cm88-line);
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 1020px) {
  .cm88-header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .cm88-nav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .cm88-nav a {
    padding: 8px 0 11px;
  }

  .cm88-actions {
    width: 100%;
  }

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

  .cm88-story,
  .cm88-content-grid {
    grid-template-columns: 1fr;
  }

  .cm88-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .cm88-container {
    padding: 0 18px;
  }

  .cm88-logo {
    font-size: 34px;
  }

  .cm88-actions {
    flex-wrap: wrap;
  }

  .cm88-btn {
    min-height: 42px;
    padding: 11px 16px;
    font-size: 13px;
  }

  .cm88-hero,
  .cm88-hero-article {
    min-height: 0;
    padding: 54px 0 66px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .9) 48%, rgba(255, 255, 255, .3) 100%),
      url('/assets/555ww-refasset-003.png') center bottom / cover no-repeat;
  }

  .cm88-hero h1,
  .cm88-hero-article h1 {
    font-size: clamp(40px, 11vw, 54px);
    line-height: 1.02;
  }

  .cm88-hero p {
    font-size: 17px;
  }

  .cm88-hero-actions {
    flex-wrap: wrap;
  }

  .cm88-official-link {
    align-items: flex-start;
    border-radius: 14px;
    font-size: 14px;
  }

  .cm88-section,
  .cm88-main {
    padding: 42px 0;
  }

  .cm88-access {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cm88-access h2 {
    font-size: 25px;
  }

  .cm88-category-grid,
  .cm88-news-grid {
    grid-template-columns: 1fr;
  }

  .cm88-category-card {
    min-height: 0;
  }

  .cm88-category-card p {
    min-height: 0;
  }

  .cm88-story {
    gap: 28px;
  }

  .cm88-story::before {
    left: 0;
    top: 18px;
    font-size: 84px;
  }

  .cm88-story h2,
  .cm88-news h2,
  .cm88-list-heading {
    font-size: 30px;
  }

  .cm88-news-head {
    gap: 12px;
  }

  .cm88-news-head::before,
  .cm88-news-head::after {
    width: 34px;
  }

  .cm88-step {
    grid-template-columns: 54px 1fr;
  }

  .cm88-step-icon {
    display: none;
  }

  .cm88-footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .cm88-article {
    padding: 22px;
  }

  .cm88-article h1 {
    font-size: 30px;
  }
}

@media (max-width: 430px) {
  .cm88-nav {
    gap: 14px;
    font-size: 11px;
  }

  .cm88-actions .cm88-btn {
    flex: 1 1 140px;
  }

  .cm88-hero h1,
  .cm88-hero-article h1 {
    font-size: 38px;
  }

  .cm88-hero p {
    font-size: 16px;
  }
}


/* Target Bengali content and Dede integration */
:root{--clone-dark:#102016;--clone-bg2:#0b9b48;--clone-accent:#08793b;--clone-gold:#ffe06b;--clone-blue:#16c96a;}
body.true-reference-clone{font-family:Arial,"Kohinoor Bangla","Noto Sans Bengali",sans-serif;letter-spacing:0;}
body.true-reference-clone img[src*="555ww-logo"]{height:auto;object-fit:contain;}
body.true-reference-clone img[src*="555ww-hero"]{height:auto;object-fit:contain;}
body.true-reference-clone .clone-visual-band{padding:38px 0;background:rgba(255,255,255,.92);}
body.true-reference-clone .clone-visual-inner{width:min(1180px,calc(100% - 32px));margin:0 auto;display:grid;grid-template-columns:320px minmax(0,1fr);gap:22px;align-items:center;}
body.true-reference-clone .clone-visual-copy h2{margin:0 0 10px;font-size:clamp(26px,3vw,42px);line-height:1.16;font-weight:900;color:var(--clone-dark);}
body.true-reference-clone .clone-visual-copy p{margin:0;color:#5f6675;line-height:1.7;}
body.true-reference-clone .clone-visual-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
body.true-reference-clone .clone-visual-card{margin:0;border-radius:12px;overflow:hidden;background:#fff;border:1px solid rgba(20,25,40,.12);box-shadow:0 16px 36px rgba(20,25,40,.1);}
body.true-reference-clone .clone-visual-card img{display:block;width:100%;aspect-ratio:1.25/1;object-fit:cover;}
body.true-reference-clone .clone-visual-card figcaption{padding:10px 12px;font-weight:900;color:var(--clone-dark);}
.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:900px){body.true-reference-clone .clone-visual-inner{grid-template-columns:1fr;}body.true-reference-clone .clone-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:780px){.clone-update-card,.clone-article-inner,.clone-prenext{grid-template-columns:1fr;}}
