/* roulang page: index */
:root{
      --sage:#2F5F53;
      --sage-dark:#244A41;
      --sage-soft:#E8F0EA;
      --amber:#D8A85B;
      --amber-soft:#F5E6CB;
      --paper:#F7F3EA;
      --paper-2:#FBFAF6;
      --white:#FFFFFF;
      --ink:#1D2522;
      --muted:#65716B;
      --line:#E7E1D6;
      --warn:#8A5A44;
      --warn-bg:#F5E6D8;
      --shadow:0 12px 36px rgba(31,43,38,.08);
      --shadow-hover:0 18px 48px rgba(31,43,38,.13);
      --radius-sm:14px;
      --radius-md:22px;
      --radius-lg:34px;
      --sidebar:244px;
      --ease:all .24s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"Noto Sans SC","PingFang SC","Microsoft YaHei",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 90% 5%, rgba(216,168,91,.14), transparent 28%),
        radial-gradient(circle at 20% 40%, rgba(47,95,83,.08), transparent 32%),
        var(--paper);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover{color:var(--sage-dark)}
    img,svg{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    ::selection{background:var(--amber-soft);color:var(--ink)}
    :focus-visible{outline:3px solid rgba(216,168,91,.55);outline-offset:3px;border-radius:10px}
    .app-shell{min-height:100vh}
    .side-nav{
      position:fixed;
      left:18px;
      top:18px;
      bottom:18px;
      width:var(--sidebar);
      z-index:1020;
      background:linear-gradient(180deg,var(--sage-dark),#18342E);
      color:#F7F3EA;
      border-radius:30px;
      padding:22px 18px;
      display:flex;
      flex-direction:column;
      box-shadow:0 24px 60px rgba(29,37,34,.18);
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-height:54px;
      padding:8px 8px 20px;
      border-bottom:1px solid rgba(255,255,255,.12);
    }
    .brand-mark{
      width:42px;height:42px;border-radius:16px;
      display:grid;place-items:center;
      background:linear-gradient(135deg,var(--amber),#F2D18A);
      color:#1B302B;
      font-weight:900;
      box-shadow:0 12px 26px rgba(0,0,0,.16);
      flex:0 0 auto;
    }
    .brand-text{font-weight:800;font-size:18px;line-height:1.25;letter-spacing:.2px}
    .brand-sub{font-size:12px;color:rgba(247,243,234,.66);margin-top:3px}
    .nav-list{display:flex;flex-direction:column;gap:10px;padding:22px 0;margin:0;list-style:none}
    .nav-link-custom{
      display:flex;align-items:center;gap:12px;
      padding:13px 14px;
      border-radius:18px;
      color:rgba(247,243,234,.82);
      font-weight:650;
      letter-spacing:.2px;
    }
    .nav-link-custom .ico{
      width:32px;height:32px;border-radius:12px;
      display:grid;place-items:center;
      background:rgba(255,255,255,.08);
      color:#F6E4B6;
      flex:0 0 auto;
    }
    .nav-link-custom:hover{
      transform:translateX(3px);
      color:#fff;
      background:rgba(255,255,255,.08);
    }
    .nav-link-custom.active{
      color:#1D2522;
      background:#F4DEAC;
      box-shadow:0 12px 26px rgba(0,0,0,.12);
    }
    .nav-link-custom.active .ico{background:rgba(47,95,83,.14);color:var(--sage-dark)}
    .side-cta{
      margin-top:auto;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.13);
      border-radius:24px;
      padding:14px;
    }
    .side-cta p{font-size:13px;color:rgba(247,243,234,.72);margin:0 0 12px}
    .mobile-topbar{
      display:none;
      position:sticky;
      top:0;
      z-index:1030;
      height:68px;
      background:rgba(251,250,246,.92);
      backdrop-filter:blur(14px);
      border-bottom:1px solid var(--line);
      padding:0 18px;
      align-items:center;
      justify-content:space-between;
    }
    .mobile-brand{display:flex;align-items:center;gap:10px;font-weight:850;color:var(--sage-dark)}
    .menu-btn{
      border:1px solid var(--line);
      background:var(--white);
      border-radius:14px;
      width:44px;height:44px;
      display:grid;place-items:center;
      color:var(--sage-dark);
      box-shadow:0 6px 16px rgba(31,43,38,.06);
    }
    .offcanvas{
      background:var(--sage-dark);
      color:#F7F3EA;
      border-radius:0 28px 28px 0;
      max-width:86vw;
    }
    .offcanvas .btn-close{filter:invert(1);opacity:.8}
    .main-area{
      margin-left:calc(var(--sidebar) + 36px);
      padding:34px 46px 0;
    }
    .content-wrap{max-width:1240px;margin:0 auto}
    section{margin:0 0 92px}
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:28px;
      margin-bottom:28px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      font-size:13px;
      color:var(--sage-dark);
      background:var(--sage-soft);
      border:1px solid rgba(47,95,83,.12);
      padding:7px 12px;
      border-radius:999px;
      font-weight:750;
      margin-bottom:14px;
    }
    .section-title{font-size:36px;line-height:1.22;font-weight:850;margin:0;color:var(--ink);letter-spacing:-.5px}
    .section-desc{max-width:660px;color:var(--muted);font-size:17px;margin:10px 0 0}
    .btn-brand,.btn-ghost,.btn-amber{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      border-radius:999px;
      padding:13px 22px;
      font-weight:760;
      min-height:48px;
      border:1px solid transparent;
      transition:var(--ease);
      white-space:nowrap;
    }
    .btn-brand{background:var(--sage);color:#fff;box-shadow:0 12px 26px rgba(47,95,83,.22)}
    .btn-brand:hover{background:var(--sage-dark);color:#fff;transform:translateY(-2px);box-shadow:0 18px 38px rgba(47,95,83,.28)}
    .btn-ghost{background:rgba(255,255,255,.62);color:var(--sage-dark);border-color:rgba(47,95,83,.24)}
    .btn-ghost:hover{background:var(--sage-soft);border-color:var(--sage);transform:translateY(-2px)}
    .btn-amber{background:var(--amber);color:#1E2A26;box-shadow:0 12px 24px rgba(216,168,91,.24)}
    .btn-amber:hover{background:#C89445;color:#111;transform:translateY(-2px);box-shadow:0 18px 36px rgba(216,168,91,.3)}
    .hero{
      padding-top:14px;
      margin-bottom:86px;
    }
    .hero-board{
      position:relative;
      overflow:hidden;
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      background:
        linear-gradient(135deg,rgba(255,255,255,.94),rgba(251,250,246,.88)),
        radial-gradient(circle at 75% 20%,rgba(216,168,91,.18),transparent 28%);
      box-shadow:var(--shadow);
      padding:34px;
    }
    .hero-board:before{
      content:"";
      position:absolute;
      right:-80px;top:-80px;
      width:260px;height:260px;
      border-radius:50%;
      border:38px solid rgba(47,95,83,.06);
    }
    .hero-grid{
      position:relative;
      display:grid;
      grid-template-columns:minmax(0,1.03fr) minmax(360px,.8fr);
      gap:30px;
      align-items:stretch;
    }
    h1{
      font-size:52px;
      line-height:1.14;
      letter-spacing:-1.2px;
      font-weight:900;
      margin:14px 0 18px;
      color:var(--ink);
    }
    .hero-intro{font-size:18px;color:var(--muted);max-width:720px;margin:0 0 22px}
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:26px 0}
    .data-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
    .data-pill{
      display:flex;align-items:center;gap:9px;
      background:#fff;
      border:1px solid var(--line);
      padding:10px 13px;
      border-radius:999px;
      color:var(--muted);
      font-size:14px;
      box-shadow:0 8px 18px rgba(31,43,38,.05);
    }
    .data-pill strong{color:var(--sage-dark)}
    .lead-card{
      border-radius:30px;
      background:linear-gradient(180deg,#264D43,#1E3E36);
      color:#F8F2E7;
      padding:24px;
      box-shadow:0 22px 46px rgba(31,43,38,.18);
      min-height:100%;
    }
    .cover{
      border-radius:24px;
      background:
        linear-gradient(135deg,rgba(216,168,91,.92),rgba(246,222,172,.92)),
        repeating-linear-gradient(45deg,rgba(255,255,255,.2) 0 8px,transparent 8px 18px);
      color:#20332D;
      padding:22px;
      min-height:190px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      margin-bottom:18px;
    }
    .cover-title{font-size:24px;font-weight:900;line-height:1.25;margin:0}
    .cover small{font-weight:750;color:rgba(32,51,45,.76)}
    .toc-list{list-style:none;padding:0;margin:0 0 18px;display:grid;gap:10px}
    .toc-list li{
      display:flex;gap:10px;align-items:flex-start;
      color:rgba(248,242,231,.82);
      font-size:14px;
    }
    .toc-list span{
      width:22px;height:22px;border-radius:50%;
      background:rgba(255,255,255,.12);
      color:#F7D891;
      display:grid;place-items:center;
      flex:0 0 auto;
      font-size:12px;
      font-weight:800;
    }
    .lead-form{
      display:grid;
      grid-template-columns:1fr auto;
      gap:10px;
      background:rgba(255,255,255,.08);
      padding:8px;
      border-radius:20px;
      border:1px solid rgba(255,255,255,.12);
    }
    .lead-form input{
      min-width:0;
      border:0;
      border-radius:16px;
      padding:0 14px;
      background:rgba(255,255,255,.96);
      color:var(--ink);
      outline:0;
    }
    .form-note{font-size:12px;color:rgba(248,242,231,.64);margin:10px 4px 0}
    .tier-strip{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:24px;
      align-items:stretch;
    }
    .tier-feature{
      background:var(--white);
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      padding:28px;
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .tier-feature:after{
      content:"";
      position:absolute;right:-42px;bottom:-42px;width:150px;height:150px;border-radius:50%;
      background:rgba(216,168,91,.16);
    }
    .tier-steps{display:grid;gap:12px;margin-top:22px;position:relative}
    .tier-step{
      display:flex;justify-content:space-between;gap:18px;align-items:center;
      padding:16px 18px;
      background:var(--paper-2);
      border:1px solid var(--line);
      border-radius:20px;
    }
    .tier-step b{font-size:18px;color:var(--sage-dark)}
    .tier-step span{color:var(--muted);font-size:14px;text-align:right}
    .countdown-card{
      background:#203B34;
      color:#F7F3EA;
      border-radius:var(--radius-lg);
      padding:28px;
      box-shadow:var(--shadow);
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      min-height:320px;
    }
    .countdown{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
      margin:18px 0 20px;
    }
    .timebox{
      background:rgba(255,255,255,.09);
      border:1px solid rgba(255,255,255,.12);
      border-radius:18px;
      padding:16px 8px;
      text-align:center;
    }
    .timebox strong{font-size:28px;display:block;line-height:1;color:#F1CD80}
    .timebox span{font-size:12px;color:rgba(247,243,234,.68)}
    .compare-wrap{
      display:grid;
      grid-template-columns:.75fr 1.25fr;
      gap:24px;
      align-items:start;
    }
    .compare-note{
      background:var(--sage-soft);
      border:1px solid rgba(47,95,83,.12);
      border-radius:var(--radius-lg);
      padding:28px;
      position:sticky;
      top:32px;
    }
    .plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
    .plan{
      background:var(--white);
      border:1px solid var(--line);
      border-radius:24px;
      padding:22px;
      box-shadow:0 10px 28px rgba(31,43,38,.06);
      transition:var(--ease);
      position:relative;
    }
    .plan:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:rgba(47,95,83,.24)}
    .plan.recommend{border-color:rgba(216,168,91,.72);box-shadow:0 16px 42px rgba(216,168,91,.16)}
    .plan-badge{
      display:inline-flex;
      padding:5px 10px;border-radius:999px;
      background:var(--amber-soft);
      color:#75522A;
      font-size:12px;font-weight:800;
      margin-bottom:12px;
    }
    .plan h3{font-size:21px;font-weight:850;margin:0 0 8px}
    .plan p{color:var(--muted);font-size:14px;margin:0 0 16px}
    .plan ul{padding:0;margin:0 0 20px;list-style:none;display:grid;gap:10px}
    .plan li{font-size:14px;color:var(--ink);display:flex;gap:8px}
    .plan li:before{content:"✓";color:var(--sage);font-weight:900}
    .guarantee{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      padding:18px;
      background:#243F38;
      border-radius:30px;
      box-shadow:var(--shadow);
    }
    .guarantee-item{
      padding:18px;
      border-radius:22px;
      background:rgba(255,255,255,.075);
      border:1px solid rgba(255,255,255,.1);
      color:#F7F3EA;
    }
    .guarantee-item b{display:block;font-size:17px;margin-bottom:5px;color:#F6D692}
    .guarantee-item span{font-size:13px;color:rgba(247,243,234,.7)}
    .carousel-stage{
      background:var(--white);
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow);
      padding:24px;
      overflow:hidden;
    }
    .screen-slide{
      aspect-ratio:16/10;
      border-radius:28px;
      background:linear-gradient(135deg,#EFF5EF,#FFF7E8);
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:22px;
      padding:30px;
      align-items:center;
      min-height:380px;
    }
    .ui-panel{
      background:rgba(255,255,255,.86);
      border:1px solid var(--line);
      border-radius:22px;
      padding:20px;
      box-shadow:0 12px 26px rgba(31,43,38,.07);
    }
    .fake-line{height:12px;border-radius:999px;background:#DDE7E1;margin:10px 0}
    .fake-line.short{width:58%}
    .chip-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
    .chip{
      display:inline-flex;align-items:center;
      padding:7px 11px;
      border-radius:999px;
      background:var(--sage-soft);
      color:var(--sage-dark);
      border:1px solid rgba(47,95,83,.13);
      font-size:13px;
      font-weight:700;
    }
    .carousel-control-prev,.carousel-control-next{width:48px;opacity:1}
    .carousel-control-prev-icon,.carousel-control-next-icon{
      width:38px;height:38px;
      border-radius:50%;
      background-color:rgba(47,95,83,.88);
      background-size:48%;
      box-shadow:0 10px 24px rgba(47,95,83,.18);
    }
    .carousel-indicators{margin-bottom:-4px}
    .carousel-indicators [data-bs-target]{
      width:9px;height:9px;border-radius:50%;border:0;background:var(--sage);opacity:.28;
    }
    .carousel-indicators .active{opacity:1;width:24px;border-radius:999px}
    .system-grid{
      display:grid;
      grid-template-columns:1fr 1.3fr;
      gap:24px;
    }
    .system-card,.scene-card,.review-card,.news-card,.faq-card,.limit-card{
      background:var(--white);
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow);
    }
    .system-card{padding:28px}
    .req-list{display:grid;gap:14px;margin:0;padding:0;list-style:none}
    .req-list li{
      display:grid;
      grid-template-columns:170px 1fr;
      gap:16px;
      padding:16px;
      border-radius:18px;
      background:var(--paper-2);
      border:1px solid var(--line);
    }
    .req-list b{color:var(--sage-dark)}
    .req-list span{color:var(--muted)}
    .scene-split{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:24px;
      align-items:stretch;
    }
    .scene-card{padding:28px}
    .step-line{display:grid;gap:14px;margin-top:18px}
    .work-step{
      display:flex;gap:14px;align-items:flex-start;
      padding:16px;border-radius:20px;
      background:var(--paper-2);border:1px solid var(--line);
    }
    .num{
      width:34px;height:34px;border-radius:14px;
      display:grid;place-items:center;
      background:var(--amber-soft);
      color:#775126;
      font-weight:900;
      flex:0 0 auto;
    }
    .demo-box{
      min-height:100%;
      background:
        linear-gradient(160deg,rgba(47,95,83,.92),rgba(29,61,53,.96)),
        radial-gradient(circle at 80% 20%,rgba(216,168,91,.28),transparent 30%);
      color:#F7F3EA;
      border-radius:var(--radius-lg);
      padding:28px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      box-shadow:var(--shadow);
    }
    .progress-soft{height:10px;border-radius:999px;background:rgba(255,255,255,.13);overflow:hidden;margin:20px 0}
    .progress-soft span{display:block;height:100%;width:72%;background:var(--amber);border-radius:999px}
    .review-wall{
      columns:3 260px;
      column-gap:16px;
    }
    .review-card{
      display:inline-block;
      width:100%;
      padding:20px;
      margin:0 0 16px;
      break-inside:avoid;
      transition:var(--ease);
    }
    .review-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover)}
    .avatar{
      width:38px;height:38px;border-radius:50%;
      display:grid;place-items:center;
      background:var(--sage-soft);
      color:var(--sage-dark);
      font-weight:900;
      margin-bottom:12px;
    }
    .review-card p{color:var(--muted);margin:0 0 12px}
    .news-layout{
      display:grid;
      grid-template-columns:1.18fr .82fr;
      gap:24px;
    }
    .news-card{padding:24px}
    .news-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}
    .news-list a{
      display:grid;
      grid-template-columns:1fr auto;
      gap:18px;
      align-items:center;
      padding:16px;
      border-radius:18px;
      border:1px solid var(--line);
      background:var(--paper-2);
    }
    .news-list a:hover{background:#fff;border-color:rgba(47,95,83,.24);transform:translateX(3px)}
    .news-list b{font-size:16px}
    .news-list span{font-size:13px;color:var(--muted);white-space:nowrap}
    .hot-list{counter-reset:item;display:grid;gap:12px}
    .hot-item{
      counter-increment:item;
      display:flex;gap:12px;
      padding:15px;
      border-radius:18px;
      background:var(--paper-2);
      border:1px solid var(--line);
    }
    .hot-item:before{
      content:counter(item);
      width:28px;height:28px;border-radius:10px;
      background:var(--sage);
      color:#fff;
      display:grid;place-items:center;
      font-weight:850;
      flex:0 0 auto;
    }
    .accordion{display:grid;gap:12px}
    .accordion-item{
      border:1px solid var(--line)!important;
      border-radius:20px!important;
      overflow:hidden;
      background:var(--white);
      box-shadow:0 8px 20px rgba(31,43,38,.04);
    }
    .accordion-button{
      padding:18px 20px;
      font-weight:800;
      color:var(--ink);
      background:var(--white);
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      color:var(--sage-dark);
      background:#FFF9EC;
    }
    .accordion-button:focus{box-shadow:none}
    .accordion-button::after{
      background-image:none;
      content:"+";
      display:grid;place-items:center;
      width:28px;height:28px;
      border-radius:50%;
      background:var(--sage-soft);
      color:var(--sage-dark);
      font-weight:900;
      transform:none;
    }
    .accordion-button:not(.collapsed)::after{content:"−";background:var(--amber-soft);color:#765226}
    .accordion-body{color:var(--muted);padding:0 20px 20px;background:#FFF9EC}
    .limit-card{
      position:relative;
      overflow:hidden;
      padding:34px;
      background:
        linear-gradient(135deg,rgba(255,255,255,.94),rgba(247,243,234,.86)),
        radial-gradient(circle at 88% 22%,rgba(216,168,91,.2),transparent 26%);
    }
    .limit-inner{
      display:grid;
      grid-template-columns:1fr auto;
      gap:28px;
      align-items:center;
      position:relative;
    }
    .link-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:14px}
    .text-link{color:var(--sage-dark);font-weight:760;border-bottom:1px solid rgba(47,95,83,.22)}
    .text-link:hover{border-color:var(--sage-dark)}
    .footer{
      border-top:1px solid var(--line);
      padding:34px 0 40px;
      color:var(--muted);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.3fr .7fr;
      gap:24px;
      align-items:start;
    }
    .footer-brand{font-weight:900;color:var(--sage-dark);font-size:20px;margin-bottom:8px}
    .footer-links{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end}
    .footer-links a{color:var(--muted);font-weight:650}
    .footer-links a:hover{color:var(--sage-dark)}
    .copyright{font-size:13px;margin-top:16px;color:#7A837D}
    .legal{
      display:inline-flex;
      margin-top:12px;
      padding:8px 12px;
      border-radius:999px;
      background:var(--warn-bg);
      color:var(--warn);
      font-size:13px;
      font-weight:700;
    }
    @media (max-width:1199px){
      :root{--sidebar:210px}
      .main-area{padding:28px 30px 0}
      h1{font-size:44px}
      .hero-grid,.tier-strip,.compare-wrap,.system-grid,.scene-split,.news-layout{grid-template-columns:1fr}
      .compare-note{position:static}
      .plan-grid{grid-template-columns:repeat(3,1fr)}
      .guarantee{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width:991px){
      .side-nav{display:none}
      .mobile-topbar{display:flex}
      .main-area{margin-left:0;padding:24px 22px 0}
      section{margin-bottom:72px}
      .hero-board{padding:24px}
      h1{font-size:38px}
      .section-title{font-size:30px}
      .hero-grid{grid-template-columns:1fr}
      .plan-grid{grid-template-columns:1fr}
      .screen-slide{grid-template-columns:1fr;aspect-ratio:auto;min-height:auto}
      .req-list li{grid-template-columns:1fr}
      .limit-inner{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
      .footer-links{justify-content:flex-start}
    }
    @media (max-width:575px){
      .main-area{padding:18px 16px 0}
      .hero-board,.limit-card{border-radius:26px;padding:20px}
      h1{font-size:32px;letter-spacing:-.6px}
      .hero-intro,.section-desc{font-size:16px}
      .section-head{display:block}
      .btn-brand,.btn-ghost,.btn-amber{width:100%;padding:13px 18px}
      .hero-actions,.link-row{display:grid;grid-template-columns:1fr}
      .lead-form{grid-template-columns:1fr}
      .lead-form input{height:48px}
      .data-row{display:grid;grid-template-columns:1fr}
      .countdown{grid-template-columns:repeat(3,1fr)}
      .timebox strong{font-size:22px}
      .guarantee{grid-template-columns:1fr}
      .screen-slide{padding:18px;border-radius:22px}
      .news-list a{grid-template-columns:1fr}
      .news-list span{white-space:normal}
      .footer{padding-bottom:30px}
    }

/* roulang page: category1 */
:root {
      --color-primary: #2F5F53;
      --color-primary-dark: #234A40;
      --color-primary-soft: #E7F0EA;
      --color-amber: #D8A85B;
      --color-amber-soft: #F4E5C9;
      --color-bg: #F7F3EA;
      --color-bg-2: #FBFAF6;
      --color-card: #FFFFFF;
      --color-text: #1D2522;
      --color-muted: #65716B;
      --color-line: #E7E1D6;
      --color-warn: #8A5A44;
      --color-warn-bg: #F5E6D8;
      --shadow-soft: 0 12px 36px rgba(31, 43, 38, 0.08);
      --shadow-hover: 0 18px 48px rgba(31, 43, 38, 0.13);
      --radius-sm: 14px;
      --radius-md: 20px;
      --radius-lg: 28px;
      --radius-xl: 36px;
      --side-width: 248px;
      --ease: 180ms ease;
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--color-text);
      background:
        radial-gradient(circle at top right, rgba(216, 168, 91, 0.18), transparent 30%),
        radial-gradient(circle at 18% 12%, rgba(47, 95, 83, 0.12), transparent 28%),
        var(--color-bg);
      line-height: 1.75;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color var(--ease), background-color var(--ease), border-color var(--ease), transform var(--ease), box-shadow var(--ease);
    }

    img,
    svg {
      max-width: 100%;
      display: block;
    }

    button,
    input {
      font: inherit;
    }

    :focus-visible {
      outline: 3px solid rgba(216, 168, 91, 0.55);
      outline-offset: 3px;
      border-radius: 12px;
    }

    .page-shell {
      min-height: 100vh;
      display: flex;
    }

    .side-nav {
      position: fixed;
      inset: 0 auto 0 0;
      z-index: 1000;
      width: var(--side-width);
      height: 100vh;
      padding: 26px 18px;
      background: #254E45;
      color: #F8F2E8;
      border-right: 1px solid rgba(255,255,255,0.08);
      display: flex;
      flex-direction: column;
      gap: 24px;
      box-shadow: 8px 0 40px rgba(29, 37, 34, 0.12);
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 12px 10px 18px;
      border-bottom: 1px solid rgba(255,255,255,0.12);
    }

    .brand:hover {
      transform: translateX(2px);
    }

    .brand-mark {
      width: 44px;
      height: 44px;
      border-radius: 16px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      color: #21443C;
      background: linear-gradient(135deg, #F5E6C8, #D8A85B);
      font-weight: 800;
      box-shadow: 0 10px 22px rgba(216, 168, 91, 0.22);
    }

    .brand-text {
      display: block;
      font-size: 16px;
      font-weight: 800;
      line-height: 1.25;
      letter-spacing: -0.02em;
    }

    .brand-sub {
      margin-top: 3px;
      color: rgba(248, 242, 232, 0.68);
      font-size: 12px;
      line-height: 1.2;
    }

    .nav-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 10px;
    }

    .nav-link-custom {
      display: flex;
      align-items: center;
      gap: 10px;
      min-height: 46px;
      padding: 11px 12px;
      border-radius: 16px;
      color: rgba(248, 242, 232, 0.78);
      font-weight: 650;
      font-size: 15px;
      border: 1px solid transparent;
    }

    .nav-link-custom .ico {
      width: 28px;
      height: 28px;
      border-radius: 10px;
      display: inline-grid;
      place-items: center;
      flex: 0 0 auto;
      font-size: 13px;
      font-weight: 800;
      color: #F8F2E8;
      background: rgba(255, 255, 255, 0.10);
    }

    .nav-link-custom:hover {
      color: #fff;
      background: rgba(255,255,255,0.08);
      transform: translateX(3px);
    }

    .nav-link-custom.active {
      color: #1F3F38;
      background: #F3DFC0;
      border-color: rgba(216, 168, 91, 0.52);
      box-shadow: 0 10px 26px rgba(0,0,0,0.14);
    }

    .nav-link-custom.active .ico {
      color: #21443C;
      background: rgba(47, 95, 83, 0.12);
    }

    .side-cta {
      margin-top: auto;
      padding: 16px;
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.09);
      border: 1px solid rgba(255, 255, 255, 0.12);
    }

    .side-cta p {
      color: rgba(248, 242, 232, 0.76);
      font-size: 13px;
      line-height: 1.65;
      margin: 0 0 12px;
    }

    .mobile-topbar {
      display: none;
      position: sticky;
      top: 0;
      z-index: 1030;
      height: 68px;
      padding: 10px 18px;
      align-items: center;
      justify-content: space-between;
      background: rgba(247, 243, 234, 0.92);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid var(--color-line);
    }

    .mobile-brand {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 800;
      color: var(--color-text);
    }

    .menu-btn {
      border: 1px solid var(--color-line);
      background: #fff;
      color: var(--color-primary);
      width: 44px;
      height: 44px;
      border-radius: 15px;
      display: grid;
      place-items: center;
      box-shadow: 0 8px 20px rgba(31, 43, 38, 0.06);
      transition: transform var(--ease), box-shadow var(--ease), background-color var(--ease);
    }

    .menu-btn:hover {
      transform: translateY(-2px);
      box-shadow: var(--shadow-soft);
      background: var(--color-primary-soft);
    }

    .offcanvas {
      background: #254E45;
      color: #F8F2E8;
      border-right: 0;
      max-width: 86vw;
    }

    .offcanvas-header {
      border-bottom: 1px solid rgba(255,255,255,0.12);
      padding: 22px;
    }

    .btn-close-custom {
      border: 1px solid rgba(255,255,255,0.15);
      background: rgba(255,255,255,0.10);
      color: #fff;
      width: 40px;
      height: 40px;
      border-radius: 14px;
      line-height: 1;
    }

    .offcanvas-body {
      padding: 20px;
    }

    .main-content {
      width: 100%;
      margin-left: var(--side-width);
      padding: 44px 56px 0;
    }

    .content-wrap {
      width: min(1180px, 100%);
      margin: 0 auto;
    }

    .section {
      margin-top: 88px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 12px;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 750;
      color: var(--color-primary);
      background: var(--color-primary-soft);
      border: 1px solid rgba(47, 95, 83, 0.12);
    }

    .eyebrow::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--color-amber);
      box-shadow: 0 0 0 5px rgba(216, 168, 91, 0.18);
    }

    h1,
    h2,
    h3 {
      letter-spacing: -0.035em;
      color: var(--color-text);
      margin: 0;
    }

    h1 {
      margin-top: 18px;
      font-size: clamp(34px, 5vw, 56px);
      line-height: 1.14;
      font-weight: 850;
    }

    h2 {
      font-size: clamp(26px, 3.1vw, 38px);
      line-height: 1.22;
      font-weight: 820;
    }

    h3 {
      font-size: 21px;
      line-height: 1.35;
      font-weight: 780;
    }

    .lead {
      color: var(--color-muted);
      font-size: 18px;
      line-height: 1.85;
      margin: 18px 0 0;
      max-width: 760px;
    }

    .btn-primary-custom,
    .btn-secondary-custom,
    .btn-amber {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 48px;
      padding: 13px 22px;
      border-radius: 999px;
      font-weight: 760;
      border: 1px solid transparent;
      transition: transform var(--ease), background-color var(--ease), box-shadow var(--ease), border-color var(--ease), color var(--ease);
    }

    .btn-primary-custom {
      background: var(--color-primary);
      color: #fff;
      box-shadow: 0 14px 26px rgba(47, 95, 83, 0.22);
    }

    .btn-primary-custom:hover,
    .btn-primary-custom:active {
      color: #fff;
      background: var(--color-primary-dark);
      transform: translateY(-2px);
      box-shadow: 0 20px 36px rgba(47, 95, 83, 0.28);
    }

    .btn-secondary-custom {
      background: rgba(255,255,255,0.75);
      color: var(--color-primary);
      border-color: rgba(47, 95, 83, 0.24);
    }

    .btn-secondary-custom:hover {
      color: var(--color-primary-dark);
      background: var(--color-primary-soft);
      border-color: rgba(47, 95, 83, 0.38);
      transform: translateY(-2px);
    }

    .btn-amber {
      background: var(--color-amber);
      color: #243E37;
      box-shadow: 0 12px 22px rgba(216, 168, 91, 0.20);
    }

    .btn-amber:hover {
      color: #1D332D;
      background: #E2B76C;
      transform: translateY(-2px);
      box-shadow: 0 16px 30px rgba(216, 168, 91, 0.28);
    }

    .hero-panel {
      position: relative;
      overflow: hidden;
      border-radius: var(--radius-xl);
      background:
        linear-gradient(135deg, rgba(255,255,255,0.96), rgba(251,250,246,0.86)),
        radial-gradient(circle at 90% 15%, rgba(216, 168, 91, 0.26), transparent 34%);
      border: 1px solid rgba(231, 225, 214, 0.88);
      box-shadow: var(--shadow-soft);
      padding: 34px;
    }

    .hero-panel::after {
      content: "";
      position: absolute;
      width: 260px;
      height: 260px;
      right: -100px;
      bottom: -120px;
      border-radius: 50%;
      background: rgba(47, 95, 83, 0.08);
      pointer-events: none;
    }

    .breadcrumb-line {
      margin-top: 22px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
      color: var(--color-muted);
      font-size: 14px;
    }

    .breadcrumb-line a {
      color: var(--color-primary);
      font-weight: 700;
    }

    .breadcrumb-line a:hover {
      text-decoration: underline;
      text-underline-offset: 4px;
    }

    .update-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      border-radius: 999px;
      color: var(--color-warn);
      background: var(--color-warn-bg);
      font-size: 13px;
      font-weight: 700;
    }

    .filter-panel {
      padding: 22px;
      border-radius: 26px;
      background: rgba(255,255,255,0.72);
      border: 1px solid var(--color-line);
      box-shadow: 0 10px 30px rgba(31, 43, 38, 0.05);
    }

    .filter-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 16px;
    }

    .filter-title {
      font-weight: 820;
      color: var(--color-text);
      font-size: 18px;
    }

    .search-box {
      position: relative;
      width: min(340px, 100%);
    }

    .search-box input {
      width: 100%;
      height: 46px;
      border: 1px solid var(--color-line);
      border-radius: 999px;
      padding: 0 18px;
      color: var(--color-text);
      background: #fff;
      transition: border-color var(--ease), box-shadow var(--ease);
    }

    .search-box input::placeholder {
      color: #909A95;
    }

    .search-box input:focus {
      outline: none;
      border-color: rgba(47, 95, 83, 0.52);
      box-shadow: 0 0 0 4px rgba(47, 95, 83, 0.10);
    }

    .chip-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .chip {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      border: 1px solid rgba(47, 95, 83, 0.14);
      background: #fff;
      color: var(--color-muted);
      border-radius: 999px;
      padding: 9px 14px;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      transition: color var(--ease), background-color var(--ease), border-color var(--ease), transform var(--ease);
    }

    .chip:hover,
    .chip.active {
      color: var(--color-primary-dark);
      background: var(--color-primary-soft);
      border-color: rgba(47, 95, 83, 0.32);
      transform: translateY(-1px);
    }

    .layout-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 330px;
      gap: 24px;
      align-items: start;
    }

    .guide-list {
      display: grid;
      gap: 18px;
    }

    .guide-card {
      display: grid;
      grid-template-columns: 132px minmax(0, 1fr);
      gap: 20px;
      padding: 20px;
      border-radius: 22px;
      background: rgba(255,255,255,0.86);
      border: 1px solid var(--color-line);
      box-shadow: 0 10px 28px rgba(31, 43, 38, 0.05);
      transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease), background-color var(--ease);
    }

    .guide-card:hover {
      transform: translateY(-3px);
      box-shadow: var(--shadow-hover);
      border-color: rgba(47, 95, 83, 0.24);
      background: #fff;
    }

    .visual-tile {
      min-height: 132px;
      border-radius: 20px;
      padding: 14px;
      background:
        linear-gradient(145deg, rgba(47, 95, 83, 0.14), rgba(216, 168, 91, 0.17)),
        #FBFAF6;
      border: 1px solid rgba(47, 95, 83, 0.10);
      display: grid;
      gap: 8px;
      align-content: center;
    }

    .visual-line {
      height: 10px;
      border-radius: 99px;
      background: rgba(47, 95, 83, 0.22);
    }

    .visual-line.short {
      width: 62%;
      background: rgba(216, 168, 91, 0.42);
    }

    .visual-dot-row {
      display: flex;
      gap: 7px;
      margin-top: 4px;
    }

    .visual-dot {
      width: 24px;
      height: 24px;
      border-radius: 9px;
      background: rgba(255,255,255,0.74);
      border: 1px solid rgba(47, 95, 83, 0.12);
    }

    .card-meta {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px;
      margin: 11px 0 12px;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 5px 10px;
      font-size: 12px;
      font-weight: 760;
      color: var(--color-primary);
      background: var(--color-primary-soft);
      border: 1px solid rgba(47, 95, 83, 0.10);
    }

    .tag.amber {
      color: #7A5520;
      background: var(--color-amber-soft);
      border-color: rgba(216, 168, 91, 0.20);
    }

    .time-text {
      color: var(--color-muted);
      font-size: 13px;
      margin-left: auto;
    }

    .guide-card p {
      color: var(--color-muted);
      margin: 0 0 16px;
      font-size: 15.5px;
    }

    .text-link {
      color: var(--color-primary);
      font-weight: 820;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    .text-link:hover {
      color: var(--color-primary-dark);
      gap: 10px;
    }

    .sticky-panel {
      position: sticky;
      top: 28px;
      display: grid;
      gap: 16px;
    }

    .side-card {
      padding: 22px;
      border-radius: 24px;
      background: rgba(255,255,255,0.82);
      border: 1px solid var(--color-line);
      box-shadow: 0 10px 30px rgba(31, 43, 38, 0.055);
    }

    .side-card h3 {
      font-size: 20px;
      margin-bottom: 12px;
    }

    .check-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 12px;
    }

    .check-list li {
      display: flex;
      gap: 10px;
      color: var(--color-muted);
      font-size: 15px;
      line-height: 1.65;
    }

    .check-list li::before {
      content: "✓";
      width: 22px;
      height: 22px;
      flex: 0 0 auto;
      display: inline-grid;
      place-items: center;
      border-radius: 8px;
      color: var(--color-primary);
      background: var(--color-primary-soft);
      font-weight: 900;
      margin-top: 1px;
    }

    .notice-card {
      padding: 18px;
      border-radius: 20px;
      color: var(--color-warn);
      background: var(--color-warn-bg);
      border: 1px solid rgba(138, 90, 68, 0.12);
      font-size: 14px;
      line-height: 1.75;
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 24px;
    }

    .section-head p {
      max-width: 650px;
      margin: 10px 0 0;
      color: var(--color-muted);
    }

    .process-strip {
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 22px;
    }

    .process-main {
      border-radius: var(--radius-lg);
      background: #fff;
      border: 1px solid var(--color-line);
      box-shadow: var(--shadow-soft);
      padding: 28px;
    }

    .process-steps {
      display: grid;
      gap: 14px;
      margin-top: 20px;
    }

    .step-item {
      display: grid;
      grid-template-columns: 44px minmax(0, 1fr);
      gap: 14px;
      align-items: start;
      padding: 16px;
      border-radius: 20px;
      background: var(--color-bg-2);
      border: 1px solid rgba(231, 225, 214, 0.82);
    }

    .step-num {
      width: 44px;
      height: 44px;
      border-radius: 16px;
      display: grid;
      place-items: center;
      font-weight: 900;
      color: #fff;
      background: var(--color-primary);
      box-shadow: 0 10px 20px rgba(47, 95, 83, 0.18);
    }

    .step-item strong {
      display: block;
      margin-bottom: 3px;
      color: var(--color-text);
    }

    .step-item span {
      color: var(--color-muted);
      font-size: 14.5px;
    }

    .mini-dashboard {
      border-radius: var(--radius-lg);
      padding: 24px;
      background: #254E45;
      color: #F8F2E8;
      box-shadow: var(--shadow-soft);
      overflow: hidden;
      position: relative;
    }

    .mini-dashboard::after {
      content: "";
      position: absolute;
      width: 170px;
      height: 170px;
      right: -72px;
      top: -70px;
      border-radius: 50%;
      background: rgba(216, 168, 91, 0.22);
    }

    .status-card {
      position: relative;
      z-index: 1;
      padding: 16px;
      border-radius: 20px;
      background: rgba(255,255,255,0.10);
      border: 1px solid rgba(255,255,255,0.12);
      margin-top: 16px;
    }

    .status-card b {
      display: block;
      margin-bottom: 6px;
      font-size: 17px;
    }

    .status-card span {
      color: rgba(248, 242, 232, 0.72);
      font-size: 14px;
    }

    .progress-soft {
      height: 9px;
      border-radius: 999px;
      background: rgba(255,255,255,0.13);
      overflow: hidden;
      margin-top: 12px;
    }

    .progress-soft i {
      display: block;
      width: 78%;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--color-amber), #F1D09A);
    }

    .accordion {
      display: grid;
      gap: 12px;
    }

    .accordion-item {
      border: 1px solid var(--color-line) !important;
      border-radius: 20px !important;
      background: rgba(255,255,255,0.82);
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(31, 43, 38, 0.04);
    }

    .accordion-button {
      padding: 19px 22px;
      color: var(--color-text);
      background: transparent;
      font-weight: 800;
      box-shadow: none !important;
    }

    .accordion-button:not(.collapsed) {
      color: var(--color-primary-dark);
      background: #FBFAF6;
    }

    .accordion-button::after {
      width: 20px;
      height: 20px;
      background-size: 20px;
      filter: sepia(20%) saturate(70%) hue-rotate(108deg);
    }

    .accordion-body {
      padding: 0 22px 20px;
      color: var(--color-muted);
      background: #FBFAF6;
      line-height: 1.8;
    }

    .cta-panel {
      position: relative;
      overflow: hidden;
      border-radius: var(--radius-xl);
      padding: 34px;
      background:
        linear-gradient(135deg, #274F46, #2F5F53);
      color: #F8F2E8;
      box-shadow: 0 22px 58px rgba(47, 95, 83, 0.20);
    }

    .cta-panel::before {
      content: "";
      position: absolute;
      inset: auto -80px -100px auto;
      width: 260px;
      height: 260px;
      border-radius: 50%;
      background: rgba(216, 168, 91, 0.22);
    }

    .cta-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 24px;
      align-items: center;
    }

    .cta-panel h2 {
      color: #fff;
    }

    .cta-panel p {
      color: rgba(248, 242, 232, 0.74);
      max-width: 690px;
      margin: 12px 0 0;
    }

    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: flex-end;
    }

    .cta-actions .btn-secondary-custom {
      background: rgba(255,255,255,0.08);
      color: #fff;
      border-color: rgba(255,255,255,0.26);
    }

    .cta-actions .btn-secondary-custom:hover {
      background: rgba(255,255,255,0.16);
      color: #fff;
    }

    .footer {
      margin-top: 70px;
      padding: 32px 0 38px;
      border-top: 1px solid var(--color-line);
      color: var(--color-muted);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 30px;
      align-items: start;
    }

    .footer-brand {
      color: var(--color-text);
      font-weight: 850;
      font-size: 18px;
      margin-bottom: 8px;
    }

    .legal {
      display: inline-block;
      margin-top: 14px;
      padding: 8px 12px;
      border-radius: 999px;
      color: var(--color-warn);
      background: rgba(245, 230, 216, 0.70);
      font-size: 13px;
      font-weight: 650;
    }

    .copyright {
      margin-top: 12px;
      font-size: 13px;
      color: #8A928D;
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 18px;
      justify-content: flex-end;
      max-width: 360px;
    }

    .footer-links a {
      color: var(--color-muted);
      font-weight: 700;
      font-size: 14px;
    }

    .footer-links a:hover {
      color: var(--color-primary);
      text-decoration: underline;
      text-underline-offset: 4px;
    }

    @media (max-width: 1199.98px) {
      :root {
        --side-width: 220px;
      }

      .main-content {
        padding: 34px 34px 0;
      }

      .layout-grid {
        grid-template-columns: minmax(0, 1fr) 300px;
      }
    }

    @media (max-width: 991.98px) {
      .side-nav {
        display: none;
      }

      .mobile-topbar {
        display: flex;
      }

      .main-content {
        margin-left: 0;
        padding: 28px 24px 0;
      }

      .layout-grid,
      .process-strip {
        grid-template-columns: 1fr;
      }

      .sticky-panel {
        position: static;
      }

      .section {
        margin-top: 68px;
      }

      .cta-grid {
        grid-template-columns: 1fr;
      }

      .cta-actions {
        justify-content: flex-start;
      }
    }

    @media (max-width: 767.98px) {
      .main-content {
        padding: 22px 18px 0;
      }

      .hero-panel,
      .cta-panel {
        padding: 24px;
        border-radius: 28px;
      }

      .filter-head {
        align-items: stretch;
        flex-direction: column;
      }

      .search-box {
        width: 100%;
      }

      .guide-card {
        grid-template-columns: 1fr;
        padding: 18px;
      }

      .visual-tile {
        min-height: 112px;
      }

      .time-text {
        width: 100%;
        margin-left: 0;
      }

      .section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }

      .footer-links {
        justify-content: flex-start;
      }

      .cta-actions,
      .d-flex.flex-wrap.gap-3 {
        width: 100%;
      }

      .cta-actions a,
      .hero-panel .btn-primary-custom,
      .hero-panel .btn-secondary-custom {
        width: 100%;
      }
    }

    @media (max-width: 479.98px) {
      .mobile-topbar {
        padding-inline: 14px;
      }

      .mobile-brand span:last-child {
        max-width: 205px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      h1 {
        font-size: 32px;
      }

      .lead {
        font-size: 16px;
      }

      .filter-panel,
      .side-card,
      .process-main,
      .mini-dashboard {
        padding: 18px;
        border-radius: 22px;
      }

      .chip {
        padding: 8px 11px;
        font-size: 13px;
      }

      .step-item {
        grid-template-columns: 38px minmax(0, 1fr);
        padding: 14px;
      }

      .step-num {
        width: 38px;
        height: 38px;
        border-radius: 14px;
      }
    }
