/* reference stylesheet 1 */
:root {
      --blue-950: #061f49;
      --blue-900: #082c68;
      --blue-800: #0a3b8f;
      --blue-700: #0f56c7;
      --blue-600: #1673f2;
      --gold-600: #f2b400;
      --gold-500: #ffd039;
      --gold-300: #ffe993;
      --red-600: #e0202a;
      --ink: #0b2344;
      --muted: #5c6d85;
      --line: #d8e3f2;
      --paper: #ffffff;
      --warm: #fff6c9;
      --soft: #fffbea;
      --shadow: 0 18px 40px rgba(8, 44, 104, .16);
      font-family: Arial, Helvetica, sans-serif;
    }

    * { box-sizing: border-box; }
    html, body { overflow-x: hidden; }

    body {
      margin: 0;
      background: var(--soft);
      color: var(--ink);
      font-size: 16px;
      line-height: 1.55;
    }

    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }

    .container {
      width: min(1200px, calc(100% - 36px));
      margin: 0 auto;
    }

    .topbar {
      background: var(--blue-950);
      color: #dceaff;
      font-size: 13px;
      font-weight: 700;
    }

    .topbar .container {
      min-height: 38px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

    .topbar strong { color: #fff; }

    .header {
      position: sticky;
      top: 0;
      z-index: 20;
      background: rgba(255,255,255,.96);
      border-bottom: 1px solid var(--line);
      backdrop-filter: blur(12px);
    }

    .header .container {
      height: 82px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .logo {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      white-space: nowrap;
      font-weight: 900;
      color: var(--blue-900);
      letter-spacing: 0;
    }

    .logo .num {
      color: var(--gold-600);
      font-size: 42px;
      line-height: 1;
      text-shadow: 0 4px 0 rgba(8,44,104,.08);
    }

    .logo .word {
      color: var(--blue-800);
      font-size: 38px;
      line-height: 1;
    }

    .logo .star {
      width: 28px;
      height: 28px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--gold-500), #fff2a8);
      color: var(--blue-900);
      font-size: 16px;
      box-shadow: 0 8px 16px rgba(242,180,0,.3);
    }

    .nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 22px;
      font-size: 14px;
      font-weight: 900;
      text-transform: uppercase;
      color: var(--blue-950);
    }

    .nav a {
      padding: 28px 0 24px;
      border-bottom: 3px solid transparent;
    }

    .nav a:first-child {
      color: var(--blue-700);
      border-color: var(--gold-600);
    }

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

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 0 20px;
      border-radius: 999px;
      border: 2px solid transparent;
      font-size: 14px;
      font-weight: 900;
      letter-spacing: 0;
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--gold-500), var(--gold-600));
      color: #06214e;
      box-shadow: 0 14px 28px rgba(242,180,0,.28);
    }

    .btn-blue {
      background: var(--blue-800);
      color: #fff;
      box-shadow: 0 14px 28px rgba(10,59,143,.22);
    }

    .btn-ghost {
      background: #fff;
      border-color: var(--blue-700);
      color: var(--blue-800);
    }

    .hero {
      position: relative;
      overflow: hidden;
      color: #fff;
      background:
        radial-gradient(circle at 85% 20%, rgba(255,208,57,.55), transparent 25%),
        linear-gradient(90deg, rgba(6,31,73,.98), rgba(8,44,104,.84) 48%, rgba(8,44,104,.28)),
        url('/assets/3666bet-refasset-001.png') center / cover no-repeat;
    }

    .hero::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100px;
      background: linear-gradient(180deg, transparent, var(--soft));
      pointer-events: none;
    }

    .hero .container {
      position: relative;
      z-index: 1;
      min-height: 560px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) 360px;
      gap: 44px;
      align-items: center;
      padding: 66px 0 100px;
    }

    h1 {
      margin: 0;
      max-width: 760px;
      font-size: 66px;
      line-height: 1.04;
      letter-spacing: 0;
    }

    .hero h1 span {
      display: block;
      color: var(--gold-500);
    }

    .hero-copy {
      max-width: 660px;
      margin: 20px 0 0;
      color: #e8f3ff;
      font-size: 18px;
      font-weight: 700;
    }

    .hero-cta {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }

    .hero-cta .btn {
      min-height: 52px;
      padding-inline: 26px;
      font-size: 15px;
    }

    .hero-wallet {
      border: 1px solid rgba(255,255,255,.22);
      border-radius: 8px;
      background: rgba(6,31,73,.76);
      box-shadow: 0 24px 58px rgba(0,0,0,.32);
      padding: 18px;
      backdrop-filter: blur(12px);
    }

    .wallet-screen {
      border-radius: 8px;
      background: linear-gradient(180deg, #082c68, #061f49);
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.18);
    }

    .wallet-top {
      padding: 18px;
      background: linear-gradient(135deg, var(--blue-700), #0c2a61);
    }

    .wallet-top small {
      display: block;
      color: #b8d6ff;
      font-weight: 800;
      text-transform: uppercase;
    }

    .wallet-top b {
      display: block;
      margin-top: 4px;
      color: var(--gold-500);
      font-size: 28px;
    }

    .wallet-actions {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 8px;
      padding: 12px;
    }

    .wallet-actions span {
      display: grid;
      place-items: center;
      min-height: 54px;
      border-radius: 8px;
      background: rgba(255,255,255,.08);
      color: #fff4bd;
      font-size: 11px;
      font-weight: 900;
      text-align: center;
    }

    .mini-games {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      padding: 12px;
    }

    .mini-games span {
      min-height: 76px;
      border-radius: 8px;
      background: linear-gradient(135deg, rgba(255,208,57,.25), rgba(22,115,242,.18));
      border: 1px solid rgba(255,255,255,.1);
      display: flex;
      align-items: end;
      padding: 10px;
      font-size: 12px;
      font-weight: 900;
    }

    .quick-panel {
      position: relative;
      z-index: 2;
      margin-top: -58px;
    }

    .quick-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      padding: 16px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      box-shadow: var(--shadow);
    }

    .quick-item {
      padding: 18px;
      border-radius: 8px;
      background: linear-gradient(180deg, #fff, #fff8d9);
      border: 1px solid #f0d779;
    }

    .quick-item b {
      display: block;
      color: var(--blue-900);
      font-size: 22px;
      line-height: 1;
    }

    .quick-item span {
      display: block;
      margin-top: 8px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 700;
    }

    section {
      padding: 64px 0;
    }

    .intro-grid {
      display: grid;
      grid-template-columns: .95fr 1.05fr;
      gap: 28px;
      align-items: stretch;
    }

    .intro-image {
      min-height: 330px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: var(--shadow);
      border: 1px solid var(--line);
    }

    .intro-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .panel {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      padding: 28px;
      box-shadow: 0 12px 32px rgba(8,44,104,.08);
    }

    h2 {
      margin: 0;
      color: var(--blue-900);
      font-size: 34px;
      line-height: 1.2;
      letter-spacing: 0;
    }

    .panel p,
    .section-head p {
      margin: 12px 0 0;
      color: var(--muted);
    }

    .stats {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
      margin-top: 22px;
    }

    .stat {
      padding: 18px;
      border-radius: 8px;
      background: linear-gradient(180deg, #f9fbff, #fff8d9);
      border: 1px solid #e8d892;
    }

    .stat b {
      display: block;
      color: var(--blue-800);
      font-size: 26px;
      line-height: 1;
    }

    .stat span {
      display: block;
      margin-top: 8px;
      color: var(--muted);
      font-weight: 800;
      font-size: 13px;
    }

    .games {
      background: #fff;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

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

    .section-link {
      color: var(--blue-700);
      font-weight: 900;
      white-space: nowrap;
    }

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

    .game-card {
      overflow: hidden;
      border-radius: 8px;
      background: var(--blue-950);
      box-shadow: 0 16px 36px rgba(8,44,104,.18);
      border: 1px solid rgba(255,255,255,.06);
    }

    .game-card img {
      width: 100%;
      height: 160px;
      object-fit: cover;
    }

    .game-card .game-body {
      padding: 16px;
      background: linear-gradient(180deg, var(--blue-800), var(--blue-950));
      color: #fff;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      min-height: 23px;
      padding: 0 9px;
      border-radius: 999px;
      background: var(--gold-500);
      color: var(--blue-950);
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .game-card h3,
    .promo-card h3,
    .news-card h3 {
      margin: 10px 0 6px;
      font-size: 19px;
      line-height: 1.25;
      letter-spacing: 0;
    }

    .game-card p {
      margin: 0;
      color: #dbe9ff;
      font-size: 13px;
    }

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

    .promo-card {
      min-height: 204px;
      border-radius: 8px;
      padding: 20px;
      background:
        linear-gradient(135deg, rgba(6,31,73,.9), rgba(10,59,143,.82)),
        var(--blue-900);
      color: #fff;
      position: relative;
      overflow: hidden;
      box-shadow: 0 18px 36px rgba(8,44,104,.18);
    }

    .promo-card::after {
      content: "";
      position: absolute;
      width: 140px;
      height: 140px;
      right: -36px;
      bottom: -36px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255,208,57,.5), transparent 68%);
    }

    .promo-card b {
      display: block;
      color: var(--gold-500);
      font-size: 36px;
      line-height: 1;
      margin-top: 12px;
    }

    .promo-card h3 {
      max-width: 210px;
    }

    .promo-card p {
      position: relative;
      z-index: 1;
      margin: 10px 0 0;
      color: #dceaff;
      font-size: 13px;
    }

    .article-area {
      background: linear-gradient(180deg, #fff8d9, #fff);
    }

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

    .news-card {
      overflow: hidden;
      border-radius: 8px;
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: 0 14px 32px rgba(8,44,104,.1);
    }

    .news-image {
      position: relative;
    }

    .news-image img {
      width: 100%;
      height: 184px;
      object-fit: cover;
    }

    .date {
      position: absolute;
      top: 12px;
      left: 12px;
      width: 54px;
      height: 54px;
      display: grid;
      place-items: center;
      border-radius: 8px;
      background: #fff;
      color: var(--blue-900);
      font-weight: 900;
      box-shadow: 0 10px 22px rgba(0,0,0,.14);
      line-height: 1.05;
      text-align: center;
    }

    .date small {
      color: var(--red-600);
      display: block;
      font-size: 12px;
    }

    .news-body {
      padding: 18px;
    }

    .news-card h3 {
      color: var(--blue-900);
    }

    .news-card p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
    }

    .read-more {
      display: inline-flex;
      margin-top: 14px;
      color: var(--blue-700);
      font-weight: 900;
      font-size: 14px;
    }

    .guide-grid {
      display: grid;
      grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
      gap: 24px;
      align-items: start;
    }

    .guide-list {
      display: grid;
      gap: 12px;
    }

    .guide-row {
      display: grid;
      grid-template-columns: 132px 1fr;
      gap: 14px;
      align-items: start;
      padding: 16px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
    }

    .guide-row b {
      color: var(--blue-800);
      text-transform: uppercase;
      font-size: 13px;
    }

    .guide-row span {
      color: var(--muted);
      font-size: 14px;
    }

    .partners {
      background: var(--blue-950);
      color: #fff;
    }

    .partner-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
    }

    .partner-box h2 {
      color: #fff;
      font-size: 26px;
      margin-bottom: 18px;
    }

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

    .logo-pill {
      min-height: 56px;
      display: grid;
      place-items: center;
      border-radius: 8px;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.12);
      color: #fff7c8;
      font-weight: 900;
      text-align: center;
      padding: 8px;
    }

    .footer {
      background: var(--blue-900);
      color: #dceaff;
      padding: 48px 0 28px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr .8fr .8fr .95fr .9fr;
      gap: 28px;
    }

    .footer h3 {
      margin: 0 0 14px;
      color: #fff;
      font-size: 16px;
      text-transform: uppercase;
    }

    .footer p,
    .footer li {
      margin: 0;
      color: #cbdcf7;
      font-size: 14px;
    }

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

    .qr {
      width: 96px;
      height: 96px;
      display: grid;
      place-items: center;
      background: #fff;
      color: var(--blue-900);
      border-radius: 8px;
      font-weight: 900;
      margin-top: 10px;
    }

    .copyright {
      margin-top: 32px;
      padding-top: 20px;
      border-top: 1px solid rgba(255,255,255,.14);
      color: #a9bee1;
      font-size: 13px;
    }

    @media (max-width: 980px) {
      .header .container {
        height: auto;
        padding: 14px 0;
        flex-wrap: wrap;
      }

      .nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
      }

      .nav a {
        padding: 8px 0 10px;
      }

      .hero .container,
      .intro-grid,
      .guide-grid,
      .partner-grid {
        grid-template-columns: 1fr;
      }

      h1 { font-size: 50px; }
      .quick-grid,
      .stats,
      .game-grid,
      .promo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

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

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

    @media (max-width: 640px) {
      .container {
        width: min(1200px, calc(100% - 24px));
      }

      .topbar .container {
        min-height: auto;
        padding: 8px 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
      }

      .logo .num { font-size: 34px; }
      .logo .word { font-size: 30px; }
      .actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
      }

      .actions .btn {
        width: 100%;
      }

      .nav {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 4px 10px;
        overflow-x: visible;
        font-size: 11px;
      }

      .nav a {
        min-width: 0;
        line-height: 1.25;
      }

      .hero .container {
        min-height: 690px;
        padding: 36px 0 88px;
        gap: 22px;
      }

      h1 {
        font-size: 34px;
        line-height: 1.12;
      }

      .hero-copy {
        font-size: 15px;
      }

      .hero-cta {
        display: grid;
        grid-template-columns: 1fr;
      }

      .quick-panel {
        margin-top: -44px;
      }

      .quick-grid,
      .stats,
      .game-grid,
      .promo-grid,
      .news-grid,
      .logos,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      section {
        padding: 48px 0;
      }

      .section-head {
        display: block;
      }

      h2 {
        font-size: 28px;
      }

      .guide-row {
        grid-template-columns: 1fr;
      }
    }

