/* reference stylesheet 1 */
﻿:root {
      --wine: #2b0305;
      --wine-2: #4d090a;
      --black: #050608;
      --nav: #090908;
      --blue: #0b5dff;
      --blue-2: #03a5ff;
      --sky: #dceeff;
      --paper: #f3f8ff;
      --ink: #102039;
      --muted: #5d6f86;
      --gold: #ffd327;
      --orange: #ff8f1f;
      --red: #f7372e;
      --line: rgba(15, 52, 93, .16);
      --shadow: 0 18px 42px rgba(8, 45, 105, .18);
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      color: var(--ink);
      font-family: Arial, Helvetica, sans-serif;
      background: #edf5ff;
      letter-spacing: 0;
    }

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

    img {
      display: block;
      max-width: 100%;
    }

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

    .topbar {
      background:
        linear-gradient(90deg, var(--wine) 0%, #160102 46%, var(--wine-2) 100%);
      color: #fff;
      border-bottom: 1px solid rgba(255, 211, 39, .18);
    }

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

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      color: #ffffff;
    }

    .brand-logo {
      font-size: 46px;
      line-height: .9;
      font-weight: 900;
      font-style: italic;
      color: #2d78ff;
      text-shadow:
        0 2px 0 #dbeaff,
        0 5px 0 #ffb41c,
        0 10px 22px rgba(0, 0, 0, .38);
    }

    .brand-sub {
      display: block;
      margin-top: 4px;
      color: var(--gold);
      font-size: 12px;
      line-height: 1;
      font-weight: 900;
      text-transform: uppercase;
    }

    .top-actions {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .small-btn {
      min-height: 42px;
      min-width: 116px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 22px;
      border-radius: 7px;
      color: #251000;
      background: linear-gradient(180deg, #ffd327 0%, #ff921c 100%);
      box-shadow: inset 0 -2px 0 rgba(97, 34, 0, .25), 0 8px 18px rgba(0,0,0,.22);
      font-size: 14px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .small-btn.alt {
      color: #ffffff;
      background: linear-gradient(180deg, #1d69ff 0%, #093fad 100%);
    }

    .nav {
      background: var(--nav);
      color: var(--gold);
      border-bottom: 1px solid rgba(255, 211, 39, .18);
    }

    .nav-inner {
      min-height: 54px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0;
      overflow-x: auto;
    }

    .nav a {
      flex: 0 0 auto;
      min-height: 54px;
      display: inline-flex;
      align-items: center;
      padding: 0 18px;
      color: #efff50;
      border-left: 1px solid rgba(255,255,255,.06);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .nav a:first-child {
      border-left: 0;
    }

    .nav a.active {
      color: #102039;
      background: linear-gradient(180deg, #faff76 0%, #ffc22d 100%);
      border-radius: 0 0 10px 10px;
    }

    .hero {
      position: relative;
      min-height: 560px;
      overflow: hidden;
      display: flex;
      align-items: center;
      color: #ffffff;
      background:
        linear-gradient(90deg, rgba(3, 5, 16, .92) 0%, rgba(4, 21, 63, .78) 40%, rgba(5, 22, 64, .12) 78%),
        url('/assets/2777bet-refasset-001.png') center right / cover no-repeat;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 90px;
      background: linear-gradient(180deg, rgba(237,245,255,0) 0%, #edf5ff 100%);
      pointer-events: none;
    }

    .hero-copy {
      position: relative;
      z-index: 1;
      width: min(650px, 100%);
      padding: 76px 0 108px;
    }

    h1,
    h2,
    h3,
    p {
      margin: 0;
    }

    .hero h1 {
      font-size: clamp(46px, 5.6vw, 78px);
      line-height: 1.02;
      font-weight: 900;
      text-shadow: 0 14px 32px rgba(0,0,0,.38);
    }

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

    .hero p {
      width: min(610px, 100%);
      margin-top: 20px;
      color: rgba(255,255,255,.88);
      font-size: 19px;
      line-height: 1.7;
      font-weight: 700;
    }

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

    .btn {
      min-height: 54px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 28px;
      border-radius: 9px;
      color: #fff;
      border: 1px solid rgba(255,255,255,.25);
      background: rgba(255,255,255,.1);
      font-size: 16px;
      font-weight: 900;
      box-shadow: 0 16px 30px rgba(0,0,0,.2);
      backdrop-filter: blur(12px);
    }

    .btn.primary {
      color: #291200;
      border: 0;
      background: linear-gradient(180deg, #fff36f 0%, #ffc328 46%, #ff871d 100%);
    }

    .quick-stats {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 13px;
      width: min(640px, 100%);
      margin-top: 34px;
    }

    .stat {
      min-height: 94px;
      padding: 18px;
      border-radius: 10px;
      background: rgba(2, 14, 38, .72);
      border: 1px solid rgba(255,255,255,.18);
      box-shadow: 0 15px 28px rgba(0,0,0,.26);
    }

    .stat strong {
      display: block;
      margin-bottom: 7px;
      color: var(--gold);
      font-size: 24px;
      line-height: 1;
      font-weight: 900;
    }

    .stat span {
      color: rgba(255,255,255,.84);
      font-size: 13px;
      line-height: 1.45;
      font-weight: 700;
    }

    .notice {
      padding: 32px 0 18px;
      background: #edf5ff;
    }

    .notice-title {
      display: flex;
      align-items: center;
      gap: 18px;
      justify-content: center;
      color: var(--red);
      font-size: clamp(28px, 3vw, 42px);
      line-height: 1.15;
      font-weight: 900;
      text-align: center;
      text-transform: uppercase;
    }

    .notice-title::before,
    .notice-title::after {
      content: "";
      flex: 1;
      max-width: 230px;
      height: 2px;
      background: linear-gradient(90deg, transparent, rgba(247, 55, 46, .55));
    }

    .notice-title::after {
      background: linear-gradient(90deg, rgba(247, 55, 46, .55), transparent);
    }

    .info-panel {
      padding: 26px 0 52px;
      background: #edf5ff;
    }

    .blue-frame {
      padding: 30px;
      border-radius: 12px;
      background: rgba(224, 241, 255, .86);
      border: 3px solid #16a4ff;
      box-shadow: 0 0 0 7px rgba(22, 164, 255, .1), 0 18px 40px rgba(4, 90, 177, .16);
    }

    .intro-text {
      color: #203750;
      font-size: 17px;
      line-height: 1.78;
      font-weight: 700;
    }

    .section-heading {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 18px;
      margin: 34px 0 22px;
      color: var(--red);
      font-size: clamp(28px, 3.2vw, 42px);
      line-height: 1.15;
      font-weight: 900;
      text-align: center;
      text-transform: uppercase;
    }

    .section-heading::before,
    .section-heading::after {
      content: "";
      flex: 1;
      height: 2px;
      max-width: 180px;
      background: rgba(247, 55, 46, .25);
    }

    .overview-table {
      overflow: hidden;
      border-radius: 8px;
      border: 1px solid rgba(15, 52, 93, .2);
      background: rgba(255,255,255,.45);
    }

    .overview-row {
      display: grid;
      grid-template-columns: 210px 1fr;
      min-height: 48px;
      border-top: 1px solid rgba(15, 52, 93, .14);
    }

    .overview-row:first-child {
      border-top: 0;
      color: #ffffff;
      background: linear-gradient(90deg, #0b62c8, #03a5ff);
      text-transform: uppercase;
    }

    .overview-row strong,
    .overview-row span {
      display: flex;
      align-items: center;
      padding: 13px 16px;
      font-size: 14px;
      line-height: 1.55;
      font-weight: 800;
    }

    .overview-row strong {
      color: #0a3768;
      border-right: 1px solid rgba(15, 52, 93, .14);
    }

    .overview-row:first-child strong,
    .overview-row:first-child span {
      color: #ffffff;
    }

    .category-band {
      padding: 64px 0;
      background: #ffffff;
    }

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

    .cat-card {
      min-height: 180px;
      padding: 22px;
      border-radius: 10px;
      background:
        linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
      border: 1px solid var(--line);
      box-shadow: 0 14px 28px rgba(8, 45, 105, .09);
    }

    .cat-mark {
      width: 50px;
      height: 50px;
      display: grid;
      place-items: center;
      margin-bottom: 18px;
      border-radius: 8px;
      color: #140600;
      background: linear-gradient(180deg, #fff36f 0%, #ff9a1e 100%);
      font-size: 20px;
      font-weight: 900;
      box-shadow: 0 10px 20px rgba(255, 143, 31, .22);
    }

    .cat-card h3 {
      color: #0b3569;
      font-size: 19px;
      line-height: 1.25;
      font-weight: 900;
    }

    .cat-card p {
      margin-top: 8px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.55;
      font-weight: 700;
    }

    .faq-news {
      padding: 68px 0 74px;
      background:
        linear-gradient(180deg, #edf5ff 0%, #dceeff 100%);
    }

    .faq-layout {
      display: grid;
      grid-template-columns: .9fr 1.25fr;
      gap: 24px;
      align-items: start;
    }

    .faq-box {
      padding: 30px;
      border-radius: 12px;
      background: #ffffff;
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    .faq-box h2 {
      color: var(--red);
      font-size: 32px;
      line-height: 1.14;
      font-weight: 900;
      text-transform: uppercase;
    }

    .faq-item {
      padding: 18px 0;
      border-top: 1px solid var(--line);
    }

    .faq-item:first-of-type {
      margin-top: 18px;
    }

    .faq-item strong {
      display: block;
      color: #0b3569;
      font-size: 17px;
      line-height: 1.4;
      font-weight: 900;
    }

    .faq-item p {
      margin-top: 8px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.62;
      font-weight: 700;
    }

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

    .news-head h2 {
      color: #0b3569;
      font-size: 34px;
      line-height: 1.1;
      font-weight: 900;
    }

    .news-head a {
      min-height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 18px;
      border-radius: 8px;
      color: #0b3569;
      background: #ffffff;
      border: 1px solid var(--line);
      font-size: 13px;
      font-weight: 900;
      box-shadow: 0 12px 22px rgba(8, 45, 105, .08);
    }

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

    .article-card {
      overflow: hidden;
      min-height: 330px;
      border-radius: 10px;
      background: #ffffff;
      border: 1px solid var(--line);
      box-shadow: 0 16px 32px rgba(8, 45, 105, .09);
    }

    .article-thumb {
      position: relative;
      min-height: 150px;
      background:
        linear-gradient(135deg, rgba(2, 17, 52, .28), rgba(3, 165, 255, .72)),
        radial-gradient(circle at 74% 30%, rgba(255, 211, 39, .85), transparent 30%),
        linear-gradient(135deg, #0a1f56 0%, #116dff 62%, #04101f 100%);
    }

    .article-thumb::before {
      content: "";
      position: absolute;
      left: 34px;
      bottom: 28px;
      width: 110px;
      height: 58px;
      border-radius: 999px;
      border: 12px solid rgba(255,255,255,.42);
      transform: rotate(-18deg);
    }

    .date {
      position: absolute;
      top: 12px;
      left: 12px;
      width: 58px;
      height: 60px;
      display: grid;
      place-items: center;
      border-radius: 7px;
      color: #1b0d00;
      background: linear-gradient(180deg, #fff36f 0%, #ff9a1e 100%);
      font-size: 18px;
      font-weight: 900;
      line-height: 1.05;
      text-align: center;
      box-shadow: 0 12px 20px rgba(0,0,0,.18);
    }

    .date small {
      display: block;
      font-size: 12px;
      font-weight: 900;
    }

    .article-body {
      padding: 20px;
    }

    .tag {
      color: var(--red);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .article-body h3 {
      margin-top: 9px;
      color: #143054;
      font-size: 20px;
      line-height: 1.3;
      font-weight: 900;
    }

    .article-body p {
      margin-top: 10px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.58;
      font-weight: 700;
    }

    .article-body span:last-child {
      display: inline-block;
      margin-top: 16px;
      color: #0c63d8;
      font-weight: 900;
    }

    .keyword-strip {
      padding: 24px 0;
      color: #253f61;
      background: #c6ddf4;
      font-size: 15px;
      line-height: 1.8;
      font-weight: 800;
    }

    .footer {
      position: relative;
      overflow: hidden;
      padding-top: 72px;
      color: #ffffff;
      background: #020203;
    }

    .footer::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 96px;
      background:
        radial-gradient(120% 70px at 50% 0, #00a6ff 0%, #0087df 56%, transparent 58%);
      opacity: .92;
    }

    .footer-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
      gap: 34px;
      padding: 30px 0 56px;
    }

    .footer .brand-logo {
      display: inline-block;
      margin-bottom: 20px;
    }

    .footer h3 {
      color: var(--red);
      font-size: 20px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .footer p,
    .footer a,
    .footer li {
      color: rgba(255,255,255,.82);
      font-size: 15px;
      line-height: 1.72;
      font-weight: 700;
    }

    .footer a {
      display: block;
      margin-top: 9px;
    }

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

    .copyright {
      position: relative;
      z-index: 1;
      padding: 18px 0;
      color: rgba(255,255,255,.62);
      border-top: 1px solid rgba(255,255,255,.12);
      font-size: 13px;
      font-weight: 700;
    }

    .article-hero {
      min-height: 380px;
      display: flex;
      align-items: center;
      color: #ffffff;
      background:
        linear-gradient(90deg, rgba(3, 5, 16, .94) 0%, rgba(4, 21, 63, .82) 46%, rgba(5, 22, 64, .24) 100%),
        url('/assets/2777bet-refasset-002.png') center right / cover no-repeat;
    }

    .article-hero .wrap {
      padding: 62px 0 76px;
    }

    .article-hero h1 {
      width: min(850px, 100%);
      font-size: clamp(38px, 4.6vw, 66px);
      line-height: 1.08;
      font-weight: 900;
      text-shadow: 0 14px 32px rgba(0,0,0,.38);
    }

    .article-hero p {
      width: min(650px, 100%);
      margin-top: 18px;
      color: rgba(255,255,255,.88);
      font-size: 18px;
      line-height: 1.62;
      font-weight: 700;
    }

    .detail {
      padding: 70px 0 80px;
      background: linear-gradient(180deg, #edf5ff 0%, #dceeff 100%);
    }

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

    .detail-card,
    .side-card {
      border-radius: 12px;
      background: #ffffff;
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    .detail-card {
      padding: 42px;
    }

    .detail-card h1 {
      color: #0b3569;
      font-size: clamp(32px, 3.5vw, 52px);
      line-height: 1.12;
      font-weight: 900;
    }

    .detail-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 20px 0 30px;
    }

    .detail-meta span {
      display: inline-flex;
      align-items: center;
      min-height: 36px;
      padding: 0 13px;
      border-radius: 999px;
      color: #0b3569;
      background: #eaf5ff;
      border: 1px solid var(--line);
      font-size: 13px;
      font-weight: 900;
    }

    .detail-content {
      color: #243b5b;
      font-size: 17px;
      line-height: 1.84;
      font-weight: 700;
    }

    .detail-content p,
    .detail-content ul,
    .detail-content ol {
      margin: 0 0 20px;
    }

    .detail-content h2,
    .detail-content h3 {
      margin: 32px 0 14px;
      color: #0b3569;
      line-height: 1.22;
      font-weight: 900;
    }

    .detail-content h2 {
      font-size: 29px;
    }

    .detail-content h3 {
      font-size: 23px;
    }

    .detail-content a {
      color: #0c63d8;
      font-weight: 900;
    }

    .page-nav {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-top: 34px;
    }

    .page-nav a,
    .page-nav div {
      min-height: 58px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 14px;
      border-radius: 10px;
      color: #0b3569;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, #ffffff 0%, #edf5ff 100%);
      font-weight: 900;
      text-align: center;
    }

    .side-card {
      position: sticky;
      top: 24px;
      padding: 24px;
    }

    .side-card h3 {
      color: var(--red);
      font-size: 22px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .side-card a {
      display: block;
      padding: 14px 0;
      color: #243b5b;
      border-top: 1px solid var(--line);
      font-size: 14px;
      line-height: 1.45;
      font-weight: 800;
    }

    .side-card span {
      display: block;
      margin-top: 20px;
      padding: 12px;
      border-radius: 8px;
      color: #201000;
      background: linear-gradient(180deg, #fff36f 0%, #ff9a1e 100%);
      font-weight: 900;
      text-align: center;
    }

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

    .pagination li,
    .pagination a,
    .pagination span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 38px;
      min-height: 38px;
      padding: 0 12px;
      border-radius: 8px;
      color: #0b3569;
      border: 1px solid var(--line);
      background: #eaf5ff;
      font-weight: 900;
    }

    @media (max-width: 980px) {
      .wrap {
        width: min(100% - 36px, 820px);
      }

      .topbar-inner {
        flex-wrap: wrap;
        padding: 16px 0;
      }

      .nav-inner {
        justify-content: flex-start;
      }

      .hero {
        min-height: 640px;
      }

      .quick-stats,
      .cat-grid,
      .faq-layout,
      .detail-layout,
      .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .faq-layout {
        gap: 20px;
      }
    }

    @media (max-width: 640px) {
      .wrap {
        width: min(100% - 28px, 430px);
      }

      .brand-logo {
        font-size: 36px;
      }

      .topbar-inner {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
      }

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

      .small-btn {
        min-width: 0;
      }

      .hero {
        min-height: 720px;
        background:
          linear-gradient(180deg, rgba(3, 5, 16, .94) 0%, rgba(4, 21, 63, .82) 54%, rgba(5, 22, 64, .26) 100%),
          url('/assets/2777bet-refasset-003.png') 62% center / cover no-repeat;
      }

      .hero-copy {
        padding: 52px 0 118px;
      }

      .hero h1 {
        font-size: 41px;
      }

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

      .hero-actions,
      .quick-stats,
      .cat-grid,
      .faq-layout,
      .article-grid,
      .detail-layout,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .hero-actions {
        display: grid;
      }

      .btn {
        width: 100%;
      }

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

      .overview-row strong {
        border-right: 0;
        border-bottom: 1px solid rgba(15, 52, 93, .1);
      }

      .blue-frame,
      .faq-box {
        padding: 22px;
      }

      .news-head {
        align-items: stretch;
        flex-direction: column;
      }

      .article-hero {
        min-height: 500px;
        background:
          linear-gradient(180deg, rgba(3, 5, 16, .95) 0%, rgba(4, 21, 63, .84) 58%, rgba(5, 22, 64, .32) 100%),
          url('/assets/2777bet-refasset-004.png') 62% center / cover no-repeat;
      }

      .detail-card {
        padding: 24px;
      }

      .page-nav {
        grid-template-columns: 1fr;
      }
    }



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