/* roulang page: index */
:root{
      --bg:#f6f9f8;
      --surface:#ffffff;
      --surface-2:#f0f6f4;
      --text:#15211d;
      --muted:#66756f;
      --line:#dce7e2;
      --line-strong:#c6d7d1;
      --primary:#1f9d73;
      --primary-dark:#177556;
      --primary-soft:#e2f4ec;
      --accent:#7bc9a7;
      --warning:#f3c969;
      --danger:#ef6a6a;
      --shadow:0 16px 40px rgba(17, 41, 33, .08);
      --shadow-soft:0 10px 24px rgba(17, 41, 33, .05);
      --radius:18px;
      --radius-sm:12px;
      --container:1180px;
      --space:24px;
    }
    *{box-sizing:border-box}
    html,body{margin:0;padding:0}
    body{
      font-family:'Noto Sans SC',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
      background:
        radial-gradient(circle at top right, rgba(31,157,115,.08), transparent 24%),
        radial-gradient(circle at 20% 10%, rgba(123,201,167,.14), transparent 18%),
        var(--bg);
      color:var(--text);
      line-height:1.7;
      -webkit-font-smoothing:antialiased;
      text-rendering:optimizeLegibility;
    }
    a{color:inherit;text-decoration:none;transition:.22s ease}
    a:hover{color:var(--primary)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    .container-wide{max-width:var(--container);margin:0 auto;padding:0 18px}
    .site-header{
      position:sticky;top:0;z-index:50;
      backdrop-filter:saturate(1.6) blur(14px);
      background:rgba(246,249,248,.88);
      border-bottom:1px solid rgba(220,231,226,.82);
    }
    .header-inner{
      display:flex;align-items:center;gap:18px;
      min-height:78px;padding:10px 0;
    }
    .brand{
      display:flex;align-items:center;gap:12px;white-space:nowrap;
      flex:0 0 auto;
    }
    .brand-mark{
      width:42px;height:42px;border-radius:14px;
      background:linear-gradient(145deg, var(--primary), #3cc18f);
      color:#fff;display:grid;place-items:center;
      box-shadow:0 10px 24px rgba(31,157,115,.22);
      font-size:18px;
    }
    .brand-text{
      display:flex;flex-direction:column;line-height:1.1
    }
    .brand-text strong{font-size:1.02rem;letter-spacing:.2px}
    .brand-text span{font-size:.82rem;color:var(--muted);margin-top:4px}
    .nav-wrap{display:flex;align-items:center;gap:14px;flex:1 1 auto;min-width:0}
    .site-nav{
      display:flex;align-items:center;gap:6px;
      padding:8px;background:rgba(255,255,255,.76);
      border:1px solid var(--line);border-radius:999px;
      box-shadow:var(--shadow-soft);
      overflow:auto;scrollbar-width:none;
      flex:0 1 auto;
    }
    .site-nav::-webkit-scrollbar{display:none}
    .nav-link{
      display:inline-flex;align-items:center;gap:8px;
      padding:10px 16px;border-radius:999px;
      color:var(--muted);font-weight:600;font-size:.95rem;
      white-space:nowrap;
    }
    .nav-link:hover,.nav-link:focus{
      background:var(--primary-soft);color:var(--primary-dark);
    }
    .nav-link.active{
      background:linear-gradient(135deg, rgba(31,157,115,.14), rgba(59,193,143,.16));
      color:var(--primary-dark);
      box-shadow:inset 0 0 0 1px rgba(31,157,115,.14);
    }
    .header-actions{
      display:flex;align-items:center;gap:10px;margin-left:auto;flex:0 0 auto
    }
    .search-box{
      width:240px;max-width:32vw;position:relative;
    }
    .search-box input{
      margin:0;height:44px;border-radius:14px;
      border:1px solid var(--line);background:#fff;
      padding:0 42px 0 16px;box-shadow:var(--shadow-soft);
    }
    .search-box i{
      position:absolute;right:14px;top:50%;transform:translateY(-50%);
      color:#92a49d;font-size:.95rem;
    }
    .btn-modern{
      display:inline-flex;align-items:center;justify-content:center;gap:9px;
      border-radius:14px;font-weight:700;
      padding:12px 16px;min-height:44px;
      transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
      border:1px solid transparent;
    }
    .btn-modern:hover{transform:translateY(-1px)}
    .btn-primary-modern{
      background:linear-gradient(135deg,var(--primary),#2db484);
      color:#fff;box-shadow:0 14px 24px rgba(31,157,115,.22);
    }
    .btn-primary-modern:hover{color:#fff;background:linear-gradient(135deg,var(--primary-dark),#239c70)}
    .btn-ghost{
      background:rgba(255,255,255,.84);color:var(--text);border-color:var(--line);
    }
    .btn-ghost:hover{background:#fff;border-color:var(--line-strong);color:var(--primary-dark)}
    .hero{
      padding:34px 0 20px;
    }
    .flashbar{
      display:flex;align-items:center;justify-content:space-between;gap:18px;
      padding:14px 18px;border-radius:16px;
      background:linear-gradient(135deg,#133a2d,#184a39);
      color:#ecfff7;box-shadow:var(--shadow);
      margin-bottom:20px;
    }
    .flashbar strong{font-size:1rem}
    .countdown{
      display:flex;align-items:center;gap:10px;flex-wrap:wrap;
      color:#b7f0d5;font-weight:700;
    }
    .countdown span{
      display:inline-flex;align-items:center;justify-content:center;
      min-width:48px;padding:8px 12px;border-radius:12px;
      background:rgba(255,255,255,.08);color:#fff;
      border:1px solid rgba(255,255,255,.08);
    }
    .hero-grid{
      display:grid;grid-template-columns:1.08fr .92fr;gap:24px;align-items:stretch;
    }
    .hero-copy,.hero-stage,.section-card,.info-panel,.faq-item,.stat-card,.reward-card,.step-card,.news-list,.cta-shell,.category-card,.timeline-card{
      background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);
      box-shadow:var(--shadow-soft);
    }
    .hero-copy{
      padding:34px;
      display:flex;flex-direction:column;justify-content:center;gap:18px;
      min-height:460px;
    }
    .eyebrow{
      display:inline-flex;align-items:center;gap:8px;
      width:max-content;padding:7px 12px;border-radius:999px;
      background:var(--primary-soft);color:var(--primary-dark);
      font-weight:700;font-size:.9rem;
    }
    .hero h1{
      margin:0;font-size:clamp(2rem,4vw,4rem);
      line-height:1.06;letter-spacing:-.03em;
    }
    .hero-lead{
      font-size:1.08rem;color:#44534d;max-width:56ch;margin:0;
    }
    .hero-points{
      display:flex;gap:14px;flex-wrap:wrap;margin-top:4px;
    }
    .mini-metric{
      padding:14px 16px;border-radius:16px;background:#f7fbf9;border:1px solid #e5efeb;
      min-width:150px;
    }
    .mini-metric b{display:block;font-size:1.15rem;color:var(--primary-dark)}
    .mini-metric span{color:var(--muted);font-size:.92rem}
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px}
    .hero-stage{
      padding:20px;
      background:
        linear-gradient(180deg, rgba(31,157,115,.04), rgba(31,157,115,.01)),
        var(--surface);
      position:relative;overflow:hidden;
      min-height:460px;
    }
    .stage-top{
      display:flex;align-items:center;justify-content:space-between;gap:10px;
      margin-bottom:16px;
    }
    .stage-top h2,.section-title h2,.section-title h3,.cta-title h2,.info-title h2{margin:0}
    .stage-top p,.section-desc,.info-note,.cta-note,.small-note{margin:6px 0 0;color:var(--muted)}
    .screen-frame{
      border-radius:22px;border:1px solid #dfeae5;background:linear-gradient(180deg,#fff,#f6fbf8);
      padding:18px;box-shadow:0 18px 36px rgba(17,41,33,.06);
    }
    .screen-toolbar{
      display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;
    }
    .dots{display:flex;gap:7px}
    .dots i{width:10px;height:10px;border-radius:50%;display:block}
    .dots i:nth-child(1){background:#ff6b6b}
    .dots i:nth-child(2){background:#f3c969}
    .dots i:nth-child(3){background:#41c38b}
    .status-pill{
      display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border-radius:999px;
      font-size:.86rem;font-weight:700;
    }
    .status-ok{background:var(--primary-soft);color:var(--primary-dark)}
    .status-warm{background:#fff2d1;color:#8f6511}
    .status-muted{background:#edf2f0;color:#617069}
    .screen-grid{
      display:grid;grid-template-columns:1.2fr .8fr;gap:14px;
    }
    .panel{
      border-radius:18px;border:1px solid #e1ebe6;background:#fff;
      padding:16px;min-height:146px;
    }
    .panel h3{font-size:1rem;margin:0 0 10px}
    .panel ul{margin:0;padding:0;list-style:none;display:grid;gap:10px}
    .panel li{
      display:flex;align-items:flex-start;gap:10px;color:#405049;
      font-size:.95rem;
    }
    .check{
      width:20px;height:20px;border-radius:50%;
      background:var(--primary-soft);color:var(--primary-dark);
      display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;margin-top:2px;
      font-size:.8rem;
    }
    .mock-card{
      border-radius:18px;padding:14px;border:1px solid #e1ebe6;background:linear-gradient(180deg,#fff,#f6fbf9);
      margin-top:14px;
    }
    .mock-card .row{
      display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px
    }
    .bar{
      height:10px;border-radius:999px;background:#e9f2ee;overflow:hidden;
    }
    .bar i{
      display:block;height:100%;width:76%;
      background:linear-gradient(90deg, var(--primary), #53d39f);
      border-radius:inherit;
    }
    .section{
      padding:18px 0;
    }
    .section-card{padding:28px}
    .section-head{
      display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:20px;
      flex-wrap:wrap;
    }
    .section-title{
      max-width:780px;
    }
    .section-title h2,.section-title h3{
      font-size:clamp(1.45rem,2vw,2.2rem);line-height:1.2;
    }
    .section-desc{max-width:70ch}
    .step-grid,.reward-grid,.benefit-grid,.category-grid{
      display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;
    }
    .step-card,.reward-card,.category-card{
      padding:18px;position:relative;overflow:hidden;
    }
    .step-icon,.card-icon{
      width:46px;height:46px;border-radius:15px;background:var(--primary-soft);color:var(--primary-dark);
      display:grid;place-items:center;font-size:1.15rem;margin-bottom:14px;
    }
    .step-card h3,.reward-card h3,.category-card h3{margin:0 0 8px;font-size:1.05rem}
    .step-card p,.reward-card p,.category-card p{margin:0;color:var(--muted);font-size:.95rem}
    .tag-row,.filter-row,.meta-row{
      display:flex;gap:8px;flex-wrap:wrap;
    }
    .tag,.filter-chip,.badge{
      display:inline-flex;align-items:center;gap:6px;
      padding:7px 11px;border-radius:999px;
      font-size:.84rem;font-weight:700;
      border:1px solid transparent;
    }
    .tag,.filter-chip{
      background:#f2f6f4;color:#43524b;border-color:#e0ebe6;
    }
    .tag.active,.filter-chip.active{
      background:var(--primary-soft);color:var(--primary-dark);border-color:#c9e8da;
    }
    .badge.success{background:var(--primary-soft);color:var(--primary-dark)}
    .badge.pending{background:#eef1f0;color:#66756f}
    .badge.warn{background:#fff2d1;color:#8f6511}
    .reward-card{
      background:
        linear-gradient(180deg, #fff, #f8fcfa);
    }
    .reward-card .value{
      font-size:1.5rem;font-weight:800;color:var(--primary-dark);margin:10px 0 6px
    }
    .reward-card .small{color:var(--muted);font-size:.92rem}
    .progress-layout{
      display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:start;
    }
    .info-panel{padding:22px}
    .progress-list{margin:16px 0 0;padding:0;list-style:none;display:grid;gap:14px}
    .progress-item{
      display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:start;
      padding:14px;border-radius:16px;background:#f8fbf9;border:1px solid #e3ede8;
    }
    .progress-item strong{display:block;margin-bottom:4px}
    .progress-item p{margin:0;color:var(--muted);font-size:.93rem}
    .progress-dot{
      width:14px;height:14px;border-radius:50%;margin-top:6px;background:#b7c8c0;
      box-shadow:0 0 0 5px rgba(183,200,192,.22);
    }
    .progress-item.done .progress-dot{background:var(--primary);box-shadow:0 0 0 5px rgba(31,157,115,.16)}
    .progress-item.done .badge{background:var(--primary-soft);color:var(--primary-dark)}
    .progress-item.active .progress-dot{background:var(--warning);box-shadow:0 0 0 5px rgba(243,201,105,.24)}
    .timeline-card{padding:22px}
    .timeline{
      display:grid;gap:14px;margin-top:8px;
    }
    .timeline-row{
      display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:start;
    }
    .timeline-row b{
      color:var(--primary-dark);font-size:1rem
    }
    .timeline-row span{color:var(--muted);font-size:.95rem}
    .news-layout{
      display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:start;
    }
    .news-list{padding:22px}
    .news-list ul{margin:0;padding:0;list-style:none;display:grid;gap:12px}
    .news-list li{
      display:flex;align-items:flex-start;justify-content:space-between;gap:14px;
      padding:14px 0;border-bottom:1px dashed #e1ebe6;
    }
    .news-list li:last-child{border-bottom:0;padding-bottom:0}
    .news-list a{font-weight:700}
    .news-list small{display:block;color:var(--muted);margin-top:4px}
    .news-side{
      display:grid;gap:16px;
    }
    .stat-card{
      padding:20px;
    }
    .stat-grid{
      display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px;
    }
    .stat{
      border-radius:16px;background:#f7fbf9;border:1px solid #e3ede8;padding:14px;
    }
    .stat strong{display:block;font-size:1.25rem;color:var(--primary-dark)}
    .stat span{font-size:.9rem;color:var(--muted)}
    .cta-shell{
      padding:30px;
      background:
        linear-gradient(135deg, rgba(31,157,115,.11), rgba(255,255,255,.92) 62%),
        #fff;
    }
    .cta-row{
      display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;
    }
    .cta-actions{display:flex;gap:12px;flex-wrap:wrap}
    .faq-grid{
      display:grid;grid-template-columns:1fr 1fr;gap:14px;
    }
    .faq-item{
      padding:18px 18px 16px;
    }
    .faq-item h3{
      margin:0 0 10px;font-size:1.02rem;display:flex;align-items:center;gap:10px;
    }
    .faq-item h3 i{color:var(--primary)}
    .faq-item p{margin:0;color:var(--muted)}
    .footer{
      margin-top:18px;
      padding:26px 0 34px;
      border-top:1px solid rgba(220,231,226,.9);
      background:rgba(255,255,255,.5);
    }
    .footer-grid{
      display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:18px;align-items:start;
    }
    .footer-box{
      color:var(--muted)
    }
    .footer-box h4{margin:0 0 12px;color:var(--text)}
    .footer-links{
      display:grid;gap:9px
    }
    .footer-links a{color:var(--muted)}
    .footer-links a:hover{color:var(--primary-dark)}
    .copyright{
      margin-top:18px;padding-top:16px;border-top:1px solid var(--line);
      color:var(--muted);font-size:.92rem;display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;
    }
    .tiny-note{font-size:.9rem;color:var(--muted)}
    .mobile-only{display:none}
    .section-spaced{margin-top:10px}
    .pill-line{
      display:flex;gap:8px;flex-wrap:wrap;align-items:center;
    }
    .mini-rail{
      display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px;
    }
    .rail{
      padding:16px;border-radius:16px;background:#f8fbf9;border:1px solid #e3ede8;
    }
    .rail strong{display:block;margin-bottom:4px}
    .rail span{color:var(--muted);font-size:.92rem}
    .divider{
      height:1px;background:linear-gradient(90deg, transparent, rgba(220,231,226,.95), transparent);
      margin:18px 0;
    }
    .focusable:focus,.btn-modern:focus,input:focus{
      outline:3px solid rgba(31,157,115,.22);
      outline-offset:2px;
    }
    @media (max-width: 1200px){
      .hero-grid,.progress-layout,.news-layout,.footer-grid{grid-template-columns:1fr}
      .step-grid,.reward-grid,.benefit-grid,.category-grid,.faq-grid,.stat-grid,.mini-rail{grid-template-columns:repeat(2,minmax(0,1fr))}
      .search-box{width:200px}
    }
    @media (max-width: 840px){
      .header-inner{flex-wrap:wrap;gap:12px}
      .nav-wrap{order:3;flex-basis:100%}
      .site-nav{width:100%}
      .header-actions{width:100%;justify-content:space-between}
      .search-box{flex:1 1 auto;max-width:none;width:auto}
      .hero-copy,.hero-stage,.section-card,.cta-shell{padding:22px}
      .hero-copy,.hero-stage{min-height:auto}
      .screen-grid{grid-template-columns:1fr}
      .mobile-only{display:inline-flex}
    }
    @media (max-width: 640px){
      .container-wide{padding:0 14px}
      .site-nav{justify-content:flex-start}
      .step-grid,.reward-grid,.benefit-grid,.category-grid,.faq-grid,.stat-grid,.mini-rail{grid-template-columns:1fr}
      .hero h1{font-size:2rem}
      .hero-lead{font-size:1rem}
      .flashbar{flex-direction:column;align-items:flex-start}
      .countdown span{min-width:42px;padding:7px 10px}
      .mini-metric{min-width:calc(50% - 7px);flex:1 1 calc(50% - 7px)}
      .hero-points,.hero-actions,.cta-actions{width:100%}
      .btn-modern{width:100%}
      .progress-item,.timeline-row,.news-list li,.cta-row{grid-template-columns:1fr}
      .progress-item{display:grid}
      .progress-item .badge{justify-self:start}
      .news-list li{display:block}
      .copyright{flex-direction:column}
    }

/* roulang page: category1 */
:root {
      --color-primary: #0f9f6e;
      --color-primary-dark: #087a55;
      --color-primary-soft: #e8f8f1;
      --color-accent: #13b8a6;
      --color-warning: #f4a62a;
      --color-ink: #17201c;
      --color-text: #34423b;
      --color-muted: #69766f;
      --color-line: #dfe7e3;
      --color-bg: #ffffff;
      --color-soft: #f5f8f6;
      --color-panel: #fbfdfc;
      --shadow-sm: 0 8px 24px rgba(23, 32, 28, .08);
      --shadow-md: 0 18px 48px rgba(23, 32, 28, .12);
      --radius-sm: 10px;
      --radius-md: 16px;
      --radius-lg: 22px;
      --container: 1180px;
      --header-height: 76px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--color-text);
      background: var(--color-bg);
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
      line-height: 1.7;
      text-rendering: optimizeLegibility;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
    }

    a:hover,
    a:focus {
      color: var(--color-primary-dark);
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    button,
    input {
      font: inherit;
    }

    input {
      outline: none;
    }

    .focusable:focus-visible,
    button:focus-visible,
    input:focus-visible,
    summary:focus-visible {
      outline: 3px solid rgba(19, 184, 166, .25);
      outline-offset: 3px;
    }

    .container-wide {
      width: min(calc(100% - 32px), var(--container));
      margin-inline: auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255, 255, 255, .92);
      border-bottom: 1px solid rgba(223, 231, 227, .92);
      backdrop-filter: blur(16px);
    }

    .header-inner {
      min-height: var(--header-height);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 235px;
    }

    .brand-mark {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      color: #fff;
      background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
      box-shadow: 0 12px 26px rgba(15, 159, 110, .26);
    }

    .brand-text {
      display: grid;
      gap: 0;
    }

    .brand-text strong {
      color: var(--color-ink);
      font-size: 16px;
      line-height: 1.25;
      letter-spacing: 0;
    }

    .brand-text span {
      color: var(--color-muted);
      font-size: 12px;
      line-height: 1.4;
    }

    .nav-wrap {
      flex: 1;
      min-width: 0;
    }

    .site-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      white-space: nowrap;
    }

    .nav-link {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 10px 12px;
      border-radius: 999px;
      color: #46534d;
      font-size: 14px;
      border: 1px solid transparent;
    }

    .nav-link:hover {
      background: var(--color-soft);
      border-color: var(--color-line);
      transform: translateY(-1px);
    }

    .nav-link.active {
      color: var(--color-primary-dark);
      background: var(--color-primary-soft);
      border-color: rgba(15, 159, 110, .18);
      font-weight: 700;
    }

    .header-actions {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .search-box {
      position: relative;
      width: 218px;
    }

    .search-box input {
      width: 100%;
      height: 42px;
      border: 1px solid var(--color-line);
      border-radius: 999px;
      background: #fff;
      color: var(--color-ink);
      padding: 0 42px 0 16px;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
      transition: border-color .2s ease, box-shadow .2s ease;
    }

    .search-box input:focus {
      border-color: rgba(15, 159, 110, .45);
      box-shadow: 0 0 0 4px rgba(15, 159, 110, .1);
    }

    .search-box i {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      color: var(--color-muted);
      pointer-events: none;
    }

    .btn-modern {
      min-height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border-radius: 999px;
      padding: 10px 16px;
      font-weight: 700;
      font-size: 14px;
      border: 1px solid transparent;
      cursor: pointer;
      line-height: 1.2;
    }

    .btn-primary-modern {
      color: #fff;
      background: var(--color-primary);
      border-color: var(--color-primary);
      box-shadow: 0 12px 26px rgba(15, 159, 110, .22);
    }

    .btn-primary-modern:hover {
      color: #fff;
      background: var(--color-primary-dark);
      border-color: var(--color-primary-dark);
      transform: translateY(-2px);
      box-shadow: 0 16px 34px rgba(8, 122, 85, .26);
    }

    .btn-ghost {
      color: var(--color-ink);
      background: #fff;
      border-color: var(--color-line);
    }

    .btn-ghost:hover {
      background: var(--color-soft);
      border-color: rgba(15, 159, 110, .28);
      transform: translateY(-2px);
    }

    main {
      overflow: hidden;
    }

    .section {
      padding: 76px 0;
    }

    .section-soft {
      background: var(--color-soft);
    }

    .category-hero {
      padding: 58px 0 54px;
      background:
        linear-gradient(180deg, #f7fbf9 0%, #ffffff 72%),
        radial-gradient(circle at 50% 0%, rgba(19, 184, 166, .16), transparent 34%);
      border-bottom: 1px solid var(--color-line);
    }

    .hero-grid {
      align-items: center;
    }

    .hero-copy {
      padding-right: 18px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      border-radius: 999px;
      background: var(--color-primary-soft);
      color: var(--color-primary-dark);
      font-size: 13px;
      font-weight: 800;
      margin-bottom: 18px;
    }

    h1,
    h2,
    h3,
    h4 {
      color: var(--color-ink);
      line-height: 1.22;
      margin: 0;
      letter-spacing: 0;
    }

    h1 {
      font-size: clamp(34px, 5vw, 58px);
      max-width: 720px;
      margin-bottom: 18px;
      font-weight: 900;
    }

    .hero-lead {
      max-width: 640px;
      color: var(--color-muted);
      font-size: 17px;
      margin: 0 0 26px;
    }

    .hero-actions {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 22px;
    }

    .hero-points {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      max-width: 680px;
    }

    .point-pill {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 11px 12px;
      border: 1px solid var(--color-line);
      border-radius: 999px;
      background: #fff;
      color: #526159;
      font-size: 13px;
      box-shadow: var(--shadow-sm);
    }

    .point-pill i {
      color: var(--color-primary);
    }

    .stage-card {
      position: relative;
      border: 1px solid var(--color-line);
      border-radius: var(--radius-lg);
      background: #fff;
      box-shadow: var(--shadow-md);
      overflow: hidden;
    }

    .stage-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px 18px;
      border-bottom: 1px solid var(--color-line);
      background: linear-gradient(180deg, #ffffff, #f8fbfa);
    }

    .window-dots {
      display: flex;
      gap: 6px;
    }

    .window-dots span {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #ccd6d1;
    }

    .window-dots span:nth-child(1) {
      background: #ffbf62;
    }

    .window-dots span:nth-child(2) {
      background: #63d391;
    }

    .window-dots span:nth-child(3) {
      background: #62c3ff;
    }

    .stage-status {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: var(--color-primary-dark);
      font-size: 13px;
      font-weight: 800;
    }

    .stage-body {
      padding: 18px;
    }

    .stage-panel {
      border: 1px solid var(--color-line);
      border-radius: 18px;
      padding: 18px;
      background: var(--color-panel);
      margin-bottom: 14px;
    }

    .panel-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 14px;
    }

    .panel-title {
      font-size: 15px;
      font-weight: 900;
      color: var(--color-ink);
    }

    .status-badge,
    .tag {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border-radius: 999px;
      padding: 6px 10px;
      font-size: 12px;
      font-weight: 800;
      line-height: 1.1;
      white-space: nowrap;
    }

    .status-badge.success {
      color: var(--color-primary-dark);
      background: var(--color-primary-soft);
    }

    .status-badge.wait {
      color: #876111;
      background: #fff4dc;
    }

    .status-badge.off {
      color: #5e6964;
      background: #edf2ef;
    }

    .progress-track {
      width: 100%;
      height: 10px;
      border-radius: 999px;
      background: #e8efeb;
      overflow: hidden;
      margin-bottom: 12px;
    }

    .progress-fill {
      height: 100%;
      width: 76%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
    }

    .stage-rows {
      display: grid;
      gap: 10px;
    }

    .stage-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 12px;
      border: 1px solid var(--color-line);
      border-radius: 14px;
      background: #fff;
    }

    .stage-row strong {
      color: var(--color-ink);
      font-size: 14px;
    }

    .stage-row span {
      color: var(--color-muted);
      font-size: 13px;
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 28px;
    }

    .section-kicker {
      color: var(--color-primary-dark);
      font-weight: 900;
      font-size: 13px;
      margin-bottom: 8px;
    }

    .section-title {
      font-size: clamp(26px, 3vw, 40px);
      margin-bottom: 10px;
    }

    .section-desc {
      color: var(--color-muted);
      margin: 0;
      max-width: 660px;
    }

    .filter-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 14px;
      border: 1px solid var(--color-line);
      border-radius: var(--radius-lg);
      background: #fff;
      box-shadow: var(--shadow-sm);
      margin-bottom: 24px;
    }

    .filter-tags {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
    }

    .filter-btn {
      border: 1px solid var(--color-line);
      border-radius: 999px;
      background: #fff;
      color: #4b5b53;
      padding: 9px 13px;
      font-weight: 800;
      cursor: pointer;
      transition: .2s ease;
    }

    .filter-btn:hover,
    .filter-btn.active {
      color: var(--color-primary-dark);
      background: var(--color-primary-soft);
      border-color: rgba(15, 159, 110, .22);
      transform: translateY(-1px);
    }

    .filter-note {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--color-muted);
      font-size: 13px;
      white-space: nowrap;
    }

    .category-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .entry-card {
      position: relative;
      min-height: 284px;
      display: flex;
      flex-direction: column;
      padding: 20px;
      border: 1px solid var(--color-line);
      border-radius: var(--radius-lg);
      background: #fff;
      box-shadow: var(--shadow-sm);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .entry-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-md);
      border-color: rgba(15, 159, 110, .26);
    }

    .card-topline {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 16px;
    }

    .card-icon {
      width: 44px;
      height: 44px;
      display: grid;
      place-items: center;
      border-radius: 15px;
      color: var(--color-primary-dark);
      background: var(--color-primary-soft);
    }

    .entry-card h3 {
      font-size: 20px;
      margin-bottom: 10px;
    }

    .entry-card p {
      color: var(--color-muted);
      margin: 0 0 16px;
      font-size: 15px;
    }

    .tag-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: auto;
      margin-bottom: 16px;
    }

    .tag {
      color: #4f5d56;
      background: #f0f4f2;
    }

    .card-action {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding-top: 14px;
      border-top: 1px solid var(--color-line);
    }

    .card-action span {
      color: var(--color-muted);
      font-size: 13px;
    }

    .mini-link {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: var(--color-primary-dark);
      font-weight: 900;
    }

    .list-panel {
      border: 1px solid var(--color-line);
      border-radius: var(--radius-lg);
      background: #fff;
      box-shadow: var(--shadow-sm);
      overflow: hidden;
    }

    .task-row {
      display: grid;
      grid-template-columns: 46px 1fr auto;
      align-items: center;
      gap: 14px;
      padding: 18px 20px;
      border-bottom: 1px solid var(--color-line);
    }

    .task-row:last-child {
      border-bottom: 0;
    }

    .task-index {
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      border-radius: 12px;
      background: var(--color-soft);
      color: var(--color-primary-dark);
      font-weight: 900;
    }

    .task-main strong {
      display: block;
      color: var(--color-ink);
      margin-bottom: 3px;
    }

    .task-main span {
      color: var(--color-muted);
      font-size: 14px;
    }

    .progress-layout {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 22px;
      align-items: stretch;
    }

    .progress-card,
    .confirm-card {
      border: 1px solid var(--color-line);
      border-radius: var(--radius-lg);
      background: #fff;
      box-shadow: var(--shadow-sm);
      padding: 24px;
    }

    .score-number {
      color: var(--color-primary-dark);
      font-size: 52px;
      line-height: 1;
      font-weight: 950;
      margin: 12px 0 10px;
    }

    .score-number small {
      font-size: 18px;
      color: var(--color-muted);
      font-weight: 800;
    }

    .check-list {
      display: grid;
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .check-list li {
      display: flex;
      align-items: flex-start;
      gap: 11px;
      padding: 12px;
      border-radius: 14px;
      background: var(--color-panel);
      border: 1px solid var(--color-line);
    }

    .check-list i {
      color: var(--color-primary);
      margin-top: 4px;
    }

    .timeline {
      display: grid;
      gap: 14px;
      margin-top: 18px;
    }

    .time-item {
      display: grid;
      grid-template-columns: 94px 1fr;
      gap: 14px;
      align-items: start;
    }

    .time-item .time {
      color: var(--color-muted);
      font-size: 13px;
      font-weight: 800;
    }

    .time-item .body {
      padding-left: 14px;
      border-left: 3px solid var(--color-primary-soft);
    }

    .time-item strong {
      display: block;
      color: var(--color-ink);
      margin-bottom: 3px;
    }

    .time-item span {
      color: var(--color-muted);
      font-size: 14px;
    }

    .faq-wrap {
      max-width: 900px;
      margin: 0 auto;
    }

    .accordion {
      background: transparent;
    }

    .accordion-item {
      margin-bottom: 12px;
      border: 1px solid var(--color-line);
      border-radius: var(--radius-md);
      background: #fff;
      overflow: hidden;
      box-shadow: var(--shadow-sm);
    }

    .accordion-title {
      color: var(--color-ink);
      font-weight: 900;
      font-size: 16px;
      padding: 18px 48px 18px 20px;
      border: 0;
    }

    .accordion-title:hover,
    .accordion-title:focus {
      color: var(--color-primary-dark);
      background: var(--color-panel);
    }

    .accordion-content {
      color: var(--color-muted);
      border: 0;
      border-top: 1px solid var(--color-line);
      padding: 18px 20px;
    }

    .cta-band {
      border-radius: 28px;
      padding: 34px;
      background: linear-gradient(135deg, #10231d, #0f7f5b);
      color: #fff;
      display: grid;
      grid-template-columns: 1.1fr auto;
      gap: 22px;
      align-items: center;
      box-shadow: 0 24px 54px rgba(8, 122, 85, .24);
    }

    .cta-band h2 {
      color: #fff;
      font-size: clamp(25px, 3vw, 38px);
      margin-bottom: 10px;
    }

    .cta-band p {
      margin: 0;
      color: rgba(255, 255, 255, .78);
      max-width: 660px;
    }

    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: flex-end;
    }

    .cta-actions .btn-ghost {
      color: #fff;
      background: rgba(255, 255, 255, .12);
      border-color: rgba(255, 255, 255, .26);
    }

    .cta-actions .btn-primary-modern {
      background: #fff;
      color: var(--color-primary-dark);
      border-color: #fff;
      box-shadow: none;
    }

    .footer {
      padding: 54px 0 26px;
      background: #101815;
      color: rgba(255, 255, 255, .76);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.3fr .8fr .8fr;
      gap: 24px;
      margin-bottom: 28px;
    }

    .footer-box {
      border: 1px solid rgba(255, 255, 255, .1);
      border-radius: var(--radius-lg);
      padding: 22px;
      background: rgba(255, 255, 255, .04);
    }

    .footer-box h4 {
      color: #fff;
      font-size: 17px;
      margin-bottom: 10px;
    }

    .footer-box p {
      margin: 0;
      color: rgba(255, 255, 255, .66);
    }

    .footer-links {
      display: grid;
      gap: 9px;
    }

    .footer-links a {
      color: rgba(255, 255, 255, .72);
    }

    .footer-links a:hover {
      color: #fff;
      transform: translateX(3px);
    }

    .copyright {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding-top: 20px;
      border-top: 1px solid rgba(255, 255, 255, .1);
      color: rgba(255, 255, 255, .55);
      font-size: 13px;
    }

    .copyright a {
      color: rgba(255, 255, 255, .76);
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .hidden-card {
      display: none !important;
    }

    @media (max-width: 1100px) {
      .header-inner {
        flex-wrap: wrap;
        padding: 12px 0;
      }

      .brand {
        min-width: auto;
      }

      .nav-wrap {
        order: 3;
        width: 100%;
      }

      .site-nav {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
      }

      .header-actions {
        margin-left: auto;
      }

      .search-box {
        width: 190px;
      }

      .category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .progress-layout {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 820px) {
      .section {
        padding: 58px 0;
      }

      .category-hero {
        padding-top: 38px;
      }

      .hero-copy {
        padding-right: 0;
        margin-bottom: 24px;
      }

      .hero-points {
        grid-template-columns: 1fr;
      }

      .section-head {
        display: block;
      }

      .filter-bar {
        align-items: stretch;
        flex-direction: column;
      }

      .filter-note {
        white-space: normal;
      }

      .task-row {
        grid-template-columns: 40px 1fr;
      }

      .task-row .status-badge {
        grid-column: 2;
        justify-self: start;
      }

      .cta-band {
        grid-template-columns: 1fr;
      }

      .cta-actions {
        justify-content: flex-start;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }

      .copyright {
        align-items: flex-start;
        flex-direction: column;
      }
    }

    @media (max-width: 560px) {
      .container-wide {
        width: min(calc(100% - 22px), var(--container));
      }

      .brand-text strong {
        font-size: 14px;
      }

      .brand-text span {
        display: none;
      }

      .header-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
      }

      .search-box {
        width: 100%;
        grid-column: 1 / -1;
      }

      .btn-modern {
        padding-inline: 12px;
        font-size: 13px;
      }

      h1 {
        font-size: 32px;
      }

      .hero-actions,
      .cta-actions {
        flex-direction: column;
        align-items: stretch;
      }

      .category-grid {
        grid-template-columns: 1fr;
      }

      .stage-row {
        align-items: flex-start;
        flex-direction: column;
      }

      .card-action {
        align-items: flex-start;
        flex-direction: column;
      }

      .time-item {
        grid-template-columns: 1fr;
      }

      .cta-band {
        padding: 24px;
        border-radius: 22px;
      }
    }