.article-page {
  background: var(--soft);
}

.article-hero {
  padding: 58px 0 38px;
  background:
    linear-gradient(90deg, rgba(6,31,73,.98), rgba(10,59,143,.78)),
    url('/assets/3666bet-refasset-002.png') center / cover no-repeat;
  color: #fff;
}

.article-hero .container {
  display: grid;
  gap: 16px;
}

.article-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: 48px;
  line-height: 1.08;
}

.article-hero p {
  max-width: 720px;
  margin: 0;
  color: #e8f3ff;
  font-size: 17px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #dceaff;
  font-size: 14px;
  font-weight: 800;
}

.article-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  padding: 40px 0 64px;
  align-items: start;
}

.article-shell,
.side-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(8,44,104,.1);
}

.article-shell {
  padding: 34px;
}

.article-shell h1 {
  margin: 0 0 12px;
  color: var(--blue-900);
  font-size: 38px;
  line-height: 1.16;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.article-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #fff8d9;
}

.article-body {
  color: #193456;
  font-size: 17px;
}

.article-body h2,
.article-body h3 {
  color: var(--blue-900);
  line-height: 1.22;
}

.article-body h2 {
  margin: 28px 0 10px;
  font-size: 28px;
}

.article-body h3 {
  margin: 22px 0 8px;
  font-size: 22px;
}

