/* roulang page: index */
:root{
      --bg:#07090d;
      --bg-soft:#0c1018;
      --bg-card:rgba(14,18,28,.84);
      --bg-card-2:rgba(18,24,37,.96);
      --text:#f4f7fb;
      --muted:#a5afc0;
      --line:rgba(255,255,255,.09);
      --line-strong:rgba(255,255,255,.18);
      --primary:#ff4d3d;
      --primary-2:#ff8c42;
      --accent:#ffd15c;
      --accent-2:#ff2ea6;
      --ok:#4fe1a3;
      --warn:#f7c64d;
      --danger:#ff6b6b;
      --shadow:0 18px 60px rgba(0,0,0,.42);
      --shadow-soft:0 10px 30px rgba(0,0,0,.28);
      --radius:18px;
      --radius-sm:14px;
      --container:1180px;
      --transition:.28s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--text);
      background:
        radial-gradient(1000px 520px at 10% 10%, rgba(255,77,61,.18), transparent 55%),
        radial-gradient(760px 460px at 88% 14%, rgba(255,46,166,.14), transparent 54%),
        radial-gradient(820px 520px at 50% 78%, rgba(255,209,92,.08), transparent 58%),
        linear-gradient(180deg, #05070a 0%, #080b11 48%, #06070a 100%);
      font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans SC",system-ui,-apple-system,sans-serif;
      line-height:1.65;
      overflow-x:hidden;
      -webkit-font-smoothing:antialiased;
      text-rendering:optimizeLegibility;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:
        linear-gradient(115deg, rgba(255,255,255,.03) 0 8%, transparent 8% 19%, rgba(255,255,255,.02) 19% 20%, transparent 20% 100%);
      opacity:.32;
      mix-blend-mode:screen;
    }
    ::selection{background:rgba(255,77,61,.35);color:#fff}
    a{color:inherit;text-decoration:none;transition:all var(--transition)}
    img{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    .container{max-width:var(--container)}
    .section{padding:88px 0;position:relative}
    .section.tight{padding-top:66px}
    .section + .section{border-top:1px solid rgba(255,255,255,.03)}
    .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;
      color:#ffd8d2;
      font-size:.92rem;
      letter-spacing:.08em;
      text-transform:uppercase;
      margin-bottom:10px;
    }
    .eyebrow::before{
      content:"";
      width:10px;height:10px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--primary),var(--accent-2));
      box-shadow:0 0 0 6px rgba(255,77,61,.08);
    }
    .section-title{
      margin:0;
      font-size:clamp(1.65rem,2vw,2.4rem);
      font-weight:800;
      letter-spacing:-.03em;
    }
    .section-desc{
      margin:12px 0 0;
      color:var(--muted);
      max-width:820px;
      font-size:1rem;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1030;
      backdrop-filter:blur(18px);
      background:linear-gradient(180deg, rgba(7,9,13,.88), rgba(7,9,13,.64));
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .header-inner{
      min-height:78px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      min-width:0;
      font-weight:800;
      letter-spacing:-.03em;
    }
    .brand-mark{
      width:40px;height:40px;
      border-radius:14px;
      display:grid;
      place-items:center;
      color:#fff;
      background:
        linear-gradient(135deg, rgba(255,77,61,1), rgba(255,138,61,1) 45%, rgba(255,46,166,1));
      box-shadow:0 14px 30px rgba(255,77,61,.28);
      flex:0 0 auto;
      position:relative;
      overflow:hidden;
    }
    .brand-mark::after{
      content:"";
      position:absolute;
      inset:-40%;
      background:linear-gradient(120deg, transparent 30%, rgba(255,255,255,.35) 50%, transparent 70%);
      transform:rotate(18deg) translateX(-60%);
      animation:shine 8s linear infinite;
    }
    @keyframes shine{
      0%{transform:rotate(18deg) translateX(-70%)}
      35%{transform:rotate(18deg) translateX(70%)}
      100%{transform:rotate(18deg) translateX(70%)}
    }
    .brand-text{
      font-size:1.02rem;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      max-width:60vw;
    }
    .desktop-nav{
      display:flex;
      align-items:center;
      gap:8px;
      padding:8px;
      border:1px solid rgba(255,255,255,.08);
      border-radius:999px;
      background:rgba(255,255,255,.02);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.02);
    }
    .nav-link{
      position:relative;
      color:#d9deea;
      padding:10px 18px;
      border-radius:999px;
      font-size:.96rem;
      line-height:1;
      letter-spacing:.02em;
    }
    .nav-link:hover,
    .nav-link:focus-visible{
      color:#fff;
      background:rgba(255,255,255,.05);
    }
    .nav-link.active{
      color:#fff;
      background:linear-gradient(135deg, rgba(255,77,61,.14), rgba(255,46,166,.12));
      box-shadow:inset 0 0 0 1px rgba(255,209,92,.22);
    }
    .nav-link.active::after{
      content:"";
      position:absolute;
      left:18px;
      right:18px;
      bottom:5px;
      height:2px;
      border-radius:999px;
      background:linear-gradient(90deg,var(--primary),var(--accent));
    }
    .btn-brand,
    .btn-outline-brand{
      border-radius:999px;
      padding:12px 18px;
      font-weight:700;
      letter-spacing:.01em;
      transition:transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
    }
    .btn-brand{
      color:#111;
      background:linear-gradient(135deg, #ffd45f 0%, #ff9242 38%, #ff4d3d 100%);
      border:0;
      box-shadow:0 14px 28px rgba(255,77,61,.26);
    }
    .btn-brand:hover,
    .btn-brand:focus-visible{
      transform:translateY(-2px);
      box-shadow:0 18px 34px rgba(255,77,61,.34);
      color:#111;
    }
    .btn-outline-brand{
      border:1px solid rgba(255,255,255,.14);
      color:#fff;
      background:rgba(255,255,255,.03);
    }
    .btn-outline-brand:hover,
    .btn-outline-brand:focus-visible{
      transform:translateY(-2px);
      color:#fff;
      border-color:rgba(255,209,92,.44);
      background:rgba(255,255,255,.07);
      box-shadow:0 14px 30px rgba(0,0,0,.18);
    }
    .btn:focus-visible,
    .nav-link:focus-visible,
    .accordion-button:focus-visible,
    .form-control:focus{
      box-shadow:0 0 0 .22rem rgba(255,77,61,.22);
      outline:0;
    }
    .menu-toggle{
      width:48px;height:48px;
      border-radius:16px;
      background:rgba(255,255,255,.04);
      color:#fff;
      border:1px solid rgba(255,255,255,.12);
      display:inline-flex;
      align-items:center;
      justify-content:center;
    }
    .menu-toggle:hover{background:rgba(255,255,255,.08)}
    .offcanvas{
      background:linear-gradient(180deg, #090b10 0%, #0c1018 100%);
      color:#fff;
      border-left:1px solid rgba(255,255,255,.08);
    }
    .offcanvas .btn-close{
      filter:invert(1) grayscale(1);
      opacity:.88;
    }
    .mobile-nav{
      display:flex;
      flex-direction:column;
      gap:10px;
      margin-top:20px;
    }
    .mobile-nav .nav-link{
      padding:14px 16px;
      border-radius:16px;
      background:rgba(255,255,255,.03);
    }
    .mobile-nav .nav-link.active::after{display:none}

    .hero{
      position:relative;
      padding:76px 0 54px;
      overflow:hidden;
    }
    .hero::before,
    .hero::after{
      content:"";
      position:absolute;
      inset:auto;
      border-radius:50%;
      pointer-events:none;
      filter:blur(12px);
    }
    .hero::before{
      width:420px;height:420px;
      left:-120px;top:-80px;
      background:radial-gradient(circle, rgba(255,77,61,.22) 0%, transparent 68%);
    }
    .hero::after{
      width:520px;height:520px;
      right:-120px;top:0;
      background:radial-gradient(circle, rgba(255,46,166,.18) 0%, transparent 65%);
    }
    .hero-grid{
      position:relative;
      display:grid;
      grid-template-columns:1.08fr .92fr;
      gap:30px;
      align-items:stretch;
    }
    .hero-copy{
      padding:14px 0 10px;
    }
    .hero-kicker{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:8px 14px;
      border:1px solid rgba(255,255,255,.1);
      border-radius:999px;
      background:rgba(255,255,255,.03);
      color:#fbe6b9;
      margin-bottom:18px;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.02);
    }
    .hero-kicker .dot{
      width:8px;height:8px;border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 0 6px rgba(255,209,92,.12);
    }
    .hero h1{
      font-size:clamp(2.45rem,5vw,4.9rem);
      line-height:.98;
      margin:0;
      font-weight:900;
      letter-spacing:-.055em;
      max-width:11ch;
    }
    .hero-lead{
      max-width:740px;
      margin:20px 0 28px;
      color:#d6dbea;
      font-size:1.05rem;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-bottom:18px;
    }
    .hero-meta{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
    }
    .meta-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 14px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.1);
      background:rgba(255,255,255,.03);
      color:#e7ebf4;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.02);
    }
    .meta-pill strong{color:#fff}
    .hero-bento{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:16px;
      align-content:stretch;
    }
    .hero-card{
      position:relative;
      padding:18px;
      border-radius:var(--radius);
      background:linear-gradient(180deg, rgba(16,21,33,.96), rgba(13,17,27,.86));
      border:1px solid rgba(255,255,255,.09);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
      transition:transform var(--transition), border-color var(--transition), box-shadow var(--transition);
    }
    .hero-card::before{
      content:"";
      position:absolute;
      inset:auto -20% -20% auto;
      width:180px;height:180px;
      background:radial-gradient(circle, rgba(255,77,61,.18) 0%, transparent 68%);
      pointer-events:none;
    }
    .hero-card:hover{
      transform:translateY(-4px);
      border-color:rgba(255,209,92,.26);
      box-shadow:0 20px 42px rgba(0,0,0,.4);
    }
    .hero-card.cover{
      min-height:250px;
      grid-column:span 2;
      background:
        linear-gradient(160deg, rgba(255,77,61,.12), transparent 42%),
        linear-gradient(180deg, rgba(16,21,33,.96), rgba(10,14,21,.92));
    }
    .card-label{
      display:inline-flex;
      gap:8px;
      align-items:center;
      color:#ffd8d2;
      font-size:.84rem;
      margin-bottom:10px;
      text-transform:uppercase;
      letter-spacing:.08em;
    }
    .card-title{
      margin:0;
      font-size:1.26rem;
      font-weight:800;
      letter-spacing:-.03em;
    }
    .cover-list{
      list-style:none;
      padding:0;
      margin:16px 0 0;
      display:grid;
      gap:10px;
    }
    .cover-list li{
      display:flex;
      justify-content:space-between;
      gap:14px;
      color:#dfe4ef;
      padding:10px 12px;
      border-radius:14px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.05);
    }
    .cover-list li span{
      color:var(--muted);
      white-space:nowrap;
    }
    .status-strip{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:14px;
    }
    .status-chip{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 11px;
      border-radius:999px;
      font-size:.88rem;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.08);
      color:#eef2fb;
    }
    .status-chip .pulse{
      width:8px;height:8px;border-radius:50%;
      background:var(--ok);
      box-shadow:0 0 0 6px rgba(79,225,163,.12);
    }
    .mini-grid{
      display:grid;
      gap:14px;
      grid-template-columns:1fr 1fr;
    }
    .mini-grid .mini-card{
      min-height:112px;
      padding:16px;
      border-radius:16px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.08);
    }
    .mini-card .small{
      color:var(--muted);
      font-size:.9rem;
      margin-top:8px;
    }
    .mini-card .big{
      font-size:1.1rem;
      font-weight:800;
      line-height:1.25;
      margin:0;
    }
    .mini-card.primary{
      background:linear-gradient(135deg, rgba(255,77,61,.17), rgba(255,138,61,.08));
      border-color:rgba(255,77,61,.22);
    }
    .mini-card .btn{
      margin-top:12px;
      width:100%;
    }
    .hero-note{
      margin-top:16px;
      padding:14px 16px;
      border-radius:16px;
      background:rgba(255,255,255,.03);
      border:1px dashed rgba(255,255,255,.12);
      color:#d7dbe6;
    }
    .hero-note strong{color:#fff}

    .info-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:22px;
      align-items:start;
    }
    .news-panel,
    .side-panel,
    .stage-panel,
    .detail-panel,
    .faq-panel,
    .note-panel{
      position:relative;
      padding:22px;
      border-radius:var(--radius);
      background:linear-gradient(180deg, rgba(17,22,34,.94), rgba(12,16,24,.88));
      border:1px solid rgba(255,255,255,.08);
      box-shadow:var(--shadow-soft);
    }
    .news-list{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:0;
    }
    .news-item{
      padding:16px 0;
      border-bottom:1px solid rgba(255,255,255,.07);
    }
    .news-item:first-child{padding-top:0}
    .news-item:last-child{
      padding-bottom:0;
      border-bottom:0;
    }
    .news-link{
      display:flex;
      justify-content:space-between;
      gap:16px;
      align-items:flex-start;
    }
    .news-link:hover .news-title{color:#fff;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}
    .news-title{
      font-size:1.03rem;
      font-weight:700;
      margin:0 0 6px;
      color:#f2f5fb;
      transition:color var(--transition);
    }
    .news-summary{
      margin:0;
      color:var(--muted);
      font-size:.96rem;
    }
    .news-meta{
      color:#aeb7c7;
      font-size:.84rem;
      white-space:nowrap;
      padding-top:3px;
    }
    .side-stack{
      display:grid;
      gap:14px;
    }
    .highlight-card{
      padding:18px;
      border-radius:16px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.07);
      transition:transform var(--transition), border-color var(--transition);
    }
    .highlight-card:hover{
      transform:translateY(-3px);
      border-color:rgba(255,209,92,.24);
    }
    .highlight-card h3{
      margin:0 0 8px;
      font-size:1.02rem;
      font-weight:800;
    }
    .highlight-card p{
      margin:0;
      color:var(--muted);
      font-size:.95rem;
    }
    .mini-tags{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:12px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.08);
      color:#e7ebf4;
      font-size:.85rem;
    }
    .tag.dot::before{
      content:"";
      width:7px;height:7px;border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 0 6px rgba(255,209,92,.1);
    }

    .step-grid{
      display:grid;
      grid-template-columns:repeat(4, minmax(0,1fr));
      gap:16px;
    }
    .step-card{
      position:relative;
      padding:20px 18px 18px;
      border-radius:var(--radius);
      background:linear-gradient(180deg, rgba(17,22,34,.96), rgba(12,16,24,.88));
      border:1px solid rgba(255,255,255,.08);
      box-shadow:var(--shadow-soft);
      transition:transform var(--transition), border-color var(--transition), box-shadow var(--transition);
      min-height:215px;
    }
    .step-card:hover{
      transform:translateY(-4px) scale(1.02);
      border-color:rgba(255,77,61,.24);
      box-shadow:0 22px 40px rgba(0,0,0,.35);
    }
    .step-index{
      width:42px;height:42px;
      border-radius:14px;
      display:grid;
      place-items:center;
      font-weight:900;
      color:#111;
      background:linear-gradient(135deg, #ffd45f, #ff9242 42%, #ff4d3d);
      box-shadow:0 12px 26px rgba(255,77,61,.22);
      margin-bottom:16px;
    }
    .step-card h3{
      margin:0 0 10px;
      font-size:1.08rem;
      font-weight:800;
    }
    .step-card p{
      margin:0;
      color:var(--muted);
    }

    .reward-tray{
      display:grid;
      grid-auto-flow:column;
      grid-auto-columns:minmax(270px, 1fr);
      gap:16px;
      overflow-x:auto;
      padding-bottom:10px;
      scroll-snap-type:x mandatory;
      scrollbar-width:thin;
      scrollbar-color:rgba(255,255,255,.18) transparent;
    }
    .reward-tray::-webkit-scrollbar{height:8px}
    .reward-tray::-webkit-scrollbar-track{background:transparent}
    .reward-tray::-webkit-scrollbar-thumb{
      background:linear-gradient(90deg, rgba(255,77,61,.6), rgba(255,209,92,.6));
      border-radius:999px;
    }
    .reward-card{
      scroll-snap-align:start;
      min-height:240px;
      position:relative;
      padding:18px;
      border-radius:18px;
      background:
        linear-gradient(160deg, rgba(255,77,61,.08), transparent 44%),
        linear-gradient(180deg, rgba(17,22,34,.96), rgba(11,14,20,.9));
      border:1px solid rgba(255,255,255,.08);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
      transition:transform var(--transition), border-color var(--transition), box-shadow var(--transition);
    }
    .reward-card:hover{
      transform:translateY(-4px) scale(1.04);
      border-color:rgba(255,209,92,.28);
      box-shadow:0 22px 44px rgba(0,0,0,.4);
    }
    .reward-card::after{
      content:"";
      position:absolute;
      inset:auto -8% -12% auto;
      width:160px;height:160px;
      background:radial-gradient(circle, rgba(255,209,92,.16) 0%, transparent 68%);
      pointer-events:none;
    }
    .reward-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      margin-bottom:18px;
    }
    .reward-flag{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.08);
      color:#f3f6fb;
      font-size:.85rem;
    }
    .reward-flag .spark{
      width:8px;height:8px;border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 0 6px rgba(255,209,92,.12);
    }
    .reward-title{
      margin:0 0 8px;
      font-size:1.18rem;
      font-weight:800;
      line-height:1.25;
    }
    .reward-desc{
      color:var(--muted);
      margin:0 0 18px;
    }
    .reward-foot{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      padding-top:14px;
      border-top:1px solid rgba(255,255,255,.07);
      color:#dde2ee;
      font-size:.92rem;
    }
    .reward-foot span:last-child{color:var(--accent)}

    .progress-layout{
      display:grid;
      grid-template-columns:340px 1fr;
      gap:22px;
      align-items:stretch;
    }
    .ring-card{
      position:relative;
      border-radius:var(--radius);
      background:linear-gradient(180deg, rgba(17,22,34,.95), rgba(12,16,24,.9));
      border:1px solid rgba(255,255,255,.08);
      box-shadow:var(--shadow-soft);
      padding:22px;
      overflow:hidden;
    }
    .ring{
      width:220px;
      aspect-ratio:1;
      margin:8px auto 18px;
      border-radius:50%;
      background:
        radial-gradient(circle at center, #0f1420 57%, transparent 58%),
        conic-gradient(from 160deg, var(--primary) 0 72%, rgba(255,255,255,.08) 72% 100%);
      display:grid;
      place-items:center;
      box-shadow:inset 0 0 0 14px rgba(255,255,255,.03);
    }
    .ring-inner{
      text-align:center;
      width:66%;
      aspect-ratio:1;
      border-radius:50%;
      background:linear-gradient(180deg, rgba(17,22,34,.96), rgba(10,13,20,.96));
      display:grid;
      place-items:center;
      border:1px solid rgba(255,255,255,.08);
    }
    .ring-inner strong{
      display:block;
      font-size:2.2rem;
      line-height:1;
      font-weight:900;
      color:#fff;
    }
    .ring-inner span{
      color:var(--muted);
      font-size:.92rem;
      margin-top:6px;
    }
    .progress-bar-wrap{
      margin-top:8px;
      border-radius:999px;
      overflow:hidden;
      height:12px;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.06);
    }
    .progress-bar-custom{
      width:72%;
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg, var(--primary), var(--primary-2), var(--accent));
      box-shadow:0 0 24px rgba(255,77,61,.28);
    }
    .timeline{
      display:grid;
      gap:14px;
    }
    .timeline-item{
      position:relative;
      padding:18px 18px 18px 22px;
      border-radius:16px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.08);
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:14px;
      align-items:start;
      transition:transform var(--transition), border-color var(--transition);
    }
    .timeline-item:hover{
      transform:translateY(-3px);
      border-color:rgba(255,209,92,.22);
    }
    .timeline-item::before{
      content:"";
      position:absolute;
      left:12px;
      top:22px;
      bottom:22px;
      width:1px;
      background:linear-gradient(180deg, transparent, rgba(255,255,255,.12), transparent);
    }
    .timeline-dot{
      width:12px;height:12px;border-radius:50%;
      margin-top:5px;
      background:var(--accent);
      box-shadow:0 0 0 7px rgba(255,209,92,.12);
      position:relative;
      z-index:1;
    }
    .timeline-dot.done{background:var(--ok);box-shadow:0 0 0 7px rgba(79,225,163,.12)}
    .timeline-dot.active{background:var(--primary);box-shadow:0 0 0 7px rgba(255,77,61,.12)}
    .timeline-content h3{
      margin:0 0 6px;
      font-size:1.03rem;
      font-weight:800;
    }
    .timeline-content p{
      margin:0;
      color:var(--muted);
      font-size:.96rem;
    }
    .timeline-status{
      font-size:.84rem;
      color:#fff;
      padding:7px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.08);
      white-space:nowrap;
    }

    .mobile-layout{
      display:grid;
      grid-template-columns:1fr 1.05fr;
      gap:22px;
      align-items:stretch;
    }
    .panel-stack{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:14px;
    }
    .touch-card{
      padding:18px;
      border-radius:16px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.08);
      min-height:136px;
      transition:transform var(--transition), border-color var(--transition);
    }
    .touch-card:hover{
      transform:translateY(-3px);
      border-color:rgba(255,77,61,.24);
    }
    .touch-card i{
      font-size:1.2rem;
      color:var(--accent);
      margin-bottom:12px;
    }
    .touch-card h3{
      margin:0 0 8px;
      font-size:1rem;
      font-weight:800;
    }
    .touch-card p{
      margin:0;
      color:var(--muted);
      font-size:.95rem;
    }
    .phone-board{
      position:relative;
      padding:22px;
      border-radius:var(--radius);
      background:
        linear-gradient(160deg, rgba(255,77,61,.1), transparent 38%),
        linear-gradient(180deg, rgba(17,22,34,.96), rgba(10,13,20,.92));
      border:1px solid rgba(255,255,255,.08);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
    }
    .phone-board::after{
      content:"";
      position:absolute;
      inset:auto -24% -20% auto;
      width:220px;height:220px;
      background:radial-gradient(circle, rgba(255,46,166,.16) 0%, transparent 68%);
      pointer-events:none;
    }
    .board-head{
      display:flex;
      justify-content:space-between;
      gap:12px;
      align-items:center;
      margin-bottom:18px;
    }
    .board-head h3{
      margin:0;
      font-size:1.18rem;
      font-weight:800;
    }
    .board-head .small{
      color:var(--muted);
    }
    .board-list{
      display:grid;
      gap:12px;
    }
    .board-item{
      padding:15px 16px;
      border-radius:16px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.07);
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:14px;
    }
    .board-item strong{display:block}
    .board-item span{color:var(--muted);font-size:.92rem}
    .board-item .go{
      width:38px;height:38px;
      border-radius:12px;
      display:grid;
      place-items:center;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.08);
      color:#fff;
      flex:0 0 auto;
    }
    .board-actions{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:16px;
    }

    .note-grid{
      display:grid;
      grid-template-columns:1.08fr .92fr .92fr;
      gap:16px;
    }
    .note-card{
      padding:20px;
      border-radius:18px;
      background:linear-gradient(180deg, rgba(17,22,34,.95), rgba(12,16,24,.88));
      border:1px solid rgba(255,255,255,.08);
      box-shadow:var(--shadow-soft);
      min-height:186px;
      transition:transform var(--transition), border-color var(--transition);
    }
    .note-card:hover{
      transform:translateY(-3px);
      border-color:rgba(255,209,92,.23);
    }
    .note-card h3{
      margin:0 0 10px;
      font-size:1.05rem;
      font-weight:800;
    }
    .note-card p{
      margin:0;
      color:var(--muted);
    }
    .stat-line{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding-top:14px;
      margin-top:14px;
      border-top:1px solid rgba(255,255,255,.07);
    }
    .stat-line strong{
      font-size:1.4rem;
      line-height:1;
      color:#fff;
    }
    .stat-line span{
      color:var(--muted);
      font-size:.86rem;
    }
    .about-copy{
      padding:20px;
      border-radius:18px;
      background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.025));
      border:1px solid rgba(255,255,255,.08);
      box-shadow:var(--shadow-soft);
    }
    .about-copy p{margin:0;color:#dbe0eb}
    .quick-anchor{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:18px;
    }
    .quick-anchor a{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.03);
      color:#eef2fb;
    }
    .quick-anchor a:hover{
      border-color:rgba(255,77,61,.3);
      transform:translateY(-2px);
    }

    .accordion-wrap .accordion-item{
      border:1px solid rgba(255,255,255,.08);
      background:transparent;
      border-radius:16px;
      overflow:hidden;
      margin-bottom:12px;
    }
    .accordion-wrap .accordion-item:last-child{margin-bottom:0}
    .accordion-wrap .accordion-button{
      background:rgba(255,255,255,.03);
      color:#fff;
      font-weight:700;
      padding:18px 20px;
      box-shadow:none;
    }
    .accordion-wrap .accordion-button::after{
      filter:invert(1) grayscale(1);
      opacity:.88;
    }
    .accordion-wrap .accordion-button:not(.collapsed){
      color:#fff;
      background:rgba(255,77,61,.12);
      box-shadow:none;
    }
    .accordion-wrap .accordion-body{
      color:var(--muted);
      background:rgba(17,22,34,.92);
      padding:18px 20px 20px;
      border-top:1px solid rgba(255,255,255,.06);
    }

    .cta-band{
      padding:36px 0 18px;
    }
    .cta-shell{
      padding:28px;
      border-radius:24px;
      background:
        radial-gradient(800px 300px at 16% 20%, rgba(255,77,61,.26), transparent 60%),
        radial-gradient(500px 280px at 82% 30%, rgba(255,46,166,.18), transparent 58%),
        linear-gradient(135deg, rgba(17,22,34,.98), rgba(10,13,20,.96));
      border:1px solid rgba(255,255,255,.09);
      box-shadow:0 24px 60px rgba(0,0,0,.42);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }
    .cta-shell h2{
      margin:0 0 10px;
      font-size:clamp(1.4rem,2.2vw,2.2rem);
      font-weight:900;
      letter-spacing:-.04em;
    }
    .cta-shell p{
      margin:0;
      color:#d7dcea;
      max-width:760px;
    }
    .cta-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      justify-content:flex-end;
      flex:0 0 auto;
    }

    .site-footer{
      margin-top:24px;
      padding:28px 0 40px;
      border-top:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.01);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      flex-direction:column;
      gap:12px;
    }
    .footer-brand p{
      margin:0;
      color:var(--muted);
      max-width:580px;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      justify-content:flex-start;
    }
    .footer-links a{
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.03);
      color:#eef2fb;
    }
    .footer-links a:hover{
      border-color:rgba(255,209,92,.25);
      transform:translateY(-2px);
    }
    .copyright{
      margin-top:16px;
      color:#8993a5;
      font-size:.92rem;
    }

    .lead-form{
      display:flex;
      gap:10px;
      margin-top:18px;
      align-items:center;
      flex-wrap:wrap;
    }
    .form-control{
      min-height:50px;
      border-radius:14px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.1);
      color:#fff;
      padding-inline:14px;
    }
    .form-control::placeholder{color:#8791a4}
    .form-control:focus{
      background:rgba(255,255,255,.05);
      color:#fff;
      border-color:rgba(255,209,92,.34);
    }
    .tiny-note{
      color:var(--muted);
      font-size:.86rem;
      margin-top:10px;
    }

    @media (max-width: 1199.98px){
      .hero-grid{grid-template-columns:1fr}
      .hero h1{max-width:100%}
      .info-grid,.progress-layout,.mobile-layout,.footer-grid,.note-grid{grid-template-columns:1fr}
      .hero-bento{order:2}
      .hero-copy{order:1}
    }
    @media (max-width: 991.98px){
      .section{padding:72px 0}
      .section-head{flex-direction:column;align-items:flex-start}
      .step-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .note-grid{grid-template-columns:1fr 1fr}
      .cta-shell{flex-direction:column;align-items:flex-start}
      .cta-actions{justify-content:flex-start}
    }
    @media (max-width: 767.98px){
      .header-inner{min-height:72px}
      .brand-text{max-width:48vw}
      .hero{padding-top:42px}
      .hero h1{font-size:clamp(2.1rem,10vw,3.2rem)}
      .hero-lead{font-size:1rem}
      .hero-actions,.cta-actions,.lead-form,.quick-anchor,.footer-links{width:100%}
      .hero-actions .btn,.cta-actions .btn{width:100%}
      .hero-bento{grid-template-columns:1fr}
      .hero-card.cover{grid-column:span 1}
      .mini-grid{grid-template-columns:1fr}
      .step-grid{grid-template-columns:1fr}
      .reward-tray{grid-auto-columns:86%}
      .panel-stack{grid-template-columns:1fr}
      .note-grid{grid-template-columns:1fr}
      .cta-shell,.news-panel,.side-panel,.stage-panel,.detail-panel,.faq-panel,.note-panel,.ring-card,.phone-board{padding:18px}
      .board-head{flex-direction:column;align-items:flex-start}
      .timeline-item{grid-template-columns:auto 1fr}
      .timeline-status{grid-column:2 / -1;justify-self:start}
    }
    @media (max-width: 575.98px){
      .section{padding:60px 0}
      .hero-kicker{width:100%;justify-content:center}
      .hero-meta{gap:8px}
      .meta-pill{width:100%;justify-content:center}
      .brand-mark{width:36px;height:36px;border-radius:12px}
      .brand-text{max-width:41vw;font-size:.95rem}
      .reward-tray{grid-auto-columns:90%}
      .ring{width:190px}
      .news-link{flex-direction:column}
      .news-meta{white-space:normal}
      .cta-shell{padding:20px}
    }

/* roulang page: category1 */
:root{
      --bg:#090b10;
      --bg-2:#0f131a;
      --panel:#111620;
      --panel-2:#171d29;
      --line:rgba(255,255,255,.08);
      --line-strong:rgba(255,255,255,.14);
      --text:#eef2f8;
      --muted:#a5afbf;
      --muted-2:#7d8797;
      --brand:#ff4d5e;
      --brand-2:#ff8a3d;
      --brand-3:#ffd05a;
      --accent:#7e5cff;
      --shadow:0 24px 60px rgba(0,0,0,.36);
      --shadow-soft:0 14px 30px rgba(0,0,0,.22);
      --radius:18px;
      --radius-sm:14px;
      --radius-lg:26px;
      --container:1180px;
      --ease:cubic-bezier(.2,.8,.2,1);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
      background:
        radial-gradient(1200px 600px at 10% -10%, rgba(255,77,94,.20), transparent 58%),
        radial-gradient(900px 500px at 88% 8%, rgba(255,138,61,.12), transparent 45%),
        radial-gradient(900px 500px at 50% 110%, rgba(126,92,255,.12), transparent 45%),
        linear-gradient(180deg, #080b10 0%, #0b0f15 52%, #090b10 100%);
      color:var(--text);
      line-height:1.7;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
      background-size:38px 38px;
      opacity:.24;
      mask-image:linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.05) 45%, rgba(0,0,0,.2));
      z-index:0;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    ::selection{background:rgba(255,77,94,.28);color:#fff}
    :focus-visible{
      outline:3px solid rgba(255,208,90,.55);
      outline-offset:3px;
    }
    .container{max-width:var(--container)}
    .site-header{
      position:sticky;
      top:0;
      z-index:1040;
      backdrop-filter:saturate(1.2) blur(18px);
      background:rgba(8,10,14,.72);
      border-bottom:1px solid rgba(255,255,255,.06);
    }
    .header-inner{
      min-height:76px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      font-weight:900;
      letter-spacing:.02em;
      color:#fff;
      white-space:nowrap;
    }
    .brand:hover{color:#fff}
    .brand-mark{
      width:38px;height:38px;border-radius:13px;
      display:grid;place-items:center;
      background:linear-gradient(145deg, rgba(255,77,94,.95), rgba(255,138,61,.92));
      box-shadow:0 10px 24px rgba(255,77,94,.25);
      color:#fff;
      flex:0 0 auto;
    }
    .brand-text{
      font-size:1.05rem;
      line-height:1.1;
      color:#fff;
    }
    .desktop-nav{
      display:flex;
      align-items:center;
      gap:26px;
    }
    .desktop-nav .nav-link{
      position:relative;
      padding:12px 0;
      color:var(--muted);
      font-weight:700;
      transition:color .22s var(--ease), transform .22s var(--ease);
    }
    .desktop-nav .nav-link:hover,
    .desktop-nav .nav-link:focus-visible{color:#fff}
    .desktop-nav .nav-link.active{
      color:#fff;
    }
    .desktop-nav .nav-link.active::after{
      content:"";
      position:absolute;
      left:0;right:0;bottom:6px;
      height:2px;
      border-radius:999px;
      background:linear-gradient(90deg, var(--brand), var(--brand-2));
      box-shadow:0 0 18px rgba(255,77,94,.35);
    }
    .btn-brand,
    .btn-ghost,
    .menu-toggle,
    .chip,
    .search-inline button{
      border-radius:999px;
      transition:transform .22s var(--ease), box-shadow .22s var(--ease), background .22s var(--ease), border-color .22s var(--ease), color .22s var(--ease), opacity .22s var(--ease);
    }
    .btn-brand{
      background:linear-gradient(135deg, var(--brand), var(--brand-2));
      color:#fff;
      border:none;
      padding:.8rem 1.15rem;
      font-weight:800;
      box-shadow:0 16px 28px rgba(255,77,94,.18);
    }
    .btn-brand:hover,
    .btn-brand:focus-visible{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 20px 34px rgba(255,77,94,.26);
    }
    .btn-ghost{
      color:#fff;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.03);
      padding:.78rem 1.15rem;
      font-weight:800;
    }
    .btn-ghost:hover,
    .btn-ghost:focus-visible{
      color:#fff;
      background:rgba(255,255,255,.07);
      border-color:rgba(255,255,255,.26);
      transform:translateY(-2px);
      box-shadow:var(--shadow-soft);
    }
    .menu-toggle{
      width:44px;height:44px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.04);
      color:#fff;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      box-shadow:none;
    }
    .menu-toggle:hover,
    .menu-toggle:focus-visible{
      background:rgba(255,255,255,.08);
      border-color:rgba(255,255,255,.24);
      transform:translateY(-1px);
      color:#fff;
    }
    .mobile-nav{
      background:linear-gradient(180deg, #10141c 0%, #0d1118 100%);
      color:#fff;
      border-left:1px solid rgba(255,255,255,.08);
    }
    .mobile-nav .offcanvas-header{
      border-bottom:1px solid rgba(255,255,255,.06);
    }
    .mobile-nav .btn-close{
      filter:invert(1) grayscale(100%);
      opacity:.85;
      box-shadow:none;
    }
    .mobile-nav-links{
      display:grid;
      gap:10px;
      margin-top:6px;
    }
    .mobile-nav-links a{
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding:14px 16px;
      border-radius:16px;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.03);
      color:#fff;
      font-weight:800;
    }
    .mobile-nav-links a.active{
      border-color:rgba(255,77,94,.45);
      background:linear-gradient(135deg, rgba(255,77,94,.16), rgba(255,138,61,.08));
    }
    .mobile-nav-links a::after{
      content:"\f061";
      font-family:"Font Awesome 6 Free";
      font-weight:900;
      color:rgba(255,255,255,.45);
    }
    .mobile-nav-links a:hover,
    .mobile-nav-links a:focus-visible{
      transform:translateY(-1px);
      border-color:rgba(255,255,255,.18);
      color:#fff;
    }
    .mobile-cta{
      margin-top:18px;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.06);
    }
    main{position:relative;z-index:1}
    .hero{
      padding:34px 0 22px;
      position:relative;
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:0 0 auto 0;
      height:100%;
      background:
        linear-gradient(135deg, rgba(255,255,255,.04) 0 10%, transparent 10% 100%),
        linear-gradient(160deg, rgba(255,77,94,.06), rgba(255,77,94,0) 42%);
      pointer-events:none;
      opacity:.7;
    }
    .breadcrumbs{
      display:flex;
      align-items:center;
      flex-wrap:wrap;
      gap:10px;
      color:var(--muted);
      font-size:.95rem;
      margin-bottom:18px;
    }
    .breadcrumbs a{color:#d5dae5}
    .breadcrumbs a:hover{color:#fff}
    .breadcrumbs .sep{opacity:.45}
    .hero-shell{
      position:relative;
      background:
        radial-gradient(900px 500px at 15% 20%, rgba(255,77,94,.18), transparent 55%),
        radial-gradient(700px 400px at 90% 18%, rgba(255,208,90,.08), transparent 48%),
        linear-gradient(180deg, rgba(16,20,28,.96), rgba(10,14,20,.98));
      border:1px solid rgba(255,255,255,.09);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .hero-shell::after{
      content:"";
      position:absolute;
      inset:auto -10% -28% auto;
      width:260px;height:260px;
      background:radial-gradient(circle, rgba(255,77,94,.22), rgba(255,77,94,0) 68%);
      filter:blur(4px);
      pointer-events:none;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:1.12fr .88fr;
      gap:28px;
      padding:34px;
      align-items:stretch;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.1);
      background:rgba(255,255,255,.04);
      color:#f8c7cd;
      font-size:.88rem;
      font-weight:800;
      letter-spacing:.02em;
      margin-bottom:16px;
    }
    .eyebrow::before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:linear-gradient(135deg, var(--brand), var(--brand-3));
      box-shadow:0 0 0 6px rgba(255,77,94,.11);
    }
    .hero h1{
      margin:0;
      font-size:clamp(2.1rem, 4vw, 4rem);
      line-height:1.05;
      font-weight:950;
      letter-spacing:-.03em;
      max-width:13ch;
    }
    .hero p{
      margin:18px 0 0;
      max-width:58ch;
      color:var(--muted);
      font-size:1.03rem;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:26px;
    }
    .hero-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:22px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 12px;
      border-radius:999px;
      color:#dce2ec;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.08);
      font-size:.92rem;
    }
    .tag i{color:var(--brand-3)}
    .hero-panel{
      position:relative;
      display:grid;
      gap:14px;
      align-content:start;
      padding:18px;
      border-radius:22px;
      border:1px solid rgba(255,255,255,.08);
      background:
        linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)),
        linear-gradient(180deg, rgba(18,23,33,.94), rgba(13,17,24,.98));
      box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
    }
    .panel-head{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:16px;
      margin-bottom:2px;
    }
    .panel-head strong{
      font-size:1.05rem;
      color:#fff;
    }
    .panel-head span{
      display:block;
      color:var(--muted);
      font-size:.92rem;
      margin-top:4px;
    }
    .chip-dot{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:#fff;
      font-size:.9rem;
      font-weight:800;
      padding:.5rem .75rem;
      border-radius:999px;
      background:rgba(255,77,94,.11);
      border:1px solid rgba(255,77,94,.22);
    }
    .chip-dot::before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:var(--brand-2);
      box-shadow:0 0 0 5px rgba(255,138,61,.12);
    }
    .ring-grid{
      display:grid;
      grid-template-columns:170px 1fr;
      gap:16px;
      align-items:center;
    }
    .progress-ring{
      width:170px;height:170px;border-radius:50%;
      display:grid;place-items:center;
      background:conic-gradient(var(--brand) 0 var(--ring), rgba(255,255,255,.08) 0 100%);
      position:relative;
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.06), 0 14px 30px rgba(0,0,0,.2);
    }
    .progress-ring::after{
      content:"";
      position:absolute;
      inset:14px;
      border-radius:50%;
      background:linear-gradient(180deg, rgba(17,22,32,.98), rgba(12,15,21,.98));
      box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
    }
    .ring-label{
      position:absolute;
      inset:0;
      display:grid;
      place-items:center;
      text-align:center;
      z-index:1;
      padding:20px;
    }
    .ring-label strong{
      display:block;
      font-size:2.1rem;
      line-height:1;
      color:#fff;
      margin-bottom:6px;
    }
    .ring-label span{
      display:block;
      color:var(--muted);
      font-size:.92rem;
      max-width:8ch;
    }
    .mini-stats{
      display:grid;
      gap:12px;
    }
    .mini-stat{
      padding:14px 15px;
      border-radius:18px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.08);
    }
    .mini-stat .k{
      display:block;
      font-size:1.25rem;
      font-weight:900;
      color:#fff;
      line-height:1.1;
    }
    .mini-stat .t{
      display:block;
      color:var(--muted);
      font-size:.92rem;
      margin-top:6px;
    }
    .status-list{
      display:grid;
      gap:10px;
      margin-top:4px;
    }
    .status-item{
      display:flex;
      align-items:flex-start;
      gap:10px;
      padding:10px 0;
      border-top:1px solid rgba(255,255,255,.06);
      color:var(--muted);
      font-size:.95rem;
    }
    .status-item:first-child{border-top:none;padding-top:0}
    .status-bullet{
      width:12px;height:12px;border-radius:50%;
      margin-top:6px;
      background:linear-gradient(135deg, var(--brand-3), var(--brand));
      box-shadow:0 0 0 5px rgba(255,208,90,.08);
      flex:0 0 auto;
    }
    .status-item strong{color:#fff}
    .section{
      padding:22px 0;
      position:relative;
    }
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:18px;
      margin-bottom:18px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.08);
      color:#f4dede;
      font-weight:800;
      font-size:.86rem;
      margin-bottom:10px;
    }
    .section-kicker::before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:var(--brand-3);
      box-shadow:0 0 0 5px rgba(255,208,90,.1);
    }
    .section-title{
      margin:0;
      font-size:clamp(1.45rem, 2vw, 2.1rem);
      line-height:1.1;
      font-weight:900;
           color:#fff;
    }
    .section-desc{
      margin:0;
      color:var(--muted);
      max-width:64ch;
      font-size:.98rem;
    }
    .section-toolbar{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .chip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:.72rem 1rem;
      border:1px solid rgba(255,255,255,.09);
      background:rgba(255,255,255,.03);
      color:var(--muted);
      font-weight:800;
      font-size:.92rem;
      cursor:pointer;
    }
    .chip:hover,
    .chip:focus-visible{
      color:#fff;
      border-color:rgba(255,255,255,.2);
      background:rgba(255,255,255,.06);
      transform:translateY(-1px);
    }
    .chip.active{
      color:#fff;
      border-color:rgba(255,77,94,.35);
      background:linear-gradient(135deg, rgba(255,77,94,.16), rgba(255,138,61,.08));
      box-shadow:0 14px 30px rgba(255,77,94,.08);
    }
    .chip .dot{
      width:8px;height:8px;border-radius:50%;
      background:var(--brand-3);
      box-shadow:0 0 0 5px rgba(255,208,90,.08);
    }
    .scroll-rail{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
    }
    .focus-card,
    .story-card,
    .step-card,
    .faq-shell,
    .cta-shell,
    .list-shell{
      border-radius:var(--radius);
      border:1px solid rgba(255,255,255,.09);
      background:linear-gradient(180deg, rgba(18,23,33,.94), rgba(11,14,20,.96));
      box-shadow:var(--shadow-soft);
    }
    .focus-card,
    .story-card{
      position:relative;
      overflow:hidden;
      min-height:100%;
      transition:transform .24s var(--ease), box-shadow .24s var(--ease), border-color .24s var(--ease);
    }
    .focus-card:hover,
    .story-card:hover{
      transform:translateY(-4px) scale(1.03);
      box-shadow:0 22px 40px rgba(0,0,0,.28);
      border-color:rgba(255,255,255,.16);
    }
    .focus-media{
      position:relative;
      aspect-ratio:16/9;
      overflow:hidden;
      background:
        linear-gradient(135deg, rgba(255,77,94,.14), rgba(255,138,61,.06)),
        linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
    }
    .focus-media::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.08), transparent 28%),
        linear-gradient(120deg, transparent 20%, rgba(255,255,255,.06) 38%, transparent 56%);
      transform:translateX(-14%);
      opacity:.8;
    }
    .focus-media .label{
      position:absolute;
      left:14px;
      top:14px;
      padding:.45rem .72rem;
      border-radius:999px;
      background:rgba(0,0,0,.34);
      border:1px solid rgba(255,255,255,.12);
      color:#fff;
      font-size:.8rem;
      font-weight:800;
      backdrop-filter:blur(10px);
    }
    .focus-media .count{
      position:absolute;
      right:14px;
      bottom:14px;
      padding:.42rem .7rem;
      border-radius:999px;
      background:rgba(255,77,94,.14);
      color:#fff;
      border:1px solid rgba(255,77,94,.2);
      font-size:.8rem;
      font-weight:800;
    }
    .focus-body{
      padding:16px;
    }
    .focus-body h3,
    .story-body h3,
    .step-card h3{
      margin:0 0 8px;
      font-size:1.08rem;
      line-height:1.35;
      font-weight:900;
      color:#fff;
    }
    .focus-body p,
    .story-body p,
    .step-card p{
      margin:0;
      color:var(--muted);
      font-size:.95rem;
    }
    .meta-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:14px;
    }
    .meta-tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:.36rem .62rem;
      border-radius:999px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.08);
      color:#dce2ec;
      font-size:.8rem;
      font-weight:700;
    }
    .meta-tag i{color:var(--brand-3)}
    .track-shell{
      overflow:hidden;
      padding:0;
    }
    .track-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:18px 18px 0;
    }
    .track-head .hint{
      color:var(--muted-2);
      font-size:.92rem;
    }
    .track-wrap{
      display:grid;
      grid-auto-flow:column;
      grid-auto-columns:minmax(260px, 1fr);
      gap:16px;
      overflow-x:auto;
      padding:18px;
      scrollbar-width:thin;
      scrollbar-color:rgba(255,255,255,.18) transparent;
    }
    .track-wrap::-webkit-scrollbar{height:10px}
    .track-wrap::-webkit-scrollbar-thumb{
      background:rgba(255,255,255,.16);
      border-radius:999px;
    }
    .story-card .story-cover{
      aspect-ratio:4/3;
      background:
        radial-gradient(circle at 20% 25%, rgba(255,208,90,.3), transparent 30%),
        radial-gradient(circle at 78% 24%, rgba(255,77,94,.24), transparent 28%),
        linear-gradient(135deg, rgba(35,41,54,.95), rgba(15,18,27,.98));
      position:relative;
      overflow:hidden;
    }
    .story-card .story-cover::after{
      content:"";
      position:absolute;
      inset:auto 0 0 0;
      height:54%;
      background:linear-gradient(180deg, rgba(6,8,12,0), rgba(6,8,12,.92));
    }
    .story-card .story-badge{
      position:absolute;
      left:14px;
      top:14px;
      z-index:1;
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:.42rem .68rem;
      border-radius:999px;
      background:rgba(0,0,0,.36);
      border:1px solid rgba(255,255,255,.12);
      color:#fff;
      font-size:.8rem;
      font-weight:800;
      backdrop-filter:blur(10px);
    }
    .story-card .story-foot{
      position:absolute;
      left:14px;
      right:14px;
      bottom:14px;
      z-index:1;
      display:flex;
      justify-content:space-between;
      align-items:flex-end;
      gap:12px;
      color:#fff;
    }
    .story-card .story-foot strong{
      display:block;
      font-size:1.04rem;
      line-height:1.35;
      max-width:12ch;
    }
    .story-card .story-foot span{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:.32rem .56rem;
      border-radius:999px;
      background:rgba(255,255,255,.12);
      font-size:.78rem;
      white-space:nowrap;
    }
    .story-body{
      padding:16px;
    }
    .progress-wrap{
      display:grid;
      grid-template-columns:280px 1fr;
      gap:18px;
      align-items:stretch;
    }
    .meter-card{
      padding:18px;
      display:grid;
      gap:14px;
      align-content:start;
    }
    .meter-title{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
    }
    .meter-title strong{
      font-size:1.06rem;
      color:#fff;
    }
    .progress-bar-wrap{
      display:grid;
      gap:10px;
    }
    .progress-bar-labels{
      display:flex;
      justify-content:space-between;
      color:var(--muted);
      font-size:.9rem;
    }
    .custom-progress{
      height:12px;
      border-radius:999px;
      background:rgba(255,255,255,.06);
      overflow:hidden;
      border:1px solid rgba(255,255,255,.08);
    }
    .custom-progress .bar{
      height:100%;
      width:78%;
      border-radius:inherit;
      background:linear-gradient(90deg, var(--brand), var(--brand-2), var(--brand-3));
      box-shadow:0 0 18px rgba(255,77,94,.26);
    }
    .milestones{
      display:grid;
      gap:12px;
    }
    .milestone{
      display:flex;
      gap:12px;
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.08);
    }
    .mile-icon{
      width:42px;height:42px;border-radius:14px;
      display:grid;place-items:center;
      background:linear-gradient(135deg, rgba(255,77,94,.2), rgba(255,138,61,.1));
      border:1px solid rgba(255,77,94,.18);
      color:#fff;
      flex:0 0 auto;
    }
    .mile-body strong{
      display:block;
      color:#fff;
      font-size:.98rem;
      margin-bottom:4px;
    }
    .mile-body p{
      margin:0;
      color:var(--muted);
      font-size:.92rem;
    }
    .step-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
    }
    .step-card{
      padding:18px;
      position:relative;
      overflow:hidden;
      min-height:100%;
    }
    .step-index{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:36px;height:36px;
      border-radius:12px;
      margin-bottom:14px;
      font-weight:900;
      color:#fff;
      background:linear-gradient(135deg, var(--brand), var(--brand-2));
      box-shadow:0 14px 24px rgba(255,77,94,.16);
    }
    .step-card::after{
      content:"";
      position:absolute;
      inset:auto -10% -12% auto;
      width:140px;height:140px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(255,77,94,.12), rgba(255,77,94,0) 70%);
      pointer-events:none;
    }
    .list-shell{
      padding:18px;
    }
    .bullet-list{
      display:grid;
      gap:12px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .bullet-list li{
      display:flex;
      align-items:flex-start;
      gap:12px;
      color:#d8deea;
      padding:12px 0;
      border-bottom:1px solid rgba(255,255,255,.06);
    }
    .bullet-list li:last-child{border-bottom:none;padding-bottom:0}
    .bullet-mark{
      width:10px;height:10px;border-radius:50%;
      margin-top:8px;
      background:linear-gradient(135deg, var(--brand-3), var(--brand));
      box-shadow:0 0 0 5px rgba(255,208,90,.08);
      flex:0 0 auto;
    }
    .faq-shell{
      padding:18px;
    }
    .faq-shell .accordion-item{
      background:transparent;
      border:1px solid rgba(255,255,255,.08);
      border-radius:16px;
      overflow:hidden;
      margin-bottom:12px;
    }
    .faq-shell .accordion-item:last-child{margin-bottom:0}
    .faq-shell .accordion-button{
      background:rgba(255,255,255,.03);
      color:#fff;
      font-weight:800;
      box-shadow:none;
      padding:1rem 1.05rem;
    }
    .faq-shell .accordion-button:not(.collapsed){
      background:linear-gradient(135deg, rgba(255,77,94,.12), rgba(255,138,61,.06));
      color:#fff;
    }
    .faq-shell .accordion-button::after{filter:invert(1) grayscale(100%)}
    .faq-shell .accordion-body{
      color:var(--muted);
      background:rgba(255,255,255,.02);
      border-top:1px solid rgba(255,255,255,.06);
    }
    .cta-shell{
      padding:22px;
      background:
        radial-gradient(800px 240px at 10% 20%, rgba(255,77,94,.22), transparent 60%),
        linear-gradient(135deg, rgba(24,29,40,.98), rgba(12,15,22,.98));
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
    }
    .cta-shell h2{
      margin:0 0 8px;
      font-size:clamp(1.4rem, 2vw, 2rem);
      font-weight:950;
      line-height:1.1;
    }
    .cta-shell p{
      margin:0;
      color:var(--muted);
      max-width:62ch;
    }
    .footer-spacer{height:14px}
    .site-footer{
      margin-top:18px;
      padding:34px 0 28px;
      border-top:1px solid rgba(255,255,255,.06);
      background:rgba(7,9,13,.82);
      position:relative;
      z-index:1;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.25fr .75fr;
      gap:24px;
    }
    .footer-brand p{
      color:var(--muted);
      max-width:44ch;
      margin:14px 0 0;
    }
    .copyright{
      margin-top:18px;
      color:var(--muted-2);
      font-size:.92rem;
    }
    .footer-links{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:10px 18px;
    }
    .footer-links a{
      color:#d9dfeb;
      padding:4px 0;
    }
    .footer-links a:hover,
    .footer-links a:focus-visible{color:#fff;text-decoration:underline;text-underline-offset:4px}
    .footer-note{
      margin-top:16px;
      color:var(--muted-2);
      font-size:.9rem;
    }
    .subtle-rule{
      height:1px;
      background:linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent);
      margin:20px 0;
    }
    .badge-soft{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:.34rem .6rem;
      border-radius:999px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.08);
      color:#dce2ec;
      font-size:.78rem;
      font-weight:800;
    }
    .badge-soft i{color:var(--brand-3)}
    .breadcrumb-card{
      padding:14px 16px;
      border-radius:18px;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.03);
      color:var(--muted);
    }
    .breadcrumb-card a{color:#fff}
    .breadcrumb-card a:hover{color:var(--brand-3)}
    .data-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:14px;
    }
    .data-card{
      padding:16px;
      border-radius:18px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.08);
    }
    .data-card strong{
      display:block;
      font-size:1.35rem;
      line-height:1.1;
      color:#fff;
      margin-bottom:6px;
    }
    .data-card span{color:var(--muted);font-size:.92rem}
    .scroll-note{display:none}
    @media (max-width: 1199.98px){
      .hero-grid{grid-template-columns:1fr;}
      .progress-wrap{grid-template-columns:1fr;}
      .step-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
      .scroll-rail{grid-template-columns:repeat(2,minmax(0,1fr));}
    }
    @media (max-width: 991.98px){
      .header-inner{min-height:72px}
      .hero{padding-top:24px}
      .hero-grid{padding:24px}
      .ring-grid{grid-template-columns:1fr}
      .progress-ring{width:158px;height:158px;margin:0 auto}
      .section-head{align-items:start;flex-direction:column}
      .section-toolbar{justify-content:flex-start}
      .data-grid{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
    }
    @media (max-width: 767.98px){
      .hero h1{max-width:100%}
      .hero-actions{display:grid;grid-template-columns:1fr}
      .hero-actions .btn{width:100%}
      .track-wrap{grid-auto-columns:minmax(78%, 1fr);padding:16px}
      .scroll-rail{grid-template-columns:1fr}
      .step-grid{grid-template-columns:1fr}
      .cta-shell{padding:18px}
      .cta-shell .btn{width:100%}
      .cta-shell > div:last-child{width:100%;display:grid;grid-template-columns:1fr;gap:10px}
      .footer-links{grid-template-columns:1fr}
    }
    @media (max-width: 575.98px){
      .container{padding-left:14px;padding-right:14px}
      .hero-grid{padding:18px}
      .hero p,.section-desc,.cta-shell p{font-size:.95rem}
      .hero-shell,.focus-card,.story-card,.step-card,.cta-shell,.faq-shell,.list-shell{border-radius:16px}
      .brand-text{font-size:.98rem}
      .header-inner{gap:12px}
      .hero-actions{gap:10px}
      .hero-tags{gap:8px}
      .tag{padding:8px 11px;font-size:.85rem}
      .panel-head{flex-direction:column;align-items:flex-start}
    }
