/* roulang page: index */
:root{
      --bg:#09070f;
      --bg2:#120918;
      --panel:rgba(255,255,255,.06);
      --panel2:rgba(255,255,255,.085);
      --text:#f5f1ff;
      --muted:#b9afcc;
      --line:rgba(255,255,255,.12);
      --line2:rgba(255,255,255,.18);
      --hot:#ff2f7d;
      --violet:#8b5cf6;
      --orange:#ff9f1c;
      --cyan:#20f0c0;
      --shadow:0 18px 60px rgba(255,47,125,.14);
      --shadow2:0 20px 70px rgba(0,0,0,.38);
      --radius:24px;
      --radius-lg:32px;
      --radius-sm:16px;
      --container:1240px;
      --speed:.22s;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 20% 10%, rgba(255,47,125,.16), transparent 24%),
        radial-gradient(circle at 80% 0%, rgba(139,92,246,.16), transparent 18%),
        radial-gradient(circle at 70% 36%, rgba(32,240,192,.10), transparent 20%),
        linear-gradient(180deg, #080610 0%, #0b0812 38%, #09070f 100%);
      min-height:100vh;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
      background-size:32px 32px;
      mask-image:linear-gradient(180deg, rgba(0,0,0,.7), transparent 85%);
      opacity:.35;
      z-index:0;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,textarea{font:inherit}
    ::selection{background:rgba(255,47,125,.3)}
    .page-wrap{position:relative;z-index:1}
    .container-wide{max-width:var(--container);margin:0 auto;padding:0 20px}
    .nav-glass{
      position:fixed;
      top:0;left:0;right:0;
      z-index:1000;
      background:rgba(12,8,18,.48);
      border-bottom:1px solid rgba(255,255,255,.08);
      backdrop-filter:blur(18px);
      transition:all var(--speed) ease;
    }
    .nav-glass.scrolled{
      background:rgba(10,7,16,.92);
      border-bottom:1px solid rgba(255,255,255,.14);
      box-shadow:0 12px 40px rgba(0,0,0,.28);
    }
    .nav-inner{
      min-height:74px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
      font-weight:900;
      letter-spacing:.01em;
    }
    .brand-mark{
      width:38px;height:38px;border-radius:14px;
      background:linear-gradient(135deg, var(--hot), var(--violet), var(--orange));
      box-shadow:0 10px 28px rgba(255,47,125,.28);
      position:relative;
      flex:0 0 auto;
    }
    .brand-mark::after{
      content:"";
      position:absolute;
      inset:9px;
      border:1.5px solid rgba(255,255,255,.8);
      border-radius:10px;
      transform:rotate(12deg);
    }
    .brand-text{
      font-size:1.02rem;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      background:linear-gradient(135deg,#fff, #ffd7e6 35%, #f6d7ff 60%, #fff6cf);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .nav-links{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
    }
    .nav-links a{
      color:rgba(245,241,255,.84);
      padding:10px 14px;
      border-radius:999px;
      border:1px solid transparent;
      transition:all var(--speed) ease;
      font-size:.95rem;
    }
    .nav-links a:hover,
    .nav-links a.active{
      color:#fff;
      background:rgba(255,255,255,.06);
      border-color:rgba(255,255,255,.14);
      box-shadow:0 10px 24px rgba(0,0,0,.18);
    }
    .nav-cta{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .btn-neo{
      border:none;
      border-radius:999px;
      padding:12px 18px;
      font-weight:800;
      color:#fff;
      background:linear-gradient(135deg, var(--hot), var(--violet) 55%, var(--orange));
      box-shadow:0 14px 34px rgba(255,47,125,.22);
      transition:all var(--speed) ease;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
    }
    .btn-neo:hover,.btn-neo:focus{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 18px 42px rgba(255,47,125,.34);
      filter:saturate(1.08) brightness(1.04);
    }
    .btn-ghost{
      border:1px solid rgba(255,255,255,.14);
      color:#fff;
      background:rgba(255,255,255,.04);
      border-radius:999px;
      padding:12px 18px;
      font-weight:700;
      transition:all var(--speed) ease;
    }
    .btn-ghost:hover,.btn-ghost:focus{
      color:#fff;
      background:rgba(255,255,255,.08);
      border-color:rgba(255,255,255,.22);
      transform:translateY(-1px);
    }
    .menu-btn{
      display:none;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.04);
      color:#fff;
      border-radius:14px;
      width:44px;height:44px;
    }
    .hero{
      position:relative;
      padding:128px 0 82px;
      overflow:hidden;
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:-8% -6% auto auto;
      width:480px;height:480px;
      background:radial-gradient(circle, rgba(255,47,125,.20), transparent 66%);
      filter:blur(8px);
      pointer-events:none;
    }
    .hero::after{
      content:"";
      position:absolute;
      left:-120px;bottom:-160px;
      width:420px;height:420px;
      background:radial-gradient(circle, rgba(139,92,246,.18), transparent 70%);
      pointer-events:none;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:1.08fr .92fr;
      gap:28px;
      align-items:center;
    }
    .kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 14px;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.10);
      border-radius:999px;
      color:rgba(245,241,255,.9);
      font-size:.9rem;
      margin-bottom:18px;
      box-shadow:var(--shadow2);
    }
    .kicker-dot{
      width:8px;height:8px;border-radius:50%;
      background:var(--cyan);
      box-shadow:0 0 0 5px rgba(32,240,192,.12);
    }
    h1,h2,h3,h4{margin:0}
    h1{
      font-size:clamp(2.2rem, 4.4vw, 4.7rem);
      line-height:1.08;
      letter-spacing:-.03em;
      font-weight:900;
      margin-bottom:18px;
    }
    .grad-text{
      background:linear-gradient(135deg,#fff 0%, #ffd7e7 18%, #ff8fc0 36%, #c8b4ff 60%, #ffd39a 82%, #fff 100%);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .hero p{
      font-size:1.08rem;
      line-height:1.8;
      color:rgba(245,241,255,.78);
      max-width:58ch;
      margin:0 0 26px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-bottom:22px;
    }
    .hero-metrics{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:10px;
    }
    .metric{
      min-width:140px;
      flex:1 1 140px;
      padding:14px 16px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.10);
      border-radius:20px;
      box-shadow:var(--shadow2);
    }
    .metric strong{
      display:block;
      font-size:1.08rem;
      margin-bottom:4px;
    }
    .metric span{
      color:var(--muted);
      font-size:.92rem;
    }
    .hero-panel{
      position:relative;
      background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
      border:1px solid rgba(255,255,255,.12);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow2);
      padding:18px;
      overflow:hidden;
    }
    .hero-panel::before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(135deg, rgba(255,47,125,.12), transparent 35%, rgba(139,92,246,.12));
      pointer-events:none;
    }
    .panel-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:16px;
      position:relative;
      z-index:1;
    }
    .panel-title{
      font-size:1rem;
      font-weight:800;
    }
    .panel-badge{
      padding:6px 10px;
      border-radius:999px;
      background:rgba(32,240,192,.12);
      border:1px solid rgba(32,240,192,.20);
      color:#d7fff4;
      font-size:.82rem;
    }
    .entry-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:12px;
      position:relative;
      z-index:1;
    }
    .entry-card{
      padding:14px;
      min-height:118px;
      border-radius:20px;
      background:rgba(12,8,18,.72);
      border:1px solid rgba(255,255,255,.10);
      box-shadow:0 12px 26px rgba(0,0,0,.2);
      position:relative;
      overflow:hidden;
      transition:transform var(--speed) ease, border-color var(--speed) ease, box-shadow var(--speed) ease;
    }
    .entry-card:hover{
      transform:translateY(-4px);
      border-color:rgba(255,47,125,.28);
      box-shadow:0 16px 36px rgba(255,47,125,.15);
    }
    .entry-card::after{
      content:"";
      position:absolute;
      left:0;top:0;right:0;height:3px;
      background:linear-gradient(90deg, var(--hot), var(--violet), var(--orange));
      opacity:.9;
    }
    .entry-card .tag{
      display:inline-flex;
      padding:5px 9px;
      border-radius:999px;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.10);
      font-size:.78rem;
      color:#efebff;
      margin-bottom:10px;
    }
    .entry-card h3{
      font-size:1rem;
      line-height:1.35;
      margin-bottom:8px;
      font-weight:800;
    }
    .entry-card p{
      margin:0;
      font-size:.9rem;
      line-height:1.65;
      color:var(--muted);
    }
    .section{
      padding:78px 0;
      position:relative;
    }
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:16px;
      margin-bottom:26px;
    }
    .section-head h2{
      font-size:clamp(1.75rem, 3vw, 3rem);
      line-height:1.1;
      font-weight:900;
      letter-spacing:-.02em;
    }
    .section-head p{
      margin:0;
      color:var(--muted);
      max-width:62ch;
      line-height:1.8;
    }
    .steps{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:18px;
    }
    .step-card,.proof-card,.faq-wrap,.cta-card,.list-card,.side-card,.filter-bar{
      background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.045));
      border:1px solid rgba(255,255,255,.10);
      border-radius:var(--radius);
      box-shadow:var(--shadow2);
    }
    .step-card{
      padding:22px;
      position:relative;
      overflow:hidden;
      transition:transform var(--speed) ease, border-color var(--speed) ease;
    }
    .step-card:hover{transform:translateY(-4px);border-color:rgba(255,47,125,.24)}
    .step-index{
      width:44px;height:44px;border-radius:14px;
      display:grid;place-items:center;
      font-weight:900;
      background:linear-gradient(135deg, rgba(255,47,125,.22), rgba(139,92,246,.22));
      border:1px solid rgba(255,255,255,.12);
      margin-bottom:16px;
    }
    .step-card h3{
      font-size:1.15rem;
      margin-bottom:10px;
      font-weight:800;
    }
    .step-card p{
      color:var(--muted);
      line-height:1.75;
      margin:0 0 16px;
    }
    .progress-mini{
      height:8px;
      border-radius:999px;
      background:rgba(255,255,255,.06);
      overflow:hidden;
      border:1px solid rgba(255,255,255,.08);
    }
    .progress-mini span{
      display:block;height:100%;
      width:72%;
      background:linear-gradient(90deg, var(--hot), var(--violet), var(--orange));
      border-radius:inherit;
    }
    .chips{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .chip{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.10);
      color:#efe9ff;
      font-size:.88rem;
    }
    .proof-grid{
      display:grid;
      grid-template-columns:1.25fr .75fr;
      gap:18px;
    }
    .proof-card{
      padding:22px;
    }
    .proof-main{
      min-height:100%;
      background:
        radial-gradient(circle at top right, rgba(255,47,125,.12), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.04));
    }
    .proof-head{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      margin-bottom:18px;
    }
    .proof-stat{
      font-size:.85rem;
      color:#dfe8ff;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(32,240,192,.12);
      border:1px solid rgba(32,240,192,.18);
    }
    .timeline{
      display:grid;
      gap:14px;
      margin-top:18px;
    }
    .timeline-item{
      display:grid;
      grid-template-columns:auto 1fr;
      gap:12px;
      align-items:flex-start;
    }
    .timeline-dot{
      width:13px;height:13px;border-radius:50%;
      margin-top:5px;
      background:linear-gradient(135deg, var(--hot), var(--violet));
      box-shadow:0 0 0 6px rgba(255,47,125,.10);
    }
    .timeline-item strong{
      display:block;
      margin-bottom:4px;
      font-size:1rem;
    }
    .timeline-item span{
      color:var(--muted);
      line-height:1.7;
      font-size:.94rem;
    }
    .mini-stack{
      display:grid;
      gap:18px;
    }
    .mini-card{
      padding:20px;
      position:relative;
      overflow:hidden;
    }
    .mini-card h3{font-size:1.08rem;margin-bottom:10px;font-weight:800}
    .mini-card p{margin:0;color:var(--muted);line-height:1.75}
    .score-row{
      display:flex;
      align-items:center;
      gap:10px;
      margin-top:16px;
    }
    .score{
      font-size:1.4rem;
      font-weight:900;
      color:#fff;
    }
    .bars{
      display:flex;
      gap:6px;
      flex:1;
    }
    .bars span{
      height:10px;
      flex:1;
      border-radius:999px;
      background:linear-gradient(90deg, rgba(255,47,125,.24), rgba(139,92,246,.24));
      border:1px solid rgba(255,255,255,.08);
    }
    .faq-wrap{
      overflow:hidden;
    }
    .accordion-item{
      background:transparent;
      border:none;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .accordion-item:last-child{border-bottom:none}
    .accordion-button{
      background:transparent !important;
      color:#fff !important;
      padding:20px 22px;
      font-weight:800;
      box-shadow:none !important;
      border-radius:0 !important;
    }
    .accordion-button::after{
      filter:invert(1) brightness(1.2);
    }
    .accordion-button:not(.collapsed){
      background:rgba(255,255,255,.04) !important;
      color:#fff !important;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.06) !important;
    }
    .accordion-body{
      padding:0 22px 20px;
      color:var(--muted);
      line-height:1.8;
      background:rgba(255,255,255,.02);
    }
    .cta-card{
      position:relative;
      overflow:hidden;
      padding:28px;
      background:
        linear-gradient(135deg, rgba(255,47,125,.16), rgba(139,92,246,.12) 45%, rgba(255,159,28,.10)),
        linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
    }
    .cta-card::before{
      content:"";
      position:absolute;
      inset:auto -140px -180px auto;
      width:360px;height:360px;
      background:radial-gradient(circle, rgba(255,255,255,.16), transparent 65%);
      filter:blur(6px);
      pointer-events:none;
    }
    .cta-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:18px;
      align-items:center;
      position:relative;
      z-index:1;
    }
    .cta-card h2{
      font-size:clamp(1.8rem, 3vw, 3rem);
      line-height:1.1;
      font-weight:900;
      margin-bottom:14px;
    }
    .cta-card p{
      color:rgba(245,241,255,.8);
      line-height:1.8;
      margin:0 0 18px;
      max-width:60ch;
    }
    .cta-list{
      display:grid;
      gap:10px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .cta-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:#efeaff;
      line-height:1.7;
    }
    .cta-list li::before{
      content:"";
      width:10px;height:10px;
      border-radius:50%;
      margin-top:7px;
      background:linear-gradient(135deg, var(--cyan), var(--orange));
      box-shadow:0 0 0 5px rgba(32,240,192,.12);
      flex:0 0 auto;
    }
    .cta-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:18px;
    }
    .footer{
      margin-top:20px;
      padding:42px 0 34px;
      background:linear-gradient(180deg, rgba(8,6,15,.5), rgba(4,3,8,.98));
      border-top:1px solid rgba(255,255,255,.08);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:20px;
      align-items:start;
    }
    .footer h3{
      font-size:1.05rem;
      margin-bottom:14px;
      font-weight:800;
    }
    .footer p,.footer a{
      color:rgba(245,241,255,.68);
      line-height:1.8;
      font-size:.95rem;
    }
    .footer a:hover{color:#fff}
    .footer .footer-links{
      display:grid;
      gap:8px;
    }
    .footer-note{
      margin-top:22px;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.08);
      color:rgba(245,241,255,.54);
      font-size:.9rem;
    }
    .section-title{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:18px;
    }
    .section-title .line{
      height:1px;
      flex:1;
      background:linear-gradient(90deg, rgba(255,47,125,.0), rgba(255,47,125,.6), rgba(255,159,28,.0));
    }
    .list-card{
      padding:20px;
    }
    .info-loop{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:18px;
      align-items:start;
    }
    .news-list{
      display:grid;
      gap:12px;
    }
    .news-item{
      display:flex;
      justify-content:space-between;
      gap:16px;
      padding:14px 16px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.08);
      border-radius:18px;
      transition:all var(--speed) ease;
    }
    .news-item:hover{
      transform:translateY(-2px);
      border-color:rgba(255,47,125,.22);
      background:rgba(255,255,255,.055);
    }
    .news-item strong{
      display:block;
      font-size:1rem;
      margin-bottom:4px;
    }
    .news-item span{
      color:var(--muted);
      font-size:.9rem;
    }
    .news-item em{
      font-style:normal;
      color:#ffd5e6;
      white-space:nowrap;
      align-self:center;
      font-size:.9rem;
    }
    .side-card{
      padding:20px;
    }
    .side-card + .side-card{margin-top:18px}
    .side-card h3{
      font-size:1.05rem;
      margin-bottom:14px;
      font-weight:800;
    }
    .stack-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .stack-tags .chip{background:rgba(255,255,255,.04)}
    .form-control, .form-select{
      background:rgba(8,6,14,.62) !important;
      border:1px solid rgba(255,255,255,.12) !important;
      color:#fff !important;
      border-radius:16px;
      padding:14px 16px;
      box-shadow:none !important;
    }
    .form-control::placeholder{color:rgba(245,241,255,.46)}
    .form-control:focus, .form-select:focus{
      border-color:rgba(255,47,125,.35) !important;
      box-shadow:0 0 0 .24rem rgba(255,47,125,.12) !important;
    }
    .search-wrap{
      position:relative;
    }
    .search-wrap .btn{
      position:absolute;
      right:8px;
      top:50%;
      transform:translateY(-50%);
    }
    .muted{
      color:var(--muted);
    }
    .age-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 12px;
      border-radius:999px;
      background:rgba(255,159,28,.12);
      border:1px solid rgba(255,159,28,.18);
      color:#ffe7bf;
      font-size:.88rem;
    }
    .mobile-spacer{height:1px}
    .accordion-button:focus{box-shadow:none}
    .badge-soft{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.09);
      color:#fff;
      font-size:.84rem;
    }
    .highlight-strip{
      height:4px;
      width:100%;
      border-radius:999px;
      background:linear-gradient(90deg, var(--hot), var(--violet), var(--orange), var(--cyan));
      margin:14px 0 18px;
      box-shadow:0 0 20px rgba(255,47,125,.22);
    }
    @media (max-width:1199.98px){
      .hero-grid,.proof-grid,.cta-grid,.info-loop,.footer-grid{
        grid-template-columns:1fr;
      }
      .steps{grid-template-columns:1fr}
      .entry-grid{grid-template-columns:1fr 1fr}
      .section-head{align-items:start;flex-direction:column}
    }
    @media (max-width:991.98px){
      .nav-links{display:none}
      .menu-btn{display:inline-grid;place-items:center}
      .hero{padding-top:110px}
      .hero-panel{order:-1}
      .entry-grid{grid-template-columns:1fr 1fr}
      .hero-actions .btn-neo,.hero-actions .btn-ghost{width:100%}
      .nav-cta .btn-ghost{display:none}
    }
    @media (max-width:767.98px){
      .hero{padding:104px 0 64px}
      h1{font-size:clamp(2rem, 9vw, 2.8rem)}
      .hero p{font-size:1rem}
      .entry-grid{grid-template-columns:1fr}
      .metric{min-width:calc(50% - 6px)}
      .cta-card{padding:22px}
      .section{padding:58px 0}
      .accordion-button{padding:18px 18px}
      .accordion-body{padding:0 18px 18px}
    }
    @media (max-width:479.98px){
      .container-wide{padding:0 14px}
      .brand-text{font-size:.95rem}
      .metric{min-width:100%}
      .hero-actions,.cta-actions{flex-direction:column}
      .nav-inner{min-height:68px}
      .brand-mark{width:34px;height:34px}
      .brand-mark::after{inset:8px}
    }