.article-body p,
.article-body li {
  margin: 0 0 14px;
}

.article-body ul,
.article-body ol {
  margin: 0 0 18px 20px;
  padding: 0;
}

.article-body a {
  color: var(--blue-700);
  font-weight: 900;
}

.article-callout {
  margin: 24px 0;
  padding: 18px;
  border-left: 4px solid var(--gold-600);
  background: #fff8d9;
  border-radius: 8px;
  color: var(--blue-900);
  font-weight: 900;
}

.side-panel {
  padding: 18px;
  position: sticky;
  top: 98px;
}

.side-panel h2 {
  margin: 0 0 14px;
  color: var(--blue-900);
  font-size: 22px;
}

.related-card {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.related-card:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.related-card img {
  width: 94px;
  height: 74px;
  object-fit: cover;
  border-radius: 8px;
}

.related-card h3 {
  margin: 0 0 4px;
  color: var(--blue-900);
  font-size: 15px;
  line-height: 1.25;
}

.related-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.static-note {
  margin-top: 16px;
  padding: 14px;
  border-radius: 8px;
  background: var(--blue-950);
  color: #fff7c8;
  font-size: 14px;
  font-weight: 800;
}

.pagebreak,
.prenext {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.prenext {
  display: grid;
  gap: 10px;
}

.prenext span,
.pagination li {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
}

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

@media (max-width: 900px) {
  .article-page-grid {
    grid-template-columns: 1fr;
  }

  .side-panel {
    position: static;
  }
}

@media (max-width: 640px) {
  .article-hero {
    padding: 42px 0 28px;
  }

  .article-hero h1,
  .article-shell h1 {
    font-size: 30px;
  }

  .article-shell {
    padding: 22px;
  }

  .related-card {
    grid-template-columns: 80px 1fr;
  }

  .related-card img {
    width: 80px;
    height: 68px;
  }
}

/* Target Bengali content and Dede integration */
:root{--clone-dark:#061f49;--clone-bg2:#1673f2;--clone-accent:#0f56c7;--clone-gold:#f2b400;--clone-blue:#082c68;}
body.true-reference-clone{font-family:Arial,"Kohinoor Bangla","Noto Sans Bengali",sans-serif;letter-spacing:0;}
body.true-reference-clone img[src*="3666bet-logo"]{height:auto;object-fit:contain;}
body.true-reference-clone img[src*="3666bet-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;}}
