/* roulang page: index */
:root{
      --green:#238B57;
      --green-dark:#176B42;
      --green-soft:#EAF6EA;
      --lime:#A6D96A;
      --yellow:#F2B84B;
      --ink:#17231C;
      --muted:#647268;
      --light:#F5F8F3;
      --cream:#FAFBF6;
      --line:#DDE8DC;
      --white:#FFFFFF;
      --shadow:0 14px 42px rgba(23,35,28,.09);
      --shadow-sm:0 8px 24px rgba(23,35,28,.07);
      --radius:20px;
      --radius-lg:28px;
      --max:1220px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei","Noto Sans CJK SC",Arial,sans-serif;
      color:var(--ink);
      background:linear-gradient(180deg,#fff 0%,var(--cream) 42%,#fff 100%);
      line-height:1.78;
      font-size:16px;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:.22s ease}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(166,217,106,.45)}
    .container{max-width:var(--max)}
    .section{padding:86px 0}
    .section-sm{padding:64px 0}
    .eyebrow{
      display:inline-flex;align-items:center;gap:8px;
      padding:7px 13px;border-radius:999px;
      background:var(--green-soft);color:var(--green-dark);
      font-size:13px;font-weight:700;border:1px solid rgba(35,139,87,.16);
      margin-bottom:16px;
    }
    .eyebrow::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 4px rgba(166,217,106,.22)}
    h1,h2,h3,h4{letter-spacing:-.02em;color:var(--ink)}
    h1{font-size:clamp(32px,4.2vw,54px);font-weight:800;line-height:1.16;margin:0 0 20px}
    h2{font-size:clamp(25px,3vw,36px);font-weight:800;line-height:1.28;margin:0 0 14px}
    h3{font-size:20px;font-weight:750;line-height:1.35;margin:0 0 10px}
    .lead-text{font-size:18px;color:var(--muted);line-height:1.85;margin-bottom:26px}
    .muted{color:var(--muted)}
    .section-head{max-width:760px;margin-bottom:34px}
    .section-head.center{text-align:center;margin-left:auto;margin-right:auto}
    .btn-brand,.btn-ghost{
      display:inline-flex;align-items:center;justify-content:center;gap:8px;
      border-radius:999px;padding:12px 20px;font-weight:750;
      min-height:46px;border:1px solid transparent;transition:.22s ease;
      box-shadow:none;white-space:nowrap;
    }
    .btn-brand{background:var(--green);color:#fff}
    .btn-brand:hover,.btn-brand:focus{background:var(--green-dark);color:#fff;transform:translateY(-2px);box-shadow:0 12px 28px rgba(35,139,87,.22)}
    .btn-ghost{background:#fff;color:var(--green-dark);border-color:var(--line)}
    .btn-ghost:hover,.btn-ghost:focus{background:var(--green-soft);color:var(--green-dark);border-color:rgba(35,139,87,.32);transform:translateY(-2px)}
    a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
      outline:3px solid rgba(35,139,87,.25);outline-offset:3px;
    }

    .site-header{
      position:sticky;top:0;z-index:1000;
      background:rgba(255,255,255,.94);
      backdrop-filter:saturate(140%) blur(12px);
      border-bottom:1px solid rgba(221,232,220,.82);
    }
    .navbar{padding:14px 0}
    .brand-logo{display:flex;align-items:center;gap:10px;font-weight:850;color:var(--ink);font-size:21px}
    .logo-mark{
      width:42px;height:42px;border-radius:16px;
      background:linear-gradient(135deg,var(--green),#4BB36F);
      display:grid;place-items:center;color:#fff;box-shadow:0 10px 22px rgba(35,139,87,.22);
      position:relative;overflow:hidden;
    }
    .logo-mark::before{content:"⚽";font-size:22px;filter:grayscale(.1)}
    .navbar-nav{gap:6px}
    .nav-link{
      color:#425047!important;font-weight:700;border-radius:999px;
      padding:9px 14px!important;position:relative;
    }
    .nav-link:hover{background:var(--green-soft);color:var(--green-dark)!important}
    .nav-link.active{background:var(--green);color:#fff!important;box-shadow:0 8px 18px rgba(35,139,87,.18)}
    .nav-actions{display:flex;align-items:center;gap:12px}
    .search-pill{
      display:flex;align-items:center;gap:8px;
      background:var(--light);border:1px solid var(--line);
      border-radius:999px;padding:8px 13px;min-width:230px;
    }
    .search-pill span{color:var(--green);font-size:16px}
    .search-pill input{border:0;background:transparent;outline:0;width:100%;font-size:14px;color:var(--ink)}
    .search-pill input::placeholder{color:#829086}
    .navbar-toggler{border:1px solid var(--line);border-radius:12px;padding:8px 10px}
    .navbar-toggler:focus{box-shadow:0 0 0 .22rem rgba(35,139,87,.18)}

    .hero{
      position:relative;overflow:hidden;padding:82px 0 52px;
      background:
        radial-gradient(circle at 15% 18%,rgba(166,217,106,.35),transparent 28%),
        radial-gradient(circle at 82% 18%,rgba(242,184,75,.18),transparent 26%),
        linear-gradient(135deg,#fff 0%,#F1F8EE 52%,#fff 100%);
    }
    .hero::after{
      content:"";position:absolute;inset:auto -80px -130px auto;width:460px;height:460px;
      background:url('/assets/images/backpic/back-1.webp') center/cover no-repeat;
      opacity:.13;border-radius:50%;filter:saturate(1.05);
    }
    .hero-wrap{position:relative;z-index:1}
    .hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0 0}
    .tag{
      display:inline-flex;align-items:center;gap:6px;
      padding:8px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);
      color:#4f5e54;font-size:13px;font-weight:700;box-shadow:0 6px 16px rgba(23,35,28,.04);
    }
    .tag.hot{background:#FFF7E5;border-color:rgba(242,184,75,.35);color:#8A5C11}
    .hero-panel{
      border-radius:var(--radius-lg);background:rgba(255,255,255,.88);
      border:1px solid rgba(221,232,220,.88);box-shadow:var(--shadow);
      padding:18px;position:relative;overflow:hidden;
    }
    .hero-panel::before{
      content:"";position:absolute;inset:0;background:url('/assets/images/backpic/back-2.webp') center/cover no-repeat;
      opacity:.08;pointer-events:none;
    }
    .score-card,.mini-card,.league-card{
      position:relative;background:#fff;border:1px solid var(--line);
      border-radius:20px;padding:18px;box-shadow:var(--shadow-sm);
    }
    .score-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
    .status{font-size:12px;font-weight:800;color:#7A5008;background:#FFF3D4;border-radius:999px;padding:5px 10px}
    .teams{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;text-align:center}
    .team{font-weight:800}
    .score{font-size:30px;font-weight:900;color:var(--green-dark);letter-spacing:.02em}
    .panel-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:14px;margin-top:14px}
    .mini-card strong{display:block;font-size:24px;color:var(--green);line-height:1.1}
    .league-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px dashed var(--line);font-size:14px}
    .league-row:last-child{border-bottom:0}
    .league-row b{color:var(--green-dark)}

    .metric-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
    .metric-card{
      background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px 16px;
      box-shadow:var(--shadow-sm);transition:.22s ease;min-height:152px;
    }
    .metric-card:hover{transform:translateY(-3px);border-color:rgba(35,139,87,.34);box-shadow:var(--shadow)}
    .metric-icon{width:38px;height:38px;border-radius:14px;background:var(--green-soft);display:grid;place-items:center;margin-bottom:12px;color:var(--green);font-size:20px}
    .metric-num{font-size:28px;font-weight:900;color:var(--green-dark);line-height:1}
    .metric-card:nth-child(2n) .metric-num{color:#A66D10}
    .metric-card p{font-size:13px;color:var(--muted);margin:8px 0 0;line-height:1.55}

    .matrix{
      display:grid;grid-template-columns:.88fr 1.12fr;gap:24px;align-items:stretch;
    }
    .matrix-feature{
      border-radius:var(--radius-lg);overflow:hidden;position:relative;min-height:520px;
      background:#12321F;color:#fff;box-shadow:var(--shadow);
    }
    .matrix-feature img{width:100%;height:100%;object-fit:cover;opacity:.48;position:absolute;inset:0}
    .matrix-feature .content{position:absolute;inset:auto 0 0;padding:30px;background:linear-gradient(180deg,transparent,rgba(16,32,24,.92))}
    .matrix-feature h3{color:#fff;font-size:28px}
    .matrix-feature p{color:rgba(255,255,255,.82)}
    .service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
    .service-card{
      background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;
      box-shadow:var(--shadow-sm);transition:.22s ease;
    }
    .service-card:hover{transform:translateY(-4px);border-color:rgba(35,139,87,.34);box-shadow:var(--shadow)}
    .service-card .icon{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,var(--green-soft),#fff);display:grid;place-items:center;color:var(--green);font-size:22px;margin-bottom:14px}
    .service-card p{color:var(--muted);margin:0 0 12px;font-size:15px}
    .small-badge{display:inline-flex;border-radius:999px;background:#F2F8EF;color:var(--green-dark);padding:5px 10px;font-size:12px;font-weight:750}

    .compare-wrap{
      background:linear-gradient(135deg,#F7FAF4,#fff);
      border:1px solid var(--line);border-radius:var(--radius-lg);padding:26px;box-shadow:var(--shadow-sm);
    }
    .compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
    .compare-card{
      border-radius:22px;padding:24px;border:1px solid var(--line);background:#fff;
    }
    .compare-card.good{background:linear-gradient(180deg,#fff,#EFF9ED);border-color:rgba(35,139,87,.28)}
    .compare-list{list-style:none;padding:0;margin:16px 0 0}
    .compare-list li{display:flex;gap:10px;padding:11px 0;border-bottom:1px dashed var(--line);color:#4f5e54}
    .compare-list li:last-child{border-bottom:0}
    .check{color:var(--green);font-weight:900}
    .dash{color:#98A49B;font-weight:900}

    .category-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
    .category-card{
      position:relative;overflow:hidden;border-radius:24px;min-height:230px;background:#102018;color:#fff;box-shadow:var(--shadow);
    }
    .category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.48;transition:.35s ease}
    .category-card:hover img{transform:scale(1.05);opacity:.58}
    .category-card .overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,32,24,.1),rgba(16,32,24,.86))}
    .category-card .body{position:absolute;inset:auto 0 0;padding:22px}
    .category-card h3{color:#fff}
    .category-card p{color:rgba(255,255,255,.82);font-size:14px;margin-bottom:14px}
    .category-card .link{color:#D7F3BD;font-weight:800}

    .review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
    .review-card{
      background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;
      box-shadow:var(--shadow-sm);transition:.22s ease;
    }
    .review-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:rgba(35,139,87,.28)}
    .review-top{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;margin-bottom:12px}
    .review-name{font-weight:850;color:var(--ink)}
    .review-tag{display:block;color:var(--muted);font-size:12px;margin-top:2px}
    .rating{color:#A66D10;background:#FFF7E5;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:850;white-space:nowrap}
    .review-card p{font-size:14px;color:#405047;line-height:1.72;margin:0 0 14px}
    .review-meta{display:flex;justify-content:space-between;gap:8px;color:var(--muted);font-size:12px;border-top:1px dashed var(--line);padding-top:12px}

    .accordion{display:grid;gap:12px}
    .accordion-item{
      border:1px solid var(--line)!important;border-radius:18px!important;overflow:hidden;
      background:#fff;box-shadow:0 6px 18px rgba(23,35,28,.04);
    }
    .accordion-button{
      font-weight:800;color:var(--ink);background:#fff!important;padding:18px 20px;
      box-shadow:none!important;line-height:1.55;
    }
    .accordion-button:not(.collapsed){color:var(--green-dark);border-left:5px solid var(--green);padding-left:15px}
    .accordion-button:focus{box-shadow:0 0 0 .2rem rgba(35,139,87,.16)!important}
    .accordion-body{color:var(--muted);line-height:1.85;padding:0 20px 20px 20px}

    .cta-panel{
      border-radius:var(--radius-lg);padding:34px;
      background:
        radial-gradient(circle at 88% 12%,rgba(166,217,106,.24),transparent 26%),
        linear-gradient(135deg,#12331F,#1E7048);
      color:#fff;box-shadow:var(--shadow);overflow:hidden;position:relative;
    }
    .cta-panel h2,.cta-panel h3{color:#fff}
    .cta-panel p{color:rgba(255,255,255,.78)}
    .form-card{
      background:#fff;border:1px solid rgba(255,255,255,.3);border-radius:24px;padding:24px;
      box-shadow:0 16px 42px rgba(0,0,0,.12);
    }
    .form-label{font-weight:750;color:var(--ink);font-size:14px}
    .form-control,.form-select{
      border-radius:14px;border-color:var(--line);padding:12px 14px;color:var(--ink);
      background:#FAFCF8;
    }
    .form-control:focus,.form-select:focus{
      border-color:var(--green);box-shadow:0 0 0 .22rem rgba(35,139,87,.14);background:#fff;
    }
    .process-list{list-style:none;padding:0;margin:20px 0 0}
    .process-list li{display:flex;gap:12px;margin-bottom:14px;color:rgba(255,255,255,.84)}
    .process-list b{display:grid;place-items:center;flex:0 0 28px;height:28px;border-radius:50%;background:rgba(255,255,255,.16);color:#DDF7C0}

    .site-footer{background:#102018;color:rgba(255,255,255,.76);padding:52px 0 24px}
    .footer-brand{display:flex;align-items:center;gap:10px;justify-content:center;font-size:22px;font-weight:850;color:#fff;margin-bottom:14px}
    .footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px;margin:22px 0}
    .footer-links a{color:rgba(255,255,255,.76);font-size:14px}
    .footer-links a:hover{color:var(--lime)}
    .footer-record{text-align:center;font-size:12.5px;line-height:1.9;color:rgba(255,255,255,.62)}
    .footer-desc{text-align:center;max-width:760px;margin:0 auto;color:rgba(255,255,255,.66);font-size:14px}

    @media (max-width:1199.98px){
      .metric-grid{grid-template-columns:repeat(3,1fr)}
      .review-grid{grid-template-columns:repeat(2,1fr)}
      .category-strip{grid-template-columns:repeat(2,1fr)}
      .search-pill{min-width:190px}
    }
    @media (max-width:991.98px){
      .navbar-collapse{padding-top:16px}
      .nav-actions{flex-direction:column;align-items:stretch;margin-top:14px}
      .search-pill{width:100%;min-width:0}
      .hero{padding:58px 0 44px}
      .panel-grid,.matrix,.compare-grid{grid-template-columns:1fr}
      .matrix-feature{min-height:360px}
      .section{padding:66px 0}
    }
    @media (max-width:767.98px){
      body{font-size:15px}
      .lead-text{font-size:16px}
      .hero-tags{gap:8px}
      .metric-grid{grid-template-columns:repeat(2,1fr)}
      .service-grid,.review-grid,.category-strip{grid-template-columns:1fr}
      .cta-panel{padding:24px}
      .score{font-size:24px}
      .teams{grid-template-columns:1fr;gap:4px}
      .teams .score{order:2}
    }
    @media (max-width:520px){
      .metric-grid{grid-template-columns:1fr}
      .hero .d-flex{flex-direction:column;align-items:stretch!important}
      .btn-brand,.btn-ghost{width:100%}
      .section{padding:54px 0}
      .category-card{min-height:210px}
      .review-meta{flex-direction:column}
    }

/* roulang page: category1 */
:root {
      --color-primary: #238b57;
      --color-primary-dark: #176d42;
      --color-accent: #8fd14f;
      --color-warm: #f2b84b;
      --color-text: #17231c;
      --color-muted: #627067;
      --color-soft: #f5f8f3;
      --color-soft-2: #fafbf6;
      --color-border: #dde8dc;
      --color-white: #ffffff;
      --color-footer: #102018;
      --radius-sm: 12px;
      --radius-md: 16px;
      --radius-lg: 22px;
      --radius-pill: 999px;
      --shadow-soft: 0 12px 36px rgba(23, 35, 28, .08);
      --shadow-hover: 0 18px 44px rgba(23, 35, 28, .13);
      --container-max: 1200px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
      color: var(--color-text);
      background: linear-gradient(180deg, #fbfdf9 0%, #f5f8f3 48%, #ffffff 100%);
      line-height: 1.78;
      font-size: 16px;
      text-rendering: optimizeLegibility;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    button:focus-visible,
    a:focus-visible,
    input:focus-visible,
    select:focus-visible,
    textarea:focus-visible {
      outline: 3px solid rgba(143, 209, 79, .55);
      outline-offset: 3px;
    }

    .container {
      max-width: var(--container-max);
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: rgba(255, 255, 255, .94);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(221, 232, 220, .9);
      box-shadow: 0 8px 24px rgba(23, 35, 28, .04);
    }

    .navbar {
      padding: 14px 0;
    }

    .brand-logo,
    .footer-brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 800;
      letter-spacing: 0;
      color: var(--color-text);
      font-size: 22px;
      white-space: nowrap;
    }

    .logo-mark {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      display: inline-block;
      position: relative;
      background:
        radial-gradient(circle at 50% 50%, #ffffff 0 18%, transparent 19%),
        linear-gradient(135deg, var(--color-primary), var(--color-accent));
      box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .75), 0 8px 18px rgba(35, 139, 87, .22);
      flex: 0 0 auto;
    }

    .logo-mark::before,
    .logo-mark::after {
      content: "";
      position: absolute;
      background: rgba(255, 255, 255, .88);
      border-radius: 999px;
    }

    .logo-mark::before {
      width: 25px;
      height: 3px;
      left: 7px;
      top: 18px;
      transform: rotate(32deg);
    }

    .logo-mark::after {
      width: 3px;
      height: 25px;
      left: 18px;
      top: 7px;
      transform: rotate(32deg);
    }

    .navbar-nav {
      gap: 6px;
    }

    .navbar .nav-link {
      color: var(--color-muted);
      font-weight: 650;
      padding: 9px 14px;
      border-radius: var(--radius-pill);
      line-height: 1.2;
    }

    .navbar .nav-link:hover,
    .navbar .nav-link.active {
      color: var(--color-primary-dark);
      background: rgba(143, 209, 79, .18);
    }

    .navbar-toggler {
      border: 1px solid var(--color-border);
      border-radius: 12px;
      padding: 8px 10px;
      box-shadow: none;
    }

    .navbar-toggler:focus {
      box-shadow: 0 0 0 4px rgba(35, 139, 87, .12);
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .search-pill {
      min-width: 230px;
      height: 42px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 0 14px;
      border-radius: var(--radius-pill);
      background: var(--color-soft);
      border: 1px solid var(--color-border);
      color: var(--color-muted);
    }

    .search-pill input {
      width: 100%;
      border: 0;
      outline: 0;
      background: transparent;
      color: var(--color-text);
      font-size: 14px;
    }

    .search-pill:focus-within {
      border-color: rgba(35, 139, 87, .55);
      box-shadow: 0 0 0 4px rgba(35, 139, 87, .1);
      background: #fff;
    }

    .btn-brand,
    .btn-soft,
    .btn-line {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border-radius: var(--radius-pill);
      padding: 11px 20px;
      font-weight: 750;
      border: 1px solid transparent;
      transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
      white-space: nowrap;
    }

    .btn-brand {
      color: #fff;
      background: var(--color-primary);
      box-shadow: 0 12px 24px rgba(35, 139, 87, .22);
    }

    .btn-brand:hover,
    .btn-brand:active {
      color: #fff;
      background: var(--color-primary-dark);
      transform: translateY(-2px);
      box-shadow: 0 16px 34px rgba(35, 139, 87, .28);
    }

    .btn-soft {
      color: var(--color-primary-dark);
      background: rgba(143, 209, 79, .18);
      border-color: rgba(35, 139, 87, .14);
    }

    .btn-soft:hover {
      color: var(--color-primary-dark);
      background: rgba(143, 209, 79, .28);
      transform: translateY(-2px);
    }

    .btn-line {
      color: var(--color-primary-dark);
      background: #fff;
      border-color: var(--color-border);
    }

    .btn-line:hover {
      border-color: rgba(35, 139, 87, .35);
      background: var(--color-soft-2);
      transform: translateY(-2px);
    }

    .section {
      padding: 82px 0;
    }

    .section-tight {
      padding: 56px 0;
    }

    .section-head {
      max-width: 760px;
      margin-bottom: 34px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 12px;
      border-radius: var(--radius-pill);
      background: rgba(143, 209, 79, .18);
      color: var(--color-primary-dark);
      border: 1px solid rgba(35, 139, 87, .12);
      font-size: 13px;
      font-weight: 750;
      line-height: 1.3;
      margin-bottom: 14px;
    }

    h1,
    h2,
    h3,
    p {
      margin-top: 0;
    }

    h1 {
      font-size: clamp(32px, 4vw, 54px);
      line-height: 1.16;
      font-weight: 820;
      letter-spacing: 0;
      margin-bottom: 18px;
    }

    h2 {
      font-size: clamp(25px, 2.8vw, 36px);
      line-height: 1.28;
      font-weight: 780;
      letter-spacing: 0;
      margin-bottom: 12px;
    }

    h3 {
      font-size: 20px;
      line-height: 1.35;
      font-weight: 750;
      margin-bottom: 10px;
    }

    .lead-text {
      color: var(--color-muted);
      font-size: 17px;
      line-height: 1.9;
      margin-bottom: 0;
    }

    .hero {
      position: relative;
      overflow: hidden;
      padding: 78px 0 72px;
      background:
        linear-gradient(110deg, rgba(245, 248, 243, .98) 0%, rgba(250, 251, 246, .92) 48%, rgba(238, 247, 229, .86) 100%),
        url("/assets/images/backpic/back-1.webp") center/cover no-repeat;
      border-bottom: 1px solid var(--color-border);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(35, 139, 87, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(35, 139, 87, .06) 1px, transparent 1px);
      background-size: 44px 44px;
      mask-image: linear-gradient(90deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .15));
      pointer-events: none;
    }

    .hero .container {
      position: relative;
      z-index: 1;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin: 28px 0;
    }

    .hero-tags,
    .filter-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      padding: 0;
      margin: 0;
      list-style: none;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 7px 12px;
      border-radius: var(--radius-pill);
      background: rgba(255, 255, 255, .78);
      border: 1px solid var(--color-border);
      color: var(--color-muted);
      font-size: 13px;
      font-weight: 650;
    }

    .tag.hot {
      color: #77520d;
      background: rgba(242, 184, 75, .18);
      border-color: rgba(242, 184, 75, .32);
    }

    .schedule-board {
      background: rgba(255, 255, 255, .9);
      border: 1px solid rgba(221, 232, 220, .9);
      border-radius: 26px;
      box-shadow: var(--shadow-soft);
      padding: 18px;
      backdrop-filter: blur(10px);
    }

    .board-title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 6px 4px 16px;
      border-bottom: 1px solid var(--color-border);
      margin-bottom: 12px;
    }

    .status-dot {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--color-warm);
      box-shadow: 0 0 0 5px rgba(242, 184, 75, .18);
      flex: 0 0 auto;
    }

    .mini-match {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      gap: 10px;
      align-items: center;
      padding: 14px 12px;
      border-radius: 18px;
      background: var(--color-soft-2);
      border: 1px solid rgba(221, 232, 220, .9);
      margin-top: 10px;
    }

    .mini-match strong {
      display: block;
      font-size: 15px;
      line-height: 1.35;
    }

    .mini-match small {
      color: var(--color-muted);
      font-size: 12px;
    }

    .score-chip {
      min-width: 82px;
      text-align: center;
      border-radius: 14px;
      padding: 8px 10px;
      background: #17231c;
      color: #fff;
      font-weight: 800;
      line-height: 1.25;
    }

    .score-chip span {
      display: block;
      color: rgba(255, 255, 255, .68);
      font-size: 11px;
      font-weight: 600;
      margin-top: 2px;
    }

    .filter-panel,
    .card-panel,
    .guide-panel,
    .cta-panel {
      background: rgba(255, 255, 255, .94);
      border: 1px solid var(--color-border);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-soft);
    }

    .filter-panel {
      padding: 22px;
      margin-top: -32px;
      position: relative;
      z-index: 2;
    }

    .filter-group {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .filter-label {
      font-size: 13px;
      font-weight: 750;
      color: var(--color-text);
    }

    .filter-select,
    .form-control,
    .form-select {
      border-radius: 14px;
      border: 1px solid var(--color-border);
      min-height: 46px;
      color: var(--color-text);
      background-color: #fff;
    }

    .filter-select:focus,
    .form-control:focus,
    .form-select:focus {
      border-color: rgba(35, 139, 87, .55);
      box-shadow: 0 0 0 4px rgba(35, 139, 87, .1);
    }

    .quick-filter {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
      padding-top: 4px;
    }

    .quick-filter button {
      border: 1px solid var(--color-border);
      background: var(--color-soft-2);
      border-radius: var(--radius-pill);
      padding: 9px 13px;
      color: var(--color-muted);
      font-size: 14px;
      font-weight: 700;
      transition: all .2s ease;
    }

    .quick-filter button:hover,
    .quick-filter button.active {
      color: var(--color-primary-dark);
      border-color: rgba(35, 139, 87, .3);
      background: rgba(143, 209, 79, .2);
    }

    .league-block {
      border-radius: var(--radius-lg);
      overflow: hidden;
      border: 1px solid var(--color-border);
      background: #fff;
      box-shadow: var(--shadow-soft);
      margin-bottom: 18px;
    }

    .league-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 18px 20px;
      background: linear-gradient(90deg, rgba(143, 209, 79, .18), rgba(255, 255, 255, .9));
      border-bottom: 1px solid var(--color-border);
    }

    .league-head h3 {
      margin: 0;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .league-head h3::before {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--color-primary);
      box-shadow: 0 0 0 5px rgba(35, 139, 87, .12);
    }

    .match-row {
      display: grid;
      grid-template-columns: 148px 1.4fr 106px 1.6fr 118px;
      gap: 16px;
      align-items: center;
      padding: 18px 20px;
      border-bottom: 1px solid rgba(221, 232, 220, .75);
      transition: background-color .2s ease;
    }

    .match-row:last-child {
      border-bottom: 0;
    }

    .match-row:hover {
      background: var(--color-soft-2);
    }

    .match-time {
      color: var(--color-muted);
      font-size: 14px;
      line-height: 1.45;
    }

    .match-teams {
      font-weight: 780;
      line-height: 1.45;
    }

    .match-teams span {
      display: block;
      color: var(--color-muted);
      font-size: 13px;
      font-weight: 600;
      margin-top: 3px;
    }

    .match-status {
      justify-self: start;
      display: inline-flex;
      align-items: center;
      border-radius: var(--radius-pill);
      padding: 7px 10px;
      background: rgba(35, 139, 87, .1);
      color: var(--color-primary-dark);
      font-size: 13px;
      font-weight: 750;
      white-space: nowrap;
    }

    .match-status.warning {
      color: #77520d;
      background: rgba(242, 184, 75, .18);
    }

    .match-note {
      color: var(--color-muted);
      font-size: 14px;
      line-height: 1.65;
    }

    .match-action {
      justify-self: end;
    }

    .side-card {
      padding: 22px;
      border-radius: var(--radius-lg);
      background: #fff;
      border: 1px solid var(--color-border);
      box-shadow: var(--shadow-soft);
      margin-bottom: 18px;
    }

    .side-card h3 {
      margin-bottom: 14px;
    }

    .rank-list,
    .guide-list,
    .timeline-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .rank-list li,
    .guide-list li {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      padding: 12px 0;
      border-bottom: 1px solid rgba(221, 232, 220, .8);
    }

    .rank-list li:last-child,
    .guide-list li:last-child {
      border-bottom: 0;
      padding-bottom: 0;
    }

    .rank-num {
      width: 28px;
      height: 28px;
      border-radius: 10px;
      background: var(--color-soft);
      color: var(--color-primary-dark);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      font-size: 13px;
      flex: 0 0 auto;
    }

    .rank-list strong,
    .guide-list strong {
      display: block;
      line-height: 1.35;
      margin-bottom: 2px;
    }

    .rank-list small,
    .guide-list small {
      color: var(--color-muted);
      line-height: 1.55;
    }

    .image-card {
      overflow: hidden;
      border-radius: var(--radius-lg);
      border: 1px solid var(--color-border);
      background: #fff;
      box-shadow: var(--shadow-soft);
    }

    .image-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }

    .image-card-body {
      padding: 22px;
    }

    .feature-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .feature-card {
      padding: 24px;
      border-radius: var(--radius-lg);
      background: #fff;
      border: 1px solid var(--color-border);
      box-shadow: var(--shadow-soft);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      height: 100%;
    }

    .feature-card:hover {
      transform: translateY(-3px);
      border-color: rgba(35, 139, 87, .3);
      box-shadow: var(--shadow-hover);
    }

    .feature-icon {
      width: 46px;
      height: 46px;
      border-radius: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(143, 209, 79, .18);
      color: var(--color-primary-dark);
      font-size: 22px;
      margin-bottom: 16px;
    }

    .feature-card p {
      color: var(--color-muted);
      margin-bottom: 14px;
    }

    .process {
      background: linear-gradient(180deg, #fff 0%, var(--color-soft-2) 100%);
      border-top: 1px solid var(--color-border);
      border-bottom: 1px solid var(--color-border);
    }

    .timeline-list {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    .timeline-list li {
      position: relative;
      padding: 24px;
      border-radius: var(--radius-lg);
      border: 1px solid var(--color-border);
      background: #fff;
      box-shadow: var(--shadow-soft);
    }

    .step-number {
      display: inline-flex;
      width: 34px;
      height: 34px;
      border-radius: 12px;
      align-items: center;
      justify-content: center;
      background: var(--color-primary);
      color: #fff;
      font-weight: 800;
      margin-bottom: 14px;
    }

    .accordion {
      display: grid;
      gap: 12px;
    }

    .accordion-item {
      border: 1px solid var(--color-border);
      border-radius: var(--radius-md) !important;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 8px 20px rgba(23, 35, 28, .04);
    }

    .accordion-button {
      border: 0;
      box-shadow: none;
      color: var(--color-text);
      font-weight: 750;
      padding: 18px 20px 18px 24px;
      background: #fff;
      line-height: 1.5;
    }

    .accordion-button::before {
      content: "";
      width: 5px;
      height: 22px;
      border-radius: 999px;
      background: rgba(35, 139, 87, .22);
      margin-right: 12px;
      transition: background-color .2s ease;
    }

    .accordion-button:not(.collapsed) {
      color: var(--color-primary-dark);
      background: rgba(143, 209, 79, .12);
      box-shadow: none;
    }

    .accordion-button:not(.collapsed)::before {
      background: var(--color-primary);
    }

    .accordion-button:focus {
      box-shadow: inset 0 0 0 3px rgba(35, 139, 87, .12);
      border-color: transparent;
    }

    .accordion-body {
      color: var(--color-muted);
      padding: 0 24px 22px 41px;
      line-height: 1.9;
      background: #fff;
    }

    .cta-panel {
      padding: 34px;
      overflow: hidden;
      position: relative;
      background:
        linear-gradient(120deg, rgba(255, 255, 255, .97), rgba(245, 248, 243, .92)),
        url("/assets/images/coverpic/cover-2.webp") right center/cover no-repeat;
    }

    .cta-panel::after {
      content: "";
      position: absolute;
      width: 260px;
      height: 260px;
      right: -90px;
      top: -110px;
      border-radius: 50%;
      background: rgba(143, 209, 79, .18);
      pointer-events: none;
    }

    .contact-card {
      padding: 24px;
      border-radius: var(--radius-lg);
      border: 1px solid var(--color-border);
      background: rgba(255, 255, 255, .92);
      position: relative;
      z-index: 1;
    }

    .form-note {
      color: var(--color-muted);
      font-size: 14px;
      line-height: 1.7;
      margin-bottom: 0;
    }

    .site-footer {
      background: var(--color-footer);
      color: rgba(255, 255, 255, .82);
      padding: 54px 0 34px;
      text-align: center;
    }

    .site-footer .footer-brand {
      color: #fff;
      justify-content: center;
      margin-bottom: 14px;
    }

    .footer-desc {
      max-width: 720px;
      margin: 0 auto 22px;
      color: rgba(255, 255, 255, .7);
      line-height: 1.85;
    }

    .footer-links {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px 18px;
      padding: 20px 0;
      border-top: 1px solid rgba(255, 255, 255, .1);
      border-bottom: 1px solid rgba(255, 255, 255, .1);
      margin-bottom: 22px;
    }

    .footer-links a {
      color: rgba(255, 255, 255, .78);
      font-size: 14px;
    }

    .footer-links a:hover {
      color: var(--color-accent);
    }

    .footer-record {
      display: flex;
      flex-direction: column;
      gap: 6px;
      color: rgba(255, 255, 255, .64);
      font-size: 13px;
      line-height: 1.6;
    }

    @media (max-width: 1199.98px) {
      .search-pill {
        min-width: 190px;
      }

      .match-row {
        grid-template-columns: 126px 1.3fr 96px 1.3fr 106px;
        gap: 12px;
      }
    }

    @media (max-width: 991.98px) {
      .navbar-collapse {
        padding-top: 16px;
      }

      .navbar-nav {
        padding: 10px;
        background: var(--color-soft-2);
        border: 1px solid var(--color-border);
        border-radius: var(--radius-md);
      }

      .nav-actions {
        flex-direction: column;
        align-items: stretch;
        margin-top: 12px;
      }

      .search-pill {
        width: 100%;
        min-width: 0;
      }

      .nav-actions .btn-brand {
        width: 100%;
      }

      .hero {
        padding: 60px 0 62px;
      }

      .section {
        padding: 64px 0;
      }

      .feature-grid,
      .timeline-list {
        grid-template-columns: repeat(2, 1fr);
      }

      .match-row {
        grid-template-columns: 1fr 1fr;
        gap: 10px 14px;
      }

      .match-time,
      .match-status,
      .match-note,
      .match-action {
        justify-self: start;
      }

      .match-action {
        grid-column: 1 / -1;
      }
    }

    @media (max-width: 767.98px) {
      body {
        font-size: 15px;
      }

      .brand-logo {
        font-size: 20px;
      }

      .logo-mark {
        width: 34px;
        height: 34px;
      }

      .hero {
        padding: 48px 0 54px;
      }

      .section,
      .section-tight {
        padding: 52px 0;
      }

      .filter-panel {
        margin-top: -20px;
        padding: 18px;
      }

      .hero-actions {
        flex-direction: column;
      }

      .hero-actions a,
      .cta-panel a,
      .btn-brand,
      .btn-soft,
      .btn-line {
        width: 100%;
      }

      .feature-grid,
      .timeline-list {
        grid-template-columns: 1fr;
      }

      .league-head {
        align-items: flex-start;
        flex-direction: column;
      }

      .match-row {
        grid-template-columns: 1fr;
        padding: 18px;
      }

      .score-chip {
        min-width: 72px;
      }

      .mini-match {
        grid-template-columns: 1fr;
        text-align: left;
      }

      .mini-match .score-chip {
        justify-self: start;
      }

      .cta-panel {
        padding: 24px;
        background-position: center;
      }

      .footer-links {
        gap: 8px 14px;
      }
    }

    @media (max-width: 520px) {
      h1 {
        font-size: 31px;
      }

      .section-head {
        margin-bottom: 24px;
      }

      .filter-tags .tag,
      .hero-tags .tag {
        width: 100%;
        justify-content: center;
      }

      .quick-filter button {
        flex: 1 1 calc(50% - 8px);
      }

      .side-card,
      .feature-card,
      .contact-card {
        padding: 20px;
      }

      .accordion-button {
        padding: 16px;
      }

      .accordion-body {
        padding: 0 18px 18px 33px;
      }
    }

/* roulang page: category2 */
:root {
      --color-primary: #238b57;
      --color-primary-dark: #176a40;
      --color-accent: #8fd14f;
      --color-warm: #f2b84b;
      --color-text: #17231c;
      --color-muted: #66776b;
      --color-soft: #f5f8f3;
      --color-cream: #fafbf6;
      --color-white: #ffffff;
      --color-border: #dde8dc;
      --color-footer: #102018;
      --shadow-sm: 0 8px 24px rgba(23, 35, 28, .06);
      --shadow-md: 0 14px 42px rgba(23, 35, 28, .09);
      --radius-sm: 12px;
      --radius-md: 18px;
      --radius-lg: 24px;
      --radius-pill: 999px;
      --section-y: 86px;
      --font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: var(--font-main);
      color: var(--color-text);
      background: linear-gradient(180deg, #ffffff 0%, var(--color-cream) 46%, #ffffff 100%);
      line-height: 1.78;
      font-size: 16px;
      text-rendering: optimizeLegibility;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    ::selection {
      background: rgba(143, 209, 79, .32);
    }

    .container {
      max-width: 1220px;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: rgba(255, 255, 255, .94);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(221, 232, 220, .9);
      box-shadow: 0 8px 24px rgba(23, 35, 28, .045);
    }

    .navbar {
      padding: 14px 0;
    }

    .brand-logo {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--color-text);
      font-size: 22px;
      font-weight: 800;
      letter-spacing: -.02em;
      white-space: nowrap;
    }

    .brand-logo:hover,
    .brand-logo:focus {
      color: var(--color-primary);
    }

    .logo-mark {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      display: inline-block;
      position: relative;
      flex: 0 0 auto;
      background:
        radial-gradient(circle at 50% 50%, #ffffff 0 18%, transparent 19%),
        linear-gradient(135deg, var(--color-primary), var(--color-accent));
      box-shadow: inset 0 0 0 2px rgba(255,255,255,.72), 0 8px 18px rgba(35,139,87,.22);
    }

    .logo-mark::before,
    .logo-mark::after {
      content: "";
      position: absolute;
      background: rgba(255,255,255,.78);
      border-radius: var(--radius-pill);
    }

    .logo-mark::before {
      width: 22px;
      height: 2px;
      left: 8px;
      top: 18px;
      transform: rotate(28deg);
    }

    .logo-mark::after {
      width: 2px;
      height: 22px;
      left: 18px;
      top: 8px;
      transform: rotate(28deg);
    }

    .navbar-nav {
      gap: 6px;
      align-items: center;
    }

    .navbar .nav-link {
      color: var(--color-muted);
      font-weight: 650;
      padding: 9px 14px;
      border-radius: var(--radius-pill);
      position: relative;
    }

    .navbar .nav-link:hover,
    .navbar .nav-link:focus {
      color: var(--color-primary);
      background: rgba(143, 209, 79, .14);
    }

    .navbar .nav-link.active {
      color: var(--color-primary-dark);
      background: rgba(143, 209, 79, .22);
    }

    .navbar-toggler {
      border: 1px solid var(--color-border);
      border-radius: 14px;
      padding: 8px 10px;
      box-shadow: none;
    }

    .navbar-toggler:focus {
      box-shadow: 0 0 0 4px rgba(35, 139, 87, .15);
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .search-pill {
      min-width: 230px;
      height: 42px;
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 0 14px;
      border: 1px solid transparent;
      border-radius: var(--radius-pill);
      background: var(--color-soft);
      color: var(--color-muted);
      transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
    }

    .search-pill:focus-within {
      background: #fff;
      border-color: rgba(35,139,87,.45);
      box-shadow: 0 0 0 4px rgba(35,139,87,.12);
    }

    .search-pill input {
      width: 100%;
      border: 0;
      outline: 0;
      background: transparent;
      color: var(--color-text);
      font-size: 14px;
    }

    .search-pill input::placeholder {
      color: #8a988d;
    }

    .btn-brand,
    .btn-ghost,
    .btn-soft {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border-radius: var(--radius-pill);
      padding: 11px 20px;
      font-weight: 750;
      border: 1px solid transparent;
      transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
      cursor: pointer;
    }

    .btn-brand {
      color: #fff;
      background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
      box-shadow: 0 12px 26px rgba(35,139,87,.22);
    }

    .btn-brand:hover,
    .btn-brand:focus {
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 16px 32px rgba(35,139,87,.28);
      background: linear-gradient(135deg, #26975f, #155f39);
    }

    .btn-ghost {
      color: var(--color-primary-dark);
      background: #fff;
      border-color: var(--color-border);
    }

    .btn-ghost:hover,
    .btn-ghost:focus {
      color: var(--color-primary-dark);
      background: rgba(143,209,79,.16);
      border-color: rgba(35,139,87,.32);
      transform: translateY(-2px);
    }

    .btn-soft {
      color: var(--color-primary-dark);
      background: rgba(143,209,79,.18);
      border-color: rgba(35,139,87,.12);
    }

    .btn-soft:hover,
    .btn-soft:focus {
      background: rgba(143,209,79,.28);
      transform: translateY(-2px);
    }

    .section {
      padding: var(--section-y) 0;
    }

    .section-muted {
      background: var(--color-soft);
      border-top: 1px solid rgba(221,232,220,.75);
      border-bottom: 1px solid rgba(221,232,220,.75);
    }

    .section-head {
      max-width: 760px;
      margin-bottom: 34px;
    }

    .section-kicker,
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 12px;
      border-radius: var(--radius-pill);
      background: rgba(143,209,79,.18);
      color: var(--color-primary-dark);
      font-weight: 750;
      font-size: 13px;
      margin-bottom: 14px;
    }

    .section-kicker::before,
    .eyebrow::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--color-primary);
      box-shadow: 0 0 0 4px rgba(35,139,87,.12);
    }

    h1,
    h2,
    h3,
    h4 {
      color: var(--color-text);
      letter-spacing: -.035em;
      margin: 0;
    }

    h1 {
      font-size: clamp(32px, 5vw, 54px);
      line-height: 1.16;
      font-weight: 820;
    }

    h2 {
      font-size: clamp(26px, 3vw, 36px);
      line-height: 1.25;
      font-weight: 800;
    }

    h3 {
      font-size: 20px;
      line-height: 1.38;
      font-weight: 760;
    }

    p {
      margin: 0;
    }

    .lead {
      color: var(--color-muted);
      font-size: 17px;
      line-height: 1.9;
      margin-top: 18px;
    }

    .category-hero {
      position: relative;
      overflow: hidden;
      padding: 78px 0 54px;
      background:
        linear-gradient(120deg, rgba(250,251,246,.96) 0%, rgba(245,248,243,.88) 58%, rgba(255,255,255,.7) 100%),
        url("/assets/images/backpic/back-2.webp") center/cover no-repeat;
      border-bottom: 1px solid rgba(221,232,220,.78);
    }

    .category-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 78% 22%, rgba(143,209,79,.28), transparent 32%),
        linear-gradient(90deg, rgba(255,255,255,.78), rgba(255,255,255,.32));
      pointer-events: none;
    }

    .category-hero .container {
      position: relative;
      z-index: 1;
    }

    .hero-copy {
      max-width: 720px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 28px;
    }

    .hero-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 28px;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 6px 12px;
      border-radius: var(--radius-pill);
      border: 1px solid rgba(35,139,87,.15);
      background: rgba(255,255,255,.82);
      color: var(--color-muted);
      font-size: 13px;
      font-weight: 650;
      box-shadow: 0 6px 16px rgba(23,35,28,.04);
    }

    .hero-panel {
      background: rgba(255,255,255,.9);
      border: 1px solid rgba(221,232,220,.88);
      border-radius: 26px;
      box-shadow: var(--shadow-md);
      padding: 18px;
      backdrop-filter: blur(10px);
    }

    .panel-top {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      align-items: center;
      padding: 8px 8px 16px;
      border-bottom: 1px solid var(--color-border);
    }

    .panel-title {
      font-weight: 800;
      color: var(--color-text);
    }

    .panel-note {
      color: var(--color-muted);
      font-size: 13px;
    }

    .rank-mini-list {
      display: grid;
      gap: 10px;
      margin-top: 16px;
    }

    .rank-mini {
      display: grid;
      grid-template-columns: 34px 1fr auto;
      align-items: center;
      gap: 12px;
      padding: 12px;
      border-radius: 16px;
      background: var(--color-soft);
      border: 1px solid rgba(221,232,220,.86);
    }

    .rank-no {
      width: 30px;
      height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      color: #fff;
      background: var(--color-primary);
      font-weight: 800;
      font-size: 13px;
    }

    .rank-team strong {
      display: block;
      line-height: 1.3;
    }

    .rank-team span {
      display: block;
      color: var(--color-muted);
      font-size: 12px;
      margin-top: 2px;
    }

    .rank-points {
      color: var(--color-warm);
      font-size: 20px;
      font-weight: 850;
    }

    .league-tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      padding: 14px;
      border: 1px solid var(--color-border);
      border-radius: 24px;
      background: #fff;
      box-shadow: var(--shadow-sm);
    }

    .league-tab {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 44px;
      padding: 10px 16px;
      border-radius: var(--radius-pill);
      background: var(--color-soft);
      color: var(--color-muted);
      border: 1px solid transparent;
      font-weight: 750;
    }

    .league-tab.active,
    .league-tab:hover {
      background: rgba(143,209,79,.22);
      color: var(--color-primary-dark);
      border-color: rgba(35,139,87,.2);
    }

    .stat-card {
      height: 100%;
      padding: 22px;
      border-radius: var(--radius-lg);
      background: #fff;
      border: 1px solid var(--color-border);
      box-shadow: var(--shadow-sm);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .stat-card:hover {
      transform: translateY(-4px);
      border-color: rgba(35,139,87,.32);
      box-shadow: var(--shadow-md);
    }

    .stat-value {
      display: flex;
      align-items: baseline;
      gap: 6px;
      color: var(--color-primary-dark);
      font-size: 34px;
      line-height: 1;
      font-weight: 850;
      margin-bottom: 9px;
    }

    .stat-value small {
      color: var(--color-muted);
      font-size: 14px;
      font-weight: 650;
    }

    .stat-card p {
      color: var(--color-muted);
      font-size: 14px;
      line-height: 1.75;
      margin-top: 8px;
    }

    .table-card {
      overflow: hidden;
      border: 1px solid var(--color-border);
      border-radius: 26px;
      background: #fff;
      box-shadow: var(--shadow-md);
    }

    .table-toolbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 22px 24px;
      background: linear-gradient(135deg, #ffffff, var(--color-cream));
      border-bottom: 1px solid var(--color-border);
    }

    .table-toolbar p {
      color: var(--color-muted);
      font-size: 14px;
      margin-top: 4px;
    }

    .status-badge,
    .trend-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      padding: 5px 10px;
      border-radius: var(--radius-pill);
      font-size: 12px;
      font-weight: 760;
      white-space: nowrap;
    }

    .status-badge {
      color: var(--color-primary-dark);
      background: rgba(143,209,79,.2);
    }

    .trend-up {
      color: #1f7a49;
      background: rgba(143,209,79,.18);
    }

    .trend-stable {
      color: #806123;
      background: rgba(242,184,75,.18);
    }

    .trend-watch {
      color: #6b746d;
      background: rgba(102,119,107,.12);
    }

    .standings-table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      margin: 0;
    }

    .standings-table th {
      color: var(--color-muted);
      background: #fbfcf8;
      font-size: 13px;
      font-weight: 800;
      padding: 14px 18px;
      border-bottom: 1px solid var(--color-border);
      white-space: nowrap;
    }

    .standings-table td {
      padding: 18px;
      border-bottom: 1px solid rgba(221,232,220,.76);
      vertical-align: middle;
      color: var(--color-text);
    }

    .standings-table tr:last-child td {
      border-bottom: 0;
    }

    .standings-table tbody tr {
      transition: background-color .2s ease;
    }

    .standings-table tbody tr:hover {
      background: rgba(143,209,79,.08);
    }

    .team-cell {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 170px;
    }

    .team-icon {
      width: 38px;
      height: 38px;
      border-radius: 13px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, rgba(35,139,87,.14), rgba(143,209,79,.2));
      color: var(--color-primary-dark);
      font-weight: 850;
      flex: 0 0 auto;
    }

    .team-cell strong {
      display: block;
      line-height: 1.25;
    }

    .team-cell span {
      display: block;
      color: var(--color-muted);
      font-size: 12px;
      margin-top: 3px;
    }

    .points {
      color: var(--color-primary-dark);
      font-size: 22px;
      font-weight: 850;
    }

    .mobile-rank-list {
      display: none;
      gap: 14px;
      padding: 16px;
    }

    .mobile-rank-card {
      border: 1px solid var(--color-border);
      border-radius: 18px;
      padding: 16px;
      background: #fff;
    }

    .mobile-rank-head {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      align-items: flex-start;
      margin-bottom: 12px;
    }

    .mobile-rank-meta {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 8px;
      color: var(--color-muted);
      font-size: 13px;
    }

    .mobile-rank-meta strong {
      display: block;
      color: var(--color-text);
      font-size: 16px;
    }

    .observe-card {
      height: 100%;
      overflow: hidden;
      border-radius: 24px;
      background: #fff;
      border: 1px solid var(--color-border);
      box-shadow: var(--shadow-sm);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .observe-card:hover {
      transform: translateY(-4px);
      border-color: rgba(35,139,87,.32);
      box-shadow: var(--shadow-md);
    }

    .observe-img {
      height: 168px;
      position: relative;
      overflow: hidden;
      background: var(--color-soft);
    }

    .observe-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1.01);
      transition: transform .35s ease;
    }

    .observe-card:hover .observe-img img {
      transform: scale(1.06);
    }

    .observe-img::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 42%, rgba(16,32,24,.58) 100%);
    }

    .observe-label {
      position: absolute;
      left: 14px;
      bottom: 14px;
      z-index: 1;
      color: #fff;
      background: rgba(16,32,24,.72);
      border: 1px solid rgba(255,255,255,.22);
      border-radius: var(--radius-pill);
      padding: 5px 10px;
      font-size: 12px;
      font-weight: 750;
    }

    .observe-body {
      padding: 20px;
    }

    .observe-body p {
      color: var(--color-muted);
      line-height: 1.78;
      margin-top: 10px;
      font-size: 14px;
    }

    .observe-metrics {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 8px;
      margin-top: 18px;
    }

    .observe-metrics span {
      padding: 9px 8px;
      text-align: center;
      border-radius: 12px;
      background: var(--color-soft);
      color: var(--color-muted);
      font-size: 12px;
      font-weight: 700;
    }

    .observe-metrics strong {
      display: block;
      color: var(--color-primary-dark);
      font-size: 16px;
      line-height: 1.15;
    }

    .guide-wrap {
      display: grid;
      grid-template-columns: .88fr 1.12fr;
      gap: 28px;
      align-items: stretch;
    }

    .guide-image {
      min-height: 420px;
      border-radius: 28px;
      overflow: hidden;
      position: relative;
      background: var(--color-soft);
      box-shadow: var(--shadow-md);
    }

    .guide-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .guide-image::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(16,32,24,.04), rgba(16,32,24,.62));
    }

    .guide-caption {
      position: absolute;
      left: 22px;
      right: 22px;
      bottom: 22px;
      z-index: 1;
      color: #fff;
    }

    .guide-caption strong {
      display: block;
      font-size: 24px;
      line-height: 1.25;
      margin-bottom: 8px;
    }

    .guide-caption span {
      color: rgba(255,255,255,.84);
      line-height: 1.7;
    }

    .guide-list {
      display: grid;
      gap: 14px;
    }

    .guide-item {
      display: grid;
      grid-template-columns: 46px 1fr;
      gap: 14px;
      padding: 18px;
      border-radius: 20px;
      border: 1px solid var(--color-border);
      background: #fff;
      box-shadow: var(--shadow-sm);
    }

    .guide-step {
      width: 46px;
      height: 46px;
      border-radius: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(143,209,79,.2);
      color: var(--color-primary-dark);
      font-weight: 850;
    }

    .guide-item p {
      color: var(--color-muted);
      font-size: 14px;
      line-height: 1.75;
      margin-top: 5px;
    }

    .accordion {
      display: grid;
      gap: 14px;
    }

    .accordion-item {
      border: 1px solid var(--color-border);
      border-radius: 20px !important;
      overflow: hidden;
      box-shadow: var(--shadow-sm);
      background: #fff;
    }

    .accordion-button {
      padding: 20px 22px;
      font-weight: 780;
      color: var(--color-text);
      background: #fff;
      border-radius: 20px !important;
      box-shadow: none !important;
      line-height: 1.45;
    }

    .accordion-button::before {
      content: "";
      width: 5px;
      height: 22px;
      border-radius: var(--radius-pill);
      background: rgba(35,139,87,.28);
      margin-right: 12px;
      transition: background-color .2s ease;
    }

    .accordion-button:not(.collapsed) {
      color: var(--color-primary-dark);
      background: linear-gradient(135deg, rgba(143,209,79,.16), #fff);
    }

    .accordion-button:not(.collapsed)::before {
      background: var(--color-primary);
    }

    .accordion-button:focus {
      border-color: transparent;
      box-shadow: 0 0 0 4px rgba(35,139,87,.13) !important;
    }

    .accordion-body {
      padding: 0 24px 22px 39px;
      color: var(--color-muted);
      line-height: 1.9;
    }

    .cta-panel {
      overflow: hidden;
      position: relative;
      border-radius: 30px;
      padding: 36px;
      background:
        linear-gradient(135deg, rgba(16,32,24,.94), rgba(23,78,50,.9)),
        url("/assets/images/backpic/back-3.webp") center/cover no-repeat;
      color: #fff;
      box-shadow: var(--shadow-md);
    }

    .cta-panel::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 82% 12%, rgba(143,209,79,.32), transparent 32%);
      pointer-events: none;
    }

    .cta-panel > * {
      position: relative;
      z-index: 1;
    }

    .cta-panel h2 {
      color: #fff;
    }

    .cta-panel .lead {
      color: rgba(255,255,255,.78);
    }

    .contact-card {
      padding: 24px;
      border-radius: 24px;
      background: rgba(255,255,255,.96);
      color: var(--color-text);
      box-shadow: 0 18px 46px rgba(0,0,0,.14);
    }

    .form-label {
      color: var(--color-text);
      font-weight: 750;
      font-size: 14px;
      margin-bottom: 8px;
    }

    .form-control,
    .form-select {
      min-height: 48px;
      border-radius: 14px;
      border: 1px solid var(--color-border);
      background-color: #fbfcf8;
      color: var(--color-text);
      box-shadow: none;
    }

    textarea.form-control {
      min-height: 112px;
      resize: vertical;
    }

    .form-control:focus,
    .form-select:focus {
      border-color: rgba(35,139,87,.58);
      box-shadow: 0 0 0 4px rgba(35,139,87,.12);
      background-color: #fff;
    }

    .form-hint {
      color: var(--color-muted);
      font-size: 13px;
      line-height: 1.7;
      margin-top: 12px;
    }

    .site-footer {
      background: var(--color-footer);
      color: rgba(255,255,255,.82);
      padding: 54px 0 34px;
      text-align: center;
    }

    .footer-brand {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      color: #fff;
      font-size: 22px;
      font-weight: 820;
      margin-bottom: 14px;
    }

    .footer-desc {
      max-width: 720px;
      margin: 0 auto 22px;
      color: rgba(255,255,255,.68);
      line-height: 1.8;
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px 18px;
      margin-bottom: 24px;
    }

    .footer-links a {
      color: rgba(255,255,255,.76);
      font-size: 14px;
    }

    .footer-links a:hover,
    .footer-links a:focus {
      color: var(--color-accent);
    }

    .footer-record {
      display: grid;
      gap: 4px;
      color: rgba(255,255,255,.56);
      font-size: 12.5px;
      line-height: 1.65;
      padding-top: 22px;
      border-top: 1px solid rgba(255,255,255,.11);
    }

    @media (max-width: 1199.98px) {
      .search-pill {
        min-width: 190px;
      }

      .standings-table th,
      .standings-table td {
        padding-left: 14px;
        padding-right: 14px;
      }
    }

    @media (max-width: 991.98px) {
      :root {
        --section-y: 68px;
      }

      .navbar-collapse {
        padding-top: 16px;
      }

      .navbar-nav {
        align-items: stretch;
        gap: 8px;
      }

      .navbar .nav-link {
        padding: 11px 14px;
      }

      .nav-actions {
        flex-direction: column;
        align-items: stretch;
        margin-top: 14px;
      }

      .search-pill {
        width: 100%;
        min-width: 0;
      }

      .category-hero {
        padding: 60px 0 44px;
      }

      .hero-panel {
        margin-top: 30px;
      }

      .guide-wrap {
        grid-template-columns: 1fr;
      }

      .guide-image {
        min-height: 320px;
      }
    }

    @media (max-width: 767.98px) {
      body {
        font-size: 15px;
      }

      .section-head {
        margin-bottom: 24px;
      }

      .hero-actions {
        flex-direction: column;
      }

      .hero-actions .btn-brand,
      .hero-actions .btn-ghost,
      .cta-panel .btn-brand,
      .cta-panel .btn-ghost {
        width: 100%;
      }

      .league-tabs {
        padding: 10px;
        gap: 8px;
      }

      .league-tab {
        flex: 1 1 calc(50% - 8px);
        padding: 9px 10px;
        font-size: 14px;
      }

      .desktop-table {
        display: none;
      }

      .mobile-rank-list {
        display: grid;
      }

      .table-toolbar {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
      }

      .cta-panel {
        padding: 28px 20px;
        border-radius: 24px;
      }

      .contact-card {
        padding: 20px;
      }

      .footer-links {
        gap: 8px 14px;
      }
    }

    @media (max-width: 519.98px) {
      .brand-logo {
        font-size: 19px;
      }

      .logo-mark {
        width: 34px;
        height: 34px;
      }

      .category-hero {
        padding-top: 46px;
      }

      .rank-mini {
        grid-template-columns: 30px 1fr;
      }

      .rank-points {
        grid-column: 2;
        font-size: 18px;
      }

      .stat-card,
      .observe-body,
      .guide-item {
        padding: 16px;
      }

      .observe-metrics {
        grid-template-columns: 1fr;
      }

      .mobile-rank-meta {
        grid-template-columns: 1fr;
      }

      .accordion-button {
        padding: 18px;
      }

      .accordion-body {
        padding-left: 31px;
        padding-right: 18px;
      }
    }

/* roulang page: category3 */
:root{
      --green:#238B57;
      --green-dark:#176B41;
      --green-soft:#EAF6E9;
      --lime:#A6D96A;
      --yellow:#F2B84B;
      --ink:#17231C;
      --muted:#657469;
      --light:#F5F8F3;
      --cream:#FAFBF6;
      --white:#FFFFFF;
      --border:#DDE8DC;
      --shadow:0 14px 38px rgba(23,35,28,.08);
      --shadow-hover:0 18px 48px rgba(23,35,28,.13);
      --radius-sm:12px;
      --radius:18px;
      --radius-lg:26px;
      --radius-pill:999px;
      --section:88px;
      --font:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei","Noto Sans CJK SC",Arial,sans-serif;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      color:var(--ink);
      background:
        radial-gradient(circle at 10% 6%, rgba(166,217,106,.24), transparent 28%),
        linear-gradient(180deg,#fff 0%,var(--cream) 42%,#fff 100%);
      line-height:1.78;
      font-size:16px;
      overflow-x:hidden;
      text-rendering:optimizeLegibility;
    }
    a{color:inherit;text-decoration:none;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}
    img{max-width:100%;height:auto;display:block}
    button,input,select,textarea{font-family:inherit}
    ::selection{background:rgba(35,139,87,.18)}
    .container{max-width:1200px}
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(255,255,255,.94);
      backdrop-filter:blur(14px);
      border-bottom:1px solid rgba(221,232,220,.9);
      box-shadow:0 8px 24px rgba(23,35,28,.04);
    }
    .navbar{padding:14px 0}
    .brand-logo{
      display:inline-flex;
      align-items:center;
      gap:10px;
      font-weight:800;
      font-size:22px;
      color:var(--ink);
      white-space:nowrap;
    }
    .logo-mark{
      width:38px;
      height:38px;
      border-radius:50%;
      display:inline-block;
      position:relative;
      flex:0 0 auto;
      background:
        radial-gradient(circle at 50% 50%, #fff 0 20%, transparent 21%),
        conic-gradient(from 30deg, var(--green), var(--lime), var(--green-dark), var(--green));
      box-shadow:inset 0 0 0 3px rgba(255,255,255,.85),0 8px 18px rgba(35,139,87,.22);
    }
    .logo-mark:before,.logo-mark:after{
      content:"";
      position:absolute;
      background:rgba(255,255,255,.88);
      border-radius:999px;
      left:9px;
      right:9px;
      height:2px;
      top:18px;
      transform:rotate(28deg);
    }
    .logo-mark:after{transform:rotate(-28deg)}
    .navbar-nav{gap:4px}
    .nav-link{
      color:#314038;
      font-weight:650;
      border-radius:var(--radius-pill);
      padding:9px 14px!important;
      position:relative;
    }
    .nav-link:hover,.nav-link:focus{
      color:var(--green-dark);
      background:var(--green-soft);
    }
    .nav-link.active{
      color:var(--green-dark)!important;
      background:rgba(35,139,87,.12);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:12px;
    }
    .search-pill{
      min-width:232px;
      height:42px;
      border-radius:var(--radius-pill);
      background:#F0F5EF;
      border:1px solid #E2ECE1;
      display:flex;
      align-items:center;
      gap:8px;
      padding:0 14px;
      color:var(--muted);
      transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
    }
    .search-pill:focus-within{
      border-color:rgba(35,139,87,.55);
      box-shadow:0 0 0 4px rgba(35,139,87,.12);
      background:#fff;
    }
    .search-pill input{
      border:0;
      outline:0;
      background:transparent;
      width:100%;
      color:var(--ink);
      font-size:14px;
    }
    .search-pill input::placeholder{color:#8A978F}
    .btn-brand,.btn-ghost,.btn-light-green{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      border-radius:var(--radius-pill);
      padding:11px 20px;
      font-weight:700;
      border:1px solid transparent;
      transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease;
      white-space:nowrap;
    }
    .btn-brand{
      background:var(--green);
      color:#fff;
      box-shadow:0 12px 22px rgba(35,139,87,.20);
    }
    .btn-brand:hover,.btn-brand:focus{
      background:var(--green-dark);
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 16px 28px rgba(35,139,87,.27);
    }
    .btn-ghost{
      color:var(--green-dark);
      background:#fff;
      border-color:var(--border);
    }
    .btn-ghost:hover,.btn-ghost:focus{
      background:var(--green-soft);
      border-color:rgba(35,139,87,.32);
      color:var(--green-dark);
      transform:translateY(-2px);
    }
    .btn-light-green{
      background:rgba(166,217,106,.18);
      color:var(--green-dark);
      border-color:rgba(35,139,87,.12);
    }
    .btn-light-green:hover{background:rgba(166,217,106,.28);transform:translateY(-2px)}
    a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
      outline:3px solid rgba(35,139,87,.28);
      outline-offset:3px;
    }
    .navbar-toggler{
      border:1px solid var(--border);
      border-radius:12px;
      padding:8px 10px;
      box-shadow:none!important;
    }

    main{overflow:hidden}
    .section{padding:var(--section) 0}
    .section-sm{padding:68px 0}
    .section-title{
      max-width:760px;
      margin-bottom:34px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      border-radius:var(--radius-pill);
      padding:7px 12px;
      background:rgba(35,139,87,.10);
      color:var(--green-dark);
      font-weight:750;
      font-size:14px;
      margin-bottom:14px;
    }
    .eyebrow:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--yellow);
      box-shadow:0 0 0 5px rgba(242,184,75,.18);
    }
    h1,h2,h3,h4{color:var(--ink);letter-spacing:-.02em}
    h1{
      font-size:clamp(32px,4.1vw,54px);
      line-height:1.16;
      font-weight:820;
      margin:0 0 18px;
    }
    h2{
      font-size:clamp(25px,3vw,36px);
      line-height:1.25;
      font-weight:800;
      margin:0 0 14px;
    }
    h3{
      font-size:20px;
      line-height:1.35;
      font-weight:760;
      margin:0 0 10px;
    }
    p{margin:0 0 12px}
    .lead-text{
      color:#516057;
      font-size:18px;
      line-height:1.85;
      max-width:690px;
    }
    .muted{color:var(--muted)}
    .hero-topic{
      position:relative;
      padding:90px 0 78px;
      background:
        linear-gradient(90deg, rgba(250,251,246,.98) 0%, rgba(250,251,246,.88) 50%, rgba(250,251,246,.78) 100%),
        url('/assets/images/backpic/back-2.webp') center/cover no-repeat;
      border-bottom:1px solid var(--border);
    }
    .hero-topic:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 76% 24%, rgba(166,217,106,.36), transparent 24%),
        linear-gradient(135deg, rgba(35,139,87,.10), transparent 44%);
      pointer-events:none;
    }
    .hero-topic .container{position:relative;z-index:1}
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:26px;
    }
    .hero-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:24px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:var(--radius-pill);
      padding:7px 12px;
      background:#fff;
      border:1px solid var(--border);
      color:#3B4A42;
      font-size:14px;
      font-weight:650;
      box-shadow:0 6px 16px rgba(23,35,28,.04);
    }
    .tag strong{color:var(--green-dark)}
    .hero-panel{
      background:rgba(255,255,255,.92);
      border:1px solid rgba(221,232,220,.92);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow);
      padding:18px;
      overflow:hidden;
    }
    .panel-image{
      position:relative;
      border-radius:22px;
      overflow:hidden;
      min-height:248px;
      background:#E7EFE7;
    }
    .panel-image img{
      width:100%;
      height:248px;
      object-fit:cover;
    }
    .panel-image:after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg,transparent 35%,rgba(16,32,24,.68) 100%);
    }
    .panel-caption{
      position:absolute;
      left:18px;
      right:18px;
      bottom:16px;
      z-index:1;
      color:#fff;
    }
    .panel-caption b{display:block;font-size:22px;margin-bottom:4px}
    .topic-score-strip{
      display:grid;
      grid-template-columns:1fr auto 1fr;
      align-items:center;
      gap:12px;
      margin-top:14px;
      padding:14px;
      border-radius:18px;
      background:linear-gradient(135deg,#F4FAF2,#fff);
      border:1px solid var(--border);
    }
    .topic-score-strip .team{font-weight:800}
    .topic-score-strip .team:last-child{text-align:right}
    .score-badge{
      background:var(--yellow);
      color:#3A2A05;
      border-radius:12px;
      padding:6px 10px;
      font-weight:850;
      box-shadow:0 8px 18px rgba(242,184,75,.22);
    }

    .topic-nav-wrap{
      margin-top:-30px;
      position:relative;
      z-index:5;
    }
    .topic-nav{
      background:#fff;
      border:1px solid var(--border);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow);
      padding:16px;
      display:flex;
      gap:12px;
      overflow:auto;
      scrollbar-width:thin;
    }
    .topic-nav a{
      flex:0 0 auto;
      border-radius:var(--radius-pill);
      padding:10px 16px;
      background:#F6FAF4;
      color:#405047;
      font-weight:750;
      border:1px solid transparent;
    }
    .topic-nav a:hover,.topic-nav a.active{
      background:var(--green);
      color:#fff;
      border-color:var(--green);
      transform:translateY(-1px);
    }

    .feature-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:24px;
      align-items:stretch;
    }
    .topic-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow);
      overflow:hidden;
      transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
      height:100%;
    }
    .topic-card:hover{
      transform:translateY(-4px);
      border-color:rgba(35,139,87,.32);
      box-shadow:var(--shadow-hover);
    }
    .topic-card .thumb{
      position:relative;
      overflow:hidden;
      background:#EAF2E9;
    }
    .topic-card .thumb img{
      width:100%;
      height:100%;
      object-fit:cover;
      transition:transform .35s ease;
    }
    .topic-card:hover .thumb img{transform:scale(1.04)}
    .topic-card .thumb:after{
      content:"";
      position:absolute;
      inset:auto 0 0 0;
      height:50%;
      background:linear-gradient(180deg,transparent,rgba(16,32,24,.55));
    }
    .topic-card.big .thumb{height:352px}
    .topic-card.small .thumb{height:150px}
    .topic-body{padding:22px}
    .topic-meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-bottom:12px;
    }
    .mini-badge{
      display:inline-flex;
      align-items:center;
      border-radius:var(--radius-pill);
      padding:5px 10px;
      font-size:13px;
      font-weight:750;
      color:var(--green-dark);
      background:rgba(35,139,87,.10);
    }
    .mini-badge.hot{
      color:#6C4600;
      background:rgba(242,184,75,.20);
    }
    .topic-card p{color:var(--muted);line-height:1.75}
    .topic-link{
      display:inline-flex;
      align-items:center;
      gap:6px;
      color:var(--green-dark);
      font-weight:800;
      margin-top:8px;
    }
    .topic-link:hover{gap:10px;color:var(--green)}
    .side-stack{
      display:grid;
      gap:24px;
    }
    .mini-topic{
      display:grid;
      grid-template-columns:150px 1fr;
      min-height:182px;
    }
    .mini-topic .thumb{height:100%}
    .mini-topic .topic-body{padding:18px}
    .mini-topic h3{font-size:18px}

    .timeline-section{
      background:linear-gradient(180deg,#F5F8F3 0%,#fff 100%);
      border-top:1px solid var(--border);
      border-bottom:1px solid var(--border);
    }
    .timeline{
      position:relative;
      display:grid;
      gap:18px;
    }
    .timeline:before{
      content:"";
      position:absolute;
      left:23px;
      top:18px;
      bottom:18px;
      width:2px;
      background:linear-gradient(var(--green),rgba(35,139,87,.08));
    }
    .timeline-item{
      position:relative;
      display:grid;
      grid-template-columns:58px 1fr;
      gap:18px;
      align-items:start;
    }
    .timeline-dot{
      width:48px;
      height:48px;
      border-radius:50%;
      background:#fff;
      border:2px solid rgba(35,139,87,.35);
      display:flex;
      align-items:center;
      justify-content:center;
      color:var(--green-dark);
      font-weight:850;
      box-shadow:0 10px 20px rgba(23,35,28,.08);
      z-index:1;
    }
    .timeline-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:var(--radius);
      padding:20px;
      box-shadow:0 10px 30px rgba(23,35,28,.05);
    }
    .timeline-card .date{
      color:var(--green-dark);
      font-weight:800;
      margin-bottom:4px;
    }
    .timeline-card p{color:var(--muted)}
    .focus-board{
      background:#102018;
      color:#fff;
      border-radius:var(--radius-lg);
      padding:26px;
      box-shadow:var(--shadow);
      position:sticky;
      top:104px;
      overflow:hidden;
    }
    .focus-board:before{
      content:"";
      position:absolute;
      width:180px;
      height:180px;
      border-radius:50%;
      right:-70px;
      top:-60px;
      background:rgba(166,217,106,.20);
    }
    .focus-board h3{color:#fff}
    .focus-list{
      display:grid;
      gap:12px;
      margin-top:18px;
      position:relative;
      z-index:1;
    }
    .focus-list li{
      list-style:none;
      padding:13px 0;
      border-bottom:1px solid rgba(255,255,255,.12);
      display:flex;
      justify-content:space-between;
      gap:12px;
      color:rgba(255,255,255,.82);
    }
    .focus-list li span:last-child{
      color:var(--lime);
      font-weight:800;
      white-space:nowrap;
    }

    .news-layout{
      display:grid;
      grid-template-columns:1fr 360px;
      gap:26px;
      align-items:start;
    }
    .reading-list{
      display:grid;
      gap:16px;
    }
    .reading-item{
      display:grid;
      grid-template-columns:132px 1fr;
      gap:18px;
      padding:16px;
      background:#fff;
      border:1px solid var(--border);
      border-radius:var(--radius);
      box-shadow:0 10px 28px rgba(23,35,28,.05);
      transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
    }
    .reading-item:hover{
      transform:translateY(-3px);
      border-color:rgba(35,139,87,.32);
      box-shadow:var(--shadow);
    }
    .reading-item img{
      width:132px;
      height:104px;
      object-fit:cover;
      border-radius:14px;
    }
    .reading-item h3{font-size:18px;margin-bottom:6px}
    .reading-item p{color:var(--muted);font-size:15px;margin-bottom:8px}
    .info-box{
      background:#fff;
      border:1px solid var(--border);
      border-radius:var(--radius-lg);
      padding:22px;
      box-shadow:var(--shadow);
    }
    .keyword-cloud{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:14px;
    }
    .keyword-cloud a{
      border-radius:var(--radius-pill);
      padding:7px 12px;
      background:#F4F8F2;
      border:1px solid var(--border);
      color:#405047;
      font-size:14px;
      font-weight:650;
    }
    .keyword-cloud a:hover{
      background:var(--green);
      color:#fff;
      border-color:var(--green);
    }

    .process-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
    }
    .process-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:var(--radius);
      padding:22px;
      min-height:190px;
      box-shadow:0 10px 30px rgba(23,35,28,.05);
      transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
    }
    .process-card:hover{
      transform:translateY(-3px);
      border-color:rgba(35,139,87,.32);
      box-shadow:var(--shadow);
    }
    .step-num{
      width:38px;
      height:38px;
      border-radius:14px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:rgba(35,139,87,.12);
      color:var(--green-dark);
      font-weight:850;
      margin-bottom:14px;
    }
    .process-card p{color:var(--muted);font-size:15px}

    .faq-wrap{
      max-width:900px;
      margin:0 auto;
    }
    .accordion{
      display:grid;
      gap:14px;
    }
    .accordion-item{
      border:1px solid var(--border)!important;
      border-radius:var(--radius)!important;
      overflow:hidden;
      box-shadow:0 8px 24px rgba(23,35,28,.04);
      background:#fff;
    }
    .accordion-button{
      font-weight:800;
      color:var(--ink);
      background:#fff;
      padding:19px 22px;
      line-height:1.45;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      color:var(--green-dark);
      background:linear-gradient(90deg,rgba(35,139,87,.10),#fff);
    }
    .accordion-button:before{
      content:"";
      width:5px;
      height:22px;
      border-radius:99px;
      background:var(--green);
      margin-right:12px;
      opacity:.35;
      transition:opacity .2s ease;
    }
    .accordion-button:not(.collapsed):before{opacity:1}
    .accordion-button::after{
      background-size:1rem;
      filter:hue-rotate(80deg) saturate(1.4);
    }
    .accordion-body{
      padding:0 24px 22px 39px;
      color:var(--muted);
      line-height:1.85;
    }

    .contact-cta{
      background:
        linear-gradient(135deg,rgba(35,139,87,.95),rgba(23,107,65,.96)),
        url('/assets/images/backpic/back-3.webp') center/cover no-repeat;
      color:#fff;
      border-radius:34px;
      overflow:hidden;
      box-shadow:0 24px 60px rgba(23,35,28,.18);
    }
    .contact-cta h2,.contact-cta h3{color:#fff}
    .contact-inner{padding:44px}
    .contact-list{
      margin:24px 0 0;
      padding:0;
      display:grid;
      gap:12px;
    }
    .contact-list li{
      list-style:none;
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:rgba(255,255,255,.86);
    }
    .contact-list li:before{
      content:"✓";
      width:22px;
      height:22px;
      border-radius:50%;
      background:rgba(166,217,106,.22);
      color:#fff;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
      font-weight:850;
      margin-top:3px;
    }
    .form-card{
      background:#fff;
      border-radius:26px;
      padding:26px;
      color:var(--ink);
      box-shadow:0 18px 48px rgba(16,32,24,.18);
    }
    .form-label{
      font-weight:750;
      color:#304238;
      margin-bottom:7px;
    }
    .form-control,.form-select{
      border-radius:14px;
      border:1px solid var(--border);
      padding:12px 14px;
      min-height:46px;
      color:var(--ink);
      box-shadow:none!important;
    }
    .form-control:focus,.form-select:focus{
      border-color:rgba(35,139,87,.68);
      box-shadow:0 0 0 4px rgba(35,139,87,.12)!important;
    }
    textarea.form-control{min-height:116px;resize:vertical}

    .site-footer{
      background:#102018;
      color:rgba(255,255,255,.78);
      padding:56px 0 32px;
      text-align:center;
    }
    .footer-brand{
      display:inline-flex;
      align-items:center;
      gap:10px;
      font-size:23px;
      font-weight:850;
      color:#fff;
      margin-bottom:14px;
    }
    .footer-desc{
      max-width:720px;
      margin:0 auto 22px;
      color:rgba(255,255,255,.72);
      line-height:1.8;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      justify-content:center;
      gap:10px 18px;
      margin-bottom:22px;
    }
    .footer-links a{
      color:rgba(255,255,255,.76);
      font-size:14px;
    }
    .footer-links a:hover{color:var(--lime)}
    .footer-record{
      border-top:1px solid rgba(255,255,255,.12);
      padding-top:20px;
      display:flex;
      flex-wrap:wrap;
      gap:8px 18px;
      justify-content:center;
      font-size:12.5px;
      color:rgba(255,255,255,.62);
      line-height:1.7;
    }

    @media (max-width:1199.98px){
      .search-pill{min-width:190px}
      .process-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width:991.98px){
      :root{--section:68px}
      .navbar-collapse{
        padding-top:16px;
      }
      .navbar-nav{
        padding:12px;
        background:#F7FAF5;
        border:1px solid var(--border);
        border-radius:18px;
        margin-bottom:14px;
      }
      .nav-actions{
        flex-direction:column;
        align-items:stretch;
        padding:12px;
        background:#fff;
        border:1px solid var(--border);
        border-radius:18px;
      }
      .search-pill{width:100%;min-width:0}
      .nav-actions .btn-brand{width:100%}
      .hero-topic{padding:64px 0 70px}
      .hero-panel{margin-top:30px}
      .feature-grid,.news-layout{grid-template-columns:1fr}
      .focus-board{position:relative;top:auto}
      .mini-topic{grid-template-columns:180px 1fr}
      .contact-inner{padding:32px}
    }
    @media (max-width:767.98px){
      body{font-size:15px}
      .section-title{margin-bottom:26px}
      .lead-text{font-size:16px}
      .topic-nav-wrap{margin-top:-24px}
      .topic-nav{padding:12px;border-radius:20px}
      .topic-card.big .thumb{height:260px}
      .mini-topic,.reading-item{
        grid-template-columns:1fr;
      }
      .mini-topic .thumb,.reading-item img{
        width:100%;
        height:190px;
      }
      .reading-item img{border-radius:16px}
      .timeline:before{left:18px}
      .timeline-item{
        grid-template-columns:44px 1fr;
        gap:12px;
      }
      .timeline-dot{
        width:38px;
        height:38px;
        font-size:14px;
      }
      .process-grid{grid-template-columns:1fr}
      .contact-cta{border-radius:26px}
      .contact-inner{padding:26px 20px}
      .footer-record{flex-direction:column}
    }
    @media (max-width:520px){
      .navbar{padding:10px 0}
      .brand-logo{font-size:20px}
      .logo-mark{width:34px;height:34px}
      .hero-topic{padding:48px 0 62px}
      .hero-actions .btn-brand,.hero-actions .btn-ghost{
        width:100%;
      }
      .topic-score-strip{
        grid-template-columns:1fr;
        text-align:center;
      }
      .topic-score-strip .team:last-child{text-align:center}
      .topic-body{padding:18px}
      .form-card{padding:20px}
    }

/* roulang page: category4 */
:root{
      --brand:#238B57;
      --brand-dark:#17683f;
      --brand-soft:#EAF6EB;
      --accent:#A6D96A;
      --warm:#F2B84B;
      --text:#17231C;
      --muted:#64736A;
      --light:#F5F8F3;
      --paper:#FFFFFF;
      --cream:#FAFBF6;
      --border:#DDE8DC;
      --border-2:#E7EFE6;
      --shadow:0 16px 42px rgba(23,35,28,.08);
      --shadow-sm:0 10px 28px rgba(23,35,28,.06);
      --radius:20px;
      --radius-lg:28px;
      --radius-sm:14px;
      --container:1200px;
      --ease:all .22s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei","Noto Sans CJK SC",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 6% 8%, rgba(166,217,106,.18), transparent 28%),
        linear-gradient(180deg,#fff 0%, var(--cream) 48%, var(--light) 100%);
      line-height:1.78;
      font-size:16px;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover{color:var(--brand)}
    img{max-width:100%;height:auto;display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(35,139,87,.18)}
    .container{max-width:var(--container)}
    .section{padding:86px 0}
    .section-tight{padding:58px 0}
    .section-title{margin-bottom:34px}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 13px;
      border:1px solid rgba(35,139,87,.16);
      border-radius:999px;
      background:rgba(234,246,235,.8);
      color:var(--brand-dark);
      font-size:14px;
      font-weight:700;
      line-height:1.2;
    }
    .eyebrow::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 0 4px rgba(166,217,106,.2);
    }
    h1,h2,h3,h4{color:var(--text);font-weight:800;letter-spacing:-.02em}
    h1{font-size:clamp(32px,4.5vw,54px);line-height:1.16;margin:18px 0 18px}
    h2{font-size:clamp(25px,3vw,36px);line-height:1.28;margin:12px 0 12px}
    h3{font-size:20px;line-height:1.35;margin:0 0 10px}
    p{margin:0 0 14px}
    .lead-text{font-size:18px;color:var(--muted);line-height:1.85;max-width:760px}
    .muted{color:var(--muted)}
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(255,255,255,.92);
      backdrop-filter:saturate(160%) blur(14px);
      border-bottom:1px solid rgba(221,232,220,.82);
      box-shadow:0 8px 24px rgba(23,35,28,.04);
    }
    .navbar{padding:14px 0}
    .brand-logo{
      display:inline-flex;
      align-items:center;
      gap:10px;
      color:var(--text);
      font-size:22px;
      font-weight:850;
      letter-spacing:-.03em;
      white-space:nowrap;
    }
    .logo-mark{
      width:38px;
      height:38px;
      border-radius:50%;
      display:inline-block;
      position:relative;
      background:
        radial-gradient(circle at 50% 50%, #fff 0 13%, transparent 14%),
        linear-gradient(135deg,var(--brand) 0%, #35a86a 58%, var(--accent) 100%);
      box-shadow:inset 0 0 0 3px rgba(255,255,255,.72),0 8px 18px rgba(35,139,87,.22);
      flex:0 0 auto;
    }
    .logo-mark::before,.logo-mark::after{
      content:"";
      position:absolute;
      background:rgba(255,255,255,.78);
      border-radius:999px;
      left:9px;
      right:9px;
      height:2px;
      top:18px;
      transform:rotate(28deg);
    }
    .logo-mark::after{transform:rotate(-28deg)}
    .navbar-toggler{
      border:1px solid var(--border);
      border-radius:12px;
      padding:8px 10px;
      box-shadow:none!important;
    }
    .navbar-nav{gap:6px}
    .nav-link{
      color:#314139;
      font-weight:700;
      font-size:15px;
      padding:9px 14px!important;
      border-radius:999px;
      position:relative;
    }
    .nav-link:hover{
      color:var(--brand-dark);
      background:var(--brand-soft);
    }
    .nav-link.active{
      color:var(--brand-dark)!important;
      background:linear-gradient(180deg,#eff9ef,#e5f4e7);
      box-shadow:inset 0 0 0 1px rgba(35,139,87,.12);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:12px;
    }
    .search-pill{
      display:flex;
      align-items:center;
      gap:7px;
      min-width:220px;
      padding:9px 13px;
      background:var(--light);
      border:1px solid var(--border-2);
      border-radius:999px;
      color:var(--muted);
      transition:var(--ease);
      cursor:text;
    }
    .search-pill:focus-within{
      background:#fff;
      border-color:rgba(35,139,87,.48);
      box-shadow:0 0 0 4px rgba(35,139,87,.1);
    }
    .search-pill input{
      width:100%;
      border:0;
      outline:0;
      background:transparent;
      color:var(--text);
      font-size:14px;
    }
    .search-pill input::placeholder{color:#7a897f}
    .btn-brand,.btn-soft,.btn-line{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      padding:11px 20px;
      border-radius:999px;
      font-weight:800;
      border:1px solid transparent;
      transition:var(--ease);
      white-space:nowrap;
    }
    .btn-brand{
      background:var(--brand);
      color:#fff!important;
      box-shadow:0 12px 24px rgba(35,139,87,.2);
    }
    .btn-brand:hover,.btn-brand:focus{
      background:var(--brand-dark);
      transform:translateY(-2px);
      box-shadow:0 16px 28px rgba(23,104,63,.25);
    }
    .btn-soft{
      background:var(--brand-soft);
      color:var(--brand-dark)!important;
      border-color:rgba(35,139,87,.12);
    }
    .btn-soft:hover,.btn-soft:focus{
      background:#ddf1df;
      transform:translateY(-2px);
    }
    .btn-line{
      background:#fff;
      color:var(--brand-dark)!important;
      border-color:var(--border);
    }
    .btn-line:hover,.btn-line:focus{
      border-color:rgba(35,139,87,.36);
      background:var(--cream);
      transform:translateY(-2px);
    }
    .focusable:focus,.btn-brand:focus,.btn-soft:focus,.btn-line:focus,.nav-link:focus{
      outline:3px solid rgba(35,139,87,.22);
      outline-offset:3px;
    }

    .news-hero{
      position:relative;
      overflow:hidden;
      padding:76px 0 64px;
      background:
        linear-gradient(90deg,rgba(250,251,246,.96) 0%,rgba(250,251,246,.9) 42%,rgba(250,251,246,.72) 100%),
        url("/assets/images/backpic/back-2.webp") center/cover no-repeat;
      border-bottom:1px solid var(--border-2);
    }
    .news-hero::before{
      content:"";
      position:absolute;
      inset:auto -140px -190px auto;
      width:430px;
      height:430px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(166,217,106,.34),transparent 64%);
      pointer-events:none;
    }
    .hero-panel{
      background:rgba(255,255,255,.88);
      border:1px solid rgba(221,232,220,.88);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow);
      padding:20px;
      position:relative;
      overflow:hidden;
    }
    .hero-panel::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(135deg,rgba(35,139,87,.08),transparent 42%);
      pointer-events:none;
    }
    .hero-cover{
      height:265px;
      border-radius:22px;
      overflow:hidden;
      position:relative;
      background:#dfe9dc;
    }
    .hero-cover img{
      width:100%;
      height:100%;
      object-fit:cover;
      filter:saturate(1.05);
    }
    .hero-cover::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg,transparent 15%,rgba(16,32,24,.58) 100%);
    }
    .cover-caption{
      position:absolute;
      left:18px;
      right:18px;
      bottom:16px;
      color:#fff;
      z-index:2;
    }
    .cover-caption strong{font-size:18px;display:block;margin-bottom:4px}
    .cover-caption span{font-size:13px;color:rgba(255,255,255,.85)}
    .hero-ticker{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
      margin-top:14px;
    }
    .ticker-item{
      padding:14px;
      border-radius:16px;
      background:var(--light);
      border:1px solid var(--border-2);
    }
    .ticker-item b{
      display:block;
      color:var(--brand-dark);
      font-size:20px;
      line-height:1.1;
    }
    .ticker-item span{font-size:13px;color:var(--muted)}
    .hero-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin:26px 0 28px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:7px;
      border-radius:999px;
      padding:8px 12px;
      font-size:14px;
      font-weight:700;
      background:#fff;
      color:#3b4b42;
      border:1px solid var(--border);
      box-shadow:0 8px 16px rgba(23,35,28,.04);
    }
    .tag.hot{background:#fff8e8;border-color:rgba(242,184,75,.45);color:#775315}
    .tag.green{background:var(--brand-soft);border-color:rgba(35,139,87,.18);color:var(--brand-dark)}

    .topic-tabs{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:26px;
    }
    .topic-tab{
      padding:10px 14px;
      border-radius:999px;
      border:1px solid var(--border);
      background:#fff;
      color:#405048;
      font-weight:750;
      font-size:14px;
      transition:var(--ease);
    }
    .topic-tab:hover,.topic-tab.active{
      color:var(--brand-dark);
      border-color:rgba(35,139,87,.32);
      background:var(--brand-soft);
      transform:translateY(-2px);
    }

    .feature-grid{
      display:grid;
      grid-template-columns:1.3fr .7fr;
      gap:22px;
    }
    .editor-main{
      position:relative;
      min-height:430px;
      border-radius:var(--radius-lg);
      overflow:hidden;
      box-shadow:var(--shadow);
      border:1px solid var(--border);
      background:#102018;
    }
    .editor-main img{
      width:100%;
      height:100%;
      object-fit:cover;
      position:absolute;
      inset:0;
      opacity:.88;
    }
    .editor-main::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg,rgba(16,32,24,.05) 0%,rgba(16,32,24,.88) 100%);
    }
    .editor-content{
      position:absolute;
      z-index:2;
      left:28px;
      right:28px;
      bottom:26px;
      color:#fff;
    }
    .editor-content h2,.editor-content h3{color:#fff}
    .editor-content p{color:rgba(255,255,255,.84);max-width:720px}
    .meta-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin:12px 0 0;
      color:rgba(255,255,255,.78);
      font-size:13px;
    }
    .side-picks{
      display:grid;
      gap:14px;
    }
    .pick-card{
      display:grid;
      grid-template-columns:116px 1fr;
      gap:14px;
      align-items:center;
      padding:12px;
      border:1px solid var(--border);
      border-radius:20px;
      background:#fff;
      box-shadow:var(--shadow-sm);
      transition:var(--ease);
    }
    .pick-card:hover{
      transform:translateY(-3px);
      border-color:rgba(35,139,87,.3);
      box-shadow:var(--shadow);
    }
    .pick-card img{
      width:116px;
      height:92px;
      object-fit:cover;
      border-radius:14px;
    }
    .pick-card h3{font-size:17px;margin-bottom:4px}
    .pick-card p{font-size:13px;line-height:1.55;color:var(--muted);margin:0}
    .pill-label{
      display:inline-flex;
      margin-bottom:7px;
      padding:4px 9px;
      border-radius:999px;
      background:var(--brand-soft);
      color:var(--brand-dark);
      font-size:12px;
      font-weight:800;
    }

    .content-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 330px;
      gap:26px;
      align-items:start;
    }
    .news-list{
      display:grid;
      gap:16px;
    }
    .article-card{
      display:grid;
      grid-template-columns:180px minmax(0,1fr);
      gap:18px;
      padding:16px;
      border:1px solid var(--border);
      border-radius:var(--radius);
      background:rgba(255,255,255,.92);
      box-shadow:var(--shadow-sm);
      transition:var(--ease);
    }
    .article-card:hover{
      transform:translateY(-3px);
      border-color:rgba(35,139,87,.3);
      box-shadow:var(--shadow);
    }
    .article-thumb{
      height:135px;
      border-radius:16px;
      overflow:hidden;
      background:var(--light);
    }
    .article-thumb img{
      width:100%;
      height:100%;
      object-fit:cover;
    }
    .article-card h3{
      font-size:21px;
      margin-bottom:7px;
    }
    .article-card p{
      color:var(--muted);
      line-height:1.7;
      margin-bottom:10px;
    }
    .article-meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px 14px;
      color:#77857c;
      font-size:13px;
      align-items:center;
    }
    .mini-badge{
      display:inline-flex;
      align-items:center;
      padding:5px 9px;
      border-radius:999px;
      background:#fff8e8;
      color:#765415;
      font-size:12px;
      font-weight:800;
      border:1px solid rgba(242,184,75,.35);
    }
    .data-sidebar{
      position:sticky;
      top:92px;
      display:grid;
      gap:18px;
    }
    .sidebar-card{
      border:1px solid var(--border);
      border-radius:var(--radius);
      background:#fff;
      box-shadow:var(--shadow-sm);
      padding:20px;
    }
    .sidebar-card h3{font-size:19px;margin-bottom:14px}
    .keyword-cloud{
      display:flex;
      flex-wrap:wrap;
      gap:9px;
    }
    .keyword-cloud a{
      padding:8px 11px;
      border-radius:999px;
      background:var(--light);
      border:1px solid var(--border-2);
      color:#46564d;
      font-size:13px;
      font-weight:700;
    }
    .keyword-cloud a:hover{
      background:var(--brand-soft);
      border-color:rgba(35,139,87,.28);
      color:var(--brand-dark);
    }
    .focus-list{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:12px;
    }
    .focus-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      padding-bottom:12px;
      border-bottom:1px dashed var(--border);
      color:var(--muted);
      font-size:14px;
      line-height:1.6;
    }
    .focus-list li:last-child{border-bottom:0;padding-bottom:0}
    .focus-list i{
      width:24px;
      height:24px;
      border-radius:50%;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
      background:var(--brand-soft);
      color:var(--brand-dark);
      font-style:normal;
      font-weight:900;
      font-size:12px;
    }
    .score-widget{
      background:linear-gradient(135deg,#143323,#1d6f45);
      color:#fff;
      border:0;
      overflow:hidden;
      position:relative;
    }
    .score-widget::before{
      content:"";
      position:absolute;
      width:160px;
      height:160px;
      border-radius:50%;
      right:-60px;
      top:-60px;
      background:rgba(166,217,106,.22);
    }
    .score-widget h3{color:#fff;position:relative}
    .score-row{
      position:relative;
      display:flex;
      justify-content:space-between;
      gap:10px;
      padding:12px 0;
      border-top:1px solid rgba(255,255,255,.14);
      font-size:14px;
      color:rgba(255,255,255,.86);
    }
    .score-row strong{color:#fff}

    .angle-section{
      background:linear-gradient(180deg,rgba(234,246,235,.65),rgba(255,255,255,.5));
      border-top:1px solid var(--border-2);
      border-bottom:1px solid var(--border-2);
    }
    .angle-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
    }
    .angle-card{
      padding:22px;
      border-radius:var(--radius);
      border:1px solid var(--border);
      background:#fff;
      box-shadow:var(--shadow-sm);
      transition:var(--ease);
      min-height:220px;
    }
    .angle-card:hover{
      transform:translateY(-4px);
      box-shadow:var(--shadow);
      border-color:rgba(35,139,87,.32);
    }
    .angle-icon{
      width:46px;
      height:46px;
      border-radius:16px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:var(--brand-soft);
      color:var(--brand-dark);
      font-size:22px;
      margin-bottom:16px;
    }
    .angle-card p{color:var(--muted);font-size:15px;margin:0}

    .timeline-card{
      border-radius:var(--radius-lg);
      border:1px solid var(--border);
      background:#fff;
      box-shadow:var(--shadow);
      padding:26px;
    }
    .timeline{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:0;
    }
    .timeline li{
      display:grid;
      grid-template-columns:120px 22px 1fr;
      gap:16px;
      padding:0 0 26px;
      position:relative;
    }
    .timeline li:last-child{padding-bottom:0}
    .timeline li::before{
      content:"";
      position:absolute;
      left:130px;
      top:22px;
      bottom:0;
      width:2px;
      background:var(--border);
    }
    .timeline li:last-child::before{display:none}
    .time-label{
      color:var(--brand-dark);
      font-weight:850;
      font-size:14px;
    }
    .dot{
      width:22px;
      height:22px;
      border-radius:50%;
      background:var(--brand);
      box-shadow:0 0 0 6px rgba(35,139,87,.13);
      margin-top:2px;
      z-index:1;
    }
    .timeline h3{font-size:18px;margin-bottom:4px}
    .timeline p{margin:0;color:var(--muted);font-size:15px}

    .subscribe-wrap{
      border-radius:var(--radius-lg);
      background:
        linear-gradient(135deg,rgba(16,32,24,.95),rgba(27,100,62,.94)),
        url("/assets/images/backpic/back-3.webp") center/cover no-repeat;
      color:#fff;
      overflow:hidden;
      box-shadow:0 24px 58px rgba(16,32,24,.18);
    }
    .subscribe-inner{padding:42px}
    .subscribe-wrap h2,.subscribe-wrap h3{color:#fff}
    .subscribe-wrap p{color:rgba(255,255,255,.78)}
    .subscribe-form{
      padding:24px;
      border-radius:24px;
      background:rgba(255,255,255,.96);
      border:1px solid rgba(255,255,255,.32);
      box-shadow:0 14px 38px rgba(0,0,0,.12);
    }
    .form-label{
      color:var(--text);
      font-weight:800;
      font-size:14px;
      margin-bottom:7px;
    }
    .form-control,.form-select{
      border:1px solid var(--border);
      border-radius:14px;
      padding:12px 14px;
      color:var(--text);
      background:#fff;
      min-height:48px;
      box-shadow:none!important;
    }
    .form-control:focus,.form-select:focus{
      border-color:rgba(35,139,87,.55);
      box-shadow:0 0 0 4px rgba(35,139,87,.1)!important;
    }
    textarea.form-control{min-height:112px;resize:vertical}
    .form-note{
      color:#6c7b72;
      font-size:13px;
      line-height:1.6;
      margin-top:10px;
    }

    .faq-section .accordion{display:grid;gap:14px}
    .accordion-item{
      border:1px solid var(--border)!important;
      border-radius:18px!important;
      overflow:hidden;
      background:#fff;
      box-shadow:var(--shadow-sm);
    }
    .accordion-button{
      padding:18px 20px;
      font-weight:850;
      color:var(--text);
      background:#fff;
      box-shadow:none!important;
      line-height:1.45;
    }
    .accordion-button::after{
      background-size:17px;
      width:17px;
      height:17px;
    }
    .accordion-button:not(.collapsed){
      color:var(--brand-dark);
      background:linear-gradient(90deg,var(--brand-soft),#fff);
    }
    .accordion-button:not(.collapsed)::before{
      content:"";
      width:4px;
      align-self:stretch;
      border-radius:999px;
      background:var(--brand);
      margin-right:12px;
    }
    .accordion-body{
      padding:0 22px 20px 36px;
      color:var(--muted);
      line-height:1.85;
    }

    .site-footer{
      background:#102018;
      color:rgba(255,255,255,.82);
      padding:54px 0 34px;
      text-align:center;
    }
    .footer-brand{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      color:#fff;
      font-size:24px;
      font-weight:850;
      margin-bottom:14px;
    }
    .footer-desc{
      max-width:720px;
      margin:0 auto 22px;
      color:rgba(255,255,255,.68);
      line-height:1.8;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      justify-content:center;
      gap:10px 18px;
      padding:18px 0 24px;
      border-top:1px solid rgba(255,255,255,.08);
      border-bottom:1px solid rgba(255,255,255,.08);
      margin-bottom:22px;
    }
    .footer-links a{
      color:rgba(255,255,255,.76);
      font-size:14px;
    }
    .footer-links a:hover{color:var(--accent)}
    .footer-record{
      display:grid;
      gap:5px;
      color:rgba(255,255,255,.58);
      font-size:13px;
      line-height:1.7;
    }

    @media (max-width:1199px){
      .search-pill{min-width:180px}
      .angle-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width:991px){
      .navbar-collapse{
        margin-top:14px;
        padding:16px;
        background:#fff;
        border:1px solid var(--border);
        border-radius:20px;
        box-shadow:var(--shadow-sm);
      }
      .navbar-nav{gap:4px}
      .nav-actions{align-items:stretch;flex-direction:column;margin-top:12px}
      .search-pill{width:100%;min-width:0}
      .news-hero{padding:58px 0 50px}
      .hero-panel{margin-top:28px}
      .feature-grid,.content-layout{grid-template-columns:1fr}
      .data-sidebar{position:static;grid-template-columns:repeat(2,1fr)}
      .editor-main{min-height:380px}
    }
    @media (max-width:767px){
      body{font-size:15px}
      .section{padding:62px 0}
      .section-tight{padding:42px 0}
      .lead-text{font-size:16px}
      .hero-ticker{grid-template-columns:1fr}
      .feature-grid{gap:16px}
      .editor-main{min-height:360px}
      .editor-content{left:20px;right:20px;bottom:20px}
      .pick-card{grid-template-columns:96px 1fr}
      .pick-card img{width:96px;height:82px}
      .article-card{grid-template-columns:1fr}
      .article-thumb{height:190px}
      .data-sidebar{grid-template-columns:1fr}
      .angle-grid{grid-template-columns:1fr}
      .timeline-card{padding:20px}
      .timeline li{grid-template-columns:86px 18px 1fr;gap:12px}
      .timeline li::before{left:95px}
      .dot{width:18px;height:18px}
      .subscribe-inner{padding:28px}
      .subscribe-form{padding:18px}
      .footer-links{gap:9px 14px}
    }
    @media (max-width:520px){
      .brand-logo{font-size:20px}
      .logo-mark{width:34px;height:34px}
      .news-hero{padding:42px 0}
      .hero-tags,.topic-tabs{gap:8px}
      .tag,.topic-tab{font-size:13px;padding:7px 10px}
      .hero-cover{height:218px}
      .btn-brand,.btn-soft,.btn-line{width:100%;padding-left:14px;padding-right:14px}
      .d-flex.hero-buttons{flex-direction:column}
      .pick-card{grid-template-columns:1fr}
      .pick-card img{width:100%;height:150px}
      .article-thumb{height:168px}
      .timeline li{grid-template-columns:1fr;gap:8px;padding-left:28px}
      .timeline li::before{left:8px;top:28px}
      .dot{position:absolute;left:0;top:3px}
      .time-label{padding-left:0}
      .accordion-body{padding-left:20px}
    }