/* roulang page: category2 */
:root {
      --bg: #09070f;
      --bg-deep: #050309;
      --panel: rgba(255, 255, 255, .065);
      --panel-strong: rgba(255, 255, 255, .095);
      --border: rgba(255, 255, 255, .13);
      --border-hot: rgba(255, 159, 28, .55);
      --text: #fff8ff;
      --muted: rgba(255, 248, 255, .72);
      --faint: rgba(255, 248, 255, .52);
      --pink: #ff2f7d;
      --purple: #8b5cf6;
      --orange: #ff9f1c;
      --mint: #20f0c0;
      --danger: #ff5b4a;
      --radius-lg: 28px;
      --radius-md: 20px;
      --radius-sm: 14px;
      --shadow-hot: 0 20px 70px rgba(255, 47, 125, .20);
      --shadow-orange: 0 18px 60px rgba(255, 159, 28, .18);
      --shadow-panel: 0 18px 48px rgba(0, 0, 0, .34);
      --gradient: linear-gradient(135deg, #ff2f7d 0%, #8b5cf6 52%, #ff9f1c 100%);
      --gradient-orange: linear-gradient(135deg, #ff9f1c 0%, #ff2f7d 48%, #8b5cf6 100%);
      --font: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      min-height: 100vh;
      color: var(--text);
      font-family: var(--font);
      line-height: 1.75;
      background:
        radial-gradient(circle at 18% 8%, rgba(255, 47, 125, .22), transparent 30%),
        radial-gradient(circle at 84% 12%, rgba(255, 159, 28, .18), transparent 28%),
        radial-gradient(circle at 72% 64%, rgba(139, 92, 246, .18), transparent 34%),
        linear-gradient(180deg, #120918 0%, var(--bg) 44%, var(--bg-deep) 100%);
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: .28;
      background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
      background-size: 36px 36px;
      mask-image: linear-gradient(to bottom, #000 0%, transparent 82%);
      z-index: -1;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color .22s ease, border-color .22s ease, background .22s ease, transform .22s ease;
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input {
      font: inherit;
    }

    .container-wide {
      width: min(1240px, calc(100% - 32px));
      margin: 0 auto;
    }

    .site-header {
      position: fixed;
      top: 18px;
      left: 0;
      right: 0;
      z-index: 1000;
      transition: top .24s ease, background .24s ease, box-shadow .24s ease;
    }

    .nav-shell {
      width: min(1240px, calc(100% - 32px));
      margin: 0 auto;
      padding: 12px 14px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 999px;
      background: rgba(12, 8, 18, .48);
      backdrop-filter: blur(18px);
      box-shadow: 0 12px 40px rgba(0,0,0,.25);
    }

    .site-header.is-scrolled {
      top: 10px;
    }

    .site-header.is-scrolled .nav-shell {
      background: rgba(10, 7, 16, .92);
      border-color: rgba(255,255,255,.18);
      box-shadow: 0 18px 54px rgba(0,0,0,.42);
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-width: 0;
      font-weight: 900;
      color: #fff;
      letter-spacing: 0;
    }

    .brand-mark {
      width: 34px;
      height: 34px;
      flex: 0 0 34px;
      border-radius: 12px;
      background:
        radial-gradient(circle at 35% 28%, #fff 0 7%, transparent 8%),
        var(--gradient-orange);
      box-shadow: 0 0 26px rgba(255,159,28,.42);
      position: relative;
    }

    .brand-mark::after {
      content: "";
      position: absolute;
      inset: 9px 11px;
      border-right: 3px solid #fff;
      border-bottom: 3px solid #fff;
      transform: rotate(-35deg);
      border-radius: 2px;
      opacity: .95;
    }

    .brand-text {
      display: block;
      max-width: 280px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 17px;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 6px;
      padding: 4px;
      border-radius: 999px;
      background: rgba(255,255,255,.045);
      border: 1px solid rgba(255,255,255,.075);
    }

    .nav-links a {
      padding: 9px 15px;
      border-radius: 999px;
      color: rgba(255,255,255,.76);
      font-size: 14px;
      font-weight: 700;
      white-space: nowrap;
    }

    .nav-links a:hover,
    .nav-links a:focus {
      color: #fff;
      background: rgba(255,255,255,.09);
      outline: none;
    }

    .nav-links a.active {
      color: #150811;
      background: linear-gradient(135deg, #ff9f1c, #ff2f7d);
      box-shadow: 0 10px 28px rgba(255, 159, 28, .26);
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .search-pill {
      width: 210px;
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 9px 13px;
      border: 1px solid rgba(255,255,255,.11);
      border-radius: 999px;
      background: rgba(255,255,255,.055);
      color: var(--faint);
      font-size: 13px;
    }

    .search-pill span:first-child {
      color: var(--orange);
    }

    .btn-energy,
    .btn-ghost,
    .btn-warning-line {
      border: 0;
      border-radius: 999px;
      min-height: 44px;
      padding: 11px 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      font-weight: 850;
      line-height: 1.1;
      transition: transform .22s ease, box-shadow .22s ease, filter .22s ease, background .22s ease, border-color .22s ease;
    }

    .btn-energy {
      color: #fff;
      background: var(--gradient-orange);
      background-size: 160% 160%;
      box-shadow: 0 14px 36px rgba(255, 159, 28, .28), 0 0 0 1px rgba(255,255,255,.14) inset;
    }

    .btn-energy:hover,
    .btn-energy:focus {
      color: #fff;
      transform: translateY(-2px);
      filter: brightness(1.08);
      box-shadow: 0 18px 46px rgba(255, 47, 125, .34), 0 0 0 1px rgba(255,255,255,.2) inset;
      outline: none;
    }

    .btn-ghost {
      color: #fff;
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.15);
    }

    .btn-ghost:hover,
    .btn-ghost:focus {
      color: #fff;
      background: rgba(255,255,255,.1);
      border-color: rgba(255,159,28,.45);
      transform: translateY(-2px);
      outline: none;
    }

    .btn-warning-line {
      color: #ffd7b3;
      background: rgba(255,159,28,.08);
      border: 1px solid rgba(255,159,28,.28);
    }

    .mobile-toggle {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.14);
      background: rgba(255,255,255,.07);
      color: #fff;
      display: none;
      align-items: center;
      justify-content: center;
      font-size: 24px;
    }

    .offcanvas {
      background: #100915;
      color: var(--text);
      border-left: 1px solid rgba(255,255,255,.12);
    }

    .offcanvas .btn-close {
      filter: invert(1);
      opacity: .8;
    }

    .mobile-nav a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 14px 4px;
      border-bottom: 1px solid rgba(255,255,255,.08);
      color: rgba(255,255,255,.78);
      font-weight: 800;
    }

    .mobile-nav a.active {
      color: var(--orange);
    }

    .page-hero {
      position: relative;
      padding: 138px 0 74px;
      overflow: hidden;
    }

    .page-hero::after {
      content: "";
      position: absolute;
      inset: auto -12% 0 -12%;
      height: 180px;
      background: linear-gradient(180deg, transparent, rgba(9,7,15,.96));
      pointer-events: none;
    }

    .hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, .92fr) minmax(360px, .68fr);
      gap: 30px;
      align-items: stretch;
    }

    .breadcrumb-pill {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 8px 12px;
      margin-bottom: 18px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.12);
      background: rgba(255,255,255,.055);
      color: var(--muted);
      font-size: 13px;
      font-weight: 750;
    }

    .breadcrumb-pill a {
      color: #fff;
    }

    .hero-kicker,
    .section-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      width: fit-content;
      padding: 7px 12px;
      border-radius: 999px;
      color: #231008;
      background: linear-gradient(135deg, var(--orange), #ffe08a);
      font-size: 13px;
      font-weight: 900;
      box-shadow: 0 12px 32px rgba(255,159,28,.18);
    }

    .hero-title {
      margin: 18px 0 18px;
      max-width: 760px;
      font-size: clamp(36px, 5vw, 66px);
      line-height: 1.08;
      font-weight: 950;
      letter-spacing: 0;
    }

    .gradient-text {
      background: linear-gradient(135deg, #fff, #ffd190 38%, #ff2f7d 74%, #8b5cf6);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .hero-summary {
      max-width: 730px;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.85;
      margin-bottom: 24px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 24px;
    }

    .status-strip {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 12px;
    }

    .status-chip,
    .tag-chip {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 11px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.12);
      background: rgba(255,255,255,.06);
      color: rgba(255,255,255,.78);
      font-size: 13px;
      font-weight: 750;
    }

    .status-chip b,
    .tag-chip b {
      color: var(--orange);
      font-weight: 950;
    }

    .recommend-card {
      position: relative;
      min-height: 100%;
      padding: 24px;
      border-radius: 32px;
      background:
        linear-gradient(145deg, rgba(255,159,28,.17), rgba(255,47,125,.08) 34%, rgba(255,255,255,.065)),
        rgba(255,255,255,.055);
      border: 1px solid rgba(255,159,28,.32);
      box-shadow: var(--shadow-orange);
      overflow: hidden;
    }

    .recommend-card::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      padding: 1px;
      background: var(--gradient-orange);
      mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      mask-composite: exclude;
      pointer-events: none;
      opacity: .75;
    }

    .recommend-card::after {
      content: "";
      position: absolute;
      width: 170px;
      height: 170px;
      right: -58px;
      top: -52px;
      border-radius: 50%;
      border: 26px solid rgba(255,159,28,.16);
      box-shadow: 0 0 60px rgba(255,47,125,.18);
    }

    .recommend-head {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 20px;
    }

    .level-badge {
      display: inline-flex;
      align-items: center;
      height: 34px;
      padding: 0 12px;
      border-radius: 999px;
      background: rgba(32,240,192,.14);
      border: 1px solid rgba(32,240,192,.35);
      color: #bbfff1;
      font-size: 13px;
      font-weight: 900;
    }

    .recommend-card h2 {
      position: relative;
      z-index: 1;
      margin: 0 0 10px;
      font-size: 28px;
      line-height: 1.18;
      font-weight: 900;
    }

    .recommend-card p {
      position: relative;
      z-index: 1;
      color: var(--muted);
      margin: 0 0 20px;
    }

    .option-list {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 12px;
      margin: 0 0 22px;
      padding: 0;
      list-style: none;
    }

    .option-list li {
      display: flex;
      gap: 12px;
      padding: 13px;
      border-radius: 18px;
      background: rgba(0,0,0,.22);
      border: 1px solid rgba(255,255,255,.1);
    }

    .option-list .dot {
      width: 22px;
      height: 22px;
      flex: 0 0 22px;
      border-radius: 8px;
      background: linear-gradient(135deg, var(--orange), var(--pink));
      box-shadow: 0 0 22px rgba(255,159,28,.28);
      margin-top: 2px;
    }

    .option-list strong {
      display: block;
      color: #fff;
      line-height: 1.25;
      margin-bottom: 2px;
    }

    .option-list span {
      color: var(--faint);
      font-size: 14px;
      line-height: 1.55;
    }

    .section {
      position: relative;
      padding: 84px 0;
    }

    .section.compact {
      padding-top: 54px;
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 22px;
      margin-bottom: 28px;
    }

    .section-title {
      margin: 12px 0 0;
      font-size: clamp(28px, 3.4vw, 42px);
      line-height: 1.18;
      font-weight: 930;
      letter-spacing: 0;
    }

    .section-desc {
      max-width: 520px;
      color: var(--muted);
      margin: 0;
    }

    .task-checklist {
      display: grid;
      grid-template-columns: .78fr 1.22fr;
      gap: 24px;
      align-items: start;
    }

    .task-panel,
    .notice-panel,
    .faq-panel,
    .cta-panel,
    .matrix-card {
      border: 1px solid var(--border);
      background: var(--panel);
      backdrop-filter: blur(16px);
      box-shadow: var(--shadow-panel);
    }

    .task-panel {
      position: sticky;
      top: 108px;
      border-radius: var(--radius-lg);
      padding: 22px;
    }

    .task-panel h2,
    .notice-panel h2,
    .faq-panel h2 {
      font-size: 25px;
      font-weight: 900;
      line-height: 1.25;
      margin: 0 0 12px;
    }

    .task-panel p,
    .notice-panel p {
      color: var(--muted);
      margin: 0;
    }

    .task-items {
      display: grid;
      gap: 14px;
      margin-top: 20px;
    }

    .task-item {
      position: relative;
      padding: 15px 15px 15px 52px;
      border-radius: 18px;
      background: rgba(255,255,255,.055);
      border: 1px solid rgba(255,255,255,.1);
      overflow: hidden;
    }

    .task-item::before {
      content: attr(data-step);
      position: absolute;
      left: 14px;
      top: 16px;
      width: 26px;
      height: 26px;
      display: grid;
      place-items: center;
      border-radius: 10px;
      color: #1c0a08;
      background: linear-gradient(135deg, var(--orange), #ffe08a);
      font-size: 12px;
      font-weight: 950;
    }

    .task-item strong {
      display: block;
      margin-bottom: 3px;
      color: #fff;
      font-size: 16px;
    }

    .task-item span {
      display: block;
      color: var(--faint);
      font-size: 14px;
      line-height: 1.6;
    }

    .energy-bar {
      height: 7px;
      margin-top: 14px;
      overflow: hidden;
      border-radius: 999px;
      background: rgba(255,255,255,.08);
    }

    .energy-bar i {
      display: block;
      height: 100%;
      width: var(--w, 70%);
      border-radius: inherit;
      background: var(--gradient-orange);
      box-shadow: 0 0 22px rgba(255,159,28,.4);
    }

    .channel-tabs {
      display: flex;
      gap: 10px;
      overflow-x: auto;
      padding: 0 0 14px;
      scrollbar-width: thin;
      scrollbar-color: rgba(255,159,28,.6) rgba(255,255,255,.08);
    }

    .channel-tabs .tag-chip {
      flex: 0 0 auto;
    }

    .bento-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-auto-rows: minmax(146px, auto);
      gap: 16px;
    }

    .matrix-card {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 20px;
      border-radius: 24px;
      overflow: hidden;
      transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease, background .24s ease;
    }

    .matrix-card:hover {
      transform: translateY(-4px);
      border-color: var(--border-hot);
      background: var(--panel-strong);
      box-shadow: 0 22px 58px rgba(255,159,28,.16);
    }

    .matrix-card::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 3px;
      background: var(--gradient-orange);
      transform: translateX(-35%);
      opacity: .75;
      transition: transform .24s ease, opacity .24s ease;
    }

    .matrix-card:hover::before {
      transform: translateX(0);
      opacity: 1;
    }

    .matrix-card.large {
      grid-column: span 3;
      grid-row: span 2;
      min-height: 310px;
      background:
        radial-gradient(circle at 84% 20%, rgba(255,159,28,.16), transparent 38%),
        rgba(255,255,255,.07);
    }

    .matrix-card.medium {
      grid-column: span 3;
    }

    .matrix-card.small {
      grid-column: span 2;
    }

    .card-top {
      display: flex;
      align-items: start;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 18px;
    }

    .icon-tile {
      width: 44px;
      height: 44px;
      display: grid;
      place-items: center;
      border-radius: 16px;
      color: #210b08;
      background: linear-gradient(135deg, var(--orange), #ffe08a);
      box-shadow: 0 12px 30px rgba(255,159,28,.2);
      font-size: 20px;
      font-weight: 950;
    }

    .state-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 10px;
      border-radius: 999px;
      color: #cbfff5;
      background: rgba(32,240,192,.12);
      border: 1px solid rgba(32,240,192,.28);
      font-size: 12px;
      font-weight: 850;
      white-space: nowrap;
    }

    .matrix-card h3 {
      margin: 0 0 8px;
      font-size: 22px;
      line-height: 1.25;
      font-weight: 900;
    }

    .matrix-card.large h3 {
      font-size: 28px;
    }

    .matrix-card p {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
    }

    .card-foot {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-top: 20px;
      padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,.1);
    }

    .mini-link {
      color: #ffd69b;
      font-size: 14px;
      font-weight: 900;
    }

    .mini-link:hover {
      color: #fff;
    }

    .rank {
      color: var(--faint);
      font-size: 13px;
      font-weight: 800;
    }

    .notice-grid {
      display: grid;
      grid-template-columns: 1.04fr .96fr;
      gap: 22px;
      align-items: stretch;
    }

    .notice-panel {
      border-radius: var(--radius-lg);
      padding: 26px;
      overflow: hidden;
      position: relative;
    }

    .notice-panel.hot {
      border-color: rgba(255,159,28,.34);
      background:
        linear-gradient(135deg, rgba(255,159,28,.12), rgba(255,47,125,.08)),
        var(--panel);
    }

    .notice-panel::after {
      content: "";
      position: absolute;
      right: -36px;
      bottom: -46px;
      width: 140px;
      height: 140px;
      border-radius: 50%;
      border: 20px solid rgba(255,255,255,.055);
    }

    .notice-list {
      display: grid;
      gap: 12px;
      margin: 20px 0 0;
      padding: 0;
      list-style: none;
    }

    .notice-list li {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      color: var(--muted);
      padding: 12px 0;
      border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .notice-list li:last-child {
      border-bottom: 0;
    }

    .notice-list b {
      color: var(--orange);
      flex: 0 0 auto;
    }

    .proof-row {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    .proof-card {
      min-height: 168px;
      border-radius: 24px;
      padding: 20px;
      background: rgba(255,255,255,.055);
      border: 1px solid rgba(255,255,255,.11);
      box-shadow: var(--shadow-panel);
      transition: transform .22s ease, border-color .22s ease, background .22s ease;
    }

    .proof-card:hover {
      transform: translateY(-4px);
      border-color: rgba(255,159,28,.38);
      background: rgba(255,255,255,.08);
    }

    .proof-card .num {
      display: block;
      margin-bottom: 10px;
      color: #fff;
      font-size: 30px;
      line-height: 1;
      font-weight: 950;
    }

    .proof-card .num em {
      color: var(--orange);
      font-style: normal;
    }

    .proof-card strong {
      display: block;
      margin-bottom: 7px;
      font-size: 17px;
    }

    .proof-card p {
      margin: 0;
      color: var(--faint);
      font-size: 14px;
      line-height: 1.65;
    }

    .faq-panel {
      border-radius: var(--radius-lg);
      padding: 26px;
    }

    .accordion {
      --bs-accordion-bg: transparent;
      --bs-accordion-border-color: rgba(255,255,255,.1);
      --bs-accordion-btn-focus-box-shadow: 0 0 0 .22rem rgba(255,159,28,.18);
      --bs-accordion-active-bg: rgba(255,159,28,.09);
      --bs-accordion-active-color: #fff;
      display: grid;
      gap: 12px;
    }

    .accordion-item {
      overflow: hidden;
      border-radius: 18px !important;
      border: 1px solid rgba(255,255,255,.12) !important;
      background: rgba(255,255,255,.045);
    }

    .accordion-button {
      color: #fff;
      background: transparent;
      font-weight: 850;
      line-height: 1.45;
      padding: 17px 18px;
      box-shadow: none !important;
    }

    .accordion-button:not(.collapsed) {
      background: rgba(255,159,28,.08);
      color: #fff;
      border-bottom: 1px solid rgba(255,159,28,.18);
    }

    .accordion-button::after {
      filter: invert(1);
      opacity: .78;
    }

    .accordion-body {
      color: var(--muted);
      padding: 16px 18px 20px;
    }

    .cta-panel {
      position: relative;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 24px;
      align-items: center;
      padding: 32px;
      border-radius: 32px;
      overflow: hidden;
      background:
        radial-gradient(circle at 10% 20%, rgba(255,159,28,.18), transparent 34%),
        linear-gradient(135deg, rgba(255,47,125,.13), rgba(139,92,246,.09)),
        rgba(255,255,255,.06);
      border-color: rgba(255,159,28,.28);
      box-shadow: var(--shadow-orange);
    }

    .cta-panel::before {
      content: "";
      position: absolute;
      left: 24px;
      right: 24px;
      top: 0;
      height: 4px;
      border-radius: 999px;
      background: var(--gradient-orange);
    }

    .cta-panel h2 {
      margin: 0 0 10px;
      font-size: clamp(26px, 3.3vw, 40px);
      line-height: 1.18;
      font-weight: 950;
    }

    .cta-panel p {
      margin: 0;
      max-width: 700px;
      color: var(--muted);
    }

    .cta-actions {
      display: flex;
      flex-direction: column;
      gap: 12px;
      min-width: 210px;
    }

    .footer {
      position: relative;
      padding: 54px 0 34px;
      background: #050308;
      border-top: 1px solid rgba(255,255,255,.1);
    }

    .footer::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 2px;
      background: var(--gradient-orange);
      opacity: .85;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.3fr .7fr .7fr;
      gap: 34px;
      align-items: start;
    }

    .footer p {
      max-width: 460px;
      margin: 0;
      color: var(--muted);
      font-size: 14px;
    }

    .footer h3 {
      margin: 0 0 12px;
      color: #fff;
      font-size: 16px;
      font-weight: 900;
    }

    .footer-links {
      display: grid;
      gap: 9px;
    }

    .footer-links a {
      color: rgba(255,255,255,.66);
      font-size: 14px;
    }

    .footer-links a:hover {
      color: var(--orange);
      transform: translateX(3px);
    }

    .footer-note {
      margin-top: 34px;
      padding-top: 20px;
      border-top: 1px solid rgba(255,255,255,.08);
      color: rgba(255,255,255,.5);
      font-size: 13px;
    }

    @media (max-width: 1100px) {
      .hero-grid,
      .task-checklist,
      .notice-grid {
        grid-template-columns: 1fr;
      }

      .task-panel {
        position: relative;
        top: auto;
      }

      .search-pill {
        display: none;
      }

      .bento-grid {
        grid-template-columns: repeat(4, 1fr);
      }

      .matrix-card.large,
      .matrix-card.medium {
        grid-column: span 4;
      }

      .matrix-card.small {
        grid-column: span 2;
      }

      .proof-row {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 860px) {
      .site-header {
        top: 12px;
      }

      .nav-shell {
        border-radius: 24px;
        padding: 10px 12px;
      }

      .brand-text {
        max-width: 210px;
      }

      .nav-links,
      .nav-actions .btn-energy {
        display: none;
      }

      .mobile-toggle {
        display: inline-flex;
      }

      .page-hero {
        padding-top: 116px;
      }

      .section {
        padding: 64px 0;
      }

      .section-head {
        display: block;
      }

      .section-desc {
        margin-top: 12px;
      }

      .cta-panel {
        grid-template-columns: 1fr;
      }

      .cta-actions {
        min-width: 0;
        flex-direction: row;
        flex-wrap: wrap;
      }

      .footer-grid {
        grid-template-columns: 1fr;
        gap: 26px;
      }
    }

    @media (max-width: 620px) {
      .container-wide {
        width: min(100% - 24px, 1240px);
      }

      .brand-text {
        max-width: 176px;
        font-size: 15px;
      }

      .hero-title {
        font-size: clamp(34px, 11vw, 42px);
      }

      .hero-summary {
        font-size: 16px;
      }

      .hero-actions .btn-energy,
      .hero-actions .btn-ghost,
      .recommend-card .btn-energy,
      .cta-actions .btn-energy,
      .cta-actions .btn-ghost {
        width: 100%;
      }

      .recommend-card,
      .task-panel,
      .notice-panel,
      .faq-panel,
      .cta-panel {
        border-radius: 24px;
        padding: 20px;
      }

      .bento-grid {
        grid-template-columns: 1fr;
      }

      .matrix-card.large,
      .matrix-card.medium,
      .matrix-card.small {
        grid-column: span 1;
        min-height: auto;
      }

      .proof-row {
        grid-template-columns: 1fr;
      }

      .cta-actions {
        flex-direction: column;
      }
    }

    @media (max-width: 420px) {
      .nav-shell {
        width: calc(100% - 20px);
      }

      .brand-mark {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
      }

      .brand-text {
        max-width: 145px;
      }

      .breadcrumb-pill {
        max-width: 100%;
        flex-wrap: wrap;
      }

      .status-chip,
      .tag-chip {
        font-size: 12px;
      }

      .card-foot {
        align-items: flex-start;
        flex-direction: column;
      }
    }

/* roulang page: category1 */
:root{
      --bg-0:#09070f;
      --bg-1:#120918;
      --bg-2:#1a0d1f;
      --panel:rgba(255,255,255,.065);
      --panel-strong:rgba(255,255,255,.095);
      --line:rgba(255,255,255,.13);
      --line-strong:rgba(255,255,255,.22);
      --text:#fff7fb;
      --muted:#c9b7ca;
      --muted-2:#8d7c92;
      --hot:#ff2f7d;
      --violet:#8b5cf6;
      --orange:#ff9f1c;
      --mint:#20f0c0;
      --danger:#ff5a3d;
      --grad:linear-gradient(135deg,#ff2f7d 0%,#8b5cf6 48%,#ff9f1c 100%);
      --grad-soft:linear-gradient(135deg,rgba(255,47,125,.18),rgba(139,92,246,.16),rgba(255,159,28,.12));
      --shadow:0 22px 70px rgba(255,47,125,.18);
      --shadow-violet:0 18px 54px rgba(139,92,246,.18);
      --radius-xl:32px;
      --radius-lg:24px;
      --radius-md:18px;
      --radius-sm:12px;
      --container:1220px;
      --nav-h:76px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 12% 8%,rgba(255,47,125,.18),transparent 28%),
        radial-gradient(circle at 88% 20%,rgba(139,92,246,.20),transparent 30%),
        radial-gradient(circle at 62% 82%,rgba(255,159,28,.10),transparent 34%),
        linear-gradient(180deg,var(--bg-0),var(--bg-1) 46%,#08060c 100%);
      min-height:100vh;
      line-height:1.75;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.18;
      background-image:
        linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
      background-size:44px 44px;
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.95),rgba(0,0,0,.2));
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:color .22s ease,background .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease}
    img{max-width:100%;height:auto;display:block}
    button,input{font:inherit}
    ::selection{background:rgba(255,47,125,.35);color:#fff}
    .container-wide{
      width:min(100% - 40px,var(--container));
      margin-inline:auto;
    }
    .site-header{
      position:fixed;
      top:16px;
      left:0;
      right:0;
      z-index:1040;
      transition:all .28s ease;
      pointer-events:none;
    }
    .site-header .nav-shell{
      pointer-events:auto;
      width:min(100% - 40px,var(--container));
      margin-inline:auto;
      min-height:var(--nav-h);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:12px 14px 12px 18px;
      border:1px solid rgba(255,255,255,.12);
      border-radius:999px;
      background:rgba(12,8,18,.48);
      backdrop-filter:blur(18px);
      -webkit-backdrop-filter:blur(18px);
      box-shadow:0 12px 40px rgba(0,0,0,.25);
    }
    .site-header.is-scrolled{
      top:8px;
    }
    .site-header.is-scrolled .nav-shell{
      background:rgba(10,7,16,.92);
      border-color:rgba(255,255,255,.18);
      box-shadow:0 18px 54px rgba(0,0,0,.42),0 0 0 1px rgba(255,47,125,.06) inset;
    }
    .brand{
      display:inline-flex;
      align-items:center;
      gap:11px;
      min-width:0;
      font-weight:900;
      letter-spacing:-.02em;
      color:#fff;
      white-space:nowrap;
    }
    .brand-mark{
      width:36px;
      height:36px;
      flex:0 0 auto;
      display:inline-block;
      border-radius:13px;
      background:
        radial-gradient(circle at 35% 28%,rgba(255,255,255,.9),transparent 14%),
        conic-gradient(from 210deg,var(--hot),var(--violet),var(--orange),var(--hot));
      box-shadow:0 0 24px rgba(255,47,125,.45),0 0 0 6px rgba(255,47,125,.08);
      position:relative;
    }
    .brand-mark:after{
      content:"";
      position:absolute;
      width:13px;
      height:13px;
      right:5px;
      bottom:5px;
      border-radius:50%;
      background:var(--mint);
      box-shadow:0 0 16px rgba(32,240,192,.72);
    }
    .brand-text{
      display:inline-block;
      max-width:290px;
      overflow:hidden;
      text-overflow:ellipsis;
      font-size:17px;
      line-height:1.15;
    }
    .nav-links{
      display:flex;
      align-items:center;
      gap:6px;
      padding:4px;
      border-radius:999px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,255,255,.08);
    }
    .nav-links a{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:42px;
      padding:0 18px;
      border-radius:999px;
      color:rgba(255,255,255,.78);
      font-weight:800;
      font-size:14px;
    }
    .nav-links a:hover{
      color:#fff;
      background:rgba(255,255,255,.08);
    }
    .nav-links a.active{
      color:#fff;
      background:var(--grad);
      box-shadow:0 10px 28px rgba(255,47,125,.28);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .mini-search{
      width:206px;
      height:44px;
      display:flex;
      align-items:center;
      gap:8px;
      padding:0 14px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.13);
      background:rgba(255,255,255,.055);
      color:var(--muted);
      font-size:13px;
    }
    .mini-search .dot{
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--mint);
      box-shadow:0 0 12px rgba(32,240,192,.8);
      flex:0 0 auto;
    }
    .btn-glow,.btn-ghost,.btn-age{
      min-height:46px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      border-radius:999px;
      padding:0 20px;
      border:0;
      font-weight:900;
      letter-spacing:.01em;
      transition:transform .22s ease,box-shadow .22s ease,filter .22s ease,background .22s ease,border-color .22s ease;
    }
    .btn-glow{
      color:#fff;
      background-size:180% 180%;
      background-image:var(--grad);
      box-shadow:0 16px 38px rgba(255,47,125,.32);
    }
    .btn-glow:hover,.btn-glow:focus{
      color:#fff;
      transform:translateY(-2px);
      filter:brightness(1.08);
      box-shadow:0 20px 54px rgba(255,47,125,.42),0 0 0 4px rgba(255,47,125,.12);
      background-position:100% 50%;
    }
    .btn-ghost{
      color:#fff;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.14);
    }
    .btn-ghost:hover,.btn-ghost:focus{
      color:#fff;
      background:rgba(255,255,255,.105);
      border-color:rgba(255,47,125,.38);
      box-shadow:0 12px 32px rgba(139,92,246,.18);
      transform:translateY(-2px);
    }
    .btn-age{
      color:#fff;
      background:linear-gradient(135deg,rgba(255,90,61,.92),rgba(255,159,28,.92));
      box-shadow:0 14px 34px rgba(255,90,61,.25);
    }
    .btn-age:hover{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 18px 42px rgba(255,90,61,.36);
    }
    .mobile-toggle{
      width:46px;
      height:46px;
      display:none;
      align-items:center;
      justify-content:center;
      border-radius:50%;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.07);
      color:#fff;
    }
    .offcanvas{
      background:#0d0913;
      color:#fff;
    }
    .offcanvas-header{
      border-bottom:1px solid rgba(255,255,255,.1);
    }
    .mobile-nav{
      display:grid;
      gap:10px;
      padding-top:12px;
    }
    .mobile-nav a{
      padding:14px 16px;
      border-radius:16px;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.1);
      font-weight:800;
      color:#fff;
    }
    .mobile-nav a.active{
      background:var(--grad);
      border-color:transparent;
    }
    .hero-inner{
      position:relative;
      padding:148px 0 72px;
      overflow:hidden;
    }
    .hero-inner:before{
      content:"";
      position:absolute;
      inset:-160px -80px auto auto;
      width:560px;
      height:560px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(255,47,125,.28),transparent 64%);
      filter:blur(6px);
      pointer-events:none;
    }
    .hero-inner:after{
      content:"";
      position:absolute;
      left:-150px;
      top:210px;
      width:430px;
      height:430px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(32,240,192,.13),transparent 70%);
      pointer-events:none;
    }
    .crumb{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      align-items:center;
      margin-bottom:24px;
      position:relative;
      z-index:1;
    }
    .crumb a,.crumb span{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:34px;
      padding:0 13px;
      border-radius:999px;
      color:rgba(255,255,255,.76);
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.11);
      font-size:13px;
      font-weight:800;
    }
    .crumb span{
      color:#fff;
      background:rgba(255,47,125,.12);
      border-color:rgba(255,47,125,.25);
    }
    .hero-panel{
      position:relative;
      z-index:1;
      border-radius:var(--radius-xl);
      border:1px solid rgba(255,255,255,.13);
      background:
        linear-gradient(135deg,rgba(255,255,255,.095),rgba(255,255,255,.035)),
        radial-gradient(circle at 82% 22%,rgba(255,159,28,.16),transparent 28%),
        rgba(16,10,24,.76);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .hero-panel:before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(90deg,rgba(255,47,125,.28),transparent 32%,rgba(139,92,246,.16) 74%,rgba(255,159,28,.18));
      height:3px;
    }
    .hero-content{
      padding:42px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:9px;
      min-height:36px;
      padding:0 14px;
      border-radius:999px;
      border:1px solid rgba(255,47,125,.28);
      background:rgba(255,47,125,.10);
      color:#ffd6e5;
      font-weight:900;
      font-size:14px;
      margin-bottom:18px;
    }
    .eyebrow:before{
      content:"";
      width:9px;
      height:9px;
      border-radius:50%;
      background:var(--hot);
      box-shadow:0 0 18px rgba(255,47,125,.9);
    }
    h1{
      font-size:clamp(36px,5vw,64px);
      line-height:1.08;
      font-weight:950;
      letter-spacing:-.055em;
      margin:0 0 18px;
    }
    .grad-text{
      background:var(--grad);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .lead{
      color:#dfccdf;
      font-size:18px;
      line-height:1.85;
      max-width:760px;
      margin-bottom:26px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      align-items:center;
      margin-bottom:24px;
    }
    .notice-strip{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
      padding:12px 14px;
      border-radius:18px;
      background:rgba(255,159,28,.08);
      border:1px solid rgba(255,159,28,.20);
      color:#ffe9c5;
      font-size:14px;
    }
    .notice-strip strong{color:#fff}
    .time-card{
      height:100%;
      padding:28px;
      border-left:1px solid rgba(255,255,255,.10);
      background:
        radial-gradient(circle at 52% 12%,rgba(139,92,246,.26),transparent 36%),
        rgba(255,255,255,.03);
    }
    .time-card h2{
      font-size:24px;
      font-weight:900;
      margin:0 0 6px;
    }
    .time-card p{
      color:var(--muted);
      margin:0 0 18px;
      font-size:15px;
    }
    .slot-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
      margin-bottom:18px;
    }
    .slot{
      padding:14px;
      border-radius:18px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.055);
      transition:all .22s ease;
    }
    .slot:hover,.slot.active{
      transform:translateY(-3px);
      border-color:rgba(255,47,125,.42);
      background:rgba(255,47,125,.11);
      box-shadow:0 14px 34px rgba(255,47,125,.14);
    }
    .slot b{
      display:block;
      font-size:15px;
      color:#fff;
      margin-bottom:3px;
    }
    .slot span{
      color:var(--muted);
      font-size:12px;
      font-weight:700;
    }
    .progress-box{
      padding:16px;
      border-radius:22px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(0,0,0,.22);
    }
    .progress-label{
      display:flex;
      justify-content:space-between;
      gap:12px;
      color:#fff;
      font-size:13px;
      font-weight:900;
      margin-bottom:10px;
    }
    .energy-bar{
      height:10px;
      overflow:hidden;
      border-radius:999px;
      background:rgba(255,255,255,.09);
    }
    .energy-bar span{
      display:block;
      height:100%;
      width:78%;
      border-radius:inherit;
      background:var(--grad);
      box-shadow:0 0 22px rgba(255,47,125,.45);
    }
    main{position:relative}
    .section{
      padding:84px 0;
      position:relative;
    }
    .section-sm{padding:62px 0}
    .section-head{
      display:grid;
      grid-template-columns:minmax(0,1fr) minmax(260px,420px);
      gap:28px;
      align-items:end;
      margin-bottom:30px;
    }
    .section-kicker{
      color:#ffbad4;
      font-size:14px;
      font-weight:950;
      letter-spacing:.08em;
      margin-bottom:8px;
    }
    .section-title{
      font-size:clamp(28px,3.3vw,42px);
      line-height:1.15;
      font-weight:950;
      letter-spacing:-.04em;
      margin:0;
    }
    .section-summary{
      margin:0;
      color:var(--muted);
      font-size:16px;
    }
    .filter-panel,.task-card,.entry-card,.side-card,.proof-card,.cta-panel{
      border:1px solid rgba(255,255,255,.12);
      background:
        linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.035)),
        rgba(18,10,25,.72);
      border-radius:var(--radius-lg);
      box-shadow:0 18px 55px rgba(0,0,0,.20);
      position:relative;
      overflow:hidden;
    }
    .filter-panel{
      padding:20px;
      margin-bottom:26px;
    }
    .filter-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
      justify-content:space-between;
    }
    .filter-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:7px;
      min-height:36px;
      padding:0 13px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.055);
      color:#eaddeb;
      font-size:13px;
      font-weight:900;
    }
    .tag.hot{
      border-color:rgba(255,47,125,.34);
      background:rgba(255,47,125,.12);
      color:#fff;
    }
    .tag.mint{
      border-color:rgba(32,240,192,.30);
      background:rgba(32,240,192,.08);
      color:#c8fff3;
    }
    .sort-actions{
      display:flex;
      gap:8px;
      flex-wrap:wrap;
    }
    .sort-btn{
      min-height:36px;
      padding:0 12px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.045);
      color:var(--muted);
      font-weight:850;
      font-size:13px;
    }
    .sort-btn:hover,.sort-btn.active{
      color:#fff;
      border-color:rgba(255,159,28,.36);
      background:rgba(255,159,28,.10);
    }
    .task-strip{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:22px;
      align-items:stretch;
    }
    .task-card{
      padding:26px;
    }
    .task-card:before,.entry-card:before,.side-card:before,.proof-card:before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      right:0;
      height:3px;
      background:linear-gradient(90deg,var(--hot),var(--violet),var(--orange));
      opacity:.85;
    }
    .task-list{
      display:grid;
      gap:14px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .task-item{
      display:grid;
      grid-template-columns:44px 1fr auto;
      gap:14px;
      align-items:center;
      padding:14px;
      border-radius:18px;
      border:1px solid rgba(255,255,255,.10);
      background:rgba(255,255,255,.045);
      transition:all .22s ease;
    }
    .task-item:hover{
      transform:translateX(3px);
      background:rgba(255,255,255,.075);
      border-color:rgba(255,47,125,.28);
    }
    .num{
      width:44px;
      height:44px;
      display:grid;
      place-items:center;
      border-radius:16px;
      background:rgba(255,47,125,.14);
      color:#fff;
      font-weight:950;
      box-shadow:0 0 0 1px rgba(255,47,125,.24) inset;
    }
    .task-item h3{
      margin:0 0 2px;
      font-size:16px;
      font-weight:950;
    }
    .task-item p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.5;
    }
    .status{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:28px;
      padding:0 10px;
      border-radius:999px;
      background:rgba(32,240,192,.10);
      color:#bafff0;
      border:1px solid rgba(32,240,192,.24);
      font-size:12px;
      font-weight:950;
      white-space:nowrap;
    }
    .matrix{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:14px;
    }
    .matrix-cell{
      min-height:116px;
      padding:18px;
      border-radius:22px;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.10);
      position:relative;
      overflow:hidden;
    }
    .matrix-cell:nth-child(1){grid-row:span 2;background:linear-gradient(135deg,rgba(255,47,125,.13),rgba(255,255,255,.045))}
    .matrix-cell:after{
      content:"";
      position:absolute;
      right:-24px;
      bottom:-24px;
      width:86px;
      height:86px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(255,159,28,.28),transparent 68%);
    }
    .matrix-cell b{
      display:block;
      font-size:22px;
      line-height:1.1;
      margin-bottom:8px;
    }
    .matrix-cell span{
      color:var(--muted);
      font-size:13px;
    }
    .content-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 330px;
      gap:24px;
      align-items:start;
    }
    .entry-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:18px;
    }
    .entry-card{
      padding:24px;
      transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease,background .24s ease;
      min-height:245px;
      display:flex;
      flex-direction:column;
    }
    .entry-card:hover{
      transform:translateY(-5px);
      border-color:rgba(255,47,125,.38);
      box-shadow:0 20px 58px rgba(255,47,125,.16);
      background:
        linear-gradient(135deg,rgba(255,47,125,.10),rgba(139,92,246,.07)),
        rgba(18,10,25,.84);
    }
    .card-top{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
      margin-bottom:18px;
    }
    .icon-badge{
      width:52px;
      height:52px;
      display:grid;
      place-items:center;
      border-radius:18px;
      background:var(--grad-soft);
      border:1px solid rgba(255,255,255,.12);
      font-size:24px;
      box-shadow:0 12px 28px rgba(139,92,246,.16);
    }
    .entry-card h3{
      font-size:22px;
      line-height:1.22;
      font-weight:950;
      margin:0 0 10px;
    }
    .entry-card p{
      color:var(--muted);
      margin:0 0 16px;
      font-size:15px;
      line-height:1.72;
      flex:1;
    }
    .card-foot{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding-top:14px;
      border-top:1px solid rgba(255,255,255,.09);
    }
    .mini-cta{
      color:#fff;
      font-weight:950;
      font-size:14px;
    }
    .mini-cta:hover{color:#ffd0e0}
    .sidebar{
      position:sticky;
      top:108px;
      display:grid;
      gap:16px;
    }
    .side-card{
      padding:22px;
    }
    .side-card h3{
      font-size:18px;
      font-weight:950;
      margin:0 0 12px;
    }
    .side-card p{
      color:var(--muted);
      font-size:14px;
      margin:0 0 14px;
    }
    .side-list{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }
    .side-list li{
      display:flex;
      justify-content:space-between;
      gap:10px;
      padding:10px 0;
      border-bottom:1px solid rgba(255,255,255,.08);
      color:#eee;
      font-size:14px;
      font-weight:800;
    }
    .side-list li:last-child{border-bottom:0}
    .side-list span{color:var(--muted);font-weight:750}
    .proof-layout{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:22px;
    }
    .proof-card{
      padding:28px;
    }
    .proof-card.large{
      min-height:360px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      background:
        radial-gradient(circle at 18% 20%,rgba(255,47,125,.16),transparent 32%),
        linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.035)),
        rgba(18,10,25,.72);
    }
    .score{
      display:flex;
      gap:8px;
      flex-wrap:wrap;
      margin-bottom:20px;
    }
    .score span{
      display:inline-flex;
      align-items:center;
      min-height:30px;
      padding:0 10px;
      border-radius:999px;
      background:rgba(255,159,28,.10);
      border:1px solid rgba(255,159,28,.22);
      color:#ffe0ab;
      font-size:12px;
      font-weight:950;
    }
    .proof-card h3{
      font-size:26px;
      font-weight:950;
      line-height:1.22;
      margin:0 0 12px;
    }
    .proof-card p{
      color:var(--muted);
      margin:0;
    }
    .proof-stack{
      display:grid;
      gap:18px;
    }
    .metric-line{
      display:grid;
      gap:11px;
      margin-top:22px;
    }
    .metric{
      padding:13px;
      border-radius:16px;
      border:1px solid rgba(255,255,255,.10);
      background:rgba(255,255,255,.045);
    }
    .metric div{
      display:flex;
      justify-content:space-between;
      color:#fff;
      font-weight:950;
      font-size:13px;
      margin-bottom:8px;
    }
    .metric .energy-bar span{height:100%}
    .accordion{
      display:grid;
      gap:12px;
    }
    .accordion-item{
      border:1px solid rgba(255,255,255,.12)!important;
      border-radius:20px!important;
      overflow:hidden;
      background:rgba(255,255,255,.055)!important;
      color:#fff;
      box-shadow:none;
    }
    .accordion-button{
      background:rgba(255,255,255,.035)!important;
      color:#fff!important;
      font-weight:950;
      padding:20px 22px;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      background:linear-gradient(135deg,rgba(255,47,125,.15),rgba(139,92,246,.10))!important;
      border-bottom:1px solid rgba(255,255,255,.10);
    }
    .accordion-button:after{
      filter:invert(1) brightness(2);
      opacity:.75;
    }
    .accordion-button:focus{
      box-shadow:0 0 0 4px rgba(255,47,125,.16)!important;
      border-color:rgba(255,47,125,.28)!important;
    }
    .accordion-body{
      color:var(--muted);
      padding:18px 22px 22px;
      font-size:15px;
    }
    .cta-panel{
      padding:34px;
      display:grid;
      grid-template-columns:minmax(0,1fr) 360px;
      gap:28px;
      align-items:center;
      background:
        radial-gradient(circle at 78% 30%,rgba(255,159,28,.20),transparent 32%),
        radial-gradient(circle at 20% 72%,rgba(255,47,125,.18),transparent 32%),
        linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.035)),
        rgba(18,10,25,.82);
    }
    .cta-panel:before{
      content:"已阅读访问提示";
      position:absolute;
      top:18px;
      right:18px;
      padding:6px 12px;
      border-radius:999px;
      background:rgba(32,240,192,.10);
      border:1px solid rgba(32,240,192,.26);
      color:#bafff0;
      font-size:12px;
      font-weight:950;
    }
    .cta-panel h2{
      font-size:clamp(28px,3.2vw,42px);
      font-weight:950;
      letter-spacing:-.04em;
      line-height:1.14;
      margin:0 0 12px;
    }
    .cta-panel p{
      color:var(--muted);
      margin:0;
      max-width:720px;
    }
    .cta-actions{
      display:grid;
      gap:12px;
    }
    .cta-actions .btn-glow,.cta-actions .btn-ghost,.cta-actions .btn-age{
      width:100%;
    }
    .footer{
      background:#060409;
      border-top:1px solid rgba(255,255,255,.10);
      position:relative;
      padding:54px 0 28px;
    }
    .footer:before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      right:0;
      height:2px;
      background:linear-gradient(90deg,transparent,var(--hot),var(--violet),var(--orange),transparent);
      opacity:.75;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.3fr .7fr .7fr;
      gap:34px;
      align-items:start;
      margin-bottom:34px;
    }
    .footer p{
      color:var(--muted);
      margin:0;
      max-width:520px;
    }
    .footer h3{
      font-size:16px;
      font-weight:950;
      margin:0 0 14px;
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:var(--muted);
      font-size:14px;
      font-weight:800;
    }
    .footer-links a:hover{
      color:#fff;
      transform:translateX(3px);
    }
    .footer-note{
      padding-top:22px;
      border-top:1px solid rgba(255,255,255,.08);
      color:var(--muted-2);
      font-size:13px;
    }
    @media (max-width:1199px){
      .brand-text{max-width:230px}
      .mini-search{display:none}
      .hero-content{padding:36px}
      .time-card{padding:24px}
    }
    @media (max-width:991px){
      .nav-links,.nav-actions .btn-glow,.mini-search{display:none}
      .mobile-toggle{display:inline-flex}
      .site-header .nav-shell{min-height:66px}
      .hero-inner{padding-top:126px}
      .time-card{border-left:0;border-top:1px solid rgba(255,255,255,.10)}
      .section{padding:64px 0}
      .section-head{grid-template-columns:1fr}
      .task-strip,.content-layout,.proof-layout,.cta-panel{grid-template-columns:1fr}
      .sidebar{position:static}
      .entry-grid{grid-template-columns:1fr 1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
      .footer-grid>div:first-child{grid-column:1/-1}
    }
    @media (max-width:767px){
      .container-wide{width:min(100% - 24px,var(--container))}
      .site-header{top:10px}
      .site-header .nav-shell{width:min(100% - 24px,var(--container));padding:10px 10px 10px 14px;border-radius:24px}
      .brand-mark{width:34px;height:34px;border-radius:12px}
      .brand-text{max-width:190px;font-size:15px}
      .hero-inner{padding:108px 0 48px}
      .hero-content{padding:26px}
      .lead{font-size:16px}
      .hero-actions .btn-glow,.hero-actions .btn-ghost,.hero-actions .btn-age{width:100%}
      .slot-grid,.matrix,.entry-grid{grid-template-columns:1fr}
      .task-item{grid-template-columns:40px 1fr}
      .task-item .status{grid-column:2}
      .filter-row{align-items:flex-start}
      .sort-actions{width:100%}
      .sort-btn{flex:1}
      .section-sm{padding:48px 0}
      .cta-panel{padding:28px 22px;padding-top:56px}
      .cta-panel:before{left:22px;right:auto}
      .footer-grid{grid-template-columns:1fr}
    }
    @media (max-width:420px){
      h1{font-size:34px;letter-spacing:-.04em}
      .hero-content{padding:22px}
      .time-card{padding:20px}
      .entry-card,.task-card,.proof-card,.side-card{padding:20px}
      .brand-text{max-width:156px}
      .tag{font-size:12px;padding:0 10px}
    }
