/* roulang page: index */
:root{
      --bg:#f5efe9;
      --bg-soft:#fbf6f1;
      --panel:#fffaf5;
      --panel-rose:#f6e7e3;
      --dark:#241023;
      --dark-2:#331833;
      --purple:#4b234d;
      --purple-soft:#7a5b7f;
      --copper:#c26a55;
      --coral:#e07966;
      --amber:#f0c56a;
      --cream:#ffe7a9;
      --text:#2d202b;
      --muted:#716070;
      --light:#fff7ef;
      --line:rgba(75,35,77,.16);
      --line-dark:rgba(255,231,169,.18);
      --shadow:0 24px 70px rgba(54,25,53,.14);
      --shadow-soft:0 14px 36px rgba(80,43,74,.10);
      --radius-xl:34px;
      --radius-lg:26px;
      --radius-md:20px;
      --radius-sm:15px;
      --container:1200px;
      --ease:.24s ease;
    }
    *{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 8% 0%, rgba(224,121,102,.18), transparent 32%),
        radial-gradient(circle at 88% 12%, rgba(240,197,106,.18), transparent 30%),
        linear-gradient(180deg,#fbf2ea 0%,#f5efe9 42%,#f8f1ec 100%);
      line-height:1.78;
      min-height:100vh;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.45;
      background-image:
        linear-gradient(135deg, rgba(75,35,77,.045) 1px, transparent 1px),
        radial-gradient(rgba(75,35,77,.06) 1px, transparent 1px);
      background-size:28px 28px,22px 22px;
      mask-image:linear-gradient(to bottom, #000 0%, transparent 76%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    button{border:0;cursor:pointer}
    .container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
    .skip-link{
      position:absolute;left:18px;top:-60px;z-index:999;
      background:var(--dark);color:#fff;padding:10px 14px;border-radius:999px;
      transition:top var(--ease)
    }
    .skip-link:focus{top:14px;outline:3px solid var(--amber)}
    .site-header{
      position:sticky;top:14px;z-index:50;
      padding:12px 0;
    }
    .nav-panel{
      display:flex;align-items:center;gap:16px;
      padding:12px;
      border:1px solid rgba(255,231,169,.18);
      border-radius:28px;
      background:linear-gradient(135deg,rgba(36,16,35,.96),rgba(62,29,59,.94));
      box-shadow:0 18px 50px rgba(36,16,35,.24);
      backdrop-filter:blur(14px);
    }
    .brand{
      display:flex;align-items:center;gap:10px;min-width:230px;
      color:var(--light);font-weight:800;letter-spacing:.02em;
    }
    .brand-mark{
      width:42px;height:42px;border-radius:16px;
      background:
        linear-gradient(135deg,rgba(240,197,106,.95),rgba(224,121,102,.92)),
        repeating-linear-gradient(45deg,rgba(255,255,255,.3) 0 2px,transparent 2px 5px);
      display:grid;place-items:center;color:var(--dark);font-weight:900;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 10px 24px rgba(224,121,102,.25);
    }
    .brand-text{display:flex;flex-direction:column;line-height:1.15}
    .brand-text strong{font-size:15px}
    .brand-text span{font-size:12px;color:rgba(255,247,239,.66);font-weight:600;margin-top:4px}
    .nav-links{
      flex:1;display:flex;gap:10px;align-items:center;justify-content:center;
      min-width:0;
    }
    .nav-link{
      display:inline-flex;align-items:center;gap:8px;
      padding:11px 15px;border-radius:17px;
      color:rgba(255,247,239,.78);
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.08);
      font-size:14px;font-weight:700;
      transition:transform var(--ease),background var(--ease),color var(--ease),border-color var(--ease);
      white-space:nowrap;
    }
    .nav-link:hover,.nav-link:focus{
      transform:translateY(-2px);
      background:rgba(255,231,169,.12);
      border-color:rgba(255,231,169,.28);
      color:#fff;
      outline:none;
    }
    .nav-link.active{
      color:var(--dark);
      background:linear-gradient(135deg,var(--cream),var(--amber));
      border-color:rgba(240,197,106,.6);
      box-shadow:0 12px 26px rgba(240,197,106,.18);
    }
    .nav-cta{
      display:inline-flex;align-items:center;justify-content:center;
      padding:12px 18px;border-radius:999px;
      color:#fff;font-weight:800;font-size:14px;
      background:linear-gradient(135deg,var(--coral),var(--copper));
      box-shadow:0 14px 28px rgba(224,121,102,.28);
      transition:transform var(--ease),box-shadow var(--ease),filter var(--ease);
      white-space:nowrap;
    }
    .nav-cta:hover,.nav-cta:focus{transform:translateY(-2px);box-shadow:0 18px 34px rgba(224,121,102,.36);outline:none}
    .nav-cta:active,.btn:active{transform:scale(.98)}
    .hero{
      padding:74px 0 28px;
      position:relative;
    }
    .hero-shell{
      display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:stretch;
      min-height:590px;
    }
    .hero-copy{
      position:relative;overflow:hidden;
      border-radius:var(--radius-xl);
      padding:58px 52px;
      color:var(--light);
      background:
        radial-gradient(circle at 18% 20%,rgba(240,197,106,.24),transparent 28%),
        radial-gradient(circle at 90% 12%,rgba(224,121,102,.22),transparent 35%),
        linear-gradient(135deg,#271328 0%,#49204a 48%,#8d463d 100%);
      box-shadow:var(--shadow);
      border:1px solid rgba(255,231,169,.16);
    }
    .hero-copy:after{
      content:"";position:absolute;inset:0;opacity:.2;
      background:repeating-linear-gradient(110deg,rgba(255,255,255,.16) 0 1px,transparent 1px 13px);
      pointer-events:none;
    }
    .hero-copy>*{position:relative;z-index:1}
    .eyebrow-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}
    .badge{
      display:inline-flex;align-items:center;gap:7px;
      padding:8px 12px;border-radius:999px;
      font-size:13px;font-weight:800;
      border:1px solid rgba(75,35,77,.14);
      background:rgba(255,250,245,.78);
      color:var(--purple);
      line-height:1;
    }
    .badge.dark{
      color:var(--cream);
      background:rgba(255,231,169,.10);
      border-color:rgba(255,231,169,.22);
    }
    .badge.warn{background:rgba(240,197,106,.18);color:#ffe7a9;border-color:rgba(240,197,106,.38)}
    h1{
      font-size:clamp(34px,5vw,56px);
      line-height:1.16;
      letter-spacing:-.04em;
      font-weight:850;
      max-width:760px;
      margin-bottom:22px;
    }
    .hero-sub{
      max-width:640px;
      color:rgba(255,247,239,.82);
      font-size:18px;
      line-height:1.85;
      margin-bottom:26px;
    }
    .tag-cloud{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 32px}
    .tag{
      display:inline-flex;align-items:center;gap:7px;
      padding:8px 12px;border-radius:999px;
      background:rgba(255,255,255,.10);
      color:rgba(255,247,239,.86);
      border:1px solid rgba(255,255,255,.12);
      font-size:13px;font-weight:700;
    }
    .hero-actions,.section-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:8px;
      min-height:48px;padding:13px 20px;border-radius:999px;
      font-weight:850;font-size:15px;
      transition:transform var(--ease),box-shadow var(--ease),border-color var(--ease),background var(--ease),color var(--ease);
    }
    .btn-primary{
      color:#fff;background:linear-gradient(135deg,var(--coral),var(--copper));
      box-shadow:0 16px 34px rgba(224,121,102,.30);
    }
    .btn-primary:hover,.btn-primary:focus{transform:translateY(-2px);box-shadow:0 20px 42px rgba(224,121,102,.38);outline:none}
    .btn-secondary{
      color:var(--light);background:rgba(255,255,255,.08);
      border:1px solid rgba(255,231,169,.24);
    }
    .btn-secondary:hover,.btn-secondary:focus{transform:translateY(-2px);border-color:rgba(240,197,106,.64);background:rgba(255,231,169,.12);outline:none}
    .btn-light{
      color:var(--purple);background:#fff7ef;border:1px solid rgba(75,35,77,.1);
      box-shadow:0 12px 28px rgba(75,35,77,.10)
    }
    .btn-light:hover,.btn-light:focus{transform:translateY(-2px);border-color:rgba(224,121,102,.35);outline:none}
    .hero-panel{
      display:grid;gap:18px;
    }
    .activity-card{
      border-radius:var(--radius-xl);
      padding:28px;
      background:linear-gradient(180deg,rgba(255,250,245,.92),rgba(246,231,227,.88));
      border:1px solid rgba(75,35,77,.13);
      box-shadow:var(--shadow-soft);
      position:relative;overflow:hidden;
    }
    .activity-card:before{
      content:"";position:absolute;right:-70px;top:-70px;width:190px;height:190px;border-radius:50%;
      background:radial-gradient(circle,rgba(224,121,102,.22),transparent 68%);
    }
    .data-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:22px;position:relative}
    .data-title span{display:block;color:var(--muted);font-size:13px;font-weight:700;margin-bottom:4px}
    .data-title strong{font-size:28px;line-height:1.15;color:var(--purple)}
    .shield{
      width:58px;height:58px;border-radius:22px;
      display:grid;place-items:center;
      background:linear-gradient(135deg,var(--cream),var(--amber));
      color:var(--dark);font-size:25px;font-weight:900;
      box-shadow:0 12px 24px rgba(240,197,106,.24);
      flex:0 0 auto;
    }
    .progress-box{
      position:relative;
      padding:18px;border-radius:22px;
      background:rgba(255,255,255,.62);
      border:1px solid rgba(75,35,77,.10);
      margin-bottom:18px;
    }
    .progress-top{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px;font-weight:800;color:var(--purple)}
    .progress-top small{color:var(--muted);font-weight:700}
    .progress-track{height:12px;background:#eadbd9;border-radius:999px;overflow:hidden}
    .progress-fill{height:100%;width:68%;border-radius:999px;background:linear-gradient(90deg,var(--coral),var(--amber));box-shadow:0 0 18px rgba(224,121,102,.24)}
    .reward-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;position:relative}
    .reward{
      min-height:112px;padding:14px;border-radius:20px;
      background:rgba(255,255,255,.66);
      border:1px solid rgba(75,35,77,.10);
    }
    .reward b{display:block;color:var(--purple);font-size:15px;margin-bottom:5px}
    .reward span{display:block;color:var(--muted);font-size:13px;line-height:1.55}
    .notice-card{
      border-radius:var(--radius-lg);
      padding:22px 24px;
      background:linear-gradient(135deg,rgba(75,35,77,.96),rgba(36,16,35,.98));
      color:var(--light);
      border:1px solid var(--line-dark);
      box-shadow:var(--shadow-soft);
    }
    .notice-card h3{font-size:20px;margin-bottom:10px}
    .notice-card p{color:rgba(255,247,239,.76);font-size:15px}
    .status-strip{
      margin-top:22px;
      display:grid;grid-template-columns:repeat(4,1fr);gap:14px;
    }
    .status-item{
      padding:16px;border-radius:20px;
      background:rgba(255,250,245,.82);
      border:1px solid rgba(75,35,77,.10);
      box-shadow:0 12px 30px rgba(75,35,77,.06);
    }
    .status-item strong{display:block;color:var(--purple);font-size:20px}
    .status-item span{color:var(--muted);font-size:13px;font-weight:700}
    main{position:relative}
    .section{padding:82px 0}
    .section.compact{padding-top:46px}
    .section-head{
      display:flex;align-items:flex-end;justify-content:space-between;gap:22px;
      margin-bottom:28px;
    }
    .section-kicker{
      display:inline-flex;align-items:center;gap:7px;
      color:var(--copper);font-weight:850;font-size:14px;margin-bottom:8px;
    }
    h2{
      font-size:clamp(26px,3.5vw,38px);
      line-height:1.22;letter-spacing:-.03em;color:var(--text);
      margin-bottom:8px;font-weight:850;
    }
    .section-desc{color:var(--muted);font-size:16px;max-width:620px}
    .timeline-wrap{
      display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:stretch;
    }
    .step-list{
      display:grid;gap:16px;
    }
    .step-card{
      display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;
      padding:20px;border-radius:24px;
      background:var(--panel);
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
      transition:transform var(--ease),box-shadow var(--ease),border-color var(--ease);
    }
    .step-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:rgba(224,121,102,.28)}
    .step-num{
      width:52px;height:52px;border-radius:18px;
      display:grid;place-items:center;
      background:linear-gradient(135deg,#4b234d,#2a142b);
      color:var(--cream);font-weight:900;
    }
    .step-card h3{font-size:20px;color:var(--purple);margin-bottom:2px}
    .step-card p{color:var(--muted);font-size:15px}
    .state-dot{
      width:12px;height:12px;border-radius:50%;background:var(--coral);
      box-shadow:0 0 0 7px rgba(224,121,102,.12);
    }
    .quick-panel{
      padding:26px;border-radius:var(--radius-xl);
      background:linear-gradient(135deg,#fff8ef,#f4e3df);
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
      display:flex;flex-direction:column;justify-content:space-between;gap:22px;
    }
    .quick-panel h3{font-size:24px;color:var(--purple);line-height:1.3}
    .quick-panel p{color:var(--muted)}
    .quick-links{display:grid;gap:12px}
    .quick-link{
      display:flex;align-items:center;justify-content:space-between;gap:12px;
      padding:15px 16px;border-radius:18px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(75,35,77,.12);
      font-weight:800;color:var(--purple);
      transition:transform var(--ease),border-color var(--ease),background var(--ease);
    }
    .quick-link:hover,.quick-link:focus{transform:translateX(4px);border-color:rgba(224,121,102,.36);background:#fff;outline:none}
    .benefit-band{
      display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;
    }
    .benefit-large{
      padding:32px;border-radius:var(--radius-xl);
      background:
        radial-gradient(circle at 18% 18%,rgba(240,197,106,.24),transparent 34%),
        linear-gradient(135deg,var(--dark),#4b234d);
      color:var(--light);
      border:1px solid var(--line-dark);
      box-shadow:var(--shadow);
    }
    .benefit-large h3{font-size:28px;line-height:1.25;margin:18px 0 10px}
    .benefit-large p{color:rgba(255,247,239,.76)}
    .mini-stat{
      display:inline-flex;flex-direction:column;
      min-width:118px;padding:15px 18px;border-radius:22px;
      background:rgba(255,231,169,.12);
      border:1px solid rgba(255,231,169,.24);
    }
    .mini-stat strong{font-size:28px;color:var(--cream);line-height:1}
    .mini-stat span{font-size:12px;color:rgba(255,247,239,.72);font-weight:700;margin-top:7px}
    .benefit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
    .benefit-card{
      padding:22px;border-radius:24px;
      background:rgba(255,250,245,.82);
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
      transition:transform var(--ease),box-shadow var(--ease);
    }
    .benefit-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
    .benefit-card .icon{
      width:42px;height:42px;border-radius:16px;
      display:grid;place-items:center;
      background:linear-gradient(135deg,var(--panel-rose),#fff7ef);
      color:var(--copper);font-weight:900;margin-bottom:14px;
    }
    .benefit-card h3{color:var(--purple);font-size:20px;margin-bottom:6px}
    .benefit-card p{color:var(--muted);font-size:15px}
    .mission-panel{
      border-radius:var(--radius-xl);
      padding:30px;
      background:linear-gradient(180deg,#fffaf5,#f3e6e0);
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
    }
    .mission-grid{
      display:grid;grid-template-columns:1fr 280px;gap:24px;align-items:center;
    }
    .milestones{
      position:relative;
      display:grid;grid-template-columns:repeat(5,1fr);gap:10px;
      padding:24px 0 6px;
    }
    .milestones:before{
      content:"";position:absolute;left:7%;right:7%;top:38px;height:6px;border-radius:999px;
      background:linear-gradient(90deg,var(--coral) 0 68%,#e8d8d3 68% 100%);
    }
    .milestone{position:relative;text-align:center;z-index:1}
    .milestone i{
      display:grid;place-items:center;margin:0 auto 12px;
      width:34px;height:34px;border-radius:50%;
      background:#fff;border:6px solid #e8d8d3;color:var(--purple);font-style:normal;font-size:12px;font-weight:900;
    }
    .milestone.done i{border-color:var(--coral);background:var(--cream)}
    .milestone span{display:block;color:var(--muted);font-size:13px;font-weight:800}
    .current-box{
      padding:22px;border-radius:24px;
      background:linear-gradient(135deg,var(--cream),#fff4cf);
      border:1px solid rgba(184,128,42,.18);
    }
    .current-box strong{display:block;font-size:23px;color:var(--purple);margin-bottom:8px}
    .current-box p{font-size:14px;color:#6e5741}
    .filter-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:22px}
    .filter-pill{
      display:inline-flex;align-items:center;gap:7px;
      padding:9px 14px;border-radius:999px;
      background:#efe2de;border:1px solid rgba(75,35,77,.10);
      color:var(--purple);font-weight:800;font-size:13px;
      transition:transform var(--ease),background var(--ease),border-color var(--ease);
    }
    .filter-pill.active{background:linear-gradient(135deg,var(--coral),var(--copper));color:#fff;border-color:transparent}
    .filter-pill:hover,.filter-pill:focus{transform:translateY(-2px);border-color:rgba(224,121,102,.35);outline:none}
    .entry-wall{
      display:grid;grid-template-columns:1.1fr .9fr;gap:20px;
    }
    .entry-card{
      position:relative;overflow:hidden;
      min-height:250px;
      padding:26px;border-radius:var(--radius-xl);
      background:var(--panel);
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
      display:flex;flex-direction:column;justify-content:space-between;gap:24px;
      transition:transform var(--ease),box-shadow var(--ease),border-color var(--ease);
    }
    .entry-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:rgba(224,121,102,.28)}
    .entry-card.featured{
      background:
        radial-gradient(circle at 75% 15%,rgba(240,197,106,.28),transparent 34%),
        linear-gradient(135deg,#331833,#612c54);
      color:var(--light);
    }
    .entry-card.featured p{color:rgba(255,247,239,.75)}
    .entry-card.featured .entry-title{color:#fff}
    .entry-art{
      position:absolute;right:-30px;top:-28px;width:180px;height:180px;border-radius:54px;
      background:
        repeating-linear-gradient(45deg,rgba(255,255,255,.18) 0 2px,transparent 2px 8px),
        linear-gradient(135deg,rgba(240,197,106,.46),rgba(224,121,102,.22));
      transform:rotate(12deg);
      opacity:.72;
    }
    .entry-content{position:relative;z-index:1;max-width:520px}
    .entry-title{font-size:24px;color:var(--purple);line-height:1.25;margin:12px 0 8px}
    .entry-card p{color:var(--muted);font-size:15px;max-width:560px}
    .entry-meta{display:flex;gap:8px;flex-wrap:wrap}
    .small-label{
      display:inline-flex;align-items:center;
      padding:6px 10px;border-radius:999px;
      font-size:12px;font-weight:800;
      color:var(--purple);
      background:rgba(240,197,106,.22);
      border:1px solid rgba(240,197,106,.24);
    }
    .entry-card.featured .small-label{color:var(--cream);background:rgba(255,231,169,.12);border-color:rgba(255,231,169,.2)}
    .proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    .proof-card{
      padding:24px;border-radius:24px;background:rgba(255,250,245,.82);
      border:1px solid var(--line);box-shadow:var(--shadow-soft);
    }
    .proof-card strong{display:block;font-size:30px;color:var(--purple);line-height:1.1}
    .proof-card span{display:block;color:var(--copper);font-weight:850;margin:8px 0}
    .proof-card p{color:var(--muted);font-size:15px}
    .faq-wrap{display:grid;grid-template-columns:.75fr 1.25fr;gap:24px;align-items:start}
    .faq-note{
      padding:28px;border-radius:var(--radius-xl);
      background:linear-gradient(135deg,var(--dark),#4b234d);
      color:var(--light);
      border:1px solid var(--line-dark);
      box-shadow:var(--shadow-soft);
      position:sticky;top:118px;
    }
    .faq-note h2{color:#fff}
    .faq-note p{color:rgba(255,247,239,.74)}
    .faq-list{display:grid;gap:12px}
    .faq-item{
      border-radius:22px;overflow:hidden;background:var(--panel);
      border:1px solid var(--line);
      box-shadow:0 10px 24px rgba(75,35,77,.06);
    }
    .faq-item summary{
      list-style:none;min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:16px;
      padding:18px 20px;font-weight:850;color:var(--purple);cursor:pointer;
      transition:background var(--ease);
    }
    .faq-item summary::-webkit-details-marker{display:none}
    .faq-item summary:after{
      content:"+";
      width:30px;height:30px;border-radius:50%;
      display:grid;place-items:center;
      background:#efe2de;color:var(--copper);font-weight:900;transition:transform var(--ease),background var(--ease);
      flex:0 0 auto;
    }
    .faq-item[open] summary{background:#fff7ef}
    .faq-item[open] summary:after{content:"−";background:var(--cream);transform:rotate(180deg)}
    .faq-answer{
      padding:0 20px 20px 22px;border-left:4px solid var(--coral);
      margin-left:20px;margin-bottom:18px;color:var(--muted);
    }
    .cta-banner{
      display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;
      padding:34px;border-radius:var(--radius-xl);
      background:
        radial-gradient(circle at 10% 10%,rgba(240,197,106,.28),transparent 35%),
        linear-gradient(135deg,#2a142b,#58284f 58%,#9b5141);
      color:var(--light);
      border:1px solid var(--line-dark);
      box-shadow:var(--shadow);
      overflow:hidden;position:relative;
    }
    .cta-banner:after{
      content:"";position:absolute;right:-80px;bottom:-90px;width:260px;height:260px;border-radius:50%;
      background:radial-gradient(circle,rgba(255,231,169,.25),transparent 65%);
    }
    .cta-banner>*{position:relative;z-index:1}
    .cta-banner h2{color:#fff}
    .cta-banner p{color:rgba(255,247,239,.76);max-width:650px}
    .site-footer{
      margin-top:70px;padding:54px 0 26px;
      background:
        linear-gradient(180deg,#241023,#160b16);
      color:var(--light);
    }
    .footer-grid{
      display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:28px;
      padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.10);
    }
    .footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:14px}
    .footer-brand .brand-mark{width:46px;height:46px}
    .footer-brand strong{font-size:18px}
    .footer-text{color:rgba(255,247,239,.68);max-width:520px;font-size:15px}
    .footer-col h3{font-size:16px;margin-bottom:14px;color:var(--cream)}
    .footer-links{display:grid;gap:10px}
    .footer-links a{
      color:rgba(255,247,239,.72);font-size:14px;
      transition:color var(--ease),transform var(--ease);
    }
    .footer-links a:hover,.footer-links a:focus{color:var(--cream);transform:translateX(3px);outline:none}
    .compliance-list{display:grid;gap:9px;color:rgba(255,247,239,.70);font-size:14px}
    .copyright{
      display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;
      padding-top:22px;color:rgba(255,247,239,.56);font-size:13px;
    }
    @media (max-width:1024px){
      .nav-panel{align-items:flex-start;flex-wrap:wrap}
      .brand{min-width:auto;flex:1}
      .nav-links{order:3;width:100%;justify-content:flex-start;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}
      .nav-links::-webkit-scrollbar{display:none}
      .hero{padding-top:42px}
      .hero-shell,.timeline-wrap,.benefit-band,.mission-grid,.entry-wall,.faq-wrap{grid-template-columns:1fr}
      .hero-shell{min-height:auto}
      .faq-note{position:relative;top:auto}
      .status-strip{grid-template-columns:repeat(2,1fr)}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:768px){
      .container{width:min(calc(100% - 28px),var(--container))}
      .site-header{top:8px;padding:8px 0}
      .nav-panel{border-radius:22px;padding:10px;gap:10px}
      .brand-text strong{font-size:14px;max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
      .brand-text span{display:none}
      .brand-mark{width:38px;height:38px;border-radius:14px}
      .nav-cta{width:100%;order:4}
      .nav-link{padding:10px 13px}
      .hero-copy{padding:36px 24px;border-radius:28px}
      .hero-sub{font-size:16px}
      .activity-card{padding:22px;border-radius:28px}
      .reward-grid,.proof-grid,.benefit-grid{grid-template-columns:1fr}
      .status-strip{grid-template-columns:1fr 1fr;gap:10px}
      .section{padding:58px 0}
      .section-head{display:block}
      .section-actions{margin-top:16px}
      .step-card{grid-template-columns:auto 1fr;padding:16px}
      .state-dot{display:none}
      .milestones{grid-template-columns:1fr;gap:0;padding:0}
      .milestones:before{left:17px;right:auto;top:10px;bottom:10px;width:5px;height:auto;background:linear-gradient(180deg,var(--coral) 0 68%,#e8d8d3 68% 100%)}
      .milestone{display:flex;align-items:center;text-align:left;gap:12px;padding:10px 0}
      .milestone i{margin:0}
      .cta-banner{grid-template-columns:1fr;padding:26px}
      .footer-grid{grid-template-columns:1fr}
      .copyright{display:block}
      .copyright span{display:block;margin-top:8px}
    }
    @media (max-width:520px){
      h1{font-size:32px}
      h2{font-size:25px}
      .hero-actions .btn,.section-actions .btn,.cta-banner .btn{width:100%}
      .data-head{align-items:center}
      .data-title strong{font-size:23px}
      .status-strip{grid-template-columns:1fr}
      .entry-card{min-height:230px;padding:22px}
      .entry-art{width:140px;height:140px}
      .proof-card strong{font-size:26px}
      .btn{min-height:46px}
    }

/* roulang page: category1 */
:root {
      --bg: #f5eee9;
      --bg-soft: #fbf7f2;
      --bg-pink: #f3e4e8;
      --ink: #241826;
      --muted: #746575;
      --muted-2: #9a8c9a;
      --deep: #211226;
      --deep-2: #321733;
      --purple: #4b2248;
      --wine: #6b273f;
      --coral: #dd715b;
      --copper: #b85f4b;
      --amber: #f2c76b;
      --cream: #fff4d9;
      --line: rgba(77, 45, 73, .16);
      --line-dark: rgba(255, 244, 217, .16);
      --shadow: 0 22px 55px rgba(52, 31, 47, .13);
      --shadow-soft: 0 14px 35px rgba(52, 31, 47, .09);
      --radius-lg: 32px;
      --radius-md: 24px;
      --radius-sm: 16px;
      --container: 1200px;
      --nav-h: 86px;
      --ease: 180ms ease;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
      text-size-adjust: 100%;
    }

    body {
      min-height: 100vh;
      font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "Source Han Sans SC", Arial, sans-serif;
      color: var(--ink);
      background:
        radial-gradient(circle at 8% 0%, rgba(221, 113, 91, .18), transparent 32%),
        radial-gradient(circle at 86% 10%, rgba(75, 34, 72, .13), transparent 30%),
        linear-gradient(135deg, #f8f0e8 0%, #f3e5e6 45%, #efe9ef 100%);
      line-height: 1.75;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      z-index: -1;
      pointer-events: none;
      opacity: .24;
      background-image:
        linear-gradient(115deg, rgba(75, 34, 72, .09) 1px, transparent 1px),
        radial-gradient(circle, rgba(75, 34, 72, .11) 1px, transparent 1px);
      background-size: 34px 34px, 18px 18px;
      mask-image: linear-gradient(to bottom, #000, transparent 86%);
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img, svg {
      max-width: 100%;
      display: block;
    }

    button, input {
      font: inherit;
    }

    button {
      border: 0;
      cursor: pointer;
    }

    :focus-visible {
      outline: 3px solid rgba(242, 199, 107, .85);
      outline-offset: 3px;
    }

    .container {
      width: min(calc(100% - 40px), var(--container));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      padding: 16px 0 10px;
      background: linear-gradient(to bottom, rgba(245, 238, 233, .92), rgba(245, 238, 233, .64), transparent);
      backdrop-filter: blur(12px);
    }

    .nav-panel {
      min-height: var(--nav-h);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 14px;
      border: 1px solid rgba(255, 244, 217, .14);
      border-radius: 28px;
      background:
        linear-gradient(135deg, rgba(33, 18, 38, .98), rgba(62, 25, 55, .96) 52%, rgba(107, 39, 63, .94)),
        radial-gradient(circle at 80% 0%, rgba(242, 199, 107, .22), transparent 30%);
      box-shadow: 0 18px 45px rgba(33, 18, 38, .23);
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 260px;
      padding: 8px 12px;
      border-radius: 20px;
      transition: transform var(--ease), background var(--ease);
    }

    .brand:hover {
      transform: translateY(-1px);
      background: rgba(255, 255, 255, .06);
    }

    .brand-mark {
      flex: 0 0 42px;
      width: 42px;
      height: 42px;
      display: inline-grid;
      place-items: center;
      border-radius: 15px;
      color: #321733;
      font-weight: 800;
      background:
        linear-gradient(135deg, var(--amber), #ffe8a8 52%, #d87962);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.55), 0 8px 20px rgba(242, 199, 107, .24);
    }

    .brand-text {
      display: grid;
      line-height: 1.25;
    }

    .brand-text strong {
      color: #fff8ed;
      font-size: 16px;
      letter-spacing: .01em;
    }

    .brand-text span {
      color: rgba(255, 244, 217, .72);
      font-size: 12px;
      margin-top: 3px;
    }

    .nav-links {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 6px;
      border: 1px solid rgba(255, 255, 255, .08);
      border-radius: 22px;
      background: rgba(255, 255, 255, .055);
    }

    .nav-link {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      min-height: 44px;
      padding: 0 16px;
      border-radius: 16px;
      color: rgba(255, 244, 217, .76);
      font-size: 14px;
      font-weight: 700;
      border: 1px solid transparent;
      transition: transform var(--ease), color var(--ease), background var(--ease), border-color var(--ease);
      white-space: nowrap;
    }

    .nav-link span {
      color: var(--amber);
      font-size: 12px;
    }

    .nav-link:hover {
      transform: translateY(-1px);
      color: #fff;
      background: rgba(255, 255, 255, .08);
      border-color: rgba(255, 244, 217, .16);
    }

    .nav-link.active {
      color: #2e1830;
      background: linear-gradient(135deg, #fff4d9, #f2c76b);
      box-shadow: 0 10px 24px rgba(242, 199, 107, .22);
    }

    .nav-link.active span {
      color: #8a422f;
    }

    .nav-cta,
    .btn-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 48px;
      padding: 0 22px;
      border-radius: 999px;
      color: #fff;
      font-weight: 800;
      font-size: 15px;
      background: linear-gradient(135deg, var(--coral), var(--copper));
      box-shadow: 0 14px 28px rgba(184, 95, 75, .28);
      transition: transform var(--ease), box-shadow var(--ease), filter var(--ease);
      white-space: nowrap;
    }

    .nav-cta:hover,
    .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 34px rgba(184, 95, 75, .34);
      filter: saturate(1.05);
    }

    .nav-cta:active,
    .btn-primary:active,
    .btn-secondary:active,
    .pill:active,
    .page-btn:active {
      transform: scale(.98);
    }

    .btn-secondary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 22px;
      border-radius: 999px;
      color: var(--purple);
      font-weight: 800;
      font-size: 15px;
      border: 1px solid rgba(75, 34, 72, .18);
      background: rgba(255,255,255,.52);
      box-shadow: 0 10px 24px rgba(52, 31, 47, .06);
      transition: transform var(--ease), border-color var(--ease), background var(--ease), box-shadow var(--ease);
    }

    .btn-secondary:hover {
      transform: translateY(-2px);
      border-color: rgba(221, 113, 91, .48);
      background: rgba(255, 250, 243, .86);
      box-shadow: var(--shadow-soft);
    }

    .main {
      padding-bottom: 86px;
    }

    .category-hero {
      padding: 54px 0 34px;
    }

    .breadcrumb {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 20px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 650;
    }

    .breadcrumb a {
      color: var(--purple);
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(255, 255, 255, .42);
      border: 1px solid rgba(75, 34, 72, .12);
      transition: background var(--ease), transform var(--ease);
    }

    .breadcrumb a:hover {
      transform: translateY(-1px);
      background: rgba(255, 244, 217, .78);
    }

    .hero-strip {
      position: relative;
      overflow: hidden;
      display: grid;
      grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
      gap: 24px;
      align-items: stretch;
      border-radius: 34px;
      padding: 30px;
      color: #fff8ed;
      background:
        radial-gradient(circle at 78% 15%, rgba(242, 199, 107, .24), transparent 26%),
        radial-gradient(circle at 12% 90%, rgba(221, 113, 91, .22), transparent 28%),
        linear-gradient(135deg, #211226 0%, #4b2248 52%, #713047 100%);
      box-shadow: var(--shadow);
    }

    .hero-strip::after {
      content: "";
      position: absolute;
      inset: 0;
      opacity: .18;
      background-image: linear-gradient(115deg, rgba(255,255,255,.18) 1px, transparent 1px);
      background-size: 26px 26px;
      pointer-events: none;
    }

    .hero-copy,
    .status-card {
      position: relative;
      z-index: 1;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 800;
      color: #321733;
      background: linear-gradient(135deg, var(--cream), var(--amber));
      box-shadow: 0 10px 24px rgba(242, 199, 107, .18);
    }

    h1 {
      max-width: 820px;
      margin-top: 18px;
      font-size: clamp(32px, 5vw, 52px);
      line-height: 1.16;
      letter-spacing: -.04em;
      font-weight: 850;
    }

    .hero-sub {
      max-width: 760px;
      margin-top: 16px;
      color: rgba(255, 248, 237, .82);
      font-size: 17px;
      line-height: 1.85;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 24px;
    }

    .hero-actions .btn-secondary {
      color: #fff8ed;
      border-color: rgba(255, 244, 217, .2);
      background: rgba(255, 255, 255, .08);
    }

    .hero-actions .btn-secondary:hover {
      background: rgba(255, 255, 255, .12);
      border-color: rgba(242, 199, 107, .5);
    }

    .hero-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 20px;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      min-height: 32px;
      padding: 0 11px;
      border-radius: 999px;
      color: var(--purple);
      background: rgba(255, 244, 217, .78);
      border: 1px solid rgba(255, 255, 255, .24);
      font-size: 13px;
      font-weight: 750;
      white-space: nowrap;
    }

    .tag.dark {
      color: rgba(255, 248, 237, .84);
      background: rgba(255, 255, 255, .085);
      border-color: rgba(255, 244, 217, .18);
    }

    .status-card {
      border-radius: 28px;
      padding: 22px;
      background: rgba(255, 248, 237, .1);
      border: 1px solid rgba(255, 244, 217, .18);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    }

    .status-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 14px;
      margin-bottom: 18px;
    }

    .status-top strong {
      display: block;
      font-size: 26px;
      line-height: 1.2;
    }

    .status-top span {
      display: block;
      margin-top: 4px;
      color: rgba(255, 248, 237, .7);
      font-size: 13px;
    }

    .shield-badge {
      display: grid;
      place-items: center;
      width: 56px;
      height: 56px;
      border-radius: 20px;
      color: #321733;
      font-weight: 900;
      background: linear-gradient(135deg, var(--amber), #fff1bd);
    }

    .progress-wrap {
      margin: 18px 0;
    }

    .progress-meta {
      display: flex;
      justify-content: space-between;
      margin-bottom: 8px;
      color: rgba(255, 248, 237, .76);
      font-size: 13px;
      font-weight: 700;
    }

    .progress {
      height: 12px;
      border-radius: 999px;
      background: rgba(255,255,255,.12);
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.08);
    }

    .progress span {
      display: block;
      width: 74%;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--amber), var(--coral));
      box-shadow: 0 0 24px rgba(242,199,107,.26);
    }

    .status-grid {
      display: grid;
      gap: 10px;
      margin-top: 16px;
    }

    .mini-status {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 12px 14px;
      border-radius: 16px;
      background: rgba(255,255,255,.07);
      color: rgba(255, 248, 237, .82);
      font-size: 13px;
      font-weight: 700;
    }

    .mini-status b {
      color: var(--amber);
    }

    .section {
      padding: 42px 0;
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 22px;
    }

    .section-kicker {
      display: inline-flex;
      margin-bottom: 10px;
      color: var(--copper);
      font-size: 13px;
      font-weight: 850;
      letter-spacing: .06em;
    }

    h2 {
      font-size: clamp(26px, 3.5vw, 36px);
      line-height: 1.22;
      font-weight: 850;
      letter-spacing: -.035em;
      color: var(--ink);
    }

    .section-desc {
      max-width: 620px;
      margin-top: 10px;
      color: var(--muted);
      font-size: 16px;
    }

    .filter-panel {
      position: relative;
      margin-top: 24px;
      padding: 16px;
      border-radius: 24px;
      background: rgba(255, 250, 243, .72);
      border: 1px solid var(--line);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
    }

    .filter-panel::after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 80px;
      height: 100%;
      background: linear-gradient(to left, rgba(255,250,243,.96), transparent);
      pointer-events: none;
      display: none;
    }

    .filter-row {
      display: flex;
      align-items: center;
      gap: 10px;
      overflow-x: auto;
      padding-bottom: 2px;
      scrollbar-width: thin;
      scrollbar-color: rgba(75, 34, 72, .25) transparent;
    }

    .pill {
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      gap: 7px;
      min-height: 42px;
      padding: 0 15px;
      border-radius: 999px;
      border: 1px solid rgba(75, 34, 72, .12);
      background: rgba(243, 228, 232, .78);
      color: var(--purple);
      font-size: 14px;
      font-weight: 800;
      transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease), background var(--ease);
    }

    .pill:hover {
      transform: translateY(-2px);
      border-color: rgba(221, 113, 91, .38);
      box-shadow: 0 10px 22px rgba(52, 31, 47, .08);
      background: rgba(255, 244, 217, .8);
    }

    .pill.is-active {
      color: #321733;
      border-color: transparent;
      background: linear-gradient(135deg, var(--amber), #ffe6a4);
      box-shadow: 0 12px 24px rgba(242, 199, 107, .22);
    }

    .content-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 360px;
      gap: 24px;
      align-items: start;
    }

    .entry-list {
      display: grid;
      gap: 16px;
    }

    .entry-card {
      display: grid;
      grid-template-columns: 172px minmax(0, 1fr);
      gap: 18px;
      padding: 18px;
      border-radius: 26px;
      background: rgba(255, 250, 243, .78);
      border: 1px solid var(--line);
      box-shadow: var(--shadow-soft);
      transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
    }

    .entry-card:hover {
      transform: translateY(-3px);
      border-color: rgba(221, 113, 91, .32);
      box-shadow: var(--shadow);
    }

    .entry-media {
      position: relative;
      min-height: 148px;
      border-radius: 22px;
      overflow: hidden;
      background:
        radial-gradient(circle at 24% 20%, rgba(242, 199, 107, .72), transparent 28%),
        radial-gradient(circle at 78% 76%, rgba(221, 113, 91, .46), transparent 28%),
        linear-gradient(135deg, #2a1630, #5c274e 55%, #8a463e);
    }

    .entry-media::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(135deg, rgba(255,255,255,.18) 1px, transparent 1px),
        radial-gradient(circle, rgba(255,255,255,.16) 1px, transparent 1px);
      background-size: 24px 24px, 14px 14px;
      opacity: .5;
    }

    .entry-icon {
      position: absolute;
      left: 18px;
      bottom: 18px;
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      border-radius: 18px;
      color: #321733;
      font-weight: 900;
      background: linear-gradient(135deg, #fff4d9, var(--amber));
      box-shadow: 0 12px 24px rgba(0,0,0,.18);
    }

    .entry-body {
      min-width: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .entry-title {
      font-size: 21px;
      line-height: 1.35;
      font-weight: 850;
      color: var(--ink);
    }

    .entry-summary {
      margin-top: 9px;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.75;
    }

    .entry-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 14px 0;
    }

    .entry-tags .tag {
      min-height: 29px;
      font-size: 12px;
      background: rgba(243, 228, 232, .84);
      border-color: rgba(75, 34, 72, .1);
    }

    .card-actions {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-top: 4px;
    }

    .text-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: var(--copper);
      font-size: 14px;
      font-weight: 850;
      transition: transform var(--ease), color var(--ease);
    }

    .text-link:hover {
      transform: translateX(3px);
      color: var(--wine);
    }

    .entry-note {
      color: var(--muted-2);
      font-size: 13px;
      font-weight: 700;
    }

    .sidebar {
      position: sticky;
      top: 116px;
      display: grid;
      gap: 16px;
    }

    .side-card {
      padding: 20px;
      border-radius: 26px;
      background: rgba(255, 250, 243, .76);
      border: 1px solid var(--line);
      box-shadow: var(--shadow-soft);
    }

    .side-card.deep {
      color: #fff8ed;
      background:
        radial-gradient(circle at 80% 0%, rgba(242,199,107,.22), transparent 30%),
        linear-gradient(135deg, var(--deep), var(--purple));
      border-color: var(--line-dark);
    }

    .side-card h3 {
      font-size: 18px;
      line-height: 1.35;
      font-weight: 850;
      margin-bottom: 12px;
    }

    .side-link-list {
      display: grid;
      gap: 9px;
    }

    .side-link {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      min-height: 44px;
      padding: 0 12px;
      border-radius: 15px;
      color: var(--purple);
      background: rgba(243, 228, 232, .72);
      border: 1px solid rgba(75,34,72,.08);
      font-size: 14px;
      font-weight: 800;
      transition: transform var(--ease), background var(--ease), border-color var(--ease);
    }

    .side-link:hover {
      transform: translateY(-2px);
      background: rgba(255, 244, 217, .82);
      border-color: rgba(221,113,91,.26);
    }

    .side-link small {
      color: var(--copper);
      font-weight: 850;
    }

    .task-mini {
      display: grid;
      gap: 12px;
      margin-top: 14px;
    }

    .task-row {
      display: grid;
      grid-template-columns: 28px minmax(0, 1fr);
      gap: 10px;
      align-items: start;
      color: rgba(255,248,237,.78);
      font-size: 14px;
    }

    .task-dot {
      width: 28px;
      height: 28px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      color: #321733;
      background: var(--amber);
      font-size: 12px;
      font-weight: 900;
    }

    .task-row b {
      display: block;
      color: #fff8ed;
      line-height: 1.4;
    }

    .privacy-alert {
      padding: 16px;
      border-radius: 20px;
      color: #5b3420;
      background: linear-gradient(135deg, rgba(255, 244, 217, .96), rgba(242, 199, 107, .46));
      border: 1px solid rgba(184,95,75,.18);
      font-size: 14px;
      font-weight: 700;
    }

    .milestone-band {
      padding: 26px;
      border-radius: 32px;
      background: rgba(255, 250, 243, .68);
      border: 1px solid var(--line);
      box-shadow: var(--shadow-soft);
    }

    .milestone-line {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 12px;
      position: relative;
      margin-top: 22px;
    }

    .milestone {
      position: relative;
      padding: 16px 12px;
      min-height: 104px;
      border-radius: 20px;
      background: rgba(243, 228, 232, .7);
      border: 1px solid rgba(75,34,72,.1);
      transition: transform var(--ease), background var(--ease), box-shadow var(--ease);
    }

    .milestone:hover {
      transform: translateY(-2px);
      background: rgba(255, 244, 217, .76);
      box-shadow: 0 12px 26px rgba(52, 31, 47, .08);
    }

    .milestone.active {
      color: #321733;
      background: linear-gradient(135deg, #fff4d9, var(--amber));
      border-color: transparent;
    }

    .milestone span {
      display: inline-grid;
      place-items: center;
      width: 30px;
      height: 30px;
      border-radius: 999px;
      color: #fff;
      background: var(--purple);
      font-size: 12px;
      font-weight: 900;
    }

    .milestone.active span {
      color: #321733;
      background: rgba(255,255,255,.62);
    }

    .milestone b {
      display: block;
      margin-top: 12px;
      font-size: 15px;
      line-height: 1.35;
    }

    .milestone small {
      display: block;
      margin-top: 6px;
      color: var(--muted);
      line-height: 1.5;
      font-weight: 650;
    }

    .milestone.active small {
      color: rgba(50, 23, 51, .72);
    }

    .recommend-panel {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 18px;
      padding: 24px;
      border-radius: 32px;
      color: #fff8ed;
      background:
        radial-gradient(circle at 12% 20%, rgba(242,199,107,.24), transparent 26%),
        linear-gradient(135deg, var(--deep), var(--wine));
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .recommend-left {
      padding: 6px;
    }

    .recommend-left p {
      margin-top: 10px;
      color: rgba(255,248,237,.74);
    }

    .recommend-cards {
      display: grid;
      gap: 12px;
    }

    .recommend-card {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 16px;
      border-radius: 20px;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,244,217,.15);
      transition: transform var(--ease), background var(--ease), border-color var(--ease);
    }

    .recommend-card:hover {
      transform: translateY(-2px);
      background: rgba(255,255,255,.12);
      border-color: rgba(242,199,107,.34);
    }

    .recommend-card b {
      display: block;
      font-size: 16px;
    }

    .recommend-card span {
      display: block;
      margin-top: 4px;
      color: rgba(255,248,237,.7);
      font-size: 13px;
    }

    .recommend-card em {
      flex: 0 0 auto;
      display: grid;
      place-items: center;
      width: 38px;
      height: 38px;
      border-radius: 14px;
      font-style: normal;
      color: #321733;
      background: var(--amber);
      font-weight: 900;
    }

    .pagination {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      margin-top: 24px;
    }

    .page-btn {
      min-width: 46px;
      min-height: 46px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 14px;
      border-radius: 16px;
      color: var(--purple);
      font-weight: 850;
      background: rgba(255, 250, 243, .8);
      border: 1px solid var(--line);
      transition: transform var(--ease), background var(--ease), box-shadow var(--ease);
    }

    .page-btn:hover {
      transform: translateY(-2px);
      background: rgba(255, 244, 217, .86);
      box-shadow: 0 10px 22px rgba(52,31,47,.08);
    }

    .page-btn.current {
      color: #321733;
      background: linear-gradient(135deg, var(--amber), #ffe9a8);
      border-color: transparent;
    }

    .faq-grid {
      display: grid;
      gap: 12px;
    }

    .faq-item {
      border-radius: 22px;
      background: rgba(255, 250, 243, .75);
      border: 1px solid var(--line);
      box-shadow: 0 8px 24px rgba(52, 31, 47, .06);
      overflow: hidden;
      transition: border-color var(--ease), background var(--ease);
    }

    .faq-item.is-open {
      background: rgba(255, 244, 217, .64);
      border-color: rgba(221, 113, 91, .26);
    }

    .faq-question {
      width: 100%;
      min-height: 62px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 0 18px 0 22px;
      color: var(--ink);
      background: transparent;
      text-align: left;
      font-weight: 850;
    }

    .faq-icon {
      flex: 0 0 34px;
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      border-radius: 12px;
      color: #321733;
      background: rgba(242,199,107,.68);
      transition: transform var(--ease), background var(--ease);
      font-weight: 900;
    }

    .faq-item.is-open .faq-icon {
      transform: rotate(45deg);
      background: var(--coral);
      color: #fff;
    }

    .faq-answer {
      display: none;
      padding: 0 22px 18px 22px;
      color: var(--muted);
      font-size: 15px;
      border-left: 4px solid var(--coral);
      margin-left: 18px;
    }

    .faq-item.is-open .faq-answer {
      display: block;
    }

    .cta-banner {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 20px;
      align-items: center;
      padding: 30px;
      border-radius: 34px;
      color: #fff8ed;
      background:
        radial-gradient(circle at 80% 0%, rgba(242,199,107,.25), transparent 28%),
        linear-gradient(135deg, #251329, #592648 56%, #9a4c40);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .cta-banner p {
      max-width: 720px;
      margin-top: 8px;
      color: rgba(255,248,237,.74);
    }

    .cta-badges {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 16px;
    }

    .site-footer {
      padding: 52px 0 28px;
      color: rgba(255, 248, 237, .78);
      background:
        radial-gradient(circle at 12% 0%, rgba(221, 113, 91, .18), transparent 30%),
        linear-gradient(135deg, #170d1a, #29132b 58%, #211226);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.3fr .7fr 1fr;
      gap: 28px;
      padding-bottom: 32px;
      border-bottom: 1px solid rgba(255, 244, 217, .12);
    }

    .footer-brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      color: #fff8ed;
      font-size: 18px;
      font-weight: 850;
      margin-bottom: 14px;
    }

    .footer-text {
      max-width: 520px;
      color: rgba(255, 248, 237, .68);
      font-size: 15px;
    }

    .footer-col h3 {
      color: #fff8ed;
      font-size: 16px;
      margin-bottom: 12px;
    }

    .footer-links,
    .compliance-list {
      display: grid;
      gap: 9px;
    }

    .footer-links a {
      width: fit-content;
      color: rgba(255, 248, 237, .72);
      font-size: 14px;
      transition: color var(--ease), transform var(--ease);
    }

    .footer-links a:hover {
      color: var(--amber);
      transform: translateX(3px);
    }

    .compliance-list span {
      display: inline-flex;
      width: fit-content;
      padding: 7px 10px;
      border-radius: 999px;
      color: rgba(255, 248, 237, .76);
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,244,217,.1);
      font-size: 13px;
      font-weight: 700;
    }

    .copyright {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding-top: 20px;
      color: rgba(255, 248, 237, .55);
      font-size: 13px;
    }

    @media (max-width: 1080px) {
      .nav-panel {
        flex-wrap: wrap;
      }

      .brand {
        min-width: auto;
      }

      .nav-links {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
      }

      .hero-strip,
      .content-layout,
      .recommend-panel {
        grid-template-columns: 1fr;
      }

      .sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .side-card.deep {
        grid-column: 1 / -1;
      }

      .milestone-line {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    @media (max-width: 768px) {
      .container {
        width: min(calc(100% - 28px), var(--container));
      }

      .site-header {
        padding-top: 10px;
      }

      .nav-panel {
        border-radius: 22px;
        padding: 11px;
        gap: 10px;
      }

      .brand {
        width: 100%;
        padding: 6px;
      }

      .brand-text strong {
        font-size: 15px;
      }

      .nav-cta {
        width: 100%;
      }

      .category-hero {
        padding-top: 32px;
      }

      .hero-strip {
        padding: 22px;
        border-radius: 28px;
      }

      .hero-actions {
        display: grid;
      }

      .hero-actions a,
      .cta-banner .btn-primary {
        width: 100%;
      }

      .section {
        padding: 32px 0;
      }

      .section-head {
        display: block;
      }

      .filter-panel::after {
        display: block;
      }

      .entry-card {
        grid-template-columns: 1fr;
      }

      .entry-media {
        min-height: 170px;
      }

      .sidebar {
        grid-template-columns: 1fr;
      }

      .milestone-line {
        grid-template-columns: 1fr;
      }

      .milestone {
        min-height: auto;
      }

      .cta-banner {
        grid-template-columns: 1fr;
        padding: 24px;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }

      .copyright {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    @media (max-width: 520px) {
      h1 {
        font-size: 31px;
      }

      h2 {
        font-size: 25px;
      }

      .nav-links {
        padding-bottom: 8px;
      }

      .nav-link {
        min-height: 42px;
        padding: 0 13px;
      }

      .status-top {
        align-items: center;
      }

      .status-top strong {
        font-size: 22px;
      }

      .filter-panel {
        margin-left: -2px;
        margin-right: -2px;
      }

      .card-actions {
        align-items: flex-start;
        flex-direction: column;
      }

      .pagination {
        flex-wrap: wrap;
      }
    }
