/* reference stylesheet 1 */
﻿
    :root {
      --green-950: #06251d;
      --green-900: #07372a;
      --green-800: #0d5b44;
      --green-600: #13a06f;
      --green-400: #36d796;
      --blue-900: #071a4a;
      --blue-700: #0b55d9;
      --blue-500: #129bff;
      --gold-500: #ffc22f;
      --gold-600: #f4a313;
      --red-500: #ff4e4e;
      --ink: #092437;
      --muted: #5a6e78;
      --paper: #f5fbf8;
      --white: #fff;
      --line: rgba(12, 87, 63, .18);
      --shadow: 0 22px 55px rgba(5, 34, 26, .18);
      --radius: 8px;
    }

    * { box-sizing: border-box; }

    body {
      margin: 0;
      color: var(--ink);
      font-family: Arial, "Helvetica Neue", sans-serif;
      background:
        linear-gradient(180deg, #07392d 0, #10a173 480px, #f7fffb 980px, #e7f6ff 100%);
    }

    a { color: inherit; text-decoration: none; }

    .wrap {
      width: min(1280px, calc(100% - 72px));
      margin: 0 auto;
    }

    .topbar {
      background: linear-gradient(90deg, #06241d 0%, #0a4c37 46%, #08362a 100%);
      border-bottom: 1px solid rgba(255, 255, 255, .14);
      position: sticky;
      top: 0;
      z-index: 20;
    }

    .topbar-inner {
      height: 82px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 185px;
    }

    .brand-mark {
      font-weight: 1000;
      font-size: 46px;
      line-height: .82;
      letter-spacing: 0;
      color: #fff;
      text-shadow: 2px 2px 0 var(--blue-700), 4px 4px 0 var(--gold-600);
      font-style: italic;
    }

    .brand-mark span { color: var(--gold-500); }

    .brand-sub {
      display: block;
      margin-top: 4px;
      color: #b8ffdf;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 900;
      letter-spacing: 1.4px;
    }

    .nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 3px;
      flex: 1;
    }

    .nav a {
      color: #d7ffe8;
      font-size: 14px;
      font-weight: 900;
      text-transform: uppercase;
      padding: 18px 16px;
      border-radius: 0;
    }

    .nav a.active,
    .nav a:hover {
      color: #08291f;
      background: linear-gradient(180deg, #ffe972, var(--gold-500));
    }

    .actions {
      display: flex;
      gap: 10px;
      white-space: nowrap;
    }

    .mini-btn {
      min-width: 100px;
      text-align: center;
      padding: 12px 18px;
      border: 1px solid rgba(255, 255, 255, .2);
      border-radius: 999px;
      color: #fff;
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .mini-btn.primary {
      color: #06251d;
      background: linear-gradient(180deg, #ffe56d, #ffb51f);
      border-color: transparent;
      box-shadow: 0 8px 20px rgba(255, 194, 47, .28);
    }

    .hero {
      position: relative;
      overflow: hidden;
      min-height: 650px;
      background:
        linear-gradient(90deg, rgba(2, 30, 23, .92) 0%, rgba(5, 58, 44, .58) 38%, rgba(4, 18, 46, .24) 100%),
        url('/assets/bdt222-refasset-001.png') center right / cover no-repeat;
      border-bottom: 6px solid var(--gold-500);
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 120px;
      background: linear-gradient(180deg, rgba(5, 38, 30, 0), rgba(5, 38, 30, .72));
      pointer-events: none;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      width: min(680px, 100%);
      padding: 108px 0 74px;
      color: #fff;
    }

    .hero h1 {
      margin: 0;
      font-size: 76px;
      line-height: .98;
      letter-spacing: 0;
      font-weight: 1000;
      text-transform: uppercase;
    }

    .hero h1 strong {
      color: var(--gold-500);
      text-shadow: 0 6px 0 rgba(0, 0, 0, .18);
    }

    .hero p {
      width: min(620px, 100%);
      margin: 28px 0 0;
      color: #e6fff4;
      font-size: 20px;
      line-height: 1.7;
      font-weight: 700;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 36px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 172px;
      height: 54px;
      padding: 0 24px;
      border-radius: var(--radius);
      border: 1px solid rgba(255, 255, 255, .34);
      color: #fff;
      font-size: 15px;
      font-weight: 1000;
      text-transform: uppercase;
      background: rgba(2, 22, 18, .34);
      backdrop-filter: blur(8px);
    }

    .btn.primary {
      color: #061e17;
      border: 0;
      background: linear-gradient(180deg, #fff06b, #ffae1d);
      box-shadow: 0 14px 28px rgba(255, 180, 30, .32);
    }

    .hero-strip {
      position: relative;
      z-index: 3;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      width: min(690px, 100%);
      margin-top: 50px;
    }

    .hero-note {
      padding: 18px;
      border-radius: var(--radius);
      border: 1px solid rgba(255, 255, 255, .2);
      background: rgba(3, 31, 25, .68);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    }

    .hero-note b {
      display: block;
      color: var(--gold-500);
      font-size: 24px;
      line-height: 1;
      margin-bottom: 6px;
    }

    .hero-note span {
      color: #d8ffeb;
      font-size: 13px;
      line-height: 1.45;
      font-weight: 700;
    }

    .intro-band {
      padding: 56px 0 64px;
      background: linear-gradient(180deg, #ddfff0 0%, #f7fffb 74%);
    }

    .intro-card {
      border-radius: var(--radius);
      background: rgba(255, 255, 255, .92);
      border: 2px solid rgba(19, 160, 111, .28);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .intro-head {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 36px;
      align-items: center;
      padding: 42px 48px 34px;
      background:
        radial-gradient(circle at 100% 0%, rgba(18, 155, 255, .18), transparent 38%),
        linear-gradient(135deg, #fff 0%, #ecfff7 100%);
    }

    .section-title {
      margin: 0;
      color: var(--green-900);
      font-size: 38px;
      line-height: 1.12;
      text-transform: uppercase;
      font-weight: 1000;
      letter-spacing: 0;
    }

    .section-title span { color: var(--red-500); }

    .intro-head p {
      margin: 18px 0 0;
      color: #345768;
      font-size: 17px;
      line-height: 1.75;
      font-weight: 700;
    }

    .info-table {
      border: 1px solid rgba(13, 91, 68, .18);
      border-radius: var(--radius);
      overflow: hidden;
      background: #fff;
    }

    .row {
      display: grid;
      grid-template-columns: 160px 1fr;
      min-height: 58px;
      border-bottom: 1px solid rgba(13, 91, 68, .14);
    }

    .row:last-child { border-bottom: 0; }

    .row b {
      padding: 18px 20px;
      background: #0c8d66;
      color: #fff;
      font-size: 13px;
      text-transform: uppercase;
    }

    .row span {
      padding: 18px 20px;
      color: #173d4e;
      font-size: 14px;
      line-height: 1.55;
      font-weight: 800;
    }

    .category-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      border-top: 1px solid rgba(13, 91, 68, .14);
      background: #f8fffb;
    }

    .category {
      padding: 28px 24px 30px;
      border-right: 1px solid rgba(13, 91, 68, .13);
    }

    .category:last-child { border-right: 0; }

    .category .letter {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      margin-bottom: 18px;
      border-radius: 8px;
      color: #06251d;
      background: linear-gradient(180deg, #fff26c, #ffb11c);
      font-weight: 1000;
      box-shadow: 0 10px 20px rgba(244, 163, 19, .24);
    }

    .category h3 {
      margin: 0 0 8px;
      color: var(--blue-900);
      font-size: 17px;
      font-weight: 1000;
    }

    .category p {
      margin: 0;
      color: #506775;
      font-size: 14px;
      line-height: 1.55;
      font-weight: 700;
    }

    .feature-band {
      padding: 74px 0 72px;
      background: #fff;
    }

    .feature-layout {
      display: grid;
      grid-template-columns: .82fr 1.18fr;
      gap: 42px;
      align-items: start;
    }

    .promo-board {
      color: #fff;
      padding: 42px;
      min-height: 472px;
      border-radius: var(--radius);
      background:
        linear-gradient(180deg, rgba(7, 26, 74, .12), rgba(7, 26, 74, .64)),
        linear-gradient(135deg, #0d5b44 0%, #0a6dde 100%);
      box-shadow: var(--shadow);
      position: relative;
      overflow: hidden;
    }

    .promo-board::after {
      content: "789F";
      position: absolute;
      right: -14px;
      bottom: -20px;
      color: rgba(255, 255, 255, .09);
      font-size: 118px;
      font-weight: 1000;
      font-style: italic;
    }

    .promo-board h2 {
      position: relative;
      z-index: 1;
      margin: 0;
      font-size: 40px;
      line-height: 1.12;
      text-transform: uppercase;
      font-weight: 1000;
    }

    .promo-board p {
      position: relative;
      z-index: 1;
      margin: 22px 0 0;
      color: #e6fff4;
      font-size: 16px;
      line-height: 1.75;
      font-weight: 700;
    }

    .bonus-list {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 12px;
      margin-top: 32px;
    }

    .bonus {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      padding: 16px 18px;
      border: 1px solid rgba(255, 255, 255, .22);
      background: rgba(3, 22, 18, .28);
      border-radius: var(--radius);
      font-weight: 900;
    }

    .bonus strong { color: var(--gold-500); }

    .feature-cards {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }

    .feature-card {
      min-height: 146px;
      padding: 26px 26px 24px;
      border-radius: var(--radius);
      border: 1px solid rgba(13, 91, 68, .14);
      background: linear-gradient(180deg, #fff 0%, #f4fbff 100%);
      box-shadow: 0 14px 34px rgba(6, 37, 29, .08);
    }

    .feature-card h3 {
      margin: 0 0 10px;
      color: var(--green-900);
      font-size: 20px;
      font-weight: 1000;
    }

    .feature-card p {
      margin: 0;
      color: #506775;
      font-size: 15px;
      line-height: 1.65;
      font-weight: 700;
    }

    .articles {
      padding: 72px 0 82px;
      background:
        radial-gradient(circle at 10% 5%, rgba(19, 160, 111, .16), transparent 28%),
        linear-gradient(180deg, #e7f6ff 0%, #f7fffb 100%);
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 20px;
      margin-bottom: 28px;
    }

    .section-head p {
      margin: 12px 0 0;
      color: #53717c;
      font-size: 16px;
      line-height: 1.6;
      font-weight: 700;
    }

    .view-all {
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 42px;
      min-width: 118px;
      padding: 0 18px;
      border-radius: var(--radius);
      color: var(--green-900);
      background: #fff;
      border: 1px solid rgba(13, 91, 68, .18);
      font-size: 14px;
      font-weight: 1000;
      box-shadow: 0 10px 24px rgba(6, 37, 29, .07);
    }

    .article-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }

    .article-card {
      overflow: hidden;
      min-height: 350px;
      border-radius: var(--radius);
      background: #fff;
      border: 1px solid rgba(13, 91, 68, .16);
      box-shadow: 0 18px 34px rgba(6, 37, 29, .1);
    }

    .thumb {
      height: 150px;
      position: relative;
      background:
        linear-gradient(135deg, rgba(7, 26, 74, .18), rgba(19, 160, 111, .2)),
        linear-gradient(120deg, #0a6dde, #0cc587);
      overflow: hidden;
    }

    .thumb::before {
      content: "";
      position: absolute;
      inset: 24px;
      border: 10px solid rgba(255, 255, 255, .28);
      border-radius: 32px;
      transform: rotate(-18deg);
    }

    .date {
      position: absolute;
      top: 14px;
      left: 14px;
      width: 52px;
      height: 58px;
      display: grid;
      place-items: center;
      color: #061e17;
      background: linear-gradient(180deg, #fff06b, #ffb11c);
      border-radius: 8px;
      font-weight: 1000;
      line-height: 1.05;
      text-align: center;
      box-shadow: 0 10px 18px rgba(0, 0, 0, .2);
    }

    .date small {
      display: block;
      font-size: 12px;
      text-transform: uppercase;
    }

    .article-body {
      padding: 22px 22px 24px;
    }

    .label {
      display: block;
      margin-bottom: 12px;
      color: var(--red-500);
      font-size: 12px;
      font-weight: 1000;
      text-transform: uppercase;
    }

    .article-card h3 {
      margin: 0 0 12px;
      color: var(--blue-900);
      font-size: 20px;
      line-height: 1.25;
      font-weight: 1000;
    }

    .article-card p {
      margin: 0 0 18px;
      color: #5a6e78;
      font-size: 14px;
      line-height: 1.6;
      font-weight: 700;
    }

    .read-more {
      color: var(--green-800);
      font-size: 14px;
      font-weight: 1000;
    }

    .about {
      padding: 70px 0;
      color: #fff;
      background:
        linear-gradient(180deg, rgba(4, 35, 27, .92), rgba(3, 19, 15, .98)),
        radial-gradient(circle at 80% 40%, rgba(18, 155, 255, .28), transparent 32%);
    }

    .about-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 46px;
      align-items: start;
    }

    .about h2 {
      margin: 0;
      font-size: 42px;
      line-height: 1.12;
      text-transform: uppercase;
      font-weight: 1000;
    }

    .about p {
      margin: 18px 0 0;
      color: #c9f5df;
      font-size: 16px;
      line-height: 1.75;
      font-weight: 700;
    }

    .trust-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }

    .trust {
      padding: 22px;
      border-radius: var(--radius);
      background: rgba(255, 255, 255, .08);
      border: 1px solid rgba(255, 255, 255, .14);
    }

    .trust b {
      display: block;
      color: var(--gold-500);
      font-size: 26px;
      margin-bottom: 6px;
    }

    .trust span {
      color: #e6fff4;
      font-size: 14px;
      line-height: 1.55;
      font-weight: 700;
    }

    .footer {
      background: #030806;
      color: #d7ffe8;
      padding: 56px 0 30px;
      border-top: 8px solid #0899dd;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr .8fr .8fr 1fr;
      gap: 38px;
    }

    .footer p,
    .footer li,
    .footer a {
      color: #c1e7d2;
      font-size: 14px;
      line-height: 1.7;
      font-weight: 700;
    }

    .footer h3 {
      margin: 0 0 18px;
      color: var(--gold-500);
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 1000;
    }

    .footer a {
      display: block;
      padding: 5px 0;
    }

    .footer ul {
      margin: 0;
      padding-left: 18px;
    }

    .copyright {
      margin-top: 42px;
      padding-top: 24px;
      border-top: 1px solid rgba(255, 255, 255, .12);
      color: #86a393;
      font-size: 13px;
      font-weight: 700;
    }

    @media (max-width: 1120px) {
      .topbar-inner { height: auto; padding: 14px 0; flex-wrap: wrap; }
      .nav { order: 3; width: 100%; overflow-x: auto; justify-content: flex-start; }
      .hero h1 { font-size: 58px; }
      .intro-head,
      .feature-layout,
      .about-grid { grid-template-columns: 1fr; }
      .category-grid { grid-template-columns: repeat(3, 1fr); }
      .article-grid { grid-template-columns: repeat(2, 1fr); }
      .footer-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 680px) {
      .wrap { width: min(100% - 28px, 1280px); }
      .brand-mark { font-size: 32px; }
      .actions { width: 100%; }
      .mini-btn { flex: 1; min-width: 0; padding: 10px 12px; font-size: 12px; }
      .nav a { padding: 12px 10px; font-size: 11px; }
      .hero {
        min-height: auto;
        background-position: 63% center;
      }
      .hero-content { padding: 46px 0 38px; }
      .hero h1 { font-size: 40px; }
      .hero p { font-size: 15px; line-height: 1.55; }
      .hero-actions { display: grid; grid-template-columns: 1fr; }
      .btn { width: 100%; height: 50px; }
      .hero-strip { grid-template-columns: 1fr; margin-top: 28px; }
      .intro-band,
      .feature-band,
      .articles,
      .about { padding: 42px 0; }
      .intro-head { padding: 28px 18px; }
      .section-title,
      .promo-board h2,
      .about h2 { font-size: 29px; }
      .row { grid-template-columns: 1fr; }
      .category-grid,
      .feature-cards,
      .article-grid,
      .trust-grid,
      .footer-grid { grid-template-columns: 1fr; }
      .category { border-right: 0; border-bottom: 1px solid rgba(13, 91, 68, .13); }
      .section-head { display: block; }
      .view-all { margin-top: 18px; width: 100%; }
      .promo-board { padding: 28px; min-height: auto; }
    }
  
    .article-hero {
      position: relative;
      min-height: 430px;
      display: flex;
      align-items: center;
      color: #fff;
      background:
        linear-gradient(90deg, rgba(2, 30, 23, .94) 0%, rgba(5, 58, 44, .72) 42%, rgba(4, 18, 46, .28) 100%),
        url('/assets/bdt222-refasset-002.png') center right / cover no-repeat;
      border-bottom: 6px solid var(--gold-500);
      overflow: hidden;
    }

    .article-hero .wrap {
      position: relative;
      z-index: 1;
      padding: 74px 0;
    }

    .article-hero h1 {
      width: min(820px, 100%);
      margin: 0;
      color: #fff;
      font-size: 60px;
      line-height: 1.05;
      font-weight: 1000;
      letter-spacing: 0;
    }

    .article-hero p {
      width: min(680px, 100%);
      margin: 22px 0 0;
      color: #e6fff4;
      font-size: 19px;
      line-height: 1.65;
      font-weight: 800;
    }

    .article-hero .hero-actions { margin-top: 30px; }

    .detail-section {
      padding: 70px 0 88px;
      background: linear-gradient(180deg, #e7f6ff 0%, #f7fffb 100%);
    }

    .detail-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 340px;
      gap: 34px;
      align-items: start;
    }

    .article-main,
    .side-panel {
      border-radius: var(--radius);
      background: #fff;
      border: 1px solid rgba(13, 91, 68, .16);
      box-shadow: 0 18px 38px rgba(6, 37, 29, .1);
    }

    .article-main { padding: 48px; }

    .article-main h1 {
      margin: 0;
      color: var(--blue-900);
      font-size: 44px;
      line-height: 1.12;
      font-weight: 1000;
    }

    .meta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 22px 0 34px;
    }

    .meta-row span {
      display: inline-flex;
      align-items: center;
      height: 34px;
      padding: 0 16px;
      border-radius: 999px;
      background: #e8fff5;
      color: var(--green-900);
      border: 1px solid rgba(13, 91, 68, .16);
      font-size: 13px;
      font-weight: 1000;
    }

    .article-main h2 {
      margin: 38px 0 14px;
      color: var(--green-900);
      font-size: 30px;
      line-height: 1.2;
      font-weight: 1000;
    }

    .article-main p,
    .article-main li {
      color: #244b5d;
      font-size: 17px;
      line-height: 1.9;
      font-weight: 700;
    }

    .article-main ul { padding-left: 22px; }

    .article-nav {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
      margin-top: 44px;
    }

    .article-nav a {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 58px;
      padding: 14px;
      border-radius: var(--radius);
      background: #f2f9ff;
      border: 1px solid rgba(13, 91, 68, .16);
      color: var(--blue-900);
      font-weight: 1000;
    }

    .side-panel { padding: 28px; }

    .side-panel h3 {
      margin: 0 0 16px;
      color: var(--red-500);
      font-size: 24px;
      text-transform: uppercase;
      font-weight: 1000;
    }

    .side-panel a {
      display: block;
      padding: 14px 0;
      border-bottom: 1px solid rgba(13, 91, 68, .16);
      color: var(--blue-900);
      font-size: 15px;
      line-height: 1.45;
      font-weight: 900;
    }

    .side-panel a:last-child { border-bottom: 0; }

    .responsible-note {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 28px;
      min-height: 50px;
      border-radius: var(--radius);
      color: #061e17;
      background: linear-gradient(180deg, #fff06b, #ffb11c);
      font-weight: 1000;
    }

    .pagination {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      justify-content: center;
      margin-top: 30px;
      padding: 0;
      list-style: none;
    }

    .pagination li,
    .pagination a,
    .pagination span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 38px;
      height: 38px;
      padding: 0 12px;
      border-radius: 6px;
      background: #fff;
      border: 1px solid rgba(13, 91, 68, .18);
      color: var(--green-900);
      font-weight: 900;
    }

    @media (max-width: 980px) {
      .detail-layout { grid-template-columns: 1fr; }
      .article-hero h1 { font-size: 42px; }
      .article-main { padding: 30px; }
      .article-main h1 { font-size: 34px; }
    }

    @media (max-width: 560px) {
      .article-hero { min-height: auto; background-position: 64% center; }
      .article-hero .wrap { padding: 46px 0; }
      .article-hero h1 { font-size: 34px; }
      .article-main { padding: 24px 18px; }
      .article-main h1 { font-size: 28px; }
      .article-main h2 { font-size: 24px; }
      .article-main p,
      .article-main li { font-size: 15px; }
      .article-nav { grid-template-columns: 1fr; }
    }



/* Target Bengali content and Dede integration */
:root{--clone-dark:#06251d;--clone-bg2:#0d5b44;--clone-accent:#ffb11c;--clone-gold:#fff06b;--clone-blue:#5a6e78;}
body.true-reference-clone{font-family:Arial,"Kohinoor Bangla","Noto Sans Bengali",sans-serif;letter-spacing:0;}
body.true-reference-clone img[src*="bdt222-logo"]{height:auto;object-fit:contain;}
body.true-reference-clone img[src*="bdt222-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;}}
