/* roulang page: index */
:root{
      --brand:#16A34A;
      --brand-2:#22C55E;
      --brand-dark:#065F46;
      --soft:#F0FDF4;
      --soft-2:#DCFCE7;
      --mint:#CCFBF1;
      --ink:#111827;
      --muted:#6B7280;
      --line:#E5E7EB;
      --paper:#FFFFFF;
      --wash:#F8FAFC;
      --amber:#F59E0B;
      --shadow:0 18px 50px rgba(17,24,39,.08);
      --shadow-sm:0 8px 24px rgba(17,24,39,.06);
      --radius:24px;
      --radius-lg:32px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 18% 0%, rgba(34,197,94,.14), transparent 30%),
        radial-gradient(circle at 85% 8%, rgba(204,251,241,.55), transparent 26%),
        linear-gradient(180deg,#fff 0%,#fff 45%,#f8fafc 100%);
      line-height:1.75;
      padding-bottom:0;
    }
    a{color:inherit;text-decoration:none}
    button,input,textarea{font:inherit}
    button{cursor:pointer}
    img{max-width:100%;display:block}
    ::selection{background:var(--soft-2);color:var(--brand-dark)}
    .site-container{width:min(1180px,calc(100% - 32px));margin-inline:auto}
    .paper-grid{
      background-image:
        linear-gradient(rgba(22,163,74,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(22,163,74,.035) 1px,transparent 1px);
      background-size:24px 24px;
    }
    .site-header{
      position:sticky;top:0;z-index:50;
      border-bottom:1px solid rgba(229,231,235,.82);
      background:rgba(255,255,255,.88);
      backdrop-filter:blur(16px);
    }
    .nav-wrap{height:72px;display:flex;align-items:center;justify-content:space-between;gap:22px}
    .brand{display:flex;align-items:center;gap:12px;min-width:0}
    .brand-icon{
      width:42px;height:42px;border-radius:15px;
      background:linear-gradient(135deg,var(--brand),var(--brand-2));
      display:grid;place-items:center;color:#fff;box-shadow:0 10px 22px rgba(22,163,74,.22);
      flex:0 0 auto;
    }
    .brand-title{font-weight:800;letter-spacing:-.02em;white-space:nowrap;line-height:1.1}
    .brand-sub{font-size:12px;color:var(--muted);margin-top:2px;display:flex;align-items:center;gap:5px}
    .brand-sub:before{content:"";width:7px;height:7px;border-radius:999px;background:var(--brand-2);box-shadow:0 0 0 4px var(--soft-2)}
    .desktop-nav{display:flex;align-items:center;gap:6px}
    .nav-link{
      padding:9px 14px;border-radius:999px;font-weight:650;font-size:14px;color:#374151;
      transition:.2s ease;
    }
    .nav-link:hover{background:var(--soft);color:var(--brand-dark)}
    .nav-link.active{background:var(--soft-2);color:var(--brand-dark)}
    .nav-cta{
      display:inline-flex;align-items:center;gap:8px;border-radius:999px;
      padding:11px 18px;background:var(--brand);color:#fff;font-weight:750;font-size:14px;
      box-shadow:0 10px 24px rgba(22,163,74,.22);transition:.2s ease;
    }
    .nav-cta:hover{background:#15803D;transform:translateY(-1px);box-shadow:0 14px 28px rgba(22,163,74,.26)}
    .mobile-menu-btn{display:none;width:42px;height:42px;border-radius:14px;border:1px solid var(--line);background:#fff;color:#111827}
    .mobile-panel{display:none;border-top:1px solid var(--line);padding:12px 0 18px}
    .mobile-panel a{display:block;padding:12px 14px;border-radius:14px;font-weight:700;color:#374151}
    .mobile-panel a.active,.mobile-panel a:hover{background:var(--soft);color:var(--brand-dark)}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:9px;
      border-radius:999px;padding:13px 22px;font-weight:800;line-height:1.2;
      transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border .2s ease,color .2s ease;
    }
    .btn-primary{background:var(--brand);color:#fff;box-shadow:0 14px 30px rgba(22,163,74,.22)}
    .btn-primary:hover{background:#15803D;transform:translateY(-1px);box-shadow:0 18px 34px rgba(22,163,74,.28)}
    .btn-secondary{background:#fff;color:var(--brand-dark);border:1px solid rgba(22,163,74,.22)}
    .btn-secondary:hover{background:var(--soft);transform:translateY(-1px);box-shadow:var(--shadow-sm)}
    .btn:focus-visible,.nav-link:focus-visible,.nav-cta:focus-visible,.faq-btn:focus-visible,input:focus-visible{
      outline:3px solid rgba(34,197,94,.25);outline-offset:3px;
    }
    .badge{
      display:inline-flex;align-items:center;gap:7px;border-radius:999px;border:1px solid #bbf7d0;
      background:#f0fdf4;color:#166534;padding:7px 11px;font-size:13px;font-weight:750;
    }
    .badge-dot{width:7px;height:7px;border-radius:99px;background:var(--brand-2);box-shadow:0 0 0 4px rgba(34,197,94,.12)}
    .badge-amber{border-color:#fde68a;background:#fffbeb;color:#92400e}
    .section{padding:84px 0}
    .section-tight{padding:64px 0}
    .section-head{max-width:760px;margin-bottom:30px}
    .section-kicker{color:var(--brand-dark);font-weight:850;font-size:14px;letter-spacing:.04em;margin-bottom:8px}
    .section-title{font-size:clamp(26px,3vw,38px);line-height:1.18;font-weight:900;letter-spacing:-.03em;color:#0f172a}
    .section-desc{margin-top:12px;color:var(--muted);font-size:16px;max-width:780px}
    .card{
      border:1px solid rgba(229,231,235,.9);background:rgba(255,255,255,.92);
      border-radius:var(--radius);box-shadow:var(--shadow-sm);
      transition:.22s ease;overflow:hidden;
    }
    .card:hover{border-color:#bbf7d0;box-shadow:var(--shadow);transform:translateY(-2px)}
    .hero{padding:62px 0 44px}
    .hero-shell{
      border:1px solid rgba(187,247,208,.72);border-radius:34px;box-shadow:var(--shadow);
      background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(240,253,244,.88));
      overflow:hidden;position:relative;
    }
    .hero-shell:before{
      content:"";position:absolute;inset:0;background:
      radial-gradient(circle at 72% 18%, rgba(34,197,94,.18), transparent 28%),
      linear-gradient(90deg,rgba(255,255,255,.72),transparent 70%);
      pointer-events:none;
    }
    .hero-content{position:relative;z-index:1;display:grid;grid-template-columns:1.02fr .98fr;gap:34px;align-items:stretch;padding:34px}
    .hero h1{font-size:clamp(32px,4.6vw,54px);line-height:1.08;font-weight:950;letter-spacing:-.045em;color:#071a12}
    .hero-intro{margin-top:18px;color:#4b5563;font-size:17px;line-height:1.85;max-width:630px}
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
    .hero-points{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
    .booking-stage{
      background:#fff;border:1px solid rgba(229,231,235,.92);border-radius:30px;
      box-shadow:0 22px 50px rgba(6,95,70,.11);padding:18px;
      position:relative;min-height:420px;
    }
    .stage-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:14px}
    .window-dots{display:flex;gap:7px}.window-dots span{width:10px;height:10px;border-radius:999px;background:#d1d5db}.window-dots span:nth-child(1){background:#86efac}.window-dots span:nth-child(2){background:#ccfbf1}
    .time-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}
    .time-chip{
      border:1px solid var(--line);border-radius:16px;padding:12px 10px;background:#fff;font-size:13px;font-weight:800;text-align:center;
    }
    .time-chip.active{border-color:#86efac;background:var(--soft);color:var(--brand-dark)}
    .status-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px;border-radius:18px;background:#f8fafc;border:1px solid #eef2f7;margin-top:10px}
    .progress{height:9px;background:#ecfdf5;border-radius:99px;overflow:hidden}
    .progress span{display:block;height:100%;background:linear-gradient(90deg,var(--brand),var(--brand-2));border-radius:99px}
    .float-card{
      position:absolute;right:18px;bottom:18px;background:#fff;border:1px solid #bbf7d0;border-radius:20px;
      padding:14px 16px;box-shadow:0 18px 35px rgba(22,163,74,.16);max-width:230px;
    }
    .notice-bar{
      margin-top:18px;border:1px solid #fde68a;background:#fffbeb;color:#78350f;border-radius:18px;
      padding:12px 16px;display:flex;align-items:center;gap:10px;font-size:14px;line-height:1.6;
    }
    .coupon-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:18px}
    .coupon-card{position:relative;padding:22px;border-radius:26px;border:1px dashed rgba(22,163,74,.35);background:#fff;box-shadow:var(--shadow-sm)}
    .coupon-card.large{background:linear-gradient(135deg,#ecfdf5,#fff)}
    .coupon-card:before,.coupon-card:after{
      content:"";position:absolute;top:50%;width:18px;height:18px;border-radius:999px;background:#f8fafc;border:1px solid rgba(22,163,74,.18);
      transform:translateY(-50%);
    }
    .coupon-card:before{left:-10px}.coupon-card:after{right:-10px}
    .rule-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:22px;align-items:start}
    .rule-list{display:grid;gap:12px}
    .rule-item{display:flex;gap:13px;padding:16px;border:1px solid var(--line);background:#fff;border-radius:20px}
    .rule-num{width:32px;height:32px;border-radius:999px;background:var(--soft-2);color:var(--brand-dark);font-weight:900;display:grid;place-items:center;flex:0 0 auto}
    .info-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}
    .news-list{border:1px solid var(--line);border-radius:26px;background:#fff;overflow:hidden;box-shadow:var(--shadow-sm)}
    .news-item{display:grid;grid-template-columns:1fr auto;gap:16px;padding:18px 20px;border-bottom:1px solid #eef2f7;align-items:center;transition:.2s ease}
    .news-item:last-child{border-bottom:0}
    .news-item:hover{background:#f8fafc}
    .news-item h3{font-size:17px;font-weight:850;line-height:1.35}
    .news-item p{margin-top:5px;color:var(--muted);font-size:14px;line-height:1.65}
    .mini-recommend{display:grid;gap:14px}
    .live-box{display:grid;grid-template-columns:.95fr 1.05fr;gap:22px;align-items:stretch}
    .countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
    .countdown div{background:#fff;border:1px solid #bbf7d0;border-radius:18px;padding:13px;text-align:center}
    .countdown strong{display:block;font-size:24px;line-height:1;font-weight:950;color:var(--brand-dark)}
    .rank-list{counter-reset:rank;display:grid;gap:10px}
    .rank-item{
      counter-increment:rank;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;
      padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:18px;
    }
    .rank-item:before{content:counter(rank);width:30px;height:30px;border-radius:999px;display:grid;place-items:center;background:var(--soft);color:var(--brand-dark);font-weight:900}
    .faq-wrap{display:grid;gap:12px;max-width:900px}
    .faq-item{border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 8px 20px rgba(17,24,39,.04)}
    .faq-item.open{border-color:#bbf7d0;background:#f7fef9}
    .faq-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;text-align:left;padding:18px 20px;font-weight:850;color:#0f172a}
    .faq-icon{width:26px;height:26px;border-radius:999px;background:var(--soft);color:var(--brand-dark);display:grid;place-items:center;transition:.2s ease;flex:0 0 auto}
    .faq-item.open .faq-icon{transform:rotate(45deg);background:var(--brand);color:#fff}
    .faq-content{display:none;padding:0 20px 18px;color:#4b5563;font-size:15px}
    .faq-item.open .faq-content{display:block}
    .cta-panel{
      border-radius:34px;padding:34px;background:
      radial-gradient(circle at 86% 18%,rgba(34,197,94,.22),transparent 28%),
      linear-gradient(135deg,#dcfce7,#ffffff);
      border:1px solid #bbf7d0;box-shadow:var(--shadow);
      display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;
    }
    .footer{border-top:1px solid var(--line);background:#fff;padding:44px 0 92px}
    .footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:24px}
    .footer a{color:#4b5563;font-size:14px;transition:.2s}
    .footer a:hover{color:var(--brand-dark)}
    .bottom-tabs{
      display:none;position:fixed;left:0;right:0;bottom:0;z-index:55;background:rgba(255,255,255,.94);
      backdrop-filter:blur(14px);border-top:1px solid var(--line);padding:8px 10px calc(8px + env(safe-area-inset-bottom));
    }
    .bottom-tabs-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;max-width:520px;margin:0 auto}
    .tab-link{display:flex;flex-direction:column;align-items:center;gap:3px;padding:7px 6px;border-radius:18px;color:#6b7280;font-size:12px;font-weight:750}
    .tab-link svg{width:21px;height:21px}
    .tab-link.active{background:var(--soft-2);color:var(--brand-dark)}
    @media (max-width:1024px){
      .desktop-nav,.nav-cta{display:none}
      .mobile-menu-btn{display:grid;place-items:center}
      .mobile-panel.show{display:block}
      .hero-content,.rule-grid,.info-layout,.live-box,.cta-panel{grid-template-columns:1fr}
      .coupon-grid{grid-template-columns:1fr 1fr}
      .booking-stage{min-height:auto}
      .float-card{position:static;margin-top:14px;max-width:none}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:640px){
      body{padding-bottom:74px}
      .site-container{width:min(100% - 24px,1180px)}
      .nav-wrap{height:64px}
      .brand-icon{width:38px;height:38px;border-radius:13px}
      .brand-title{font-size:14px;max-width:210px;overflow:hidden;text-overflow:ellipsis}
      .brand-sub{display:none}
      .hero{padding:28px 0 26px}
      .hero-shell{border-radius:24px}
      .hero-content{padding:22px;gap:22px}
      .hero h1{font-size:34px}
      .hero-intro{font-size:15.5px}
      .hero-actions .btn{width:100%}
      .time-grid,.countdown{grid-template-columns:1fr 1fr}
      .section{padding:56px 0}
      .section-tight{padding:44px 0}
      .coupon-grid{grid-template-columns:1fr}
      .news-item{grid-template-columns:1fr}
      .rank-item{grid-template-columns:auto 1fr}
      .rank-item .text-right{text-align:left}
      .cta-panel{padding:24px;border-radius:24px}
      .cta-panel .btn{width:100%}
      .footer{padding-bottom:112px}
      .footer-grid{grid-template-columns:1fr}
      .bottom-tabs{display:block}
    }

/* roulang page: category1 */
:root{
      --brand-green:#16A34A;
      --brand-green-2:#22C55E;
      --deep-green:#065F46;
      --soft-green:#DCFCE7;
      --mint:#CCFBF1;
      --paper:#FFFFFF;
      --paper-soft:#F8FAFC;
      --paper-green:#F0FDF4;
      --ink:#111827;
      --muted:#6B7280;
      --line:#E5E7EB;
      --amber:#F59E0B;
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
      --shadow-sm:0 8px 24px rgba(17,24,39,.06);
      --shadow-md:0 18px 50px rgba(17,24,39,.10);
      --header-h:72px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 8% 0%, rgba(34,197,94,.13), transparent 32%),
        radial-gradient(circle at 92% 12%, rgba(204,251,241,.55), transparent 30%),
        linear-gradient(180deg,#fff 0%,#fff 46%,#f8fafc 100%);
      line-height:1.75;
      min-height:100vh;
      padding-bottom:0;
    }
    a{color:inherit;text-decoration:none}
    img,svg{display:block;max-width:100%}
    button,input,textarea{font:inherit}
    button{cursor:pointer}
    ::selection{background:var(--soft-green);color:var(--deep-green)}
    .site-container{
      width:min(1180px, calc(100% - 40px));
      margin:0 auto;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(255,255,255,.88);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(229,231,235,.82);
    }
    .nav-wrap{
      height:var(--header-h);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      min-width:0;
    }
    .brand-icon{
      width:42px;
      height:42px;
      border-radius:15px;
      display:grid;
      place-items:center;
      color:var(--brand-green);
      background:linear-gradient(135deg,#ecfdf5,#ccfbf1);
      border:1px solid rgba(22,163,74,.18);
      box-shadow:0 10px 28px rgba(22,163,74,.12);
      flex:0 0 auto;
    }
    .brand-title{
      display:block;
      font-weight:900;
      letter-spacing:-.02em;
      font-size:16px;
      line-height:1.15;
      color:#0f172a;
      white-space:nowrap;
    }
    .brand-sub{
      display:inline-flex;
      margin-top:4px;
      font-size:12px;
      font-weight:700;
      color:var(--brand-green);
      line-height:1;
    }
    .desktop-nav{
      display:flex;
      align-items:center;
      gap:6px;
      padding:6px;
      border:1px solid rgba(229,231,235,.7);
      border-radius:999px;
      background:rgba(248,250,252,.78);
    }
    .nav-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      height:38px;
      padding:0 16px;
      border-radius:999px;
      font-size:14px;
      font-weight:800;
      color:#4b5563;
      transition:all .2s ease;
    }
    .nav-link:hover{
      color:var(--deep-green);
      background:#fff;
      box-shadow:var(--shadow-sm);
    }
    .nav-link.active{
      color:var(--deep-green);
      background:var(--soft-green);
      border:1px solid rgba(22,163,74,.12);
    }
    .nav-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:42px;
      padding:0 18px;
      border-radius:999px;
      background:var(--brand-green);
      color:#fff;
      font-weight:900;
      font-size:14px;
      box-shadow:0 14px 28px rgba(22,163,74,.18);
      transition:all .2s ease;
      white-space:nowrap;
    }
    .nav-cta:hover{
      background:#15803d;
      transform:translateY(-1px);
      box-shadow:0 18px 36px rgba(22,163,74,.24);
    }
    .mobile-menu-btn{
      display:none;
      width:42px;
      height:42px;
      border:1px solid var(--line);
      border-radius:14px;
      background:#fff;
      color:#111827;
      align-items:center;
      justify-content:center;
      transition:all .2s ease;
    }
    .mobile-menu-btn:hover,.mobile-menu-btn:focus{
      border-color:rgba(22,163,74,.3);
      color:var(--brand-green);
      outline:none;
      box-shadow:0 0 0 4px rgba(34,197,94,.12);
    }
    .mobile-panel{
      display:none;
      padding:0 0 14px;
      grid-template-columns:1fr;
      gap:8px;
    }
    .mobile-panel a{
      padding:12px 14px;
      border-radius:16px;
      background:#fff;
      border:1px solid var(--line);
      color:#374151;
      font-weight:800;
    }
    .mobile-panel a.active{
      background:var(--paper-green);
      color:var(--deep-green);
      border-color:rgba(22,163,74,.2);
    }
    .hero{
      position:relative;
      padding:54px 0 36px;
      overflow:hidden;
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background-image:linear-gradient(rgba(22,163,74,.05) 1px, transparent 1px),linear-gradient(90deg,rgba(22,163,74,.05) 1px, transparent 1px);
      background-size:28px 28px;
      mask-image:linear-gradient(180deg,#000 0%,transparent 78%);
    }
    .hero-shell{
      position:relative;
      border:1px solid rgba(229,231,235,.86);
      border-radius:32px;
      background:rgba(255,255,255,.84);
      box-shadow:var(--shadow-sm);
      padding:28px;
      overflow:hidden;
    }
    .hero-shell:after{
      content:"";
      position:absolute;
      right:-120px;
      top:-140px;
      width:360px;
      height:360px;
      border-radius:999px;
      background:radial-gradient(circle,rgba(34,197,94,.20),transparent 68%);
    }
    .breadcrumb{
      display:flex;
      align-items:center;
      flex-wrap:wrap;
      gap:8px;
      font-size:13px;
      color:var(--muted);
      margin-bottom:20px;
      position:relative;
      z-index:1;
    }
    .breadcrumb a{font-weight:800;color:var(--deep-green)}
    .hero-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);
      gap:28px;
      align-items:stretch;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      border-radius:999px;
      background:var(--paper-green);
      border:1px solid rgba(22,163,74,.14);
      color:var(--deep-green);
      font-size:13px;
      font-weight:900;
      padding:8px 12px;
      margin-bottom:16px;
    }
    .dot{
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--brand-green-2);
      box-shadow:0 0 0 5px rgba(34,197,94,.12);
      flex:0 0 auto;
    }
    h1{
      margin:0;
      font-size:clamp(32px,4.5vw,52px);
      line-height:1.08;
      letter-spacing:-.055em;
      font-weight:950;
      color:#0f172a;
      max-width:760px;
    }
    .hero-desc{
      margin:18px 0 0;
      max-width:760px;
      color:#4b5563;
      font-size:16px;
      line-height:1.85;
    }
    .hero-actions{
      display:flex;
      align-items:center;
      flex-wrap:wrap;
      gap:12px;
      margin-top:24px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:48px;
      padding:0 22px;
      border-radius:999px;
      border:1px solid transparent;
      font-size:15px;
      font-weight:900;
      transition:all .2s ease;
      user-select:none;
    }
    .btn-primary{
      background:var(--brand-green);
      color:#fff;
      box-shadow:0 16px 34px rgba(22,163,74,.20);
    }
    .btn-primary:hover{
      background:#15803d;
      transform:translateY(-1px);
      box-shadow:0 20px 42px rgba(22,163,74,.28);
    }
    .btn-secondary{
      background:#fff;
      color:var(--deep-green);
      border-color:rgba(22,163,74,.22);
    }
    .btn-secondary:hover{
      background:var(--paper-green);
      transform:translateY(-1px);
    }
    .btn:focus{
      outline:none;
      box-shadow:0 0 0 4px rgba(34,197,94,.16),0 16px 34px rgba(22,163,74,.16);
    }
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:22px;
    }
    .badge,.filter-pill{
      display:inline-flex;
      align-items:center;
      gap:7px;
      border-radius:999px;
      border:1px solid rgba(22,163,74,.14);
      background:#f0fdf4;
      color:#047857;
      padding:7px 11px;
      font-size:13px;
      font-weight:850;
      transition:all .18s ease;
    }
    .badge.amber{
      background:#fffbeb;
      color:#92400e;
      border-color:rgba(245,158,11,.24);
    }
    .filter-pill:hover,.filter-pill.active{
      background:#dcfce7;
      color:#065f46;
      border-color:rgba(22,163,74,.30);
      transform:translateY(-1px);
    }
    .stage-card{
      border-radius:28px;
      border:1px solid rgba(229,231,235,.88);
      background:#fff;
      padding:18px;
      box-shadow:var(--shadow-md);
      position:relative;
      overflow:hidden;
    }
    .stage-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding-bottom:14px;
      border-bottom:1px solid var(--line);
    }
    .stage-title{font-weight:950;color:#111827}
    .status-pill{
      display:inline-flex;
      align-items:center;
      gap:7px;
      border-radius:999px;
      background:#ecfdf5;
      color:#047857;
      padding:7px 10px;
      font-size:12px;
      font-weight:900;
      border:1px solid rgba(22,163,74,.14);
      white-space:nowrap;
    }
    .matrix{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
      margin-top:16px;
    }
    .matrix-item{
      min-height:92px;
      border:1px solid var(--line);
      border-radius:18px;
      background:linear-gradient(180deg,#fff,#f8fafc);
      padding:12px;
      transition:all .2s ease;
    }
    .matrix-item:hover{
      border-color:rgba(22,163,74,.28);
      transform:translateY(-2px);
      box-shadow:var(--shadow-sm);
    }
    .matrix-icon{
      width:32px;
      height:32px;
      border-radius:12px;
      display:grid;
      place-items:center;
      background:#dcfce7;
      color:#16a34a;
      margin-bottom:10px;
    }
    .matrix-item strong{
      display:block;
      font-size:13px;
      line-height:1.35;
      color:#111827;
    }
    .matrix-item span{
      display:block;
      margin-top:3px;
      font-size:12px;
      color:#6b7280;
      line-height:1.45;
    }
    .stage-note{
      margin-top:14px;
      border-radius:18px;
      background:#fffbeb;
      border:1px solid rgba(245,158,11,.22);
      color:#92400e;
      padding:12px 14px;
      font-size:13px;
      font-weight:700;
      line-height:1.65;
    }
    main{position:relative}
    .section{
      padding:64px 0;
    }
    .section.compact{padding-top:36px}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:20px;
      margin-bottom:24px;
    }
    .section-title{
      margin:0;
      font-size:clamp(24px,3vw,34px);
      line-height:1.18;
      letter-spacing:-.035em;
      font-weight:950;
      color:#0f172a;
    }
    .section-desc{
      color:#6b7280;
      margin:10px 0 0;
      max-width:720px;
      font-size:15px;
      line-height:1.75;
    }
    .filter-panel{
      border:1px solid rgba(229,231,235,.88);
      border-radius:28px;
      background:#fff;
      box-shadow:var(--shadow-sm);
      padding:20px;
      margin-bottom:18px;
    }
    .filter-line{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
    }
    .filter-group{
      display:flex;
      align-items:center;
      flex-wrap:wrap;
      gap:10px;
    }
    .sort-btn{
      border:1px solid var(--line);
      background:#fff;
      color:#374151;
      border-radius:999px;
      padding:8px 12px;
      font-size:13px;
      font-weight:850;
      transition:all .18s ease;
    }
    .sort-btn:hover,.sort-btn.active{
      border-color:rgba(22,163,74,.24);
      background:#f0fdf4;
      color:#065f46;
    }
    .layout-grid{
      display:grid;
      grid-template-columns:minmax(0,1fr) 320px;
      gap:22px;
      align-items:start;
    }
    .content-list{
      display:grid;
      gap:14px;
    }
    .entry-card{
      display:grid;
      grid-template-columns:124px minmax(0,1fr);
      gap:18px;
      padding:18px;
      border:1px solid rgba(229,231,235,.88);
      border-radius:24px;
      background:#fff;
      box-shadow:0 6px 18px rgba(17,24,39,.035);
      transition:all .2s ease;
    }
    .entry-card:hover{
      border-color:rgba(22,163,74,.30);
      transform:translateY(-2px);
      box-shadow:var(--shadow-md);
    }
    .thumb{
      min-height:104px;
      border-radius:20px;
      border:1px solid rgba(22,163,74,.14);
      background:
        linear-gradient(135deg,rgba(22,163,74,.16),rgba(204,251,241,.55)),
        radial-gradient(circle at 30% 20%,rgba(255,255,255,.9),transparent 28%);
      padding:12px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      overflow:hidden;
    }
    .thumb-lines span{
      display:block;
      height:7px;
      border-radius:999px;
      background:rgba(6,95,70,.16);
      margin-bottom:7px;
    }
    .thumb-lines span:nth-child(1){width:72%}
    .thumb-lines span:nth-child(2){width:92%}
    .thumb-lines span:nth-child(3){width:54%}
    .thumb-check{
      align-self:flex-end;
      width:30px;
      height:30px;
      border-radius:999px;
      background:#16a34a;
      color:#fff;
      display:grid;
      place-items:center;
      font-weight:950;
      box-shadow:0 10px 22px rgba(22,163,74,.22);
    }
    .entry-meta{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
      margin-bottom:8px;
    }
    .mini{
      font-size:12px;
      color:#6b7280;
      font-weight:750;
    }
    .entry-card h2,.entry-card h3{
      margin:0;
      font-size:19px;
      line-height:1.35;
      letter-spacing:-.02em;
      font-weight:950;
      color:#111827;
    }
    .entry-card p{
      margin:8px 0 0;
      color:#6b7280;
      font-size:14px;
      line-height:1.75;
      display:-webkit-box;
      -webkit-line-clamp:3;
      -webkit-box-orient:vertical;
      overflow:hidden;
    }
    .entry-foot{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-top:14px;
      padding-top:12px;
      border-top:1px solid #f1f5f9;
    }
    .text-link{
      color:var(--brand-green);
      font-weight:950;
      font-size:14px;
      display:inline-flex;
      align-items:center;
      gap:6px;
      transition:all .18s ease;
    }
    .text-link:hover{
      color:#15803d;
      transform:translateX(2px);
    }
    .sidebar{
      display:grid;
      gap:14px;
      position:sticky;
      top:92px;
    }
    .side-card{
      border:1px solid rgba(229,231,235,.88);
      border-radius:24px;
      background:#fff;
      padding:18px;
      box-shadow:var(--shadow-sm);
    }
    .side-card.green{
      background:linear-gradient(180deg,#f0fdf4,#fff);
      border-color:rgba(22,163,74,.20);
    }
    .side-card h3{
      margin:0 0 10px;
      font-size:17px;
      font-weight:950;
      color:#111827;
    }
    .side-card p,.side-card li{
      color:#6b7280;
      font-size:14px;
      line-height:1.75;
    }
    .check-list{
      list-style:none;
      padding:0;
      margin:12px 0 0;
      display:grid;
      gap:10px;
    }
    .check-list li{
      display:flex;
      gap:9px;
      align-items:flex-start;
    }
    .check-mark{
      width:20px;
      height:20px;
      border-radius:999px;
      display:grid;
      place-items:center;
      background:#dcfce7;
      color:#16a34a;
      font-size:12px;
      font-weight:950;
      flex:0 0 auto;
      margin-top:2px;
    }
    .notice-strip{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      border:1px solid rgba(22,163,74,.16);
      border-radius:24px;
      background:linear-gradient(135deg,#f0fdf4,#ffffff);
      padding:18px;
      box-shadow:var(--shadow-sm);
    }
    .notice-strip strong{
      display:block;
      font-weight:950;
      color:#065f46;
      line-height:1.35;
    }
    .notice-strip span{
      display:block;
      margin-top:4px;
      color:#6b7280;
      font-size:14px;
      line-height:1.65;
    }
    .steps{
      display:grid;
      grid-template-columns:1.2fr .9fr .9fr;
      gap:14px;
    }
    .step-card{
      border:1px solid rgba(229,231,235,.88);
      border-radius:24px;
      background:#fff;
      padding:18px;
      box-shadow:var(--shadow-sm);
      position:relative;
      transition:all .2s ease;
    }
    .step-card:hover{
      border-color:rgba(22,163,74,.26);
      transform:translateY(-2px);
      box-shadow:var(--shadow-md);
    }
    .step-num{
      width:38px;
      height:38px;
      border-radius:14px;
      display:grid;
      place-items:center;
      color:#fff;
      background:#16a34a;
      font-weight:950;
      margin-bottom:14px;
    }
    .step-card h3{
      margin:0;
      font-size:18px;
      font-weight:950;
      color:#111827;
    }
    .step-card p{
      margin:8px 0 0;
      color:#6b7280;
      font-size:14px;
      line-height:1.75;
    }
    .faq-wrap{
      display:grid;
      gap:12px;
      max-width:900px;
    }
    .faq-item{
      border:1px solid rgba(229,231,235,.88);
      border-radius:22px;
      background:#fff;
      overflow:hidden;
      transition:all .2s ease;
      box-shadow:0 6px 18px rgba(17,24,39,.035);
    }
    .faq-item.active{
      border-color:rgba(22,163,74,.25);
      background:#f0fdf4;
      box-shadow:var(--shadow-sm);
    }
    .faq-q{
      width:100%;
      border:0;
      background:transparent;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:18px 20px;
      color:#111827;
      font-weight:950;
      text-align:left;
    }
    .faq-icon{
      width:28px;
      height:28px;
      border-radius:999px;
      display:grid;
      place-items:center;
      background:#fff;
      color:#16a34a;
      border:1px solid rgba(22,163,74,.18);
      flex:0 0 auto;
      transition:transform .2s ease;
    }
    .faq-item.active .faq-icon{transform:rotate(45deg)}
    .faq-a{
      display:none;
      padding:0 20px 18px;
      color:#4b5563;
      font-size:14px;
      line-height:1.8;
    }
    .faq-item.active .faq-a{display:block}
    .cta-box{
      border-radius:32px;
      background:
        radial-gradient(circle at 80% 10%,rgba(204,251,241,.95),transparent 34%),
        linear-gradient(135deg,#dcfce7,#ffffff);
      border:1px solid rgba(22,163,74,.20);
      box-shadow:var(--shadow-md);
      padding:28px;
      display:grid;
      grid-template-columns:minmax(0,1fr) auto;
      gap:24px;
      align-items:center;
      overflow:hidden;
      position:relative;
    }
    .cta-box h2{
      margin:0;
      font-size:clamp(24px,3vw,34px);
      line-height:1.2;
      letter-spacing:-.035em;
      font-weight:950;
      color:#064e3b;
    }
    .cta-box p{
      margin:10px 0 0;
      max-width:720px;
      color:#4b5563;
      font-size:15px;
      line-height:1.75;
    }
    .cta-actions{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .footer{
      margin-top:40px;
      border-top:1px solid var(--line);
      background:#fff;
      padding:46px 0 34px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.4fr .55fr .55fr;
      gap:32px;
      align-items:start;
    }
    .footer a:not(.brand){
      color:#6b7280;
      font-size:14px;
      font-weight:750;
      transition:all .18s ease;
    }
    .footer a:not(.brand):hover{
      color:#16a34a;
      transform:translateX(2px);
    }
    .bottom-tabs{
      display:none;
      position:fixed;
      left:0;
      right:0;
      bottom:0;
      z-index:60;
      background:rgba(255,255,255,.95);
      backdrop-filter:blur(18px);
      border-top:1px solid var(--line);
      padding:8px 10px calc(8px + env(safe-area-inset-bottom));
    }
    .bottom-tabs-inner{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:6px;
      max-width:520px;
      margin:0 auto;
    }
    .tab-link{
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:4px;
      min-height:54px;
      border-radius:18px;
      color:#6b7280;
      font-size:11px;
      font-weight:900;
      transition:all .18s ease;
    }
    .tab-link svg{width:20px;height:20px}
    .tab-link.active{
      color:#16a34a;
      background:#dcfce7;
    }
    .tab-link:hover{
      color:#065f46;
      background:#f0fdf4;
    }
    @media (max-width:1024px){
      .desktop-nav,.nav-cta{display:none}
      .mobile-menu-btn{display:flex}
      .mobile-panel.open{display:grid}
      .hero-grid,.layout-grid,.footer-grid,.cta-box{grid-template-columns:1fr}
      .sidebar{position:static}
      .cta-actions{justify-content:flex-start}
      .steps{grid-template-columns:1fr}
      .bottom-tabs{display:block}
      body{padding-bottom:76px}
    }
    @media (max-width:768px){
      .site-container{width:min(100% - 28px,1180px)}
      .hero{padding:28px 0 24px}
      .hero-shell,.cta-box{border-radius:24px;padding:20px}
      .section{padding:46px 0}
      .section-head{display:block}
      .entry-card{grid-template-columns:1fr}
      .thumb{min-height:116px}
      .filter-line{align-items:flex-start}
      .matrix{grid-template-columns:1fr 1fr}
      .notice-strip{display:block}
      .notice-strip .btn{margin-top:14px}
      .brand-title{font-size:14px}
      .brand-sub{font-size:11px}
    }
    @media (max-width:520px){
      .nav-wrap{height:64px}
      .brand-icon{width:38px;height:38px;border-radius:14px}
      .hero-actions .btn,.cta-actions .btn{width:100%}
      .matrix{grid-template-columns:1fr}
      .filter-group{width:100%}
      .filter-pill,.sort-btn{flex:1;justify-content:center}
      .entry-foot{display:block}
      .entry-foot .text-link{margin-top:10px}
      .footer{padding-bottom:110px}
    }

/* roulang page: category2 */
:root{
      --brand-green:#16A34A;
      --brand-bright:#22C55E;
      --soft-green:#DCFCE7;
      --mint:#CCFBF1;
      --deep-green:#065F46;
      --ink:#111827;
      --muted:#6B7280;
      --line:#E5E7EB;
      --paper:#FFFFFF;
      --soft-bg:#F8FAFC;
      --success:#22C55E;
      --amber:#F59E0B;
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
      --shadow-sm:0 10px 30px rgba(17,24,39,.06);
      --shadow-md:0 22px 55px rgba(17,24,39,.10);
      --max:1180px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 14% 0%, rgba(34,197,94,.14), transparent 34%),
        radial-gradient(circle at 84% 10%, rgba(204,251,241,.70), transparent 32%),
        linear-gradient(180deg,#fff 0%,#f8fafc 58%,#fff 100%);
      line-height:1.75;
      -webkit-font-smoothing:antialiased;
      text-rendering:optimizeLegibility;
    }
    a{color:inherit;text-decoration:none}
    img,svg{display:block;max-width:100%}
    button,input,textarea{font:inherit}
    button{cursor:pointer}
    :focus-visible{outline:3px solid rgba(34,197,94,.35);outline-offset:3px}

    .site-container{
      width:min(var(--max), calc(100% - 40px));
      margin-inline:auto;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(255,255,255,.88);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(229,231,235,.78);
    }
    .nav-wrap{
      height:72px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      min-width:0;
    }
    .brand-icon{
      width:42px;
      height:42px;
      flex:0 0 42px;
      border-radius:15px;
      display:grid;
      place-items:center;
      color:var(--brand-green);
      background:linear-gradient(135deg,#DCFCE7,#FFFFFF 62%,#CCFBF1);
      border:1px solid rgba(34,197,94,.20);
      box-shadow:0 10px 24px rgba(22,163,74,.10);
    }
    .brand-title{
      display:block;
      color:#0f172a;
      font-weight:900;
      letter-spacing:-.02em;
      line-height:1.18;
      white-space:nowrap;
    }
    .brand-sub{
      display:flex;
      align-items:center;
      gap:5px;
      margin-top:2px;
      color:#6b7280;
      font-size:12px;
      line-height:1.2;
      white-space:nowrap;
    }
    .brand-sub::before{
      content:"";
      width:7px;
      height:7px;
      border-radius:999px;
      background:var(--success);
      box-shadow:0 0 0 4px rgba(34,197,94,.13);
    }
    .desktop-nav{
      display:flex;
      align-items:center;
      gap:6px;
      padding:5px;
      border:1px solid rgba(229,231,235,.78);
      border-radius:999px;
      background:#fff;
      box-shadow:0 8px 24px rgba(17,24,39,.04);
    }
    .nav-link{
      position:relative;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:40px;
      padding:0 16px;
      border-radius:999px;
      color:#4b5563;
      font-weight:700;
      font-size:14px;
      transition:background .2s ease,color .2s ease,transform .2s ease;
    }
    .nav-link:hover{
      color:var(--deep-green);
      background:#F0FDF4;
      transform:translateY(-1px);
    }
    .nav-link.active{
      color:var(--deep-green);
      background:#DCFCE7;
    }
    .nav-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:44px;
      padding:0 20px;
      border-radius:999px;
      color:#fff;
      background:linear-gradient(135deg,var(--brand-green),var(--brand-bright));
      font-weight:800;
      box-shadow:0 12px 28px rgba(34,197,94,.25);
      transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
      white-space:nowrap;
    }
    .nav-cta:hover{
      transform:translateY(-2px);
      background:linear-gradient(135deg,#15803D,#16A34A);
      box-shadow:0 18px 36px rgba(22,163,74,.30);
    }
    .mobile-menu-btn{
      display:none;
      width:44px;
      height:44px;
      border-radius:14px;
      color:#111827;
      background:#fff;
      border:1px solid var(--line);
      align-items:center;
      justify-content:center;
      transition:background .2s ease,border-color .2s ease,color .2s ease;
    }
    .mobile-menu-btn:hover{
      color:var(--deep-green);
      border-color:#BBF7D0;
      background:#F0FDF4;
    }
    .mobile-panel{
      display:none;
      padding:0 0 14px;
      border-top:1px solid rgba(229,231,235,.65);
    }
    .mobile-panel a{
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding:13px 4px;
      color:#4b5563;
      font-weight:800;
      border-bottom:1px solid rgba(229,231,235,.65);
    }
    .mobile-panel a.active{color:var(--deep-green)}

    main{overflow:hidden}
    .section{padding:76px 0}
    .section-tight{padding:54px 0}
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:28px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      width:max-content;
      max-width:100%;
      padding:7px 12px;
      border-radius:999px;
      color:#15803D;
      background:#F0FDF4;
      border:1px solid #BBF7D0;
      font-weight:900;
      font-size:13px;
      line-height:1.2;
    }
    .eyebrow .dot,
    .status-dot{
      width:8px;
      height:8px;
      border-radius:999px;
      background:var(--success);
      box-shadow:0 0 0 4px rgba(34,197,94,.12);
      flex:0 0 auto;
    }
    h1,h2,h3{letter-spacing:-.035em;line-height:1.16}
    h1{
      margin:0;
      color:#0f172a;
      font-size:clamp(32px, 5vw, 54px);
      font-weight:950;
    }
    h2{
      margin:0;
      color:#0f172a;
      font-size:clamp(25px, 3vw, 36px);
      font-weight:950;
    }
    h3{
      margin:0;
      color:#111827;
      font-size:20px;
      font-weight:900;
    }
    .lead{
      color:#4b5563;
      font-size:17px;
      line-height:1.9;
    }
    .muted{color:var(--muted)}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:999px;
      min-height:48px;
      padding:0 22px;
      font-weight:900;
      transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease;
      border:1px solid transparent;
      white-space:nowrap;
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,#16A34A,#22C55E);
      box-shadow:0 14px 32px rgba(34,197,94,.24);
    }
    .btn-primary:hover{
      background:linear-gradient(135deg,#15803D,#16A34A);
      transform:translateY(-2px);
      box-shadow:0 20px 44px rgba(22,163,74,.30);
    }
    .btn-secondary{
      color:#15803D;
      background:#fff;
      border-color:#BBF7D0;
      box-shadow:0 8px 22px rgba(17,24,39,.04);
    }
    .btn-secondary:hover{
      background:#F0FDF4;
      border-color:#86EFAC;
      transform:translateY(-1px);
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      min-height:30px;
      padding:0 11px;
      border-radius:999px;
      color:#15803D;
      background:#F0FDF4;
      border:1px solid #BBF7D0;
      font-weight:800;
      font-size:13px;
      line-height:1;
    }
    .badge-amber{
      color:#92400E;
      background:#FFFBEB;
      border-color:#FDE68A;
    }
    .card{
      border:1px solid rgba(229,231,235,.88);
      background:rgba(255,255,255,.92);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow-sm);
      transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease;
    }
    .card:hover{
      transform:translateY(-2px);
      border-color:#BBF7D0;
      box-shadow:var(--shadow-md);
    }

    .hero{
      padding:54px 0 28px;
      position:relative;
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      opacity:.55;
      background-image:
        linear-gradient(rgba(22,163,74,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(22,163,74,.055) 1px, transparent 1px);
      background-size:32px 32px;
      mask-image:linear-gradient(180deg,#000,transparent 88%);
    }
    .hero-bento{
      position:relative;
      display:grid;
      grid-template-columns:1.22fr .78fr;
      gap:18px;
      align-items:stretch;
    }
    .hero-main{
      min-height:470px;
      padding:34px;
      border-radius:32px;
      background:
        linear-gradient(135deg,rgba(240,253,244,.95),rgba(255,255,255,.96) 38%,rgba(204,251,241,.46)),
        #fff;
      border:1px solid rgba(187,247,208,.78);
      box-shadow:var(--shadow-md);
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      overflow:hidden;
      position:relative;
    }
    .hero-main::after{
      content:"";
      position:absolute;
      right:-90px;
      bottom:-110px;
      width:270px;
      height:270px;
      border-radius:999px;
      background:rgba(34,197,94,.16);
      filter:blur(4px);
    }
    .hero-copy{position:relative;z-index:1;max-width:720px}
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:24px;
    }
    .trust-row{
      position:relative;
      z-index:1;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:28px;
    }
    .hero-side{
      display:grid;
      grid-template-rows:1fr auto;
      gap:18px;
    }
    .filter-panel{
      padding:22px;
      border-radius:32px;
      background:#fff;
      border:1px solid rgba(229,231,235,.9);
      box-shadow:var(--shadow-md);
    }
    .search-shell{
      display:flex;
      align-items:center;
      gap:10px;
      height:50px;
      padding:0 14px;
      border:1px solid #D1FAE5;
      background:#F8FAFC;
      border-radius:18px;
      color:#6b7280;
      transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
    }
    .search-shell:focus-within{
      border-color:#22C55E;
      box-shadow:0 0 0 5px rgba(34,197,94,.12);
      background:#fff;
    }
    .search-shell input{
      width:100%;
      border:0;
      outline:0;
      background:transparent;
      color:#111827;
      font-weight:700;
    }
    .tag-grid{
      display:flex;
      flex-wrap:wrap;
      gap:9px;
      margin-top:16px;
    }
    .tag-option{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 11px;
      border-radius:999px;
      border:1px solid #E5E7EB;
      color:#4b5563;
      background:#fff;
      font-weight:800;
      font-size:13px;
      transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
    }
    .tag-option:hover,.tag-option.active{
      color:#065F46;
      background:#DCFCE7;
      border-color:#86EFAC;
      transform:translateY(-1px);
    }
    .status-card{
      padding:18px;
      border-radius:24px;
      background:linear-gradient(135deg,#065F46,#16A34A);
      color:#fff;
      box-shadow:0 18px 44px rgba(6,95,70,.22);
    }
    .progress{
      height:8px;
      border-radius:999px;
      background:rgba(255,255,255,.22);
      overflow:hidden;
    }
    .progress span{
      display:block;
      height:100%;
      width:82%;
      border-radius:999px;
      background:#fff;
    }
    .cta-strip{
      grid-column:1 / -1;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:16px 18px;
      border-radius:24px;
      background:#fff;
      border:1px solid rgba(229,231,235,.86);
      box-shadow:var(--shadow-sm);
    }

    .topic-grid{
      display:grid;
      grid-template-columns:1.45fr .78fr .78fr;
      gap:18px;
      align-items:stretch;
    }
    .topic-large{
      padding:28px;
      min-height:310px;
      background:
        radial-gradient(circle at 90% 12%,rgba(34,197,94,.18),transparent 30%),
        linear-gradient(135deg,#fff,#F0FDF4);
    }
    .topic-mini{
      padding:22px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      min-height:310px;
    }
    .abstract-cover{
      height:118px;
      border-radius:22px;
      background:
        linear-gradient(135deg,rgba(22,163,74,.18),rgba(204,251,241,.78)),
        repeating-linear-gradient(0deg,rgba(255,255,255,.52) 0 1px,transparent 1px 12px);
      border:1px solid rgba(187,247,208,.88);
      position:relative;
      overflow:hidden;
    }
    .abstract-cover::after{
      content:"";
      position:absolute;
      width:88px;
      height:88px;
      border-radius:28px;
      right:18px;
      top:18px;
      background:rgba(255,255,255,.75);
      box-shadow:inset 0 0 0 1px rgba(22,163,74,.12);
    }

    .scenario-list{
      display:grid;
      gap:14px;
    }
    .scenario-item{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:14px;
      align-items:start;
      padding:18px;
      border-radius:22px;
      border:1px solid rgba(229,231,235,.88);
      background:#fff;
      box-shadow:0 8px 24px rgba(17,24,39,.04);
      transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
    }
    .scenario-item:hover{
      transform:translateY(-2px);
      border-color:#BBF7D0;
      box-shadow:var(--shadow-sm);
    }
    .number-pill{
      width:38px;
      height:38px;
      border-radius:15px;
      display:grid;
      place-items:center;
      color:#065F46;
      background:#DCFCE7;
      font-weight:950;
    }
    .step-check{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
    }
    .step-card{
      position:relative;
      padding:20px;
      border-radius:24px;
      background:#fff;
      border:1px solid rgba(229,231,235,.88);
      box-shadow:var(--shadow-sm);
    }
    .step-card::before{
      content:"";
      position:absolute;
      left:22px;
      right:22px;
      top:0;
      height:4px;
      border-radius:0 0 999px 999px;
      background:linear-gradient(90deg,#16A34A,#86EFAC);
    }
    .check-icon{
      width:42px;
      height:42px;
      border-radius:16px;
      display:grid;
      place-items:center;
      color:#fff;
      background:#16A34A;
      box-shadow:0 10px 24px rgba(22,163,74,.22);
      margin-bottom:14px;
      font-weight:950;
    }

    .rules-panel{
      display:grid;
      grid-template-columns:.8fr 1.2fr;
      gap:18px;
      align-items:stretch;
    }
    .notice-card{
      padding:24px;
      border-radius:28px;
      border:1px solid rgba(253,230,138,.9);
      background:linear-gradient(135deg,#FFFBEB,#fff);
      box-shadow:var(--shadow-sm);
    }
    .rules-list{
      padding:24px;
      border-radius:28px;
      background:#fff;
      border:1px solid rgba(229,231,235,.88);
      box-shadow:var(--shadow-sm);
    }
    .rules-list li{
      display:flex;
      gap:10px;
      padding:12px 0;
      border-bottom:1px dashed #E5E7EB;
      color:#4b5563;
    }
    .rules-list li:last-child{border-bottom:0}
    .rules-list li::before{
      content:"";
      width:9px;
      height:9px;
      border-radius:999px;
      margin-top:10px;
      background:#22C55E;
      box-shadow:0 0 0 4px rgba(34,197,94,.12);
      flex:0 0 auto;
    }

    .faq-wrap{
      display:grid;
      grid-template-columns:.86fr 1.14fr;
      gap:22px;
      align-items:start;
    }
    .faq-list{display:grid;gap:12px}
    .faq-item{
      border:1px solid rgba(229,231,235,.9);
      border-radius:20px;
      background:#fff;
      overflow:hidden;
      box-shadow:0 8px 24px rgba(17,24,39,.04);
      transition:border-color .2s ease,background .2s ease;
    }
    .faq-item.active{
      border-color:#BBF7D0;
      background:#F0FDF4;
    }
    .faq-question{
      width:100%;
      min-height:62px;
      padding:18px 20px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      border:0;
      background:transparent;
      color:#111827;
      text-align:left;
      font-weight:900;
    }
    .faq-icon{
      width:28px;
      height:28px;
      border-radius:999px;
      display:grid;
      place-items:center;
      color:#15803D;
      background:#DCFCE7;
      flex:0 0 auto;
      transition:transform .2s ease;
    }
    .faq-item.active .faq-icon{transform:rotate(45deg)}
    .faq-answer{
      display:none;
      padding:0 20px 20px;
      color:#4b5563;
      font-size:15px;
      line-height:1.8;
    }
    .faq-item.active .faq-answer{display:block}

    .cta-box{
      position:relative;
      overflow:hidden;
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
      align-items:center;
      padding:32px;
      border-radius:32px;
      background:
        radial-gradient(circle at 86% 10%,rgba(255,255,255,.72),transparent 25%),
        linear-gradient(135deg,#DCFCE7,#F0FDF4 48%,#CCFBF1);
      border:1px solid rgba(187,247,208,.9);
      box-shadow:var(--shadow-md);
    }
    .cta-box::before{
      content:"";
      position:absolute;
      inset:auto -60px -90px auto;
      width:230px;
      height:230px;
      border-radius:999px;
      background:rgba(22,163,74,.16);
    }
    .cta-actions{
      position:relative;
      display:flex;
      flex-wrap:wrap;
      justify-content:flex-end;
      gap:12px;
    }

    .footer{
      padding:62px 0 34px;
      background:#fff;
      border-top:1px solid rgba(229,231,235,.9);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.35fr .55fr .55fr;
      gap:34px;
      align-items:start;
    }
    .footer a:not(.brand){
      color:#6b7280;
      font-weight:700;
      font-size:14px;
      transition:color .2s ease,transform .2s ease;
      width:max-content;
    }
    .footer a:not(.brand):hover{
      color:#15803D;
      transform:translateX(2px);
    }

    .bottom-tabs{
      display:none;
      position:fixed;
      left:0;
      right:0;
      bottom:0;
      z-index:60;
      padding:8px 12px calc(8px + env(safe-area-inset-bottom));
      background:rgba(255,255,255,.96);
      backdrop-filter:blur(18px);
      border-top:1px solid rgba(229,231,235,.9);
    }
    .bottom-tabs-inner{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:8px;
      max-width:520px;
      margin:0 auto;
    }
    .tab-link{
      min-height:54px;
      border-radius:18px;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:4px;
      color:#6b7280;
      font-size:12px;
      font-weight:900;
      transition:background .2s ease,color .2s ease,transform .2s ease;
    }
    .tab-link svg{width:20px;height:20px}
    .tab-link:hover{
      color:#15803D;
      background:#F0FDF4;
    }
    .tab-link.active{
      color:#065F46;
      background:#DCFCE7;
    }

    @media (max-width:1024px){
      .desktop-nav,.nav-cta{display:none}
      .mobile-menu-btn{display:flex}
      .mobile-panel.open{display:block}
      .hero-bento,.topic-grid,.rules-panel,.faq-wrap,.cta-box{grid-template-columns:1fr}
      .hero-main{min-height:auto}
      .cta-strip{align-items:flex-start;flex-direction:column}
      .step-check{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
      .cta-actions{justify-content:flex-start}
    }

    @media (max-width:768px){
      body{padding-bottom:82px}
      .site-container{width:min(100% - 28px, var(--max))}
      .nav-wrap{height:66px}
      .brand-icon{width:38px;height:38px;flex-basis:38px;border-radius:14px}
      .brand-title{font-size:14px;max-width:188px;overflow:hidden;text-overflow:ellipsis}
      .brand-sub{font-size:11px}
      .hero{padding:32px 0 18px}
      .hero-main,.filter-panel,.cta-box{border-radius:24px;padding:22px}
      .hero-actions .btn{width:100%}
      .section{padding:54px 0}
      .section-tight{padding:42px 0}
      .section-head{display:block}
      .section-head .lead{margin-top:12px}
      .scenario-item{grid-template-columns:auto 1fr}
      .scenario-item .badge{grid-column:2}
      .footer-grid{grid-template-columns:1fr}
      .bottom-tabs{display:block}
    }

    @media (max-width:520px){
      h1{font-size:32px}
      h2{font-size:25px}
      .lead{font-size:15px}
      .hero-main,.filter-panel,.topic-large,.topic-mini,.notice-card,.rules-list,.cta-box{padding:20px;border-radius:22px}
      .trust-row,.tag-grid{gap:8px}
      .badge,.tag-option{font-size:12px}
      .btn{width:100%;padding-inline:18px}
      .cta-actions{width:100%}
      .footer{padding-bottom:108px}
    }
