/* roulang page: index */
:root{
      --ink:#11100e;
      --ink-2:#1f1c18;
      --charcoal:#29241e;
      --paper:#f7f2ea;
      --paper-2:#fffaf1;
      --mist:#f0eadf;
      --line:rgba(55,45,34,.14);
      --line-dark:rgba(255,255,255,.13);
      --text:#27221c;
      --muted:#746b5d;
      --muted-2:#a89f91;
      --gold:#d99a35;
      --gold-2:#f0b85a;
      --orange:#e2763d;
      --green:#70b99d;
      --green-2:#e7f5ef;
      --danger:#bd5a45;
      --radius-sm:12px;
      --radius:18px;
      --radius-lg:28px;
      --shadow-sm:0 10px 30px rgba(28,22,14,.08);
      --shadow:0 18px 55px rgba(28,22,14,.14);
      --shadow-dark:0 24px 80px rgba(0,0,0,.28);
      --container:1240px;
      --font:"PingFang SC","Microsoft YaHei","Noto Sans SC","HarmonyOS Sans SC",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      color:var(--text);
      background:
        radial-gradient(circle at 6% 0%, rgba(217,154,53,.10), transparent 30%),
        linear-gradient(180deg,#fbf7ef 0%,#f4eee3 48%,#fffaf1 100%);
      line-height:1.72;
      -webkit-font-smoothing:antialiased;
      text-rendering:optimizeLegibility;
    }
    a{color:inherit;text-decoration:none;transition:all .22s ease}
    a:hover{color:var(--gold)}
    img{max-width:100%;height:auto;display:block}
    button,input,textarea,select{font:inherit}
    ::selection{background:rgba(217,154,53,.28);color:var(--ink)}
    .site-container{width:min(var(--container), calc(100% - 40px));margin-inline:auto}
    .section{padding:86px 0}
    .section-tight{padding:58px 0}
    .eyebrow{
      display:inline-flex;align-items:center;gap:8px;
      padding:7px 12px;border-radius:999px;
      background:rgba(217,154,53,.13);color:#8a5714;
      font-size:13px;font-weight:700;letter-spacing:.02em;
      border:1px solid rgba(217,154,53,.22);
    }
    .eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(112,185,157,.15)}
    .section-title{font-size:clamp(28px,3vw,42px);line-height:1.2;font-weight:850;letter-spacing:-.03em;color:var(--ink);margin:16px 0 12px}
    .section-desc{color:var(--muted);font-size:16px;max-width:720px;margin:0}
    .text-gold{color:var(--gold)}
    .soft-divider{height:1px;background:linear-gradient(90deg,transparent,var(--line),transparent);margin:26px 0}

    .site-header{
      position:sticky;top:0;z-index:1020;
      background:rgba(17,16,14,.92);
      backdrop-filter:blur(16px);
      border-bottom:1px solid var(--line-dark);
      box-shadow:0 14px 40px rgba(0,0,0,.18);
    }
    .brand-row{
      min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:22px;
    }
    .brand-logo{
      display:flex;align-items:center;gap:12px;min-width:250px;
    }
    .logo-mark{
      width:42px;height:42px;border-radius:14px;
      background:linear-gradient(135deg,var(--gold),var(--orange));
      color:#17120d;display:grid;place-items:center;
      box-shadow:0 12px 30px rgba(217,154,53,.28);
      font-weight:900;
    }
    .brand-text{display:flex;flex-direction:column;line-height:1.12}
    .brand-main{font-size:18px;font-weight:850;color:#fff;letter-spacing:-.02em}
    .brand-sub{font-size:12px;color:var(--muted-2);margin-top:5px}
    .portal-tools{
      flex:1;display:flex;align-items:center;justify-content:flex-end;gap:14px;min-width:0;
    }
    .search-box{
      width:min(420px,100%);
      display:flex;align-items:center;gap:10px;
      padding:10px 14px;border-radius:999px;
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.12);
      color:var(--muted-2);
    }
    .search-box input{
      flex:1;border:0;outline:0;background:transparent;color:#fff;min-width:80px;
    }
    .search-box input::placeholder{color:#968d82}
    .trend-pill{
      white-space:nowrap;display:inline-flex;align-items:center;gap:8px;
      color:#f4dfbd;border:1px solid rgba(217,154,53,.35);
      background:rgba(217,154,53,.12);padding:10px 14px;border-radius:999px;
      font-size:13px;font-weight:700;
    }
    .navbar-custom{
      min-height:46px;border-top:1px solid rgba(255,255,255,.07);
    }
    .nav-strip{
      display:flex;align-items:center;justify-content:space-between;gap:20px;
      overflow:hidden;
    }
    .channel-list{
      display:flex;align-items:center;gap:8px;overflow:auto;scrollbar-width:none;padding:8px 0;
    }
    .channel-list::-webkit-scrollbar{display:none}
    .channel-link{
      color:#d9d0c4;padding:8px 13px;border-radius:999px;font-size:14px;font-weight:700;white-space:nowrap;
    }
    .channel-link:hover,.channel-link.active{
      color:#17120d;background:linear-gradient(135deg,var(--gold),var(--gold-2));
    }
    .header-cta{
      color:#fff;background:rgba(112,185,157,.12);
      border:1px solid rgba(112,185,157,.32);
      padding:8px 13px;border-radius:999px;font-size:13px;font-weight:800;white-space:nowrap;
    }
    .navbar-toggler{
      border:1px solid rgba(255,255,255,.18);border-radius:12px;color:#fff;padding:8px 10px;
    }
    .navbar-toggler:focus{box-shadow:0 0 0 3px rgba(217,154,53,.26)}
    .mobile-panel{display:none}

    .hero{
      position:relative;overflow:hidden;
      background:
        radial-gradient(circle at 82% 18%, rgba(217,154,53,.22), transparent 30%),
        radial-gradient(circle at 20% 90%, rgba(112,185,157,.14), transparent 34%),
        linear-gradient(135deg,#171410 0%,#29231c 54%,#141311 100%);
      color:#fff;padding:88px 0 74px;border-bottom:1px solid rgba(0,0,0,.08);
    }
    .hero:before{
      content:"";position:absolute;inset:0;
      background-image:linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px, transparent 1px);
      background-size:34px 34px;mask-image:linear-gradient(180deg,rgba(0,0,0,.8),transparent 82%);
      pointer-events:none;
    }
    .hero .site-container{position:relative;z-index:1}
    .hero-grid{
      display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr);gap:36px;align-items:center;
    }
    .hero h1{
      font-size:clamp(38px,5vw,66px);line-height:1.08;letter-spacing:-.055em;
      font-weight:900;margin:18px 0 18px;max-width:820px;
    }
    .hero-lead{font-size:18px;color:#d8d0c4;max-width:760px;margin:0 0 30px}
    .hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:32px}
    .btn-brand,.btn-ghost,.btn-soft{
      display:inline-flex;align-items:center;justify-content:center;gap:9px;
      min-height:46px;padding:12px 18px;border-radius:14px;font-weight:850;border:1px solid transparent;
      transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease;
    }
    .btn-brand{
      background:linear-gradient(135deg,var(--gold),var(--orange));color:#17120d;
      box-shadow:0 14px 34px rgba(217,154,53,.27);
    }
    .btn-brand:hover{transform:translateY(-2px);color:#17120d;box-shadow:0 18px 44px rgba(217,154,53,.36)}
    .btn-ghost{border-color:rgba(255,255,255,.18);color:#fff;background:rgba(255,255,255,.06)}
    .btn-ghost:hover{transform:translateY(-2px);color:#fff;border-color:rgba(217,154,53,.45);background:rgba(217,154,53,.12)}
    .btn-soft{background:#fff6e8;color:#6f4717;border-color:rgba(217,154,53,.22)}
    .btn-soft:hover{transform:translateY(-2px);color:#4a2d0c;background:#ffe7bd}

    .hero-tags{display:flex;flex-wrap:wrap;gap:10px}
    .tag{
      display:inline-flex;align-items:center;gap:7px;
      padding:7px 11px;border-radius:999px;
      background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);
      color:#e6ded4;font-size:13px;font-weight:700;
    }
    .dashboard-card{
      background:rgba(255,250,241,.94);color:var(--text);
      border-radius:var(--radius-lg);padding:24px;
      box-shadow:var(--shadow-dark);border:1px solid rgba(255,255,255,.48);
    }
    .dash-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}
    .status-badge{
      display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;
      background:var(--green-2);color:#35775d;font-size:12px;font-weight:850;
    }
    .status-badge:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green)}
    .metric-stack{display:grid;gap:12px}
    .metric-row{
      display:grid;grid-template-columns:78px 1fr auto;gap:12px;align-items:center;
      padding:14px;border-radius:16px;background:#fff;border:1px solid var(--line);
    }
    .metric-num{font-size:24px;font-weight:900;color:var(--ink);letter-spacing:-.03em}
    .metric-label{font-weight:850;color:var(--ink);line-height:1.25}
    .metric-note{font-size:12px;color:var(--muted);margin-top:3px}
    .metric-chip{font-size:12px;font-weight:850;color:#8a5714;background:rgba(217,154,53,.12);padding:6px 9px;border-radius:999px}
    .progress-line{height:8px;border-radius:999px;background:#eee2d1;overflow:hidden;margin-top:14px}
    .progress-line span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--green),var(--gold));width:78%}

    .kpi-band{margin-top:-38px;position:relative;z-index:3}
    .kpi-grid{
      display:grid;grid-template-columns:repeat(4,1fr);gap:16px;
      background:rgba(255,250,241,.82);backdrop-filter:blur(14px);
      border:1px solid rgba(55,45,34,.12);border-radius:24px;padding:16px;box-shadow:var(--shadow);
    }
    .kpi-card{
      padding:18px;border-radius:18px;background:#fff;border:1px solid var(--line);
      transition:all .22s ease;
    }
    .kpi-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm);border-color:rgba(217,154,53,.28)}
    .kpi-value{font-size:30px;font-weight:900;color:var(--ink);letter-spacing:-.04em}
    .kpi-label{font-size:14px;font-weight:850;margin-top:4px}
    .kpi-copy{font-size:13px;color:var(--muted);margin-top:6px}

    .entry-grid{
      display:grid;grid-template-columns:1.1fr .9fr 1fr;gap:18px;margin-top:30px;
    }
    .entry-card{
      position:relative;overflow:hidden;min-height:230px;
      padding:24px;border-radius:var(--radius);background:var(--paper-2);
      border:1px solid var(--line);box-shadow:var(--shadow-sm);
      transition:all .24s ease;
    }
    .entry-card:nth-child(1){grid-row:span 2;background:linear-gradient(180deg,#fffaf1,#f2e6d4)}
    .entry-card:nth-child(4){grid-column:span 2;background:linear-gradient(135deg,#1e1b17,#33291d);color:#fff;border-color:rgba(255,255,255,.12)}
    .entry-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:rgba(217,154,53,.32)}
    .entry-icon{
      width:46px;height:46px;border-radius:15px;display:grid;place-items:center;
      background:rgba(217,154,53,.14);color:#9a641e;font-size:20px;margin-bottom:18px;
    }
    .entry-card:nth-child(4) .entry-icon{background:rgba(217,154,53,.18);color:var(--gold-2)}
    .entry-title{font-size:21px;font-weight:900;letter-spacing:-.03em;margin-bottom:10px}
    .entry-copy{color:var(--muted);margin:0 0 18px}
    .entry-card:nth-child(4) .entry-copy{color:#d6cfc5}
    .entry-link{font-weight:850;color:#8a5714}
    .entry-card:nth-child(4) .entry-link{color:var(--gold-2)}

    .compare-wrap{
      display:grid;grid-template-columns:.9fr 1.1fr;gap:26px;align-items:stretch;margin-top:30px;
    }
    .compare-panel{
      border-radius:var(--radius-lg);padding:28px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow-sm);
    }
    .compare-panel.dark{
      background:linear-gradient(145deg,#171410,#2b241c);color:#fff;border-color:rgba(255,255,255,.1);
      box-shadow:var(--shadow-dark);
    }
    .compare-title{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:900;margin-bottom:20px}
    .check-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}
    .check-list li{
      display:flex;gap:10px;align-items:flex-start;color:var(--muted);
      padding:12px;border-radius:14px;background:#fbf6ee;border:1px solid rgba(55,45,34,.08);
    }
    .dark .check-list li{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.1);color:#d8d0c4}
    .check-list i{margin-top:4px;color:var(--green)}
    .bar-item{margin-top:18px}
    .bar-top{display:flex;justify-content:space-between;font-weight:850;font-size:14px;margin-bottom:8px}
    .bar-bg{height:10px;border-radius:999px;background:rgba(255,255,255,.12);overflow:hidden}
    .bar-bg span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--green),var(--gold));}

    .latest-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:26px}
    .content-list{
      display:grid;grid-template-columns:1.1fr .9fr;gap:18px;
    }
    .post-card{
      background:#fff;border:1px solid var(--line);border-radius:var(--radius);
      padding:22px;box-shadow:var(--shadow-sm);transition:all .22s ease;min-height:188px;
      display:flex;flex-direction:column;
    }
    .post-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:rgba(217,154,53,.3)}
    .post-card.featured{grid-row:span 2;min-height:394px;background:linear-gradient(180deg,#fff,#fff5e5)}
    .post-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:14px}
    .badge-custom{
      display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 10px;
      font-size:12px;font-weight:850;background:rgba(112,185,157,.13);color:#34765c;border:1px solid rgba(112,185,157,.22);
    }
    .time-text{font-size:13px;color:var(--muted)}
    .post-title{font-size:21px;line-height:1.35;font-weight:900;letter-spacing:-.025em;color:var(--ink);margin-bottom:10px}
    .post-card.featured .post-title{font-size:30px;line-height:1.25;margin-top:12px}
    .post-excerpt{color:var(--muted);margin-bottom:18px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
    .post-link{margin-top:auto;font-weight:900;color:#8a5714;display:inline-flex;align-items:center;gap:8px}
    .empty-state{
      grid-column:1/-1;text-align:center;padding:46px 24px;border:1px dashed rgba(217,154,53,.4);
      background:#fff9ed;border-radius:var(--radius);color:var(--muted);
    }
    .empty-state i{font-size:34px;color:var(--gold);margin-bottom:12px}

    .timeline{
      background:linear-gradient(135deg,#201c17,#12110f);color:#fff;border-radius:var(--radius-lg);
      padding:34px;border:1px solid rgba(255,255,255,.11);box-shadow:var(--shadow-dark);
    }
    .timeline-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:26px}
    .step-card{
      background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.11);
      border-radius:18px;padding:20px;transition:all .22s ease;
    }
    .step-card:hover{transform:translateY(-3px);background:rgba(255,255,255,.09)}
    .step-num{font-size:13px;font-weight:900;color:var(--gold-2);margin-bottom:8px}
    .step-title{font-size:18px;font-weight:900;margin-bottom:8px}
    .step-copy{color:#d2c9bd;margin:0;font-size:14px}

    .faq-wrap{margin-top:28px}
    .accordion-item{
      border:1px solid var(--line)!important;border-radius:16px!important;overflow:hidden;background:#fff;margin-bottom:12px;box-shadow:var(--shadow-sm);
    }
    .accordion-button{
      background:#fff!important;color:var(--ink)!important;font-weight:900;font-size:17px;padding:18px 20px;box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){background:#fff7e9!important;color:#7d4f16!important}
    .accordion-button:focus{box-shadow:0 0 0 3px rgba(217,154,53,.18)!important}
    .accordion-body{color:var(--muted);padding:0 20px 20px}

    .cta-section{padding:84px 0}
    .cta-box{
      display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;
      background:linear-gradient(135deg,#181511,#30261a);color:#fff;
      border-radius:32px;padding:34px;border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow-dark);
    }
    .trust-list{display:grid;gap:12px;margin-top:22px;padding:0;list-style:none}
    .trust-list li{display:flex;gap:10px;color:#d6cfc5}
    .trust-list i{color:var(--green);margin-top:5px}
    .contact-form{
      background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);
      border-radius:24px;padding:24px;
    }
    .form-label{font-weight:850;color:#f8ead2;margin-bottom:8px}
    .form-control,.form-select{
      border-radius:14px;border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.09);color:#fff;min-height:48px;
    }
    .form-control::placeholder{color:#b9afa3}
    .form-select option{color:#1d1812}
    .form-control:focus,.form-select:focus{
      background:rgba(255,255,255,.12);color:#fff;border-color:rgba(217,154,53,.65);
      box-shadow:0 0 0 4px rgba(217,154,53,.16);
    }
    .privacy-note{font-size:12px;color:#bfb6aa;margin-top:12px}

    .site-footer{
      background:#12110f;color:#d7cec2;padding:56px 0 26px;border-top:1px solid rgba(255,255,255,.08);
    }
    .footer-grid{display:grid;grid-template-columns:1.3fr .75fr .75fr 1fr;gap:28px}
    .footer-brand{display:flex;gap:12px;align-items:center;margin-bottom:14px}
    .footer-title{font-size:18px;font-weight:900;color:#fff}
    .footer-copy{color:#a99f92;margin:0;max-width:410px}
    .footer-heading{font-size:15px;font-weight:900;color:#fff;margin-bottom:14px}
    .footer-links{display:grid;gap:9px}
    .footer-links a{color:#a99f92;font-size:14px}
    .footer-links a:hover{color:var(--gold-2);transform:translateX(2px)}
    .footer-bottom{
      display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;
      border-top:1px solid rgba(255,255,255,.08);margin-top:34px;padding-top:20px;color:#93897d;font-size:13px;
    }

    @media (max-width:1199px){
      .hero-grid,.compare-wrap,.cta-box{grid-template-columns:1fr}
      .entry-grid{grid-template-columns:1fr 1fr}
      .entry-card:nth-child(1),.entry-card:nth-child(4){grid-row:auto;grid-column:auto}
      .content-list{grid-template-columns:1fr 1fr}
      .post-card.featured{grid-row:auto}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:991px){
      .brand-row{min-height:68px}
      .portal-tools{display:none}
      .mobile-panel{display:block;padding:0 0 14px}
      .mobile-panel .search-box{width:100%;margin-bottom:10px}
      .nav-strip{display:block}
      .channel-list{padding:10px 0}
      .header-cta{display:inline-flex;margin-bottom:10px}
      .hero{padding:68px 0 64px}
      .kpi-grid{grid-template-columns:1fr 1fr}
      .timeline-grid{grid-template-columns:1fr}
    }
    @media (max-width:767px){
      .site-container{width:min(100% - 28px,var(--container))}
      .section{padding:64px 0}
      .section-tight{padding:44px 0}
      .brand-logo{min-width:0}
      .brand-main{font-size:16px}
      .brand-sub{display:none}
      .hero h1{font-size:38px}
      .hero-lead{font-size:16px}
      .dashboard-card{padding:18px;border-radius:22px}
      .metric-row{grid-template-columns:1fr;gap:6px}
      .kpi-band{margin-top:-24px}
      .kpi-grid,.entry-grid,.content-list{grid-template-columns:1fr}
      .latest-head{display:block}
      .post-card.featured .post-title{font-size:23px}
      .cta-box{padding:24px;border-radius:24px}
      .footer-grid{grid-template-columns:1fr}
      .footer-bottom{display:block}
      .footer-bottom span{display:block;margin-top:8px}
    }
    @media (max-width:520px){
      .hero-actions{flex-direction:column}
      .btn-brand,.btn-ghost,.btn-soft{width:100%}
      .channel-link{font-size:13px;padding:7px 10px}
      .kpi-card{padding:15px}
      .kpi-value{font-size:25px}
      .entry-card,.compare-panel,.timeline{padding:20px}
      .section-title{font-size:28px}
    }

/* roulang page: article */
:root {
      --ink: #171513;
      --ink-2: #24211e;
      --charcoal: #302c27;
      --paper: #f7f1e8;
      --paper-2: #fffaf1;
      --mist: #ebe2d5;
      --line: rgba(48, 44, 39, .12);
      --line-dark: rgba(255, 250, 241, .14);
      --text: #231f1b;
      --muted: #766d62;
      --muted-dark: #c9bdad;
      --amber: #d99a37;
      --amber-2: #f0b35a;
      --orange: #d76b35;
      --green: #7aa891;
      --green-soft: rgba(122, 168, 145, .16);
      --shadow: 0 18px 46px rgba(33, 28, 22, .10);
      --shadow-soft: 0 10px 28px rgba(33, 28, 22, .08);
      --radius-lg: 22px;
      --radius-md: 16px;
      --radius-sm: 12px;
      --container: 1240px;
      --font: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "HarmonyOS Sans SC", Arial, sans-serif;
      --ease: all .24s ease;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: var(--font);
      color: var(--text);
      background:
        radial-gradient(circle at 12% 4%, rgba(217, 154, 55, .10), transparent 28%),
        linear-gradient(180deg, #211e1a 0, #2b2722 285px, var(--paper) 286px, #f6efe4 100%);
      line-height: 1.72;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: var(--ease);
    }

    a:hover {
      color: var(--amber);
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    button,
    input,
    textarea,
    select {
      font: inherit;
    }

    button:focus,
    input:focus,
    textarea:focus,
    select:focus,
    a:focus-visible {
      outline: 3px solid rgba(217, 154, 55, .35);
      outline-offset: 3px;
    }

    .site-container {
      width: min(var(--container), calc(100% - 40px));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: rgba(29, 26, 22, .92);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid var(--line-dark);
      box-shadow: 0 12px 34px rgba(0, 0, 0, .18);
    }

    .brand-row {
      min-height: 78px;
      display: flex;
      align-items: center;
      gap: 22px;
      justify-content: space-between;
      padding: 13px 0 11px;
    }

    .brand-logo {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .logo-mark {
      width: 44px;
      height: 44px;
      border-radius: 15px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #251a0d;
      font-weight: 900;
      letter-spacing: -1px;
      background:
        linear-gradient(135deg, var(--amber-2), var(--amber) 58%, #c47d24);
      box-shadow: 0 12px 30px rgba(217, 154, 55, .28);
      flex: 0 0 auto;
    }

    .brand-text {
      display: flex;
      flex-direction: column;
      gap: 2px;
      min-width: 0;
    }

    .brand-main {
      color: var(--paper-2);
      font-size: 18px;
      font-weight: 850;
      letter-spacing: .2px;
      line-height: 1.2;
      white-space: nowrap;
    }

    .brand-sub {
      color: var(--muted-dark);
      font-size: 12px;
      line-height: 1.2;
      white-space: nowrap;
    }

    .portal-tools {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-left: auto;
    }

    .search-box {
      width: 360px;
      max-width: 38vw;
      height: 42px;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 0 14px;
      border-radius: 999px;
      background: rgba(255, 250, 241, .08);
      border: 1px solid rgba(255, 250, 241, .14);
      color: var(--muted-dark);
      transition: var(--ease);
    }

    .search-box:focus-within {
      background: rgba(255, 250, 241, .13);
      border-color: rgba(217, 154, 55, .48);
      box-shadow: 0 0 0 4px rgba(217, 154, 55, .12);
    }

    .search-box input {
      width: 100%;
      min-width: 0;
      border: 0;
      outline: 0;
      background: transparent;
      color: var(--paper-2);
      font-size: 14px;
    }

    .search-box input::placeholder {
      color: rgba(235, 226, 213, .62);
    }

    .trend-pill,
    .header-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border-radius: 999px;
      white-space: nowrap;
      font-size: 13px;
      font-weight: 700;
    }

    .trend-pill {
      height: 42px;
      padding: 0 15px;
      color: #eaf5ef;
      background: rgba(122, 168, 145, .14);
      border: 1px solid rgba(122, 168, 145, .28);
    }

    .trend-pill:hover {
      color: #fff;
      background: rgba(122, 168, 145, .22);
      transform: translateY(-1px);
    }

    .navbar-toggler {
      width: 44px;
      height: 42px;
      border-radius: 14px;
      border: 1px solid rgba(255, 250, 241, .16);
      color: var(--paper-2);
      background: rgba(255, 250, 241, .08);
    }

    .nav-strip {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 0 0 13px;
    }

    .channel-list {
      display: flex;
      align-items: center;
      gap: 4px;
      overflow-x: auto;
      scrollbar-width: none;
    }

    .channel-list::-webkit-scrollbar {
      display: none;
    }

    .channel-link {
      position: relative;
      display: inline-flex;
      align-items: center;
      height: 36px;
      padding: 0 14px;
      border-radius: 999px;
      color: rgba(255, 250, 241, .72);
      font-size: 14px;
      font-weight: 700;
      white-space: nowrap;
    }

    .channel-link:hover,
    .channel-link.active {
      color: var(--paper-2);
      background: rgba(255, 250, 241, .10);
    }

    .channel-link.active::after {
      content: "";
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: -8px;
      height: 2px;
      border-radius: 4px;
      background: var(--amber);
    }

    .header-cta {
      height: 38px;
      padding: 0 16px;
      color: #21170c;
      background: linear-gradient(135deg, var(--amber-2), var(--amber));
      box-shadow: 0 10px 24px rgba(217, 154, 55, .18);
    }

    .header-cta:hover {
      color: #21170c;
      transform: translateY(-2px);
      box-shadow: 0 16px 32px rgba(217, 154, 55, .28);
    }

    .mobile-panel {
      padding: 2px 0 12px;
    }

    .mobile-panel .search-box {
      width: 100%;
      max-width: none;
    }

    .page-main {
      padding: 46px 0 0;
    }

    .article-shell {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 330px;
      gap: 28px;
      align-items: start;
    }

    .article-hero {
      position: relative;
      overflow: hidden;
      color: var(--paper-2);
      background:
        linear-gradient(135deg, rgba(255, 250, 241, .10), rgba(255, 250, 241, .035)),
        radial-gradient(circle at 78% 18%, rgba(217, 154, 55, .18), transparent 34%),
        linear-gradient(145deg, #29241f, #181614);
      border: 1px solid rgba(255, 250, 241, .11);
      border-radius: 28px;
      box-shadow: 0 20px 60px rgba(0, 0, 0, .18);
      padding: 34px 34px 32px;
      margin-bottom: 26px;
    }

    .article-hero::before {
      content: "";
      position: absolute;
      width: 260px;
      height: 260px;
      right: -86px;
      bottom: -130px;
      border-radius: 50%;
      border: 42px solid rgba(122, 168, 145, .12);
    }

    .breadcrumb-line {
      position: relative;
      z-index: 1;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 9px;
      color: rgba(255, 250, 241, .66);
      font-size: 13px;
      margin-bottom: 20px;
    }

    .breadcrumb-line a {
      color: rgba(255, 250, 241, .72);
    }

    .breadcrumb-line a:hover {
      color: var(--amber-2);
    }

    .breadcrumb-line i {
      font-size: 10px;
      color: rgba(255, 250, 241, .34);
    }

    .article-kicker {
      position: relative;
      z-index: 1;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      border-radius: 999px;
      color: #ebfff6;
      background: rgba(122, 168, 145, .15);
      border: 1px solid rgba(122, 168, 145, .32);
      font-size: 13px;
      font-weight: 800;
      margin-bottom: 16px;
    }

    .article-title {
      position: relative;
      z-index: 1;
      max-width: 850px;
      margin: 0 0 14px;
      color: var(--paper-2);
      font-size: clamp(30px, 4vw, 50px);
      line-height: 1.16;
      letter-spacing: -.8px;
      font-weight: 900;
    }

    .article-desc {
      position: relative;
      z-index: 1;
      max-width: 760px;
      margin: 0;
      color: rgba(255, 250, 241, .78);
      font-size: 16px;
      line-height: 1.78;
    }

    .article-meta {
      position: relative;
      z-index: 1;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 22px;
    }

    .meta-chip {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      min-height: 34px;
      padding: 0 12px;
      border-radius: 999px;
      color: rgba(255, 250, 241, .82);
      background: rgba(255, 250, 241, .08);
      border: 1px solid rgba(255, 250, 241, .13);
      font-size: 13px;
      font-weight: 700;
    }

    .meta-chip strong {
      color: var(--amber-2);
      font-weight: 850;
    }

    .content-panel,
    .side-card,
    .recommend-card,
    .notice-card,
    .cta-panel {
      background: rgba(255, 250, 241, .92);
      border: 1px solid rgba(48, 44, 39, .10);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-soft);
    }

    .content-panel {
      overflow: hidden;
    }

    .reader-toolbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 18px 24px;
      background: linear-gradient(180deg, rgba(255, 250, 241, .98), rgba(247, 241, 232, .72));
      border-bottom: 1px solid var(--line);
    }

    .reader-label {
      display: flex;
      align-items: center;
      gap: 10px;
      color: var(--charcoal);
      font-size: 14px;
      font-weight: 850;
    }

    .reader-label span {
      width: 30px;
      height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      color: #1f170c;
      background: rgba(217, 154, 55, .22);
    }

    .reader-actions {
      display: flex;
      align-items: center;
      gap: 8px;
      color: var(--muted);
      font-size: 13px;
    }

    .reader-action {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 7px 11px;
      border-radius: 999px;
      background: #fff7ea;
      border: 1px solid var(--line);
      font-weight: 700;
    }

    .reader-action:hover {
      color: var(--text);
      background: rgba(217, 154, 55, .13);
      border-color: rgba(217, 154, 55, .28);
    }

    .article-content {
      padding: 34px 38px 42px;
      font-size: 17px;
      line-height: 1.9;
      color: #2b2722;
    }

    .article-content h2,
    .article-content h3,
    .article-content h4 {
      color: #201c18;
      font-weight: 900;
      line-height: 1.35;
      margin: 1.8em 0 .75em;
      letter-spacing: -.2px;
    }

    .article-content h2 {
      font-size: 28px;
      padding-left: 15px;
      border-left: 4px solid var(--amber);
    }

    .article-content h3 {
      font-size: 22px;
    }

    .article-content p {
      margin: 0 0 1.15em;
    }

    .article-content a {
      color: #a5671d;
      font-weight: 800;
      border-bottom: 1px solid rgba(217, 154, 55, .35);
    }

    .article-content a:hover {
      color: var(--orange);
      border-color: var(--orange);
    }

    .article-content blockquote {
      margin: 28px 0;
      padding: 22px 24px;
      border-left: 4px solid var(--green);
      border-radius: 0 16px 16px 0;
      background: rgba(122, 168, 145, .11);
      color: #3c3934;
      font-weight: 700;
    }

    .article-content ul,
    .article-content ol {
      margin: 0 0 1.25em 1.2em;
      padding-left: 1.1em;
    }

    .article-content li {
      margin-bottom: .55em;
    }

    .article-content img {
      margin: 28px auto;
      border-radius: 18px;
      border: 1px solid var(--line);
      box-shadow: var(--shadow-soft);
    }

    .article-content hr {
      border: 0;
      height: 1px;
      margin: 34px 0;
      background: linear-gradient(90deg, transparent, rgba(48, 44, 39, .18), transparent);
    }

    .empty-state {
      text-align: center;
      padding: 54px 18px;
    }

    .empty-state .empty-icon {
      width: 74px;
      height: 74px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 24px;
      color: var(--amber);
      background: rgba(217, 154, 55, .13);
      font-size: 30px;
      margin-bottom: 18px;
    }

    .empty-state h2 {
      margin: 0 0 10px;
      color: #201c18;
      font-size: 26px;
      font-weight: 900;
    }

    .empty-state p {
      margin: 0 auto 22px;
      max-width: 520px;
      color: var(--muted);
      font-size: 15px;
    }

    .btn-brand,
    .btn-ghost {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 44px;
      padding: 0 18px;
      border-radius: 14px;
      font-weight: 850;
      transition: var(--ease);
      border: 1px solid transparent;
    }

    .btn-brand {
      color: #24180b;
      background: linear-gradient(135deg, var(--amber-2), var(--amber));
      box-shadow: 0 12px 28px rgba(217, 154, 55, .20);
    }

    .btn-brand:hover {
      color: #24180b;
      transform: translateY(-2px);
      box-shadow: 0 18px 38px rgba(217, 154, 55, .30);
    }

    .btn-ghost {
      color: var(--text);
      background: rgba(255, 250, 241, .62);
      border-color: var(--line);
    }

    .btn-ghost:hover {
      color: var(--text);
      background: #fff7ea;
      border-color: rgba(217, 154, 55, .32);
      transform: translateY(-2px);
    }

    .article-aside {
      position: sticky;
      top: 142px;
      display: grid;
      gap: 16px;
    }

    .side-card {
      padding: 20px;
    }

    .side-title {
      display: flex;
      align-items: center;
      gap: 9px;
      margin: 0 0 14px;
      color: #211e1a;
      font-size: 16px;
      font-weight: 900;
    }

    .side-title i {
      color: var(--amber);
    }

    .toc-list,
    .hot-list,
    .keyword-list {
      display: grid;
      gap: 9px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .toc-list a,
    .hot-list a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 10px 12px;
      border-radius: 13px;
      color: #3b352e;
      background: rgba(247, 241, 232, .72);
      border: 1px solid rgba(48, 44, 39, .08);
      font-size: 14px;
      font-weight: 750;
    }

    .toc-list a:hover,
    .hot-list a:hover {
      color: #1f1b17;
      background: rgba(217, 154, 55, .14);
      border-color: rgba(217, 154, 55, .24);
      transform: translateX(2px);
    }

    .toc-list a i,
    .hot-list a i {
      color: var(--muted);
      font-size: 12px;
    }

    .keyword-list {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .keyword-list span {
      display: inline-flex;
      align-items: center;
      padding: 7px 10px;
      border-radius: 999px;
      color: #355849;
      background: var(--green-soft);
      border: 1px solid rgba(122, 168, 145, .22);
      font-size: 12px;
      font-weight: 800;
    }

    .status-meter {
      display: grid;
      gap: 12px;
    }

    .meter-row {
      display: grid;
      gap: 7px;
    }

    .meter-info {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 750;
    }

    .meter-track {
      height: 8px;
      overflow: hidden;
      border-radius: 999px;
      background: rgba(48, 44, 39, .08);
    }

    .meter-fill {
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--green), var(--amber));
    }

    .section-block {
      margin-top: 28px;
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 16px;
    }

    .section-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 8px;
      color: #8b5a1d;
      font-size: 13px;
      font-weight: 900;
    }

    .section-title {
      margin: 0;
      color: #211e1a;
      font-size: 26px;
      line-height: 1.3;
      font-weight: 900;
      letter-spacing: -.3px;
    }

    .section-desc {
      margin: 6px 0 0;
      color: var(--muted);
      font-size: 15px;
    }

    .recommend-grid {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 16px;
    }

    .recommend-card {
      position: relative;
      overflow: hidden;
      padding: 22px;
      transition: var(--ease);
    }

    .recommend-card:hover {
      transform: translateY(-3px);
      box-shadow: var(--shadow);
      border-color: rgba(217, 154, 55, .26);
    }

    .recommend-card.featured {
      min-height: 210px;
      color: var(--paper-2);
      background:
        radial-gradient(circle at 92% 10%, rgba(217, 154, 55, .22), transparent 36%),
        linear-gradient(135deg, #2e2923, #1c1916);
      border-color: rgba(255, 250, 241, .14);
    }

    .recommend-card.featured .recommend-title,
    .recommend-card.featured .recommend-text {
      color: var(--paper-2);
    }

    .recommend-tag {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 7px 10px;
      border-radius: 999px;
      color: #25180b;
      background: rgba(217, 154, 55, .88);
      font-size: 12px;
      font-weight: 900;
      margin-bottom: 14px;
    }

    .recommend-card:not(.featured) .recommend-tag {
      color: #795016;
      background: rgba(217, 154, 55, .13);
      border: 1px solid rgba(217, 154, 55, .22);
    }

    .recommend-title {
      margin: 0 0 9px;
      color: #211e1a;
      font-size: 20px;
      font-weight: 900;
      line-height: 1.42;
    }

    .recommend-text {
      margin: 0 0 16px;
      color: var(--muted);
      font-size: 14px;
    }

    .mini-stack {
      display: grid;
      gap: 16px;
    }

    .notice-card {
      padding: 22px;
    }

    .notice-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
    }

    .notice-item {
      padding: 16px;
      border-radius: 17px;
      background: rgba(247, 241, 232, .72);
      border: 1px solid rgba(48, 44, 39, .08);
    }

    .notice-item strong {
      display: block;
      color: #211e1a;
      font-size: 16px;
      font-weight: 900;
      margin-bottom: 5px;
    }

    .notice-item span {
      color: var(--muted);
      font-size: 13px;
    }

    .faq-wrap {
      display: grid;
      gap: 10px;
    }

    .accordion {
      --bs-accordion-bg: transparent;
      --bs-accordion-border-color: transparent;
      --bs-accordion-btn-focus-box-shadow: 0 0 0 4px rgba(217, 154, 55, .14);
      --bs-accordion-active-color: #211e1a;
      --bs-accordion-active-bg: rgba(217, 154, 55, .10);
    }

    .accordion-item {
      overflow: hidden;
      margin-bottom: 10px;
      border: 1px solid rgba(48, 44, 39, .10) !important;
      border-radius: 16px !important;
      background: rgba(255, 250, 241, .88);
      box-shadow: 0 8px 22px rgba(33, 28, 22, .06);
    }

    .accordion-button {
      padding: 17px 19px;
      color: #211e1a;
      font-weight: 900;
      background: transparent;
      box-shadow: none !important;
    }

    .accordion-button:not(.collapsed) {
      color: #211e1a;
      background: rgba(217, 154, 55, .10);
    }

    .accordion-body {
      padding: 0 19px 18px;
      color: var(--muted);
      font-size: 15px;
    }

    .cta-panel {
      overflow: hidden;
      display: grid;
      grid-template-columns: 1fr 360px;
      gap: 20px;
      padding: 28px;
      background:
        radial-gradient(circle at 90% 0, rgba(122, 168, 145, .16), transparent 30%),
        linear-gradient(135deg, rgba(255, 250, 241, .96), rgba(247, 241, 232, .90));
    }

    .cta-panel h2 {
      margin: 0 0 10px;
      color: #211e1a;
      font-size: 27px;
      font-weight: 900;
      line-height: 1.3;
    }

    .cta-panel p {
      margin: 0 0 18px;
      color: var(--muted);
    }

    .cta-points {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin-top: 18px;
    }

    .cta-points span {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 8px 11px;
      border-radius: 999px;
      color: #355849;
      background: rgba(122, 168, 145, .14);
      border: 1px solid rgba(122, 168, 145, .22);
      font-size: 13px;
      font-weight: 800;
    }

    .quick-form {
      display: grid;
      gap: 10px;
    }

    .form-control,
    .form-select {
      min-height: 44px;
      border-radius: 14px;
      border: 1px solid rgba(48, 44, 39, .12);
      background-color: rgba(255, 250, 241, .86);
      color: var(--text);
      box-shadow: none;
    }

    .form-control:focus,
    .form-select:focus {
      border-color: rgba(217, 154, 55, .58);
      box-shadow: 0 0 0 4px rgba(217, 154, 55, .13);
      background-color: #fffaf1;
    }

    .form-control::placeholder {
      color: #9d9285;
    }

    .site-footer {
      margin-top: 64px;
      padding: 54px 0 24px;
      color: rgba(255, 250, 241, .78);
      background:
        radial-gradient(circle at 12% 8%, rgba(217, 154, 55, .12), transparent 28%),
        linear-gradient(180deg, #24201c, #171513);
      border-top: 1px solid rgba(255, 250, 241, .10);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.55fr .8fr .8fr 1.05fr;
      gap: 30px;
      padding-bottom: 34px;
    }

    .footer-brand {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 14px;
    }

    .footer-title {
      display: block;
      color: var(--paper-2);
      font-size: 18px;
      font-weight: 900;
    }

    .footer-copy {
      max-width: 420px;
      margin: 0;
      color: rgba(255, 250, 241, .66);
      font-size: 14px;
    }

    .footer-heading {
      margin-bottom: 12px;
      color: var(--paper-2);
      font-size: 15px;
      font-weight: 900;
    }

    .footer-links {
      display: grid;
      gap: 8px;
      color: rgba(255, 250, 241, .62);
      font-size: 14px;
    }

    .footer-links a:hover {
      color: var(--amber-2);
      transform: translateX(2px);
    }

    .footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding-top: 22px;
      border-top: 1px solid rgba(255, 250, 241, .10);
      color: rgba(255, 250, 241, .54);
      font-size: 13px;
    }

    @media (max-width: 1199px) {
      .article-shell {
        grid-template-columns: minmax(0, 1fr) 292px;
        gap: 22px;
      }

      .search-box {
        width: 300px;
      }

      .article-content {
        padding: 30px 30px 38px;
      }
    }

    @media (max-width: 991px) {
      body {
        background:
          linear-gradient(180deg, #211e1a 0, #2b2722 210px, var(--paper) 211px, #f6efe4 100%);
      }

      .brand-row {
        min-height: 70px;
      }

      .portal-tools {
        display: none;
      }

      .navbar-custom {
        padding-bottom: 12px;
      }

      .nav-strip {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        padding-bottom: 0;
      }

      .channel-list {
        padding: 6px;
        border-radius: 18px;
        background: rgba(255, 250, 241, .06);
      }

      .channel-link.active::after {
        display: none;
      }

      .header-cta {
        width: 100%;
      }

      .article-shell {
        grid-template-columns: 1fr;
      }

      .article-aside {
        position: static;
        grid-template-columns: repeat(2, 1fr);
      }

      .article-hero {
        padding: 30px 26px;
      }

      .recommend-grid,
      .cta-panel {
        grid-template-columns: 1fr;
      }

      .notice-grid {
        grid-template-columns: 1fr;
      }

      .footer-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    @media (max-width: 767px) {
      .site-container {
        width: min(100% - 28px, var(--container));
      }

      .brand-main {
        font-size: 15px;
      }

      .brand-sub {
        display: none;
      }

      .logo-mark {
        width: 40px;
        height: 40px;
        border-radius: 13px;
      }

      .page-main {
        padding-top: 28px;
      }

      .article-hero {
        border-radius: 22px;
        padding: 25px 20px;
      }

      .article-title {
        font-size: clamp(26px, 8vw, 36px);
      }

      .article-desc {
        font-size: 15px;
      }

      .reader-toolbar {
        align-items: flex-start;
        flex-direction: column;
        padding: 16px 18px;
      }

      .reader-actions {
        flex-wrap: wrap;
      }

      .article-content {
        padding: 25px 20px 32px;
        font-size: 16px;
        line-height: 1.86;
      }

      .article-content h2 {
        font-size: 23px;
      }

      .article-content h3 {
        font-size: 20px;
      }

      .article-aside {
        grid-template-columns: 1fr;
      }

      .section-head {
        align-items: flex-start;
        flex-direction: column;
      }

      .cta-panel {
        padding: 22px;
      }

      .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
      }
    }

    @media (max-width: 520px) {
      .brand-row {
        gap: 12px;
      }

      .brand-logo {
        max-width: calc(100% - 58px);
      }

      .brand-main {
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .channel-list {
        align-items: stretch;
        flex-direction: column;
        overflow: visible;
      }

      .channel-link {
        justify-content: center;
        width: 100%;
      }

      .article-meta {
        flex-direction: column;
        align-items: flex-start;
      }

      .meta-chip {
        width: 100%;
        justify-content: flex-start;
      }

      .recommend-card {
        padding: 19px;
      }

      .cta-panel h2,
      .section-title {
        font-size: 23px;
      }
    }
