/* reference stylesheet 1 */
﻿
    :root {
      --black: #050505;
      --black-2: #0b0b0f;
      --panel: #101015;
      --panel-2: #16161d;
      --red: #ff2424;
      --red-2: #b90909;
      --gold: #ffd23a;
      --orange: #ff8a00;
      --blue: #1199ff;
      --text: #f7f7f7;
      --muted: #b9c0cc;
      --line: rgba(255, 210, 58, .28);
      --shadow: 0 26px 60px rgba(0, 0, 0, .42);
      --radius: 8px;
    }

    * { box-sizing: border-box; }

    body {
      margin: 0;
      color: var(--text);
      font-family: Arial, "Helvetica Neue", sans-serif;
      background:
        radial-gradient(circle at 76% 0%, rgba(17, 153, 255, .2), transparent 30%),
        linear-gradient(180deg, #050505 0%, #08080c 48%, #0d0d12 100%);
    }

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

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

    .topbar {
      position: sticky;
      top: 0;
      z-index: 20;
      background: rgba(3, 3, 4, .94);
      border-bottom: 1px solid rgba(255, 255, 255, .08);
      backdrop-filter: blur(16px);
    }

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

    .brand {
      display: inline-flex;
      flex-direction: column;
      min-width: 190px;
    }

    .brand-logo {
      font-size: 42px;
      line-height: .8;
      font-weight: 1000;
      font-style: italic;
      letter-spacing: 0;
      color: var(--gold);
      text-shadow:
        2px 2px 0 #ff3a00,
        4px 4px 0 #7b0000,
        0 0 18px rgba(255, 210, 58, .36);
    }

    .brand-logo span { color: var(--red); }

    .brand-sub {
      margin-top: 7px;
      color: #fff2b2;
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 1.5px;
    }

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

    .nav a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 48px;
      padding: 0 15px;
      color: #fff6cc;
      font-size: 13px;
      font-weight: 1000;
      text-transform: uppercase;
      border-radius: 4px;
    }

    .nav a.active,
    .nav a:hover {
      color: #120000;
      background: linear-gradient(180deg, #ffe87a, #ff9b10);
      box-shadow: 0 0 18px rgba(255, 138, 0, .34);
    }

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

    .auth a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 108px;
      height: 40px;
      border-radius: 999px;
      color: #fff;
      border: 1px solid rgba(255, 255, 255, .16);
      font-size: 12px;
      font-weight: 1000;
      text-transform: uppercase;
    }

    .auth a:first-child {
      color: #150000;
      background: linear-gradient(180deg, #ffe36a, #ff8a00);
      border: 0;
    }

    .hero {
      position: relative;
      overflow: hidden;
      min-height: 640px;
      background:
        linear-gradient(90deg, rgba(3, 3, 4, .96) 0%, rgba(12, 0, 0, .78) 38%, rgba(3, 3, 4, .12) 100%),
        url('/assets/9777bet-refasset-001.png') center right / cover no-repeat;
      border-bottom: 5px solid var(--gold);
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 130px;
      background: linear-gradient(180deg, rgba(5, 5, 5, 0), #050505 92%);
      pointer-events: none;
    }

    .hero-content {
      position: relative;
      z-index: 1;
      width: min(680px, 100%);
      padding: 104px 0 76px;
    }

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

    .hero h1 strong { color: var(--gold); }

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

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

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 176px;
      height: 54px;
      padding: 0 24px;
      border-radius: var(--radius);
      color: #fff;
      border: 1px solid rgba(255, 255, 255, .22);
      background: rgba(255, 255, 255, .08);
      font-size: 14px;
      font-weight: 1000;
      text-transform: uppercase;
    }

    .btn.primary {
      color: #170000;
      border: 0;
      background: linear-gradient(180deg, #ffe36a, #ff8a00);
      box-shadow: 0 16px 34px rgba(255, 138, 0, .28);
    }

    .hero-stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      width: min(690px, 100%);
      margin-top: 46px;
    }

    .stat {
      padding: 18px;
      border-radius: var(--radius);
      background: rgba(8, 8, 11, .78);
      border: 1px solid rgba(255, 210, 58, .22);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    }

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

    .stat span {
      color: #ddd;
      font-size: 13px;
      line-height: 1.45;
      font-weight: 700;
    }

    .intro {
      padding: 56px 0 68px;
      background: #050505;
    }

    .intro-panel {
      border-radius: var(--radius);
      background:
        radial-gradient(circle at 92% 8%, rgba(17, 153, 255, .18), transparent 34%),
        linear-gradient(180deg, #111116, #08080a);
      border: 1px solid var(--line);
      box-shadow:
        0 0 0 1px rgba(255, 255, 255, .03),
        0 0 42px rgba(255, 210, 58, .12),
        var(--shadow);
      overflow: hidden;
    }

    .intro-top {
      display: grid;
      grid-template-columns: 1fr .92fr;
      gap: 36px;
      align-items: start;
      padding: 46px 48px 38px;
    }

    .section-title {
      margin: 0;
      color: #fff;
      font-size: 38px;
      line-height: 1.15;
      font-weight: 1000;
      text-transform: uppercase;
      letter-spacing: 0;
    }

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

    .intro-top p {
      margin: 18px 0 0;
      color: var(--muted);
      font-size: 16px;
      line-height: 1.75;
      font-weight: 700;
    }

    .info-list {
      border-radius: var(--radius);
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, .08);
    }

    .info-row {
      display: grid;
      grid-template-columns: 150px 1fr;
      min-height: 58px;
      border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

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

    .info-row b {
      padding: 18px;
      color: #170000;
      background: linear-gradient(180deg, #ffe36a, #ff8a00);
      font-size: 12px;
      font-weight: 1000;
      text-transform: uppercase;
    }

    .info-row span {
      padding: 18px;
      color: #f2f2f2;
      background: rgba(255, 255, 255, .04);
      font-size: 14px;
      line-height: 1.55;
      font-weight: 800;
    }

    .category-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      border-top: 1px solid rgba(255, 210, 58, .2);
    }

    .category {
      padding: 28px 24px 30px;
      border-right: 1px solid rgba(255, 210, 58, .16);
      background: rgba(255, 255, 255, .02);
    }

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

    .category-icon {
      display: block;
      width: 54px;
      height: 54px;
      margin-bottom: 16px;
      object-fit: contain;
    }

    .category h3 {
      margin: 0 0 8px;
      color: #fff;
      font-size: 17px;
      font-weight: 1000;
    }

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

    .feature {
      padding: 72px 0;
      background:
        linear-gradient(180deg, #050505 0%, #101015 100%);
    }

    .feature-layout {
      display: grid;
      grid-template-columns: .84fr 1.16fr;
      gap: 34px;
      align-items: start;
    }

    .promo {
      min-height: 456px;
      padding: 42px;
      border-radius: var(--radius);
      background:
        linear-gradient(180deg, rgba(255, 36, 36, .12), rgba(0, 0, 0, .72)),
        linear-gradient(135deg, #2a0505 0%, #0a1028 100%);
      border: 1px solid rgba(255, 210, 58, .26);
      box-shadow: var(--shadow);
      position: relative;
      overflow: hidden;
    }

    .promo::after {
      content: "KUWIN";
      position: absolute;
      right: -24px;
      bottom: -14px;
      color: rgba(255, 255, 255, .06);
      font-size: 108px;
      font-weight: 1000;
      font-style: italic;
    }

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

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

    .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-radius: var(--radius);
      background: rgba(0, 0, 0, .36);
      border: 1px solid rgba(255, 210, 58, .18);
      font-weight: 900;
    }

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

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

    .feature-card {
      min-height: 146px;
      padding: 26px;
      border-radius: var(--radius);
      background: linear-gradient(180deg, #171720, #101015);
      border: 1px solid rgba(255, 255, 255, .08);
      box-shadow: 0 18px 34px rgba(0, 0, 0, .22);
    }

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

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

    .articles {
      padding: 72px 0 84px;
      background:
        radial-gradient(circle at 12% 0%, rgba(255, 36, 36, .14), transparent 30%),
        #050505;
    }

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

    .section-head p {
      margin: 12px 0 0;
      color: #b9c0cc;
      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;
      min-width: 118px;
      height: 42px;
      border-radius: var(--radius);
      color: #170000;
      background: linear-gradient(180deg, #ffe36a, #ff8a00);
      font-size: 14px;
      font-weight: 1000;
    }

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

    .article-card {
      overflow: hidden;
      min-height: 354px;
      border-radius: var(--radius);
      background: #111116;
      border: 1px solid rgba(255, 210, 58, .18);
      box-shadow: 0 20px 36px rgba(0, 0, 0, .34);
    }

    .thumb {
      position: relative;
      height: 150px;
      background:
        linear-gradient(135deg, rgba(255, 36, 36, .2), rgba(17, 153, 255, .16)),
        linear-gradient(120deg, #360707, #0b2d52);
      overflow: hidden;
    }

    .thumb::before {
      content: "";
      position: absolute;
      inset: 26px;
      border: 9px solid rgba(255, 210, 58, .28);
      border-radius: 28px;
      transform: rotate(-18deg);
    }

    .date {
      position: absolute;
      top: 14px;
      left: 14px;
      display: grid;
      place-items: center;
      width: 54px;
      height: 58px;
      border-radius: 7px;
      color: #130000;
      background: linear-gradient(180deg, #ffe36a, #ff8a00);
      font-weight: 1000;
      line-height: 1.05;
      text-align: center;
    }

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

    .article-body { padding: 22px; }

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

    .article-card h3 {
      margin: 0 0 12px;
      color: #fff;
      font-size: 20px;
      line-height: 1.25;
      font-weight: 1000;
    }

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

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

    .about {
      padding: 72px 0;
      background:
        linear-gradient(180deg, #0e0e13, #060606);
      border-top: 1px solid rgba(255, 210, 58, .18);
    }

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

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

    .about p {
      margin: 18px 0 0;
      color: #c8ccd6;
      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, .04);
      border: 1px solid rgba(255, 255, 255, .08);
    }

    .trust b {
      display: block;
      margin-bottom: 8px;
      color: var(--gold);
      font-size: 24px;
      font-weight: 1000;
    }

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

    .footer {
      padding: 56px 0 30px;
      background: #020202;
      border-top: 6px solid var(--red);
    }

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

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

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

    .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, .1);
      color: #808693;
      font-size: 13px;
      font-weight: 700;
    }

    @media (max-width: 1120px) {
      .top-inner { height: auto; padding: 14px 0; flex-wrap: wrap; }
      .nav { order: 3; width: 100%; justify-content: flex-start; overflow-x: auto; }
      .hero h1 { font-size: 58px; }
      .intro-top,
      .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 { min-width: 0; }
      .brand-logo { font-size: 32px; }
      .auth { width: 100%; }
      .auth a { flex: 1; min-width: 0; }
      .nav a { height: 40px; padding: 0 10px; font-size: 11px; }
      .hero { min-height: auto; background-position: 64% center; }
      .hero-content { padding: 48px 0 42px; }
      .hero h1 { font-size: 40px; }
      .hero p { font-size: 15px; line-height: 1.58; }
      .hero-actions { display: grid; grid-template-columns: 1fr; }
      .btn { width: 100%; height: 50px; }
      .hero-stats { grid-template-columns: 1fr; margin-top: 28px; }
      .intro,
      .feature,
      .articles,
      .about { padding: 42px 0; }
      .intro-top { padding: 28px 18px; }
      .section-title,
      .promo h2,
      .about h2 { font-size: 29px; }
      .info-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(255, 210, 58, .16); }
      .section-head { display: block; }
      .view-all { width: 100%; margin-top: 18px; }
      .promo { min-height: auto; padding: 28px; }
    }
  
    .article-hero {
      position: relative;
      min-height: 430px;
      display: flex;
      align-items: center;
      color: #fff;
      background:
        linear-gradient(90deg, rgba(3, 3, 4, .96) 0%, rgba(12, 0, 0, .78) 42%, rgba(3, 3, 4, .18) 100%),
        url('/assets/9777bet-refasset-002.png') center right / cover no-repeat;
      border-bottom: 5px solid var(--gold);
      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: #f1f1f1;
      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, #08080c 0%, #050505 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: #111116;
      border: 1px solid rgba(255, 210, 58, .18);
      box-shadow: 0 20px 42px rgba(0, 0, 0, .36);
    }

    .article-main { padding: 48px; }

    .article-main h1 {
      margin: 0;
      color: #fff;
      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: rgba(255, 210, 58, .1);
      color: var(--gold);
      border: 1px solid rgba(255, 210, 58, .22);
      font-size: 13px;
      font-weight: 1000;
    }

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

    .article-main p,
    .article-main li {
      color: #c8ccd6;
      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: #171720;
      border: 1px solid rgba(255, 210, 58, .18);
      color: #fff;
      font-weight: 1000;
    }

    .side-panel { padding: 28px; }

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

    .side-panel a {
      display: block;
      padding: 14px 0;
      border-bottom: 1px solid rgba(255, 255, 255, .08);
      color: #fff;
      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: #170000;
      background: linear-gradient(180deg, #ffe36a, #ff8a00);
      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: #111116;
      border: 1px solid rgba(255, 210, 58, .18);
      color: var(--gold);
      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:#171720;--clone-bg2:#ff2424;--clone-accent:#ff8a00;--clone-gold:#ff8a00;--clone-blue:#1199ff;}
body.true-reference-clone{font-family:Arial,"Kohinoor Bangla","Noto Sans Bengali",sans-serif;letter-spacing:0;}
body.true-reference-clone img[src*="9777bet-logo"]{height:auto;object-fit:contain;}
body.true-reference-clone img[src*="9777bet-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;}}
