/* roulang page: index */
:root{
      --green:#16a34a;
      --green-dark:#12843d;
      --green-soft:#ecfdf3;
      --green-soft-2:#f1fbf4;
      --mint:#dff8e8;
      --text:#111827;
      --muted:#6b7280;
      --light:#f7faf8;
      --line:#e5e7eb;
      --white:#ffffff;
      --warning:#fff7ed;
      --radius-sm:14px;
      --radius:22px;
      --radius-lg:30px;
      --shadow:0 18px 50px rgba(17,24,39,.08);
      --shadow-green:0 18px 45px rgba(22,163,74,.14);
      --container:1180px;
      --font:"Microsoft YaHei","PingFang SC","Noto Sans SC",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      color:var(--text);
      background:
        radial-gradient(circle at 8% 10%, rgba(34,197,94,.08), transparent 30%),
        linear-gradient(180deg,#ffffff 0%,#f7faf8 56%,#ffffff 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:.22s ease}
    a:hover{color:var(--green)}
    img{max-width:100%;display:block}
    button,input{font-family:inherit}
    ::selection{background:rgba(34,197,94,.22)}
    .container{max-width:var(--container)}
    .site-header{
      position:sticky;
      top:0;
      z-index:1030;
      background:rgba(255,255,255,.92);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(229,231,235,.85);
    }
    .navbar{
      min-height:76px;
      padding:0;
    }
    .nav-shell{
      width:100%;
      display:grid;
      grid-template-columns:1fr auto 1fr;
      align-items:center;
      gap:20px;
    }
    .nav-group{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .nav-group.left{justify-content:flex-end}
    .nav-group.right{justify-content:flex-start}
    .brand-logo{
      display:flex;
      align-items:center;
      gap:10px;
      padding:10px 16px;
      border-radius:999px;
      background:linear-gradient(135deg,#f0fdf4,#ffffff);
      border:1px solid rgba(22,163,74,.18);
      box-shadow:0 10px 28px rgba(22,163,74,.08);
      font-weight:800;
      letter-spacing:.2px;
      white-space:nowrap;
    }
    .brand-mark{
      width:34px;
      height:34px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:50%;
      color:#fff;
      background:linear-gradient(135deg,var(--green),#22c55e);
      box-shadow:0 8px 18px rgba(22,163,74,.22);
      font-size:17px;
    }
    .nav-link-custom{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:9px 13px;
      border-radius:999px;
      font-size:15px;
      color:#374151;
      font-weight:650;
      border:1px solid transparent;
    }
    .nav-link-custom:hover{
      color:var(--green);
      background:var(--green-soft);
      border-color:rgba(22,163,74,.15);
    }
    .nav-link-custom.active{
      color:var(--green-dark);
      background:var(--green-soft);
      border-color:rgba(22,163,74,.22);
    }
    .nav-link-custom.active::before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 4px rgba(22,163,74,.12);
    }
    .mobile-brand{display:none}
    .navbar-toggler{
      border:1px solid var(--line);
      border-radius:14px;
      padding:9px 11px;
      box-shadow:none!important;
    }
    .navbar-toggler:focus{outline:3px solid rgba(22,163,74,.18)}
    .status-bar{
      border-bottom:1px solid rgba(229,231,235,.75);
      background:linear-gradient(90deg,#f0fdf4,#ffffff,#f0fdf4);
    }
    .status-inner{
      min-height:46px;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:14px;
      flex-wrap:wrap;
      color:#405047;
      font-size:14px;
    }
    .status-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:5px 10px;
      border-radius:999px;
      background:#fff;
      border:1px solid rgba(22,163,74,.18);
      box-shadow:0 4px 14px rgba(22,163,74,.06);
    }
    .dot{
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 5px rgba(22,163,74,.12);
    }
    main{position:relative}
    section{
      padding:76px 0;
    }
    .section-head{
      margin-bottom:30px;
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:26px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:6px 12px;
      border-radius:999px;
      background:var(--green-soft);
      color:var(--green-dark);
      font-weight:750;
      font-size:14px;
      margin-bottom:12px;
    }
    h1,h2,h3,h4{font-weight:850;letter-spacing:-.02em;line-height:1.22}
    h1{font-size:42px;margin:0 0 18px}
    h2{font-size:32px;margin:0 0 12px}
    h3{font-size:21px;margin:0 0 10px}
    p{margin:0;color:var(--muted)}
    .lead-text{font-size:17px;max-width:760px}
    .btn-brand,.btn-ghost{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:12px 20px;
      border-radius:999px;
      font-weight:780;
      border:1px solid transparent;
      transition:.22s ease;
      cursor:pointer;
    }
    .btn-brand{
      background:linear-gradient(135deg,var(--green),#22c55e);
      color:#fff;
      box-shadow:0 12px 28px rgba(22,163,74,.24);
    }
    .btn-brand:hover,.btn-brand:focus{
      color:#fff;
      transform:translateY(-2px);
      background:linear-gradient(135deg,var(--green-dark),var(--green));
      box-shadow:0 16px 34px rgba(22,163,74,.30);
    }
    .btn-ghost{
      color:var(--green-dark);
      background:#fff;
      border-color:rgba(22,163,74,.28);
    }
    .btn-ghost:hover,.btn-ghost:focus{
      background:var(--green-soft);
      color:var(--green-dark);
      transform:translateY(-2px);
    }
    .btn-text{
      display:inline-flex;
      align-items:center;
      gap:6px;
      color:var(--green-dark);
      font-weight:780;
    }
    .btn-text:hover{gap:10px;color:var(--green)}
    .panel{
      background:rgba(255,255,255,.94);
      border:1px solid rgba(229,231,235,.9);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow);
    }
    .benefit-section{
      padding-top:62px;
    }
    .benefit-grid{
      display:grid;
      grid-template-columns:minmax(0,1.45fr) minmax(320px,.85fr);
      gap:24px;
      align-items:stretch;
    }
    .benefit-panel{
      overflow:hidden;
    }
    .panel-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:17px 22px;
      background:linear-gradient(90deg,var(--green-soft),#ffffff);
      border-bottom:1px solid rgba(22,163,74,.13);
    }
    .panel-top strong{
      display:flex;
      align-items:center;
      gap:9px;
      font-size:15px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:5px 10px;
      border-radius:999px;
      background:#fff;
      color:var(--green-dark);
      border:1px solid rgba(22,163,74,.18);
      font-size:13px;
      font-weight:750;
    }
    .compare-table{
      margin:0;
      vertical-align:middle;
      min-width:760px;
    }
    .compare-table thead th{
      background:#fbfefc;
      color:#1f2937;
      font-size:15px;
      padding:18px 18px;
      border-color:var(--line);
    }
    .compare-table tbody td,.compare-table tbody th{
      padding:18px;
      border-color:var(--line);
      color:#4b5563;
      font-size:15px;
    }
    .compare-table tbody th{
      color:#111827;
      font-weight:800;
      width:180px;
    }
    .check{
      color:var(--green);
      font-weight:900;
      margin-right:6px;
    }
    .table-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      padding:20px 22px 24px;
      border-top:1px solid var(--line);
      background:#fff;
    }
    .stage-panel{
      position:relative;
      padding:24px;
      min-height:100%;
      overflow:hidden;
      background:
        linear-gradient(135deg,rgba(236,253,243,.85),rgba(255,255,255,.95)),
        radial-gradient(circle at 88% 8%,rgba(34,197,94,.18),transparent 30%);
    }
    .stage-panel::before{
      content:"";
      position:absolute;
      inset:18px;
      border-radius:24px;
      background-image:
        linear-gradient(rgba(22,163,74,.07) 1px,transparent 1px),
        linear-gradient(90deg,rgba(22,163,74,.07) 1px,transparent 1px);
      background-size:22px 22px;
      pointer-events:none;
      mask-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent 78%);
    }
    .stage-content{position:relative;z-index:1}
    .scan-card{
      background:#fff;
      border:1px solid rgba(22,163,74,.14);
      border-radius:24px;
      padding:18px;
      box-shadow:0 18px 38px rgba(22,163,74,.13);
      margin-top:16px;
    }
    .scan-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:12px 0;
      border-bottom:1px dashed rgba(107,114,128,.22);
    }
    .scan-row:last-child{border-bottom:0}
    .scan-row span{color:#4b5563;font-size:14px}
    .scan-row b{font-size:14px;color:#111827}
    .progress-soft{
      height:10px;
      border-radius:999px;
      background:#e8f5ec;
      overflow:hidden;
      margin-top:14px;
    }
    .progress-soft i{
      display:block;
      height:100%;
      width:82%;
      border-radius:999px;
      background:linear-gradient(90deg,var(--green),#86efac);
    }
    .level-grid{
      display:grid;
      grid-template-columns:1.08fr .92fr 1.08fr;
      gap:22px;
      align-items:stretch;
    }
    .level-card{
      position:relative;
      padding:24px;
      background:#fff;
      border:1px solid rgba(229,231,235,.95);
      border-radius:26px;
      box-shadow:0 14px 34px rgba(17,24,39,.06);
      transition:.22s ease;
      overflow:hidden;
    }
    .level-card:hover{
      transform:translateY(-4px);
      border-color:rgba(22,163,74,.42);
      box-shadow:var(--shadow-green);
    }
    .level-card.featured{
      background:linear-gradient(180deg,#ffffff,#f2fbf5);
      border-color:rgba(22,163,74,.35);
    }
    .corner{
      position:absolute;
      top:16px;
      right:-34px;
      transform:rotate(35deg);
      background:var(--green);
      color:#fff;
      padding:4px 38px;
      font-size:12px;
      font-weight:800;
    }
    .version{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:16px;
    }
    .version-code{
      font-weight:900;
      font-size:22px;
      color:#0f172a;
    }
    .level-list{
      list-style:none;
      padding:0;
      margin:18px 0 0;
      display:grid;
      gap:10px;
    }
    .level-list li{
      display:flex;
      gap:9px;
      color:#4b5563;
      font-size:15px;
    }
    .level-list li::before{
      content:"✓";
      color:var(--green);
      font-weight:900;
    }
    .preview-wrap{
      display:grid;
      grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
      gap:24px;
      align-items:center;
    }
    .preview-note{
      padding:28px;
    }
    .filter-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:22px;
    }
    .filter-tags span{
      padding:8px 12px;
      border-radius:999px;
      background:#fff;
      border:1px solid rgba(22,163,74,.18);
      color:#365143;
      font-size:14px;
      font-weight:700;
    }
    .ui-stage{
      position:relative;
      padding:22px;
      border-radius:30px;
      background:linear-gradient(145deg,#102018,#f4fff7 0%,#ffffff 62%,#f0fdf4);
      border:1px solid rgba(22,163,74,.18);
      box-shadow:var(--shadow-green);
      overflow:hidden;
    }
    .ui-window{
      background:#fff;
      border:1px solid rgba(229,231,235,.92);
      border-radius:24px;
      overflow:hidden;
      box-shadow:0 18px 38px rgba(17,24,39,.08);
    }
    .window-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding:14px 16px;
      background:#f8fcf9;
      border-bottom:1px solid var(--line);
    }
    .window-dots{display:flex;gap:7px}
    .window-dots i{
      width:10px;height:10px;border-radius:50%;background:#cbd5e1;display:block;
    }
    .window-dots i:nth-child(2){background:#86efac}
    .window-dots i:nth-child(3){background:#22c55e}
    .ui-body{
      padding:18px;
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }
    .mini-card{
      padding:15px;
      border-radius:18px;
      background:#fbfefc;
      border:1px solid rgba(229,231,235,.95);
    }
    .mini-card.wide{grid-column:1 / -1}
    .mini-card strong{
      display:block;
      margin-bottom:8px;
      color:#111827;
    }
    .mini-card small{
      display:block;
      color:var(--muted);
      line-height:1.6;
    }
    .update-list{
      list-style:none;
      padding:0;
      margin:8px 0 0;
      display:grid;
      gap:8px;
    }
    .update-list li{
      display:flex;
      justify-content:space-between;
      gap:14px;
      font-size:13px;
      color:#4b5563;
    }
    .faq-section{
      background:linear-gradient(180deg,rgba(247,250,248,.45),rgba(255,255,255,.9));
    }
    .faq-layout{
      display:grid;
      grid-template-columns:.82fr 1.18fr;
      gap:28px;
      align-items:start;
    }
    .faq-side{
      padding:28px;
      border-left:5px solid var(--green);
    }
    .accordion{
      display:grid;
      gap:14px;
    }
    .accordion-item{
      border:1px solid rgba(229,231,235,.95)!important;
      border-radius:20px!important;
      overflow:hidden;
      box-shadow:0 10px 26px rgba(17,24,39,.05);
      background:#fff;
    }
    .accordion-button{
      padding:18px 20px;
      font-weight:800;
      color:#111827;
      background:#fff;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      color:var(--green-dark);
      background:var(--green-soft);
    }
    .accordion-button:focus{
      border-color:transparent;
      outline:3px solid rgba(22,163,74,.16);
    }
    .accordion-body{
      padding:0 20px 20px;
      color:#5b6472;
      background:linear-gradient(180deg,var(--green-soft),#fff 32%);
      font-size:15px;
    }
    .member-cta{
      padding-bottom:88px;
    }
    .cta-panel{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:24px;
      padding:34px;
      background:
        radial-gradient(circle at 12% 22%,rgba(34,197,94,.18),transparent 24%),
        linear-gradient(135deg,#ecfdf3,#ffffff 58%,#f5fff8);
      border:1px solid rgba(22,163,74,.2);
      border-radius:32px;
      box-shadow:var(--shadow-green);
    }
    .cta-points{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
      margin-top:22px;
    }
    .cta-point{
      padding:14px 15px;
      border-radius:18px;
      background:rgba(255,255,255,.75);
      border:1px solid rgba(22,163,74,.14);
      color:#3f4c43;
      font-size:14px;
      font-weight:700;
    }
    .subscribe-card{
      background:#fff;
      border:1px solid rgba(229,231,235,.95);
      border-radius:26px;
      padding:22px;
      box-shadow:0 16px 36px rgba(17,24,39,.08);
    }
    .form-control{
      min-height:48px;
      border-radius:999px;
      border-color:#dbe3dc;
      padding:12px 16px;
      box-shadow:none!important;
    }
    .form-control:focus{
      border-color:var(--green);
      outline:3px solid rgba(22,163,74,.16);
    }
    .form-hint{
      margin-top:12px;
      font-size:13px;
      color:#7b8491;
      line-height:1.6;
    }
    .notice{
      margin-top:18px;
      padding:13px 15px;
      border-radius:16px;
      background:rgba(255,247,237,.75);
      border:1px solid rgba(251,146,60,.18);
      color:#7c5c34;
      font-size:13px;
      line-height:1.7;
    }
    .site-footer{
      padding:44px 0 26px;
      background:#f3f8f4;
      border-top:1px solid rgba(229,231,235,.95);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:32px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:850;
      margin-bottom:12px;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px 18px;
      justify-content:flex-end;
    }
    .footer-links a{
      color:#4b5563;
      font-weight:700;
      font-size:14px;
    }
    .footer-links a:hover{color:var(--green)}
    .copyright{
      margin-top:28px;
      padding-top:20px;
      border-top:1px solid rgba(229,231,235,.9);
      color:#7b8491;
      font-size:13px;
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
    }
    @media (max-width: 991.98px){
      .navbar{min-height:auto;padding:12px 0}
      .nav-shell{display:none}
      .mobile-brand{
        display:flex;
        align-items:center;
        gap:10px;
        font-weight:850;
      }
      .navbar-collapse{
        margin-top:14px;
        padding:12px;
        border:1px solid var(--line);
        border-radius:22px;
        background:#fff;
        box-shadow:var(--shadow);
      }
      .mobile-menu{
        display:grid;
        gap:8px;
      }
      .nav-link-custom{
        width:100%;
        justify-content:flex-start;
        padding:12px 14px;
      }
      section{padding:58px 0}
      h1{font-size:34px}
      h2{font-size:28px}
      .benefit-grid,.preview-wrap,.faq-layout,.cta-panel,.footer-grid{
        grid-template-columns:1fr;
      }
      .level-grid{grid-template-columns:1fr}
      .footer-links{justify-content:flex-start}
      .section-head{display:block}
      .stage-panel{min-height:390px}
    }
    @media (max-width: 767.98px){
      body{line-height:1.68}
      section{padding:48px 0}
      h1{font-size:30px}
      h2{font-size:25px}
      .lead-text{font-size:15.5px}
      .panel-top{display:block}
      .panel-top .tag{margin-top:10px}
      .table-responsive{border-radius:0}
      .table-actions .btn-brand,.table-actions .btn-ghost{
        width:100%;
      }
      .ui-body{grid-template-columns:1fr}
      .mini-card.wide{grid-column:auto}
      .cta-panel{padding:24px}
      .cta-points{grid-template-columns:1fr}
      .status-inner{justify-content:flex-start;padding:10px 0}
    }
    @media (max-width: 575.98px){
      .brand-logo,.mobile-brand{font-size:14px}
      .brand-mark{width:30px;height:30px}
      .benefit-section{padding-top:42px}
      .panel,.stage-panel,.level-card,.ui-stage,.cta-panel{border-radius:22px}
      .compare-table{min-width:680px}
      .subscribe-card{padding:18px}
      .copyright{display:block}
      .copyright span{display:block;margin-top:8px}
    }

/* roulang page: category2 */
:root{
      --success:#16a34a;
      --success-dark:#12813c;
      --success-soft:#ecfdf3;
      --success-mid:#dcfce7;
      --ink:#111827;
      --muted:#6b7280;
      --light:#f7faf8;
      --line:#e5e7eb;
      --white:#ffffff;
      --warning:#f59e0b;
      --danger-soft:#fff1f2;
      --danger:#e11d48;
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
      --shadow-sm:0 10px 26px rgba(17,24,39,.06);
      --shadow-md:0 18px 46px rgba(22,163,74,.13);
      --shadow-card:0 16px 38px rgba(17,24,39,.08);
      --container:1180px;
      --ease:all .25s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"Microsoft YaHei","PingFang SC","Noto Sans SC",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 8% 6%, rgba(34,197,94,.08), transparent 32%),
        linear-gradient(180deg,#ffffff 0%,#f8fbf9 52%,#ffffff 100%);
      line-height:1.72;
      font-size:16px;
      overflow-x:hidden;
    }
    a{text-decoration:none;color:inherit;transition:var(--ease)}
    img{max-width:100%;display:block}
    button,input,textarea{font:inherit}
    ::selection{background:rgba(22,163,74,.18)}
    .container{max-width:var(--container)}
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(255,255,255,.92);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(229,231,235,.9);
    }
    .navbar{min-height:78px;padding:0}
    .nav-shell{
      width:100%;
      grid-template-columns:1fr auto 1fr;
      align-items:center;
      gap:22px;
    }
    .nav-group{
      display:flex;
      align-items:center;
      gap:12px;
    }
    .nav-group.left{justify-content:flex-end}
    .nav-group.right{justify-content:flex-start}
    .brand-logo,.mobile-brand,.footer-brand{
      display:inline-flex;
      align-items:center;
      gap:10px;
      font-weight:800;
      letter-spacing:-.02em;
      color:var(--ink);
      white-space:nowrap;
    }
    .brand-logo{
      padding:10px 18px;
      border:1px solid var(--line);
      border-radius:999px;
      background:#fff;
      box-shadow:var(--shadow-sm);
      font-size:18px;
    }
    .mobile-brand{font-size:17px}
    .brand-mark{
      width:28px;
      height:28px;
      border-radius:50%;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:linear-gradient(135deg,var(--success),#22c55e);
      color:#fff;
      font-weight:900;
      box-shadow:0 8px 18px rgba(22,163,74,.24);
      flex:0 0 auto;
    }
    .nav-link-custom{
      position:relative;
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 14px;
      border-radius:999px;
      color:#374151;
      font-weight:700;
      font-size:15px;
    }
    .nav-link-custom:hover{
      color:var(--success-dark);
      background:var(--success-soft);
    }
    .nav-link-custom.active{
      color:var(--success-dark);
      background:var(--success-soft);
    }
    .nav-link-custom.active::before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--success);
      box-shadow:0 0 0 4px rgba(22,163,74,.12);
    }
    .navbar-toggler{
      border:1px solid var(--line);
      border-radius:14px;
      padding:8px 10px;
      box-shadow:none!important;
      background:#fff;
    }
    .navbar-toggler:focus{outline:3px solid rgba(22,163,74,.16)}
    .mobile-menu{
      padding:14px 0 20px;
      display:grid;
      gap:8px;
    }
    .mobile-menu .nav-link-custom{
      justify-content:flex-start;
      border:1px solid var(--line);
      background:#fff;
    }
    .status-strip{
      border-bottom:1px solid rgba(229,231,235,.8);
      background:linear-gradient(90deg,rgba(236,253,243,.92),rgba(255,255,255,.92));
      font-size:14px;
      color:#425048;
    }
    .status-strip .inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:10px 0;
      flex-wrap:wrap;
    }
    .status-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:6px 10px;
      border-radius:999px;
      background:#fff;
      border:1px solid rgba(22,163,74,.16);
      color:var(--success-dark);
      font-weight:700;
    }
    .section{padding:74px 0}
    .section-tight{padding:46px 0}
    .page-hero{
      padding:70px 0 58px;
      position:relative;
      overflow:hidden;
    }
    .page-hero::before{
      content:"";
      position:absolute;
      right:-160px;
      top:-140px;
      width:420px;
      height:420px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(34,197,94,.16),transparent 65%);
      pointer-events:none;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border:1px solid rgba(22,163,74,.22);
      border-radius:999px;
      background:var(--success-soft);
      color:var(--success-dark);
      font-size:14px;
      font-weight:800;
      margin-bottom:18px;
    }
    h1,h2,h3{letter-spacing:-.035em;line-height:1.22;margin:0;color:var(--ink)}
    h1{font-size:42px;font-weight:900;max-width:820px}
    h2{font-size:31px;font-weight:900}
    h3{font-size:20px;font-weight:850}
    .lead{
      margin:18px 0 0;
      color:#4b5563;
      font-size:17px;
      max-width:790px;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:minmax(0,1fr) 410px;
      gap:30px;
      align-items:stretch;
      margin-top:30px;
    }
    .hero-panel,.screenshot-panel,.card-soft,.info-card,.filter-panel,.cta-panel{
      background:rgba(255,255,255,.94);
      border:1px solid rgba(229,231,235,.92);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow-card);
    }
    .hero-panel{
      padding:24px;
      position:relative;
      overflow:hidden;
    }
    .hero-panel::after{
      content:"";
      position:absolute;
      inset:auto 22px 0 22px;
      height:4px;
      border-radius:999px 999px 0 0;
      background:linear-gradient(90deg,var(--success),#86efac);
    }
    .recommended-card{
      display:grid;
      gap:18px;
      padding:22px;
      border-radius:24px;
      background:linear-gradient(135deg,#f0fdf4 0%,#ffffff 62%);
      border:1px solid rgba(22,163,74,.2);
      box-shadow:0 16px 30px rgba(22,163,74,.12);
    }
    .rec-head{
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:14px;
    }
    .badge-soft,.badge-state,.mini-tag{
      display:inline-flex;
      align-items:center;
      gap:7px;
      border-radius:999px;
      padding:6px 10px;
      font-size:13px;
      font-weight:800;
      white-space:nowrap;
    }
    .badge-soft{background:var(--success-soft);color:var(--success-dark);border:1px solid rgba(22,163,74,.18)}
    .badge-state{background:#fff;color:#374151;border:1px solid var(--line)}
    .mini-tag{background:#f3f4f6;color:#4b5563;border:1px solid var(--line)}
    .progress-wrap{
      height:10px;
      background:#e8f5ec;
      border-radius:999px;
      overflow:hidden;
    }
    .progress-bar-custom{
      height:100%;
      width:86%;
      border-radius:999px;
      background:linear-gradient(90deg,var(--success),#22c55e,#86efac);
    }
    .check-list{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:10px;
    }
    .check-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:#4b5563;
    }
    .check-icon{
      width:22px;
      height:22px;
      border-radius:50%;
      background:var(--success-soft);
      color:var(--success-dark);
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-weight:900;
      flex:0 0 auto;
      margin-top:2px;
    }
    .hero-aside{
      padding:22px;
      display:grid;
      gap:16px;
      background:#0f172a;
      color:#e5e7eb;
      border-radius:var(--radius-xl);
      box-shadow:0 24px 52px rgba(15,23,42,.18);
      position:relative;
      overflow:hidden;
    }
    .hero-aside::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
      background-size:24px 24px;
      mask-image:linear-gradient(180deg,#000,transparent 88%);
    }
    .hero-aside > *{position:relative;z-index:1}
    .aside-title{display:flex;justify-content:space-between;align-items:center;gap:12px}
    .aside-title h2{font-size:22px;color:#fff}
    .node-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.1);
    }
    .node-row span:first-child{color:#cbd5e1;font-size:14px}
    .node-row strong{color:#86efac}
    .btn-main,.btn-outline-main,.btn-light-main{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:999px;
      padding:12px 20px;
      font-weight:850;
      border:1px solid transparent;
      transition:var(--ease);
      min-height:48px;
    }
    .btn-main{
      background:linear-gradient(135deg,var(--success),#22c55e);
      color:#fff;
      box-shadow:0 12px 24px rgba(22,163,74,.22);
    }
    .btn-main:hover,.btn-main:focus{
      color:#fff;
      background:linear-gradient(135deg,var(--success-dark),var(--success));
      transform:translateY(-2px);
      box-shadow:0 16px 32px rgba(22,163,74,.28);
    }
    .btn-outline-main{
      color:var(--success-dark);
      background:#fff;
      border-color:rgba(22,163,74,.28);
    }
    .btn-outline-main:hover,.btn-outline-main:focus{
      color:var(--success-dark);
      background:var(--success-soft);
      transform:translateY(-2px);
    }
    .btn-light-main{
      background:#fff;
      color:var(--success-dark);
      border-color:rgba(255,255,255,.45);
    }
    .btn-light-main:hover{background:#ecfdf3;color:var(--success-dark);transform:translateY(-2px)}
    .btn-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:20px;
      margin-bottom:26px;
    }
    .section-head p{
      margin:8px 0 0;
      color:var(--muted);
      max-width:680px;
    }
    .filter-panel{
      padding:18px;
      margin-bottom:24px;
    }
    .filter-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
    }
    .filter-tabs{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }
    .filter-tab{
      border:1px solid var(--line);
      background:#fff;
      color:#4b5563;
      border-radius:999px;
      padding:9px 13px;
      font-size:14px;
      font-weight:800;
      transition:var(--ease);
    }
    .filter-tab:hover,.filter-tab.active{
      border-color:rgba(22,163,74,.35);
      background:var(--success-soft);
      color:var(--success-dark);
    }
    .bento-grid{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:22px;
      align-items:start;
    }
    .stack-list{display:grid;gap:18px}
    .info-card{
      padding:22px;
      transition:var(--ease);
      overflow:hidden;
      position:relative;
    }
    .info-card:hover{
      border-color:rgba(22,163,74,.45);
      box-shadow:var(--shadow-md);
      transform:translateY(-3px);
    }
    .info-card.large{min-height:100%}
    .card-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      margin-bottom:16px;
    }
    .icon-box{
      width:46px;
      height:46px;
      border-radius:16px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:var(--success-soft);
      color:var(--success-dark);
      font-size:22px;
      font-weight:900;
      border:1px solid rgba(22,163,74,.14);
    }
    .info-card p{color:var(--muted);margin:10px 0 0}
    .meta-line{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin:18px 0;
    }
    .status-matrix{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:14px;
      margin-top:18px;
    }
    .status-box{
      padding:16px;
      border:1px solid var(--line);
      border-radius:18px;
      background:#fff;
    }
    .status-box strong{
      display:block;
      font-size:24px;
      line-height:1;
      color:var(--success-dark);
      margin-bottom:6px;
    }
    .status-box span{color:var(--muted);font-size:14px}
    .process-panel{
      border-radius:var(--radius-xl);
      background:linear-gradient(135deg,#ffffff,#f0fdf4);
      border:1px solid rgba(22,163,74,.16);
      box-shadow:var(--shadow-sm);
      padding:28px;
    }
    .process-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
      margin-top:22px;
    }
    .step-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:22px;
      padding:18px;
      transition:var(--ease);
    }
    .step-card:hover{
      transform:translateY(-3px);
      border-color:rgba(22,163,74,.38);
      box-shadow:var(--shadow-sm);
    }
    .step-num{
      width:34px;
      height:34px;
      border-radius:12px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:var(--success);
      color:#fff;
      font-weight:900;
      margin-bottom:12px;
    }
    .step-card p{margin:8px 0 0;color:var(--muted);font-size:15px}
    .screenshot-panel{
      padding:26px;
      background:
        linear-gradient(145deg,#ffffff 0%,#f6fff8 100%);
      position:relative;
      overflow:hidden;
    }
    .screenshot-panel::before{
      content:"";
      position:absolute;
      right:20px;
      top:20px;
      width:110px;
      height:110px;
      border-radius:34px;
      background:repeating-linear-gradient(45deg,rgba(22,163,74,.08) 0 8px,transparent 8px 16px);
    }
    .screen-shell{
      position:relative;
      z-index:1;
      border:1px solid var(--line);
      border-radius:24px;
      background:#fff;
      overflow:hidden;
      box-shadow:0 18px 40px rgba(17,24,39,.08);
    }
    .screen-bar{
      display:flex;
      align-items:center;
      gap:7px;
      padding:13px 16px;
      border-bottom:1px solid var(--line);
      background:#f9fafb;
    }
    .dot{width:9px;height:9px;border-radius:50%;background:#d1d5db}
    .dot.green{background:#22c55e}
    .screen-body{padding:18px;display:grid;gap:13px}
    .update-row{
      display:grid;
      grid-template-columns:auto 1fr auto;
      align-items:center;
      gap:12px;
      padding:13px;
      border:1px solid var(--line);
      border-radius:16px;
      background:#fff;
    }
    .pulse{
      width:12px;
      height:12px;
      border-radius:50%;
      background:var(--success);
      box-shadow:0 0 0 7px rgba(22,163,74,.12);
    }
    .update-row b{display:block;font-size:15px}
    .update-row small{color:var(--muted)}
    .alert-list{
      display:grid;
      gap:14px;
    }
    .alert-item{
      display:flex;
      gap:14px;
      padding:18px;
      border-radius:22px;
      background:#fff;
      border:1px solid var(--line);
      transition:var(--ease);
    }
    .alert-item:hover{
      border-color:rgba(22,163,74,.42);
      box-shadow:var(--shadow-sm);
      transform:translateY(-2px);
    }
    .alert-item p{margin:5px 0 0;color:var(--muted)}
    .notice-box{
      padding:20px;
      border-radius:22px;
      border:1px solid rgba(245,158,11,.24);
      background:#fffbeb;
      color:#78350f;
    }
    .notice-box strong{display:block;margin-bottom:6px;color:#92400e}
    .faq-wrap{
      background:#fff;
      border:1px solid var(--line);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow-sm);
      padding:10px;
    }
    .accordion-item{
      border:0;
      border-bottom:1px solid var(--line);
      background:transparent;
    }
    .accordion-item:last-child{border-bottom:0}
    .accordion-button{
      border-radius:18px!important;
      padding:18px 18px;
      font-weight:850;
      color:var(--ink);
      background:#fff;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      color:var(--success-dark);
      background:var(--success-soft);
    }
    .accordion-button:focus{box-shadow:0 0 0 4px rgba(22,163,74,.14)!important}
    .accordion-body{
      color:var(--muted);
      padding:8px 18px 20px 18px;
    }
    .cta-panel{
      padding:32px;
      background:
        linear-gradient(135deg,#ecfdf3 0%,#ffffff 64%);
      border-color:rgba(22,163,74,.18);
      display:grid;
      grid-template-columns:1fr 360px;
      gap:28px;
      align-items:center;
      position:relative;
      overflow:hidden;
    }
    .cta-panel::after{
      content:"";
      position:absolute;
      right:-80px;
      bottom:-110px;
      width:260px;
      height:260px;
      border-radius:50%;
      background:rgba(34,197,94,.12);
    }
    .cta-panel > *{position:relative;z-index:1}
    .subscribe-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:24px;
      padding:20px;
      box-shadow:var(--shadow-sm);
    }
    .form-control{
      border-radius:999px;
      border:1px solid var(--line);
      padding:12px 16px;
      min-height:48px;
      box-shadow:none!important;
    }
    .form-control:focus{
      border-color:rgba(22,163,74,.55);
      outline:0;
      box-shadow:0 0 0 4px rgba(22,163,74,.13)!important;
    }
    .form-hint{
      color:var(--muted);
      font-size:13px;
      margin-top:10px;
    }
    .site-footer{
      background:#f3f8f5;
      border-top:1px solid var(--line);
      padding:42px 0 26px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1fr auto;
      gap:28px;
      align-items:start;
    }
    .footer-brand{font-size:18px;margin-bottom:12px}
    .site-footer p{
      max-width:620px;
      color:var(--muted);
      margin:0;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      justify-content:flex-end;
    }
    .footer-links a{
      padding:9px 12px;
      border-radius:999px;
      color:#4b5563;
      background:#fff;
      border:1px solid var(--line);
      font-weight:700;
      font-size:14px;
    }
    .footer-links a:hover{
      color:var(--success-dark);
      border-color:rgba(22,163,74,.35);
      background:var(--success-soft);
    }
    .copyright{
      margin-top:28px;
      padding-top:18px;
      border-top:1px solid var(--line);
      display:flex;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
      color:#6b7280;
      font-size:14px;
    }
    @media (max-width:1199.98px){
      h1{font-size:38px}
      .hero-grid{grid-template-columns:1fr 360px}
      .process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    }
    @media (max-width:991.98px){
      .navbar{min-height:66px;padding:10px 0}
      .hero-grid,.bento-grid,.cta-panel{grid-template-columns:1fr}
      .hero-aside{min-height:auto}
      .section{padding:58px 0}
      .section-head{align-items:flex-start;flex-direction:column}
      .cta-panel{padding:26px}
      .footer-grid{grid-template-columns:1fr}
      .footer-links{justify-content:flex-start}
    }
    @media (max-width:767.98px){
      body{font-size:15px}
      h1{font-size:31px}
      h2{font-size:26px}
      .page-hero{padding:46px 0 38px}
      .hero-panel,.hero-aside,.process-panel,.screenshot-panel,.info-card{border-radius:22px}
      .status-matrix,.process-grid{grid-template-columns:1fr}
      .filter-row{align-items:flex-start}
      .btn-row .btn-main,.btn-row .btn-outline-main,.btn-row .btn-light-main{width:100%}
      .update-row{grid-template-columns:auto 1fr}
      .update-row .badge-soft{grid-column:1/-1;justify-content:center}
      .copyright{display:grid}
    }
    @media (max-width:575.98px){
      .container{padding-left:18px;padding-right:18px}
      .section{padding:46px 0}
      .rec-head,.card-top{align-items:flex-start;flex-direction:column}
      .filter-tabs{width:100%}
      .filter-tab{flex:1 1 auto;text-align:center}
      .alert-item{flex-direction:column}
      .cta-panel{padding:22px}
    }

/* roulang page: category1 */
:root{
      --green:#16A34A;
      --green-strong:#15803D;
      --green-soft:#ECFDF3;
      --green-soft-2:#F0FDF4;
      --mint:#DCFCE7;
      --ink:#111827;
      --text:#374151;
      --muted:#6B7280;
      --line:#E5E7EB;
      --panel:#FFFFFF;
      --bg:#F7FAF8;
      --warning:#F59E0B;
      --danger:#DC2626;
      --radius-sm:12px;
      --radius:20px;
      --radius-lg:28px;
      --shadow:0 18px 45px rgba(17,24,39,.08);
      --shadow-green:0 18px 42px rgba(22,163,74,.14);
      --container:1180px;
      --ease:all .22s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"Microsoft YaHei","PingFang SC","Noto Sans SC",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 18% 6%, rgba(34,197,94,.12), transparent 28%),
        linear-gradient(180deg,#fff 0%,var(--bg) 52%,#fff 100%);
      line-height:1.75;
      font-size:16px;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover{color:var(--green)}
    img{max-width:100%;height:auto;display:block}
    button,input,textarea{font:inherit}
    input:focus,textarea:focus,button:focus,a:focus{
      outline:3px solid rgba(34,197,94,.22);
      outline-offset:3px;
    }
    .container{max-width:var(--container)}
    .section{padding:74px 0}
    .section-tight{padding:52px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 13px;
      border-radius:999px;
      background:var(--green-soft);
      color:var(--green-strong);
      font-size:13px;
      font-weight:700;
      border:1px solid rgba(22,163,74,.14);
    }
    .eyebrow::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 5px rgba(34,197,94,.14);
    }
    h1,h2,h3,h4{color:var(--ink);font-weight:800;letter-spacing:-.02em;line-height:1.2}
    h1{font-size:42px;margin:18px 0 16px}
    h2{font-size:32px;margin:0 0 14px}
    h3{font-size:21px;margin:0 0 10px}
    p{margin:0}
    .lead-text{font-size:17px;color:var(--muted);max-width:760px}
    .muted{color:var(--muted)}
    .divider{height:1px;background:var(--line);margin:24px 0}

    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(255,255,255,.9);
      backdrop-filter:saturate(180%) blur(14px);
      border-bottom:1px solid rgba(229,231,235,.85);
    }
    .site-header .navbar{padding:14px 0}
    .nav-shell{
      width:100%;
      display:grid;
      grid-template-columns:1fr auto 1fr;
      align-items:center;
      gap:24px;
    }
    .nav-group{
      display:flex;
      align-items:center;
      gap:12px;
    }
    .nav-group.left{justify-content:flex-end}
    .nav-group.right{justify-content:flex-start}
    .brand-logo,.mobile-brand,.footer-brand{
      display:inline-flex;
      align-items:center;
      gap:10px;
      font-weight:900;
      color:var(--ink);
      letter-spacing:-.03em;
      white-space:nowrap;
    }
    .brand-logo{
      font-size:20px;
      padding:9px 16px;
      border:1px solid var(--line);
      border-radius:999px;
      background:#fff;
      box-shadow:0 10px 28px rgba(17,24,39,.06);
    }
    .mobile-brand{font-size:17px}
    .brand-mark{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:30px;
      height:30px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--green),#22C55E);
      color:#fff;
      font-weight:900;
      box-shadow:0 10px 20px rgba(22,163,74,.22);
      flex:0 0 auto;
    }
    .nav-link-custom{
      position:relative;
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 14px;
      border-radius:999px;
      color:#4B5563;
      font-size:15px;
      font-weight:700;
    }
    .nav-link-custom:hover{
      color:var(--green-strong);
      background:var(--green-soft);
      transform:translateY(-1px);
    }
    .nav-link-custom.active{
      color:var(--green-strong);
      background:var(--green-soft);
    }
    .nav-link-custom.active::before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 4px rgba(34,197,94,.14);
    }
    .navbar-toggler{
      border:1px solid var(--line);
      border-radius:14px;
      padding:8px 10px;
      background:#fff;
    }
    .navbar-toggler:focus{box-shadow:none}
    .mobile-menu{
      padding:14px 0 4px;
      display:grid;
      gap:8px;
    }
    .mobile-menu .nav-link-custom{
      justify-content:flex-start;
      border:1px solid var(--line);
      background:#fff;
    }

    .page-hero{
      padding:58px 0 38px;
      position:relative;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:34px;
      align-items:center;
    }
    .hero-copy{
      padding:10px 0;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:26px;
    }
    .btn-custom{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      border-radius:999px;
      padding:12px 20px;
      font-weight:800;
      border:1px solid transparent;
      transition:var(--ease);
      min-height:48px;
      line-height:1.2;
    }
    .btn-primary-custom{
      color:#fff;
      background:linear-gradient(135deg,var(--green),#22C55E);
      box-shadow:0 14px 28px rgba(22,163,74,.23);
    }
    .btn-primary-custom:hover{
      color:#fff;
      background:linear-gradient(135deg,var(--green-strong),var(--green));
      transform:translateY(-2px);
      box-shadow:0 18px 34px rgba(22,163,74,.28);
    }
    .btn-secondary-custom{
      color:var(--green-strong);
      background:#fff;
      border-color:rgba(22,163,74,.3);
    }
    .btn-secondary-custom:hover{
      color:var(--green-strong);
      background:var(--green-soft);
      border-color:rgba(22,163,74,.55);
      transform:translateY(-2px);
    }
    .hero-points{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      margin-top:28px;
    }
    .point-chip{
      padding:14px;
      background:#fff;
      border:1px solid var(--line);
      border-radius:18px;
      box-shadow:0 12px 30px rgba(17,24,39,.05);
    }
    .point-chip strong{
      display:block;
      color:var(--ink);
      font-size:14px;
      margin-bottom:2px;
    }
    .point-chip span{font-size:13px;color:var(--muted)}

    .screenshot-stage{
      position:relative;
      padding:22px;
      border-radius:32px;
      background:
        linear-gradient(135deg,rgba(236,253,243,.9),rgba(255,255,255,.94)),
        radial-gradient(circle at top right,rgba(34,197,94,.18),transparent 36%);
      border:1px solid rgba(22,163,74,.18);
      box-shadow:var(--shadow-green);
      overflow:hidden;
    }
    .screenshot-stage::before{
      content:"";
      position:absolute;
      inset:0;
      background-image:linear-gradient(rgba(22,163,74,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(22,163,74,.08) 1px,transparent 1px);
      background-size:28px 28px;
      mask-image:linear-gradient(180deg,rgba(0,0,0,.75),transparent 82%);
      pointer-events:none;
    }
    .status-panel{
      position:relative;
      background:#fff;
      border:1px solid var(--line);
      border-radius:26px;
      overflow:hidden;
      box-shadow:0 20px 46px rgba(17,24,39,.09);
    }
    .panel-top{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      padding:15px 18px;
      background:linear-gradient(90deg,var(--green-soft),#fff);
      border-bottom:1px solid var(--line);
    }
    .window-dots{display:flex;gap:6px}
    .window-dots i{
      display:block;
      width:9px;
      height:9px;
      border-radius:50%;
      background:#BBF7D0;
    }
    .status-badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:6px 10px;
      border-radius:999px;
      color:var(--green-strong);
      background:#fff;
      border:1px solid rgba(22,163,74,.2);
      font-size:12px;
      font-weight:800;
    }
    .status-badge::before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--green);
    }
    .panel-body-custom{padding:20px}
    .meter-card{
      display:grid;
      gap:12px;
      padding:16px;
      border-radius:20px;
      background:#FAFAFA;
      border:1px solid var(--line);
      margin-bottom:14px;
    }
    .meter-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      font-size:14px;
      color:var(--muted);
    }
    .progress{
      height:10px;
      border-radius:999px;
      background:#E5E7EB;
      overflow:hidden;
    }
    .progress-bar{
      background:linear-gradient(90deg,var(--green),#22C55E);
      border-radius:999px;
    }
    .mini-list{
      display:grid;
      gap:10px;
      padding:0;
      margin:0;
      list-style:none;
    }
    .mini-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      padding:12px;
      border:1px solid var(--line);
      border-radius:16px;
      background:#fff;
      color:var(--text);
      font-size:14px;
    }
    .mini-list .icon{
      width:24px;
      height:24px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:50%;
      background:var(--green-soft);
      color:var(--green-strong);
      font-weight:900;
      flex:0 0 auto;
    }

    .filter-shell{
      background:#fff;
      border:1px solid var(--line);
      border-radius:24px;
      padding:16px;
      box-shadow:var(--shadow);
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
      justify-content:space-between;
    }
    .filter-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .filter-tag{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 13px;
      border-radius:999px;
      border:1px solid var(--line);
      background:#fff;
      color:#4B5563;
      font-size:14px;
      font-weight:700;
      transition:var(--ease);
    }
    .filter-tag.active,.filter-tag:hover{
      border-color:rgba(22,163,74,.42);
      background:var(--green-soft);
      color:var(--green-strong);
    }
    .filter-note{
      color:var(--muted);
      font-size:14px;
    }

    .bento-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:22px;
      margin-top:24px;
    }
    .entry-stack{
      display:grid;
      gap:18px;
    }
    .entry-card{
      position:relative;
      padding:22px;
      border:1px solid var(--line);
      border-radius:24px;
      background:#fff;
      box-shadow:0 14px 36px rgba(17,24,39,.06);
      transition:var(--ease);
      overflow:hidden;
    }
    .entry-card:hover{
      transform:translateY(-3px);
      border-color:rgba(22,163,74,.45);
      box-shadow:var(--shadow-green);
    }
    .entry-card.featured{
      min-height:100%;
      background:
        linear-gradient(135deg,#fff 0%,#fff 54%,var(--green-soft-2) 100%);
    }
    .card-head{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:14px;
      margin-bottom:14px;
    }
    .line-icon{
      width:46px;
      height:46px;
      border-radius:16px;
      background:var(--green-soft);
      color:var(--green-strong);
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-weight:900;
      font-size:20px;
      flex:0 0 auto;
      border:1px solid rgba(22,163,74,.15);
    }
    .badge-soft{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:6px 10px;
      border-radius:999px;
      background:var(--green-soft);
      color:var(--green-strong);
      font-size:12px;
      font-weight:800;
      border:1px solid rgba(22,163,74,.14);
      white-space:nowrap;
    }
    .entry-meta{
      display:flex;
      flex-wrap:wrap;
      gap:9px;
      margin:15px 0 18px;
    }
    .meta-item{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 10px;
      border-radius:999px;
      background:#F9FAFB;
      border:1px solid var(--line);
      color:var(--muted);
      font-size:13px;
      font-weight:700;
    }
    .entry-card .btn-custom{padding:10px 16px;min-height:42px;font-size:14px}
    .side-note{
      padding:22px;
      border-radius:24px;
      border:1px solid rgba(22,163,74,.18);
      background:linear-gradient(180deg,var(--green-soft),#fff);
    }
    .side-note ul{
      padding:0;
      margin:18px 0 0;
      list-style:none;
      display:grid;
      gap:12px;
    }
    .side-note li{
      display:flex;
      gap:10px;
      color:var(--text);
      font-size:15px;
    }
    .side-note li::before{
      content:"✓";
      width:22px;
      height:22px;
      border-radius:50%;
      background:#fff;
      color:var(--green-strong);
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-weight:900;
      flex:0 0 auto;
      border:1px solid rgba(22,163,74,.22);
    }

    .steps-panel{
      background:#fff;
      border:1px solid var(--line);
      border-radius:28px;
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .steps-top{
      padding:24px;
      border-bottom:1px solid var(--line);
      background:linear-gradient(90deg,var(--green-soft),#fff);
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:18px;
    }
    .steps-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:0;
    }
    .step-item{
      padding:24px;
      border-right:1px solid var(--line);
      min-height:210px;
    }
    .step-item:last-child{border-right:0}
    .step-num{
      width:34px;
      height:34px;
      border-radius:12px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:var(--green);
      color:#fff;
      font-weight:900;
      margin-bottom:16px;
      box-shadow:0 10px 22px rgba(22,163,74,.22);
    }
    .step-item p{color:var(--muted);font-size:15px}

    .notice-strip{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:18px;
      margin-top:22px;
    }
    .notice-card{
      padding:20px;
      border-radius:22px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:0 12px 30px rgba(17,24,39,.05);
    }
    .notice-card.warning{
      border-color:rgba(245,158,11,.25);
      background:linear-gradient(180deg,#FFFBEB,#fff);
    }
    .notice-card.success{
      border-color:rgba(22,163,74,.22);
      background:linear-gradient(180deg,var(--green-soft),#fff);
    }

    .accordion-wrap{
      background:#fff;
      border:1px solid var(--line);
      border-radius:28px;
      box-shadow:var(--shadow);
      padding:12px;
    }
    .accordion-item{
      border:0;
      border-bottom:1px solid var(--line);
      background:transparent;
    }
    .accordion-item:last-child{border-bottom:0}
    .accordion-button{
      padding:20px 18px;
      font-weight:800;
      color:var(--ink);
      background:#fff;
      border-radius:18px!important;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      color:var(--green-strong);
      background:var(--green-soft);
    }
    .accordion-button::after{
      background-size:16px;
      filter:hue-rotate(80deg) saturate(1.2);
    }
    .accordion-body{
      color:var(--muted);
      padding:4px 18px 20px 18px;
      font-size:15px;
    }

    .cta-panel{
      position:relative;
      overflow:hidden;
      border-radius:32px;
      border:1px solid rgba(22,163,74,.18);
      background:
        radial-gradient(circle at 82% 20%,rgba(34,197,94,.18),transparent 30%),
        linear-gradient(135deg,var(--green-soft),#fff);
      box-shadow:var(--shadow-green);
      padding:30px;
    }
    .cta-panel::after{
      content:"";
      position:absolute;
      right:-60px;
      bottom:-80px;
      width:210px;
      height:210px;
      border-radius:50%;
      background:rgba(34,197,94,.12);
    }
    .cta-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1fr 360px;
      gap:24px;
      align-items:center;
    }
    .subscribe-card{
      padding:20px;
      border-radius:24px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:0 14px 35px rgba(17,24,39,.07);
    }
    .form-control{
      min-height:48px;
      border-radius:999px;
      border:1px solid var(--line);
      padding:10px 16px;
      color:var(--ink);
      box-shadow:none!important;
    }
    .form-control:focus{
      border-color:rgba(22,163,74,.55);
      box-shadow:0 0 0 .25rem rgba(34,197,94,.14)!important;
    }
    .form-hint{
      margin-top:10px;
      color:var(--muted);
      font-size:13px;
      line-height:1.6;
    }

    .site-footer{
      margin-top:40px;
      background:linear-gradient(180deg,#fff,var(--bg));
      border-top:1px solid var(--line);
      padding:44px 0 28px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1fr auto;
      gap:28px;
      align-items:start;
    }
    .footer-brand{
      font-size:18px;
      margin-bottom:14px;
    }
    .footer-grid p{
      max-width:680px;
      color:var(--muted);
      font-size:14px;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      justify-content:flex-end;
    }
    .footer-links a{
      padding:9px 12px;
      border:1px solid var(--line);
      border-radius:999px;
      background:#fff;
      color:#4B5563;
      font-size:14px;
      font-weight:700;
    }
    .footer-links a:hover{
      color:var(--green-strong);
      background:var(--green-soft);
      border-color:rgba(22,163,74,.35);
      transform:translateY(-1px);
    }
    .copyright{
      margin-top:28px;
      padding-top:20px;
      border-top:1px solid var(--line);
      display:flex;
      justify-content:space-between;
      gap:16px;
      color:var(--muted);
      font-size:13px;
      flex-wrap:wrap;
    }

    @media (max-width:1199px){
      h1{font-size:38px}
      .hero-grid{gap:24px}
      .steps-grid{grid-template-columns:repeat(2,1fr)}
      .step-item:nth-child(2){border-right:0}
      .step-item:nth-child(1),.step-item:nth-child(2){border-bottom:1px solid var(--line)}
    }
    @media (max-width:991px){
      .site-header .navbar{padding:12px 0}
      .hero-grid,.bento-grid,.cta-grid{grid-template-columns:1fr}
      .page-hero{padding:42px 0 28px}
      .section{padding:56px 0}
      .section-tight{padding:42px 0}
      .hero-points{grid-template-columns:1fr 1fr}
      .cta-grid{gap:18px}
      .subscribe-card{max-width:100%}
      .footer-grid{grid-template-columns:1fr}
      .footer-links{justify-content:flex-start}
    }
    @media (max-width:767px){
      body{font-size:15px}
      h1{font-size:31px}
      h2{font-size:27px}
      .lead-text{font-size:16px}
      .hero-actions .btn-custom{width:100%}
      .hero-points{grid-template-columns:1fr}
      .filter-shell{align-items:flex-start}
      .filter-tags{width:100%}
      .filter-tag{flex:1 1 auto;justify-content:center}
      .steps-top{display:block}
      .steps-grid{grid-template-columns:1fr}
      .step-item{
        border-right:0;
        border-bottom:1px solid var(--line);
        min-height:auto;
      }
      .step-item:last-child{border-bottom:0}
      .notice-strip{grid-template-columns:1fr}
      .cta-panel{padding:22px}
      .copyright{display:grid}
    }
    @media (max-width:575px){
      .container{padding-left:18px;padding-right:18px}
      h1{font-size:29px}
      .screenshot-stage{padding:14px;border-radius:24px}
      .status-panel,.entry-card,.steps-panel,.accordion-wrap,.cta-panel{border-radius:22px}
      .panel-body-custom,.entry-card,.step-item{padding:18px}
      .card-head{display:grid}
      .badge-soft{justify-self:start}
      .footer-links{display:grid;grid-template-columns:1fr;width:100%}
      .footer-links a{text-align:center}
    }
