/* roulang page: index */
:root{
      --bg:#080811;
      --bg-2:#10101a;
      --panel:#171827;
      --panel-2:#1d1e31;
      --panel-soft:rgba(255,255,255,.045);
      --text:#f8fafc;
      --muted:#cbd5e1;
      --muted-2:#94a3b8;
      --line:rgba(255,255,255,.10);
      --line-strong:rgba(139,92,246,.35);
      --purple:#8b5cf6;
      --pink:#ff3d8b;
      --cyan:#22d3ee;
      --yellow:#facc15;
      --green:#34d399;
      --danger:#fb7185;
      --white:#ffffff;
      --nav-text:#202033;
      --radius-sm:12px;
      --radius:18px;
      --radius-lg:26px;
      --radius-xl:34px;
      --shadow:0 18px 55px rgba(139,92,246,.18);
      --shadow-pink:0 18px 50px rgba(255,61,139,.16);
      --shadow-cyan:0 16px 48px rgba(34,211,238,.13);
      --gradient:linear-gradient(135deg,var(--purple),var(--pink) 58%,var(--cyan));
      --gradient-soft:linear-gradient(135deg,rgba(139,92,246,.18),rgba(255,61,139,.14),rgba(34,211,238,.10));
      --container:1220px;
    }

    *{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",sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 15% 5%, rgba(139,92,246,.22), transparent 28%),
        radial-gradient(circle at 90% 10%, rgba(255,61,139,.16), transparent 28%),
        linear-gradient(180deg,#080811 0%,#10101a 42%,#080811 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:.22s ease}
    a:hover{color:var(--cyan)}
    img{max-width:100%;height:auto}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(255,61,139,.35);color:#fff}

    .site-container{
      width:min(var(--container), calc(100% - 32px));
      margin-inline:auto;
    }
    .section{
      padding:82px 0;
      position:relative;
    }
    .section-tight{padding:58px 0}
    .section-head{
      display:flex;
      justify-content:space-between;
      gap:28px;
      align-items:flex-end;
      margin-bottom:30px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border:1px solid rgba(255,255,255,.12);
      border-radius:999px;
      background:rgba(255,255,255,.05);
      color:#e9d5ff;
      font-size:13px;
      font-weight:700;
      margin-bottom:14px;
    }
    .section h2{
      font-size:clamp(26px,3vw,38px);
      line-height:1.18;
      font-weight:800;
      letter-spacing:-.03em;
      margin:0;
    }
    .section-desc{
      max-width:680px;
      color:var(--muted);
      font-size:16px;
      margin:12px 0 0;
    }

    .navbar-wrap{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(255,255,255,.94);
      backdrop-filter:blur(14px);
      border-bottom:1px solid rgba(15,23,42,.08);
      box-shadow:0 12px 32px rgba(15,23,42,.08);
    }
    .brand-mark{
      width:38px;
      height:38px;
      border-radius:14px;
      background:
        radial-gradient(circle at 30% 30%,#fff 0 9%,transparent 10%),
        linear-gradient(135deg,var(--purple),var(--pink) 60%,var(--cyan));
      position:relative;
      box-shadow:0 12px 30px rgba(139,92,246,.28);
      flex:0 0 auto;
    }
    .brand-mark:after{
      content:"";
      position:absolute;
      left:14px;
      top:11px;
      width:0;
      height:0;
      border-left:11px solid #fff;
      border-top:7px solid transparent;
      border-bottom:7px solid transparent;
      filter:drop-shadow(0 2px 6px rgba(0,0,0,.18));
    }
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:10px;
      color:#111827!important;
      font-weight:900;
      letter-spacing:-.04em;
      max-width:360px;
      white-space:normal;
      line-height:1.18;
    }
    .navbar{
      padding:14px 0;
    }
    .navbar-toggler{
      border:1px solid rgba(15,23,42,.16);
      border-radius:14px;
      padding:8px 10px;
    }
    .navbar-toggler:focus{
      box-shadow:0 0 0 4px rgba(139,92,246,.16);
    }
    .nav-link{
      color:var(--nav-text)!important;
      font-weight:750;
      padding:10px 14px!important;
      border-radius:999px;
      position:relative;
    }
    .nav-link:hover{
      color:#6d28d9!important;
      background:rgba(139,92,246,.08);
    }
    .nav-link.active{
      color:#7c3aed!important;
      background:linear-gradient(135deg,rgba(139,92,246,.13),rgba(255,61,139,.10));
    }
    .nav-tools{
      display:flex;
      align-items:center;
      gap:10px;
      margin-left:18px;
    }
    .nav-search{
      width:230px;
      height:42px;
      border-radius:999px;
      border:1px solid rgba(15,23,42,.12);
      background:#f8fafc;
      color:#111827;
      padding:0 16px;
      outline:0;
      transition:.2s ease;
    }
    .nav-search:focus{
      border-color:rgba(139,92,246,.55);
      box-shadow:0 0 0 4px rgba(139,92,246,.13);
      background:#fff;
    }

    .btn-energy{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:0 20px;
      border:0;
      border-radius:999px;
      background:var(--gradient);
      color:#fff!important;
      font-weight:850;
      letter-spacing:.01em;
      box-shadow:0 14px 32px rgba(255,61,139,.24);
      transition:.25s ease;
      white-space:nowrap;
    }
    .btn-energy:hover{
      transform:translateY(-2px);
      filter:brightness(1.08);
      box-shadow:0 18px 42px rgba(139,92,246,.28),0 10px 30px rgba(255,61,139,.22);
      color:#fff!important;
    }
    .btn-ghost{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:0 18px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.18);
      color:#fff!important;
      background:rgba(255,255,255,.055);
      font-weight:800;
      transition:.25s ease;
    }
    .btn-ghost:hover{
      border-color:rgba(34,211,238,.55);
      box-shadow:var(--shadow-cyan);
      transform:translateY(-2px);
      color:#dffbff!important;
    }
    .btn-line{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:42px;
      padding:0 16px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.13);
      background:rgba(255,255,255,.04);
      color:var(--muted);
      font-weight:750;
      transition:.22s ease;
    }
    .btn-line:hover{
      color:#fff;
      border-color:rgba(255,61,139,.45);
      background:rgba(255,61,139,.10);
    }

    .age-strip{
      border-bottom:1px solid rgba(250,204,21,.16);
      background:linear-gradient(90deg,rgba(250,204,21,.13),rgba(139,92,246,.08),rgba(34,211,238,.08));
      color:#fff7d6;
      font-size:14px;
    }
    .age-strip .site-container{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:10px 0;
    }
    .age-badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:5px 10px;
      border-radius:999px;
      background:rgba(250,204,21,.18);
      color:#fde68a;
      font-weight:850;
      margin-right:8px;
    }

    .hero{
      padding:64px 0 44px;
      overflow:hidden;
      position:relative;
      background:
        linear-gradient(135deg,rgba(139,92,246,.18),transparent 32%),
        radial-gradient(circle at 78% 10%,rgba(255,61,139,.22),transparent 25%),
        radial-gradient(circle at 54% 72%,rgba(34,211,238,.13),transparent 28%);
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:0;
      background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(180deg,rgba(0,0,0,.65),transparent 86%);
      pointer-events:none;
    }
    .hero:after{
      content:"";
      position:absolute;
      width:520px;
      height:120px;
      right:-120px;
      top:120px;
      transform:rotate(-18deg);
      background:linear-gradient(90deg,transparent,rgba(255,61,139,.22),rgba(34,211,238,.20),transparent);
      filter:blur(8px);
      pointer-events:none;
    }
    .hero-inner{
      position:relative;
      z-index:2;
    }
    .hero-top{
      display:grid;
      grid-template-columns:1fr;
      gap:30px;
      text-align:center;
      max-width:980px;
      margin:0 auto;
    }
    .hero-label-row{
      display:flex;
      justify-content:center;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
      margin-bottom:8px;
    }
    .status-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 13px;
      border-radius:999px;
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.12);
      color:#f1f5f9;
      font-size:13px;
      font-weight:800;
    }
    .status-dot{
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 16px rgba(52,211,153,.8);
    }
    h1{
      font-size:clamp(31px,5vw,54px);
      line-height:1.12;
      font-weight:900;
      letter-spacing:-.055em;
      max-width:980px;
      margin:0 auto;
    }
    .hero-intro{
      max-width:780px;
      margin:18px auto 0;
      color:#dbe4f0;
      font-size:17px;
      line-height:1.85;
    }
    .hero-actions{
      display:flex;
      justify-content:center;
      gap:12px;
      flex-wrap:wrap;
      margin-top:24px;
    }
    .icon-matrix{
      display:grid;
      grid-template-columns:repeat(6,1fr);
      gap:14px;
      margin-top:38px;
    }
    .matrix-card{
      min-height:126px;
      border-radius:22px;
      background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
      border:1px solid rgba(255,255,255,.12);
      padding:16px;
      text-align:left;
      box-shadow:0 16px 44px rgba(0,0,0,.18);
      position:relative;
      overflow:hidden;
      transition:.25s ease;
    }
    .matrix-card:hover{
      transform:translateY(-4px);
      border-color:rgba(255,61,139,.45);
      box-shadow:var(--shadow);
    }
    .matrix-card:after{
      content:"";
      position:absolute;
      inset:auto -25% -45% auto;
      width:130px;
      height:130px;
      background:radial-gradient(circle,rgba(139,92,246,.34),transparent 62%);
    }
    .matrix-icon{
      width:38px;
      height:38px;
      display:grid;
      place-items:center;
      border-radius:15px;
      background:var(--gradient-soft);
      border:1px solid rgba(255,255,255,.10);
      font-size:20px;
      margin-bottom:12px;
    }
    .matrix-card h3{
      font-size:16px;
      margin:0 0 6px;
      font-weight:850;
    }
    .matrix-card p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.55;
    }
    .hero-status{
      margin-top:28px;
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
    }
    .data-badge{
      border:1px solid rgba(255,255,255,.10);
      background:rgba(255,255,255,.045);
      border-radius:18px;
      padding:14px 16px;
      text-align:left;
    }
    .data-badge strong{
      display:block;
      font-size:22px;
      line-height:1;
      background:var(--gradient);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
      font-weight:950;
      margin-bottom:7px;
    }
    .data-badge span{
      color:var(--muted-2);
      font-size:13px;
    }

    .panel-card{
      background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.035));
      border:1px solid rgba(255,255,255,.10);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow);
      transition:.25s ease;
      position:relative;
      overflow:hidden;
    }
    .panel-card:hover{
      transform:translateY(-4px);
      border-color:rgba(139,92,246,.38);
      box-shadow:0 22px 62px rgba(139,92,246,.23);
    }
    .warning-row{
      display:grid;
      grid-template-columns:1.1fr 1fr 1.2fr;
      gap:16px;
    }
    .problem-alert{
      grid-column:1/-1;
      display:flex;
      align-items:flex-start;
      gap:14px;
      padding:18px 20px;
      border-radius:22px;
      border:1px solid rgba(250,204,21,.22);
      background:linear-gradient(90deg,rgba(250,204,21,.12),rgba(255,61,139,.08));
    }
    .problem-alert strong{color:#fde68a}
    .problem-card{
      padding:22px;
      min-height:190px;
    }
    .problem-card:nth-child(3){min-height:220px}
    .problem-card h3,.task-card h3,.rec-card h3,.guide-card h3,.feedback-card h3{
      font-size:20px;
      font-weight:850;
      margin:0 0 10px;
    }
    .problem-card p,.task-card p,.rec-card p,.guide-card p,.feedback-card p{
      color:var(--muted);
      margin:0;
      font-size:15px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:850;
      color:#fff;
      background:rgba(139,92,246,.18);
      border:1px solid rgba(139,92,246,.24);
      margin-bottom:14px;
    }
    .tag.yellow{color:#fde68a;background:rgba(250,204,21,.12);border-color:rgba(250,204,21,.25)}
    .tag.pink{color:#ffd6e7;background:rgba(255,61,139,.13);border-color:rgba(255,61,139,.25)}
    .tag.cyan{color:#cffafe;background:rgba(34,211,238,.12);border-color:rgba(34,211,238,.24)}
    .tag.green{color:#d1fae5;background:rgba(52,211,153,.12);border-color:rgba(52,211,153,.24)}

    .directory-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:20px;
      align-items:stretch;
    }
    .task-flow{
      padding:24px;
    }
    .task-list{
      display:grid;
      gap:14px;
      margin-top:18px;
    }
    .task-card{
      display:grid;
      grid-template-columns:auto 1fr auto;
      align-items:center;
      gap:16px;
      padding:16px;
      border-radius:20px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,255,255,.10);
    }
    .task-no{
      width:44px;
      height:44px;
      display:grid;
      place-items:center;
      border-radius:16px;
      background:var(--gradient);
      font-weight:950;
      box-shadow:0 12px 28px rgba(255,61,139,.18);
    }
    .task-card h3{font-size:17px;margin-bottom:2px}
    .task-card p{font-size:13px}
    .filter-panel{
      padding:24px;
      min-height:100%;
    }
    .filter-panel .form-control,.filter-panel .form-select{
      height:48px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.12);
      background:#111222;
      color:#fff;
      box-shadow:none;
    }
    .filter-panel .form-control::placeholder{color:#7f8aa3}
    .filter-panel .form-control:focus,.filter-panel .form-select:focus{
      border-color:rgba(34,211,238,.6);
      box-shadow:0 0 0 4px rgba(34,211,238,.12);
    }
    .form-select option{background:#111222;color:#fff}

    .topic-cloud{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:20px;
    }
    .topic-chip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 13px;
      border-radius:999px;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.11);
      color:#e2e8f0;
      font-weight:760;
      font-size:14px;
    }
    .topic-chip:hover{
      background:rgba(139,92,246,.16);
      border-color:rgba(139,92,246,.38);
      color:#fff;
      transform:translateY(-2px);
    }

    .guide-grid{
      display:grid;
      grid-template-columns:.85fr 1.15fr;
      gap:20px;
    }
    .guide-card{
      padding:24px;
    }
    .guide-list{
      display:grid;
      gap:12px;
      margin:18px 0 0;
      padding:0;
      list-style:none;
    }
    .guide-list li{
      display:flex;
      gap:12px;
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,255,255,.08);
      color:var(--muted);
    }
    .guide-list b{
      color:#fff;
      display:block;
      margin-bottom:2px;
    }
    .check-dot{
      width:22px;
      height:22px;
      border-radius:50%;
      display:grid;
      place-items:center;
      flex:0 0 auto;
      background:rgba(52,211,153,.15);
      color:#86efac;
      font-weight:900;
      margin-top:2px;
    }

    .rec-layout{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:20px;
    }
    .rec-main{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:16px;
    }
    .rec-card{
      padding:22px;
      min-height:210px;
    }
    .rec-card.wide{grid-column:1/-1;min-height:170px}
    .rec-meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:16px;
    }
    .mini-meta{
      padding:5px 9px;
      border-radius:999px;
      color:#dbeafe;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.08);
      font-size:12px;
      font-weight:760;
    }
    .side-panel{
      padding:24px;
    }
    .quick-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
      margin-top:18px;
    }
    .quick-tile{
      min-height:96px;
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,255,255,.10);
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      color:#f8fafc;
      font-weight:800;
    }
    .quick-tile span{
      color:var(--muted-2);
      font-size:12px;
      font-weight:700;
    }
    .quick-tile:hover{
      border-color:rgba(34,211,238,.42);
      background:rgba(34,211,238,.08);
      transform:translateY(-3px);
    }

    .news-layout{
      display:grid;
      grid-template-columns:1.35fr .65fr;
      gap:20px;
    }
    .news-list{
      padding:10px;
    }
    .news-item{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:16px;
      align-items:center;
      padding:16px;
      border-radius:18px;
      border:1px solid transparent;
      transition:.22s ease;
    }
    .news-item:hover{
      border-color:rgba(255,61,139,.28);
      background:rgba(255,255,255,.045);
      transform:translateX(4px);
    }
    .news-date{
      min-width:64px;
      text-align:center;
      padding:8px;
      border-radius:14px;
      color:#cffafe;
      background:rgba(34,211,238,.10);
      border:1px solid rgba(34,211,238,.18);
      font-size:12px;
      font-weight:850;
    }
    .news-item h3{
      margin:0 0 3px;
      font-size:17px;
      font-weight:850;
    }
    .news-item p{
      margin:0;
      color:var(--muted-2);
      font-size:13px;
      line-height:1.6;
    }
    .news-arrow{
      color:var(--muted-2);
      font-size:20px;
    }
    .rank-list{
      display:grid;
      gap:12px;
      margin-top:18px;
    }
    .rank-row{
      display:flex;
      gap:12px;
      align-items:center;
      padding:12px;
      border-radius:16px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,255,255,.08);
    }
    .rank-num{
      width:30px;
      height:30px;
      border-radius:12px;
      display:grid;
      place-items:center;
      background:rgba(139,92,246,.18);
      color:#ddd6fe;
      font-weight:950;
    }
    .rank-row p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.5;
    }

    .feedback-wall{
      display:grid;
      grid-template-columns:1fr 1.1fr .9fr;
      gap:16px;
      align-items:start;
    }
    .feedback-card{
      padding:22px;
    }
    .feedback-card:nth-child(2){margin-top:28px}
    .feedback-card:nth-child(3){margin-top:8px}
    .user-line{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
    }
    .avatar{
      width:40px;
      height:40px;
      border-radius:15px;
      display:grid;
      place-items:center;
      background:var(--gradient);
      font-weight:950;
      box-shadow:0 12px 28px rgba(139,92,246,.22);
    }
    .user-line b{display:block;line-height:1.25}
    .user-line span{display:block;color:var(--muted-2);font-size:12px}

    .faq-wrap .accordion{
      display:grid;
      gap:12px;
    }
    .faq-wrap .accordion-item{
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,255,255,.10);
      border-radius:18px!important;
      overflow:hidden;
      color:#fff;
    }
    .faq-wrap .accordion-button{
      background:transparent;
      color:#fff;
      font-weight:850;
      padding:18px 20px;
      box-shadow:none;
    }
    .faq-wrap .accordion-button:not(.collapsed){
      background:linear-gradient(90deg,rgba(139,92,246,.18),rgba(255,61,139,.09));
      color:#fff;
      box-shadow:inset 0 -1px 0 rgba(255,255,255,.08);
    }
    .faq-wrap .accordion-button:focus{
      box-shadow:0 0 0 4px rgba(34,211,238,.12);
      border-color:transparent;
    }
    .faq-wrap .accordion-button::after{
      filter:invert(1) hue-rotate(140deg);
    }
    .faq-wrap .accordion-body{
      color:var(--muted);
      padding:18px 20px 22px;
      background:rgba(10,10,20,.36);
    }

    .share-cta{
      border-radius:34px;
      padding:34px;
      background:
        radial-gradient(circle at 18% 20%,rgba(255,61,139,.22),transparent 28%),
        radial-gradient(circle at 84% 50%,rgba(34,211,238,.18),transparent 30%),
        linear-gradient(135deg,rgba(139,92,246,.22),rgba(255,255,255,.045));
      border:1px solid rgba(255,255,255,.12);
      box-shadow:var(--shadow-pink);
      overflow:hidden;
      position:relative;
    }
    .share-cta:after{
      content:"";
      position:absolute;
      right:28px;
      top:28px;
      width:170px;
      height:170px;
      border-radius:50%;
      border:1px solid rgba(34,211,238,.28);
      box-shadow:inset 0 0 35px rgba(139,92,246,.18),0 0 55px rgba(34,211,238,.14);
      opacity:.7;
    }
    .share-inner{
      position:relative;
      z-index:2;
      display:grid;
      grid-template-columns:1fr auto;
      gap:24px;
      align-items:center;
    }
    .share-cta h2{
      font-size:clamp(25px,3vw,38px);
      margin:0 0 12px;
      font-weight:900;
      letter-spacing:-.04em;
    }
    .share-cta p{
      color:var(--muted);
      margin:0;
      max-width:720px;
    }
    .share-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }

    .site-footer{
      position:relative;
      padding:54px 0 28px;
      background:#07070f;
      border-top:1px solid rgba(255,255,255,.09);
      overflow:hidden;
    }
    .site-footer:before{
      content:"";
      position:absolute;
      left:0;
      right:0;
      top:0;
      height:2px;
      background:var(--gradient);
      opacity:.9;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:28px;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      font-size:18px;
      font-weight:900;
      margin-bottom:14px;
    }
    .footer-text{
      color:var(--muted);
      max-width:520px;
      margin:0;
    }
    .footer-title{
      font-size:15px;
      font-weight:900;
      margin-bottom:14px;
      color:#fff;
    }
    .footer-links{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:var(--muted);
    }
    .footer-links a:hover{
      color:var(--cyan);
      padding-left:4px;
    }
    .footer-bottom{
      margin-top:34px;
      padding-top:20px;
      border-top:1px solid rgba(255,255,255,.08);
      display:flex;
      justify-content:space-between;
      gap:16px;
      color:var(--muted-2);
      font-size:13px;
      flex-wrap:wrap;
    }

    .modal-content{
      background:#121322;
      border:1px solid rgba(255,255,255,.12);
      border-radius:24px;
      color:#fff;
      box-shadow:0 28px 88px rgba(0,0,0,.45);
    }
    .modal-header,.modal-footer{
      border-color:rgba(255,255,255,.08);
    }
    .modal-title{font-weight:900}
    .modal-body{color:var(--muted)}
    .btn-close{filter:invert(1);opacity:.8}

    @media (max-width:1199px){
      .nav-tools{margin-left:0;margin-top:12px;align-items:stretch}
      .nav-search{width:100%}
      .icon-matrix{grid-template-columns:repeat(3,1fr)}
      .directory-grid,.guide-grid,.rec-layout,.news-layout{grid-template-columns:1fr}
      .hero-status{grid-template-columns:repeat(2,1fr)}
      .quick-grid{grid-template-columns:repeat(4,1fr)}
    }
    @media (max-width:991px){
      .navbar-collapse{
        padding-top:14px;
      }
      .navbar-nav{
        gap:4px;
      }
      .nav-tools{
        flex-direction:column;
      }
      .nav-tools .btn-energy{width:100%}
      .section-head{
        display:block;
      }
      .warning-row{
        grid-template-columns:1fr;
      }
      .rec-main{
        grid-template-columns:1fr;
      }
      .feedback-wall{
        grid-template-columns:1fr;
      }
      .feedback-card:nth-child(2),.feedback-card:nth-child(3){margin-top:0}
      .share-inner{
        grid-template-columns:1fr;
      }
      .share-actions{justify-content:flex-start}
      .footer-grid{
        grid-template-columns:1fr 1fr;
      }
      .footer-grid>div:first-child{grid-column:1/-1}
    }
    @media (max-width:767px){
      .site-container{width:min(100% - 24px,var(--container))}
      .section{padding:56px 0}
      .section-tight{padding:42px 0}
      .age-strip .site-container{
        align-items:flex-start;
        flex-direction:column;
        gap:8px;
      }
      .hero{
        padding:48px 0 34px;
      }
      .hero-intro{
        font-size:15.5px;
      }
      .icon-matrix{
        grid-template-columns:repeat(2,1fr);
        gap:10px;
      }
      .matrix-card{
        min-height:118px;
        padding:14px;
      }
      .hero-status{
        grid-template-columns:1fr;
      }
      .task-card{
        grid-template-columns:auto 1fr;
      }
      .task-card .btn-line{
        grid-column:1/-1;
        width:100%;
      }
      .quick-grid{
        display:flex;
        overflow-x:auto;
        padding-bottom:4px;
        scroll-snap-type:x mandatory;
      }
      .quick-tile{
        min-width:150px;
        scroll-snap-align:start;
      }
      .news-item{
        grid-template-columns:1fr;
        gap:8px;
      }
      .news-date{
        width:max-content;
      }
      .share-cta{
        padding:24px;
        border-radius:26px;
      }
      .share-actions .btn-energy,.share-actions .btn-ghost,.hero-actions .btn-energy,.hero-actions .btn-ghost{
        width:100%;
      }
      .footer-grid{
        grid-template-columns:1fr;
      }
    }
    @media (max-width:520px){
      .navbar-brand{
        max-width:250px;
        font-size:15px;
      }
      .brand-mark{width:34px;height:34px;border-radius:12px}
      .hero-label-row{justify-content:flex-start;text-align:left}
      .hero-top{text-align:left}
      h1{letter-spacing:-.04em}
      .hero-actions{justify-content:stretch}
      .icon-matrix{
        grid-template-columns:1fr;
      }
      .section h2{letter-spacing:-.025em}
      .data-badge strong{font-size:20px}
      .filter-panel,.task-flow,.guide-card,.side-panel,.rec-card,.feedback-card{
        padding:18px;
      }
    }

/* roulang page: category2 */
:root{
      --bg:#080811;
      --bg-2:#10101a;
      --panel:#151625;
      --panel-2:#191a2a;
      --panel-soft:rgba(255,255,255,.055);
      --text:#f8fafc;
      --muted:#cbd5e1;
      --weak:#94a3b8;
      --line:rgba(255,255,255,.1);
      --line-strong:rgba(139,92,246,.38);
      --purple:#8b5cf6;
      --pink:#ff3d8b;
      --cyan:#22d3ee;
      --yellow:#facc15;
      --green:#34d399;
      --danger:#fb7185;
      --white:#ffffff;
      --nav:#ffffff;
      --nav-text:#172033;
      --radius-sm:12px;
      --radius:18px;
      --radius-lg:26px;
      --shadow:0 18px 55px rgba(139,92,246,.18);
      --shadow-pink:0 18px 50px rgba(255,61,139,.16);
      --container:1220px;
      --ease:all .25s ease;
    }
    *{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",sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 78% 8%,rgba(139,92,246,.22),transparent 33%),
        radial-gradient(circle at 18% 18%,rgba(255,61,139,.14),transparent 30%),
        linear-gradient(180deg,#080811 0%,#10101a 44%,#080811 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover{color:var(--cyan)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(139,92,246,.45);color:#fff}
    .site-container{
      width:min(var(--container),calc(100% - 40px));
      margin:0 auto;
    }
    .navbar-wrap{
      position:sticky;
      top:0;
      z-index:1000;
      background:var(--nav);
      border-bottom:1px solid rgba(15,23,42,.08);
      box-shadow:0 10px 34px rgba(15,23,42,.08);
    }
    .navbar-wrap .navbar{
      padding:14px 0;
      min-height:76px;
    }
    .navbar-wrap .site-container{
      display:flex;
      align-items:center;
      gap:22px;
    }
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:10px;
      color:var(--nav-text);
      font-weight:850;
      letter-spacing:-.02em;
      white-space:nowrap;
      margin:0;
      font-size:18px;
    }
    .brand-mark{
      width:36px;
      height:36px;
      border-radius:13px;
      display:inline-flex;
      flex:0 0 auto;
      background:
        linear-gradient(135deg,var(--purple),var(--pink) 58%,var(--cyan));
      position:relative;
      box-shadow:0 10px 26px rgba(139,92,246,.35);
      overflow:hidden;
    }
    .brand-mark:before{
      content:"";
      position:absolute;
      inset:9px 10px;
      clip-path:polygon(0 0,100% 50%,0 100%);
      background:#fff;
      opacity:.94;
    }
    .brand-mark:after{
      content:"";
      position:absolute;
      right:5px;
      bottom:5px;
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--cyan);
      box-shadow:0 0 16px var(--cyan);
    }
    .navbar-toggler{
      border:1px solid rgba(15,23,42,.16);
      border-radius:12px;
      padding:8px 10px;
      margin-left:auto;
    }
    .navbar-toggler:focus{box-shadow:0 0 0 4px rgba(139,92,246,.18)}
    .navbar-toggler-icon{
      background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2823,32,51,.78%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-nav{
      gap:8px;
      align-items:center;
    }
    .nav-link{
      color:#334155;
      font-weight:750;
      font-size:15px;
      padding:10px 14px!important;
      border-radius:999px;
      position:relative;
    }
    .nav-link:hover{
      color:#111827;
      background:rgba(139,92,246,.08);
    }
    .nav-link.active{
      color:#6d28d9!important;
      background:linear-gradient(135deg,rgba(139,92,246,.14),rgba(255,61,139,.10));
    }
    .nav-link.active:after{
      content:"";
      position:absolute;
      left:18px;
      right:18px;
      bottom:5px;
      height:2px;
      border-radius:99px;
      background:linear-gradient(90deg,var(--purple),var(--pink),var(--cyan));
    }
    .nav-tools{
      display:flex;
      align-items:center;
      gap:10px;
      margin-left:auto;
    }
    .nav-search{
      width:245px;
      height:42px;
      border:1px solid rgba(15,23,42,.12);
      border-radius:999px;
      padding:0 16px;
      outline:none;
      background:#f8fafc;
      color:#172033;
      transition:var(--ease);
    }
    .nav-search::placeholder{color:#64748b}
    .nav-search:focus{
      border-color:rgba(34,211,238,.72);
      box-shadow:0 0 0 4px rgba(34,211,238,.14);
      background:#fff;
    }
    .btn-energy,.btn-ghost,.btn-soft{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:0 20px;
      border-radius:999px;
      border:0;
      font-weight:800;
      transition:var(--ease);
      white-space:nowrap;
    }
    .btn-energy{
      color:#fff;
      background:linear-gradient(135deg,var(--purple),var(--pink) 60%,var(--cyan));
      box-shadow:0 14px 34px rgba(139,92,246,.28);
    }
    .btn-energy:hover{
      color:#fff;
      transform:translateY(-2px);
      filter:brightness(1.08);
      box-shadow:0 18px 44px rgba(255,61,139,.24);
    }
    .btn-ghost{
      color:var(--text);
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.16);
    }
    .btn-ghost:hover{
      color:#fff;
      border-color:rgba(34,211,238,.7);
      background:rgba(34,211,238,.09);
      transform:translateY(-2px);
    }
    .btn-soft{
      color:#efe9ff;
      background:rgba(139,92,246,.16);
      border:1px solid rgba(139,92,246,.35);
    }
    .btn-soft:hover{color:#fff;background:rgba(139,92,246,.24);transform:translateY(-2px)}
    .section{
      padding:78px 0;
      position:relative;
    }
    .section-tight{padding:54px 0}
    .hero{
      padding:54px 0 82px;
      position:relative;
      overflow:hidden;
      background:
        linear-gradient(135deg,rgba(139,92,246,.22),rgba(255,61,139,.10) 38%,rgba(34,211,238,.12)),
        radial-gradient(circle at 85% 15%,rgba(34,211,238,.18),transparent 30%);
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:0;
      background-image:
        linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
      background-size:44px 44px;
      mask-image:linear-gradient(180deg,rgba(0,0,0,.72),transparent 85%);
      pointer-events:none;
    }
    .hero:after{
      content:"";
      position:absolute;
      width:520px;
      height:130px;
      right:-110px;
      top:160px;
      transform:rotate(-16deg);
      background:linear-gradient(90deg,transparent,rgba(255,61,139,.32),rgba(34,211,238,.24),transparent);
      filter:blur(4px);
      opacity:.75;
    }
    .breadcrumb{
      margin:0 0 24px;
      --bs-breadcrumb-divider-color:rgba(255,255,255,.42);
    }
    .breadcrumb-item,.breadcrumb-item.active{color:var(--weak)}
    .breadcrumb-item a{color:#e9d5ff;font-weight:750}
    .breadcrumb-item a:hover{color:var(--cyan)}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      color:#fff;
      font-weight:800;
      font-size:13px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.13);
      margin-bottom:18px;
    }
    .eyebrow .dot{
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 18px var(--green);
    }
    h1,h2,h3{letter-spacing:-.035em;line-height:1.18}
    h1{
      font-size:clamp(32px,5vw,54px);
      font-weight:900;
      margin:0 0 18px;
      max-width:780px;
    }
    h2{
      font-size:clamp(25px,3.2vw,38px);
      font-weight:850;
      margin:0 0 14px;
    }
    h3{
      font-size:21px;
      font-weight:820;
      margin:0 0 10px;
    }
    .lead{
      font-size:17px;
      color:var(--muted);
      max-width:720px;
      margin:0 0 26px;
    }
    .hero-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin-bottom:26px;
    }
    .hero-note{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .mini-badge,.status-badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 11px;
      border-radius:999px;
      font-size:13px;
      font-weight:750;
      color:#e5e7eb;
      background:rgba(255,255,255,.075);
      border:1px solid rgba(255,255,255,.11);
    }
    .status-badge.green{color:#bbf7d0;border-color:rgba(52,211,153,.35);background:rgba(52,211,153,.09)}
    .status-badge.yellow{color:#fef08a;border-color:rgba(250,204,21,.34);background:rgba(250,204,21,.09)}
    .status-badge.cyan{color:#a5f3fc;border-color:rgba(34,211,238,.34);background:rgba(34,211,238,.08)}
    .status-badge.pink{color:#fbcfe8;border-color:rgba(255,61,139,.34);background:rgba(255,61,139,.08)}
    .preview-cover{
      position:relative;
      border-radius:30px;
      padding:18px;
      min-height:430px;
      background:
        linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.035)),
        radial-gradient(circle at 30% 20%,rgba(255,61,139,.22),transparent 35%),
        radial-gradient(circle at 75% 35%,rgba(34,211,238,.18),transparent 34%);
      border:1px solid rgba(255,255,255,.12);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .preview-cover:before{
      content:"";
      position:absolute;
      inset:18px;
      border-radius:24px;
      background:
        linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),
        linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
        linear-gradient(135deg,rgba(8,8,17,.7),rgba(25,26,42,.58));
      background-size:32px 32px,32px 32px,auto;
      border:1px solid rgba(255,255,255,.08);
    }
    .preview-inner{
      position:relative;
      z-index:1;
      height:100%;
      min-height:394px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      gap:18px;
    }
    .cover-top{
      display:flex;
      justify-content:space-between;
      gap:12px;
      align-items:flex-start;
    }
    .cover-title{
      max-width:300px;
    }
    .cover-title strong{
      display:block;
      font-size:26px;
      line-height:1.18;
      margin-bottom:9px;
      letter-spacing:-.03em;
    }
    .cover-title span{color:var(--muted);font-size:14px}
    .countdown{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
      margin:16px 0;
    }
    .time-box{
      padding:13px 10px;
      text-align:center;
      border-radius:18px;
      background:rgba(0,0,0,.28);
      border:1px solid rgba(255,255,255,.1);
    }
    .time-box b{
      display:block;
      font-size:26px;
      line-height:1;
      color:#fff;
    }
    .time-box small{
      display:block;
      margin-top:6px;
      color:var(--weak);
      font-size:12px;
    }
    .subscribe-panel{
      border-radius:22px;
      padding:16px;
      background:rgba(255,255,255,.075);
      border:1px solid rgba(255,255,255,.13);
      backdrop-filter:blur(10px);
    }
    .subscribe-panel label{
      color:#fff;
      font-weight:800;
      margin-bottom:10px;
      display:block;
    }
    .subscribe-row{
      display:flex;
      gap:10px;
    }
    .form-control,.form-select{
      min-height:48px;
      border-radius:15px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(8,8,17,.65);
      color:#fff;
    }
    .form-control::placeholder{color:#94a3b8}
    .form-control:focus,.form-select:focus{
      background:rgba(8,8,17,.82);
      color:#fff;
      border-color:rgba(34,211,238,.8);
      box-shadow:0 0 0 4px rgba(34,211,238,.12);
    }
    .form-select option{background:#10101a;color:#fff}
    .chip-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:18px;
    }
    .chip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.055);
      color:#e2e8f0;
      padding:9px 13px;
      font-weight:750;
      font-size:14px;
      transition:var(--ease);
    }
    .chip:hover,.chip.active{
      color:#fff;
      border-color:rgba(255,61,139,.54);
      background:linear-gradient(135deg,rgba(139,92,246,.2),rgba(255,61,139,.15));
      transform:translateY(-2px);
    }
    .filter-band{
      margin-top:-38px;
      position:relative;
      z-index:3;
    }
    .filter-card{
      border-radius:26px;
      padding:18px;
      background:linear-gradient(145deg,rgba(25,26,42,.94),rgba(15,16,28,.94));
      border:1px solid rgba(255,255,255,.12);
      box-shadow:var(--shadow);
    }
    .filter-form{
      display:grid;
      grid-template-columns:1.4fr 1fr 1fr auto;
      gap:12px;
      align-items:end;
    }
    .field-label{
      color:#e2e8f0;
      font-weight:800;
      margin-bottom:8px;
      font-size:13px;
    }
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:22px;
      margin-bottom:30px;
    }
    .section-head p{
      color:var(--muted);
      max-width:620px;
      margin:0;
    }
    .timeline-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 330px;
      gap:28px;
      align-items:start;
    }
    .timeline{
      position:relative;
      padding-left:28px;
    }
    .timeline:before{
      content:"";
      position:absolute;
      left:9px;
      top:10px;
      bottom:10px;
      width:2px;
      background:linear-gradient(180deg,var(--cyan),var(--purple),var(--pink));
      opacity:.75;
      border-radius:999px;
    }
    .timeline-item{
      position:relative;
      margin-bottom:18px;
      transition:var(--ease);
    }
    .timeline-item:last-child{margin-bottom:0}
    .timeline-dot{
      position:absolute;
      left:-27px;
      top:26px;
      width:18px;
      height:18px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--cyan),var(--pink));
      border:3px solid #10101a;
      box-shadow:0 0 0 5px rgba(34,211,238,.1),0 0 18px rgba(255,61,139,.45);
      transition:var(--ease);
    }
    .record-card{
      border-radius:24px;
      padding:22px;
      background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.032));
      border:1px solid rgba(255,255,255,.105);
      box-shadow:0 12px 34px rgba(0,0,0,.16);
      transition:var(--ease);
      overflow:hidden;
      position:relative;
    }
    .record-card:before{
      content:"";
      position:absolute;
      inset:0 auto 0 0;
      width:4px;
      background:linear-gradient(180deg,var(--purple),var(--pink),var(--cyan));
      opacity:.9;
    }
    .timeline-item:hover .record-card{
      transform:translateX(6px);
      border-color:rgba(34,211,238,.36);
      box-shadow:0 18px 55px rgba(34,211,238,.13);
    }
    .timeline-item:hover .timeline-dot{
      box-shadow:0 0 0 7px rgba(255,61,139,.12),0 0 26px rgba(34,211,238,.8);
    }
    .record-top{
      display:flex;
      justify-content:space-between;
      gap:14px;
      align-items:flex-start;
      margin-bottom:12px;
    }
    .record-time{
      color:var(--cyan);
      font-weight:850;
      font-size:14px;
      white-space:nowrap;
    }
    .record-card p{
      color:var(--muted);
      margin:0 0 15px;
    }
    .tag-list{
      display:flex;
      gap:8px;
      flex-wrap:wrap;
      margin-bottom:16px;
    }
    .tag{
      font-size:12px;
      font-weight:800;
      color:#e5e7eb;
      padding:6px 9px;
      border-radius:999px;
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.1);
    }
    .side-panel{
      position:sticky;
      top:100px;
      border-radius:26px;
      padding:20px;
      background:linear-gradient(145deg,rgba(25,26,42,.96),rgba(13,14,26,.96));
      border:1px solid rgba(255,255,255,.12);
      box-shadow:var(--shadow-pink);
    }
    .side-panel h2{
      font-size:24px;
      margin-bottom:8px;
    }
    .side-panel p{
      color:var(--muted);
      margin-bottom:16px;
    }
    .quick-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:10px;
    }
    .quick-btn{
      min-height:92px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      gap:10px;
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.1);
      color:#fff;
      transition:var(--ease);
    }
    .quick-btn:hover{
      color:#fff;
      transform:translateY(-3px);
      border-color:rgba(139,92,246,.48);
      background:linear-gradient(145deg,rgba(139,92,246,.18),rgba(34,211,238,.08));
    }
    .quick-icon{
      width:34px;
      height:34px;
      border-radius:13px;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,rgba(139,92,246,.85),rgba(255,61,139,.72));
      font-weight:900;
    }
    .quick-btn span:last-child{
      font-weight:800;
      font-size:14px;
    }
    .info-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
      align-items:stretch;
    }
    .info-card,.notice-card{
      border-radius:26px;
      padding:26px;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.11);
      box-shadow:0 16px 44px rgba(0,0,0,.16);
    }
    .notice-card{
      background:
        linear-gradient(145deg,rgba(250,204,21,.095),rgba(255,255,255,.04));
      border-color:rgba(250,204,21,.22);
    }
    .check-list{
      list-style:none;
      padding:0;
      margin:18px 0 0;
      display:grid;
      gap:12px;
    }
    .check-list li{
      display:flex;
      gap:11px;
      color:var(--muted);
      align-items:flex-start;
    }
    .check-list li:before{
      content:"";
      width:18px;
      height:18px;
      flex:0 0 auto;
      margin-top:5px;
      border-radius:6px;
      background:linear-gradient(135deg,var(--green),var(--cyan));
      box-shadow:0 0 14px rgba(34,211,238,.25);
    }
    .progress-panel{
      margin-top:18px;
      border-radius:22px;
      padding:18px;
      background:rgba(8,8,17,.42);
      border:1px solid rgba(255,255,255,.1);
    }
    .progress-line{
      display:flex;
      align-items:center;
      gap:10px;
      margin-top:12px;
    }
    .progress-line span{
      height:9px;
      border-radius:999px;
      background:rgba(255,255,255,.1);
      flex:1;
      overflow:hidden;
    }
    .progress-line span:after{
      content:"";
      display:block;
      height:100%;
      width:76%;
      border-radius:999px;
      background:linear-gradient(90deg,var(--purple),var(--pink),var(--cyan));
    }
    .pagination-wrap{
      margin-top:26px;
      display:flex;
      justify-content:center;
    }
    .pagination{
      gap:8px;
      flex-wrap:wrap;
    }
    .page-link{
      border-radius:14px!important;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.055);
      color:#e2e8f0;
      min-width:42px;
      text-align:center;
      font-weight:800;
    }
    .page-link:hover{
      background:rgba(34,211,238,.12);
      border-color:rgba(34,211,238,.42);
      color:#fff;
    }
    .page-item.active .page-link{
      background:linear-gradient(135deg,var(--purple),var(--pink));
      border-color:transparent;
      color:#fff;
      box-shadow:0 10px 24px rgba(139,92,246,.22);
    }
    .faq-wrap{
      max-width:930px;
      margin:0 auto;
    }
    .accordion{
      display:grid;
      gap:12px;
    }
    .accordion-item{
      color:var(--text);
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.11)!important;
      border-radius:20px!important;
      overflow:hidden;
    }
    .accordion-button{
      color:#fff;
      background:rgba(255,255,255,.03);
      font-weight:850;
      padding:18px 20px;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      color:#fff;
      background:linear-gradient(135deg,rgba(139,92,246,.18),rgba(34,211,238,.08));
      border-bottom:1px solid rgba(255,255,255,.1);
    }
    .accordion-button:focus{box-shadow:0 0 0 4px rgba(34,211,238,.13)!important}
    .accordion-button::after{
      filter:invert(1) brightness(1.6);
    }
    .accordion-body{
      color:var(--muted);
      padding:18px 20px 22px;
    }
    .cta-band{
      border-radius:32px;
      padding:34px;
      overflow:hidden;
      position:relative;
      background:
        radial-gradient(circle at 88% 28%,rgba(34,211,238,.22),transparent 34%),
        linear-gradient(135deg,rgba(139,92,246,.28),rgba(255,61,139,.16) 55%,rgba(255,255,255,.055));
      border:1px solid rgba(255,255,255,.13);
      box-shadow:var(--shadow);
    }
    .cta-band:after{
      content:"";
      position:absolute;
      width:250px;
      height:250px;
      right:-62px;
      top:-54px;
      border-radius:50%;
      border:34px solid rgba(34,211,238,.12);
      box-shadow:0 0 70px rgba(139,92,246,.15) inset;
    }
    .cta-content{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1fr auto;
      gap:24px;
      align-items:center;
    }
    .cta-content p{
      color:var(--muted);
      max-width:690px;
      margin:0;
    }
    .cta-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .site-footer{
      background:#07070d;
      border-top:1px solid rgba(255,255,255,.09);
      position:relative;
      padding:54px 0 28px;
      margin-top:24px;
    }
    .site-footer:before{
      content:"";
      position:absolute;
      left:0;
      right:0;
      top:0;
      height:3px;
      background:linear-gradient(90deg,var(--purple),var(--pink),var(--cyan));
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.4fr .8fr .8fr;
      gap:30px;
      padding-bottom:30px;
      border-bottom:1px solid rgba(255,255,255,.09);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:900;
      font-size:18px;
      margin-bottom:12px;
    }
    .footer-text{
      color:var(--muted);
      max-width:560px;
      margin:0;
    }
    .footer-title{
      font-weight:900;
      margin-bottom:12px;
      color:#fff;
    }
    .footer-links{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:var(--muted);
    }
    .footer-links a:hover{
      color:var(--cyan);
      padding-left:4px;
    }
    .footer-bottom{
      padding-top:20px;
      display:flex;
      justify-content:space-between;
      gap:16px;
      color:var(--weak);
      font-size:13px;
      flex-wrap:wrap;
    }
    .age-strip{
      border-radius:18px;
      padding:13px 16px;
      background:rgba(250,204,21,.09);
      border:1px solid rgba(250,204,21,.24);
      color:#fde68a;
      display:flex;
      align-items:flex-start;
      gap:10px;
      margin-top:22px;
    }
    .age-strip b{color:#fef3c7}
    @media (max-width:1199px){
      .nav-search{width:190px}
      .timeline-layout{grid-template-columns:1fr}
      .side-panel{position:static}
      .quick-grid{grid-template-columns:repeat(3,1fr)}
      .filter-form{grid-template-columns:1fr 1fr}
      .filter-form .btn-energy{width:100%}
    }
    @media (max-width:991px){
      .navbar-wrap .site-container{display:block}
      .navbar-brand{display:inline-flex}
      .navbar-toggler{float:right}
      .navbar-collapse{
        margin-top:14px;
        padding-top:14px;
        border-top:1px solid rgba(15,23,42,.1);
      }
      .navbar-nav{align-items:stretch}
      .nav-tools{
        margin-left:0;
        margin-top:12px;
        align-items:stretch;
      }
      .nav-search{width:100%}
      .hero{padding-top:42px}
      .preview-cover{margin-top:24px}
      .section-head{display:block}
      .section-head p{margin-top:10px}
      .info-grid{grid-template-columns:1fr}
      .cta-content{grid-template-columns:1fr}
      .cta-actions{justify-content:flex-start}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:767px){
      .site-container{width:min(100% - 28px,var(--container))}
      .section{padding:56px 0}
      .section-tight{padding:42px 0}
      .hero-actions,.subscribe-row,.nav-tools{flex-direction:column}
      .btn-energy,.btn-ghost,.btn-soft{width:100%}
      .countdown{grid-template-columns:repeat(3,1fr)}
      .filter-form{grid-template-columns:1fr}
      .timeline-layout{gap:20px}
      .record-top{display:block}
      .record-time{display:inline-block;margin-bottom:10px}
      .quick-grid{
        display:flex;
        overflow-x:auto;
        padding-bottom:8px;
        scroll-snap-type:x mandatory;
      }
      .quick-btn{min-width:150px;scroll-snap-align:start}
      .footer-grid{grid-template-columns:1fr}
      .footer-bottom{display:grid}
      .cta-band{padding:24px}
    }
    @media (max-width:575px){
      .navbar-brand{font-size:15px;max-width:260px}
      .brand-mark{width:32px;height:32px;border-radius:11px}
      .preview-cover{padding:12px;border-radius:24px;min-height:410px}
      .preview-cover:before{inset:12px;border-radius:20px}
      .cover-top{display:block}
      .cover-title strong{font-size:22px}
      .time-box b{font-size:22px}
      .chip-row{overflow-x:auto;flex-wrap:nowrap;padding-bottom:6px}
      .chip{white-space:nowrap}
      .record-card,.info-card,.notice-card{padding:20px}
      .timeline{padding-left:24px}
      .timeline-dot{left:-25px}
      .age-strip{display:block}
    }

/* roulang page: category1 */
:root{
      --bg:#080811;
      --bg-2:#10101A;
      --panel:#141422;
      --panel-2:#191A2A;
      --panel-soft:rgba(255,255,255,.055);
      --text:#F8FAFC;
      --muted:#CBD5E1;
      --weak:#94A3B8;
      --line:rgba(255,255,255,.1);
      --line-strong:rgba(139,92,246,.38);
      --purple:#8B5CF6;
      --pink:#FF3D8B;
      --cyan:#22D3EE;
      --yellow:#FACC15;
      --green:#34D399;
      --danger:#FB7185;
      --white:#fff;
      --nav:#FFFFFF;
      --nav-text:#151321;
      --shadow:0 18px 55px rgba(139,92,246,.18);
      --shadow-pink:0 16px 46px rgba(255,61,139,.16);
      --radius:22px;
      --radius-lg:30px;
      --radius-sm:14px;
      --container:1200px;
    }

    *{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",sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 12% 8%, rgba(139,92,246,.22), transparent 32%),
        radial-gradient(circle at 88% 18%, rgba(255,61,139,.16), transparent 34%),
        radial-gradient(circle at 65% 86%, rgba(34,211,238,.12), transparent 28%),
        linear-gradient(180deg,#080811 0%,#10101A 44%,#080811 100%);
      line-height:1.75;
      min-width:320px;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:all .22s ease}
    a:hover{color:var(--cyan)}
    img,svg{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(255,61,139,.35);color:#fff}

    .site-container{
      width:min(var(--container), calc(100% - 40px));
      margin:0 auto;
    }

    .navbar-wrap{
      position:sticky;
      top:0;
      z-index:1000;
      background:var(--nav);
      border-bottom:1px solid rgba(15,23,42,.08);
      box-shadow:0 10px 30px rgba(2,6,23,.08);
    }
    .navbar-wrap .navbar{
      min-height:76px;
      padding:0;
    }
    .navbar-wrap .site-container{
      display:flex;
      align-items:center;
      width:min(var(--container), calc(100% - 40px));
    }
    .navbar-brand{
      display:inline-flex;
      align-items:center;
      gap:10px;
      color:var(--nav-text);
      font-weight:850;
      letter-spacing:-.02em;
      white-space:normal;
      line-height:1.18;
      max-width:340px;
      padding:14px 0;
    }
    .brand-mark{
      width:38px;
      height:38px;
      flex:0 0 38px;
      border-radius:13px;
      position:relative;
      background:
        linear-gradient(135deg,var(--purple),var(--pink) 55%,var(--cyan));
      box-shadow:0 12px 28px rgba(139,92,246,.28);
    }
    .brand-mark:before{
      content:"";
      position:absolute;
      inset:9px 8px 9px 12px;
      clip-path:polygon(0 0,100% 50%,0 100%);
      background:#fff;
      opacity:.92;
    }
    .brand-mark:after{
      content:"";
      position:absolute;
      right:6px;
      top:7px;
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--cyan);
      box-shadow:0 0 14px rgba(34,211,238,.9);
    }
    .navbar-toggler{
      border:1px solid rgba(15,23,42,.12);
      border-radius:12px;
      padding:8px 10px;
      margin-left:auto;
      box-shadow:none!important;
    }
    .navbar-toggler-icon{
      width:1.25em;
      height:1.25em;
      background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2821, 19, 33, 0.82%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-nav{
      align-items:center;
      gap:6px;
    }
    .nav-link{
      position:relative;
      color:#334155;
      font-weight:700;
      padding:10px 14px!important;
      border-radius:999px;
    }
    .nav-link:hover{
      color:#5B21B6;
      background:rgba(139,92,246,.08);
    }
    .nav-link.active{
      color:#6D28D9!important;
      background:linear-gradient(135deg,rgba(139,92,246,.12),rgba(255,61,139,.10));
    }
    .nav-link.active:after{
      content:"";
      position:absolute;
      left:18px;
      right:18px;
      bottom:5px;
      height:2px;
      border-radius:999px;
      background:linear-gradient(90deg,var(--purple),var(--pink),var(--cyan));
    }
    .nav-tools{
      display:flex;
      align-items:center;
      gap:10px;
      margin-left:18px;
    }
    .nav-search{
      width:238px;
      height:42px;
      border-radius:999px;
      border:1px solid rgba(15,23,42,.12);
      background:#F8FAFC;
      color:#111827;
      outline:none;
      padding:0 16px;
      font-size:14px;
      transition:all .22s ease;
    }
    .nav-search:focus{
      border-color:rgba(34,211,238,.8);
      box-shadow:0 0 0 4px rgba(34,211,238,.16);
      background:#fff;
    }

    .btn-energy,.btn-ghost,.btn-soft{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:46px;
      border-radius:999px;
      padding:0 20px;
      font-weight:800;
      border:0;
      transition:transform .22s ease, box-shadow .22s ease, filter .22s ease, border-color .22s ease, background .22s ease;
      white-space:nowrap;
    }
    .btn-energy{
      color:#fff;
      background:linear-gradient(135deg,var(--purple),var(--pink) 58%,var(--cyan));
      box-shadow:0 14px 34px rgba(255,61,139,.22);
    }
    .btn-energy:hover,.btn-energy:focus{
      color:#fff;
      transform:translateY(-2px);
      filter:brightness(1.06);
      box-shadow:0 18px 44px rgba(139,92,246,.34);
    }
    .btn-ghost{
      color:var(--text);
      background:rgba(255,255,255,.045);
      border:1px solid rgba(34,211,238,.34);
    }
    .btn-ghost:hover,.btn-ghost:focus{
      color:#fff;
      border-color:rgba(34,211,238,.85);
      background:rgba(34,211,238,.09);
      transform:translateY(-2px);
    }
    .btn-soft{
      color:#F8FAFC;
      background:rgba(255,255,255,.075);
      border:1px solid rgba(255,255,255,.12);
    }
    .btn-soft:hover{
      color:#fff;
      border-color:rgba(255,61,139,.45);
      background:rgba(255,61,139,.12);
    }

    .page-hero{
      position:relative;
      overflow:hidden;
      padding:66px 0 54px;
      background:
        linear-gradient(125deg, rgba(20,20,34,.96), rgba(8,8,17,.96)),
        radial-gradient(circle at 78% 22%, rgba(255,61,139,.25), transparent 30%);
      border-bottom:1px solid var(--line);
    }
    .page-hero:before{
      content:"";
      position:absolute;
      inset:0;
      opacity:.36;
      background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
      background-size:36px 36px;
      mask-image:linear-gradient(180deg,#000,transparent 92%);
      pointer-events:none;
    }
    .page-hero:after{
      content:"";
      position:absolute;
      width:520px;
      height:120px;
      right:-80px;
      top:90px;
      transform:rotate(-18deg);
      background:linear-gradient(90deg,transparent,rgba(139,92,246,.2),rgba(34,211,238,.16),transparent);
      filter:blur(2px);
      pointer-events:none;
    }
    .hero-inner{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:minmax(0,1.02fr) minmax(360px,.78fr);
      gap:34px;
      align-items:stretch;
    }
    .breadcrumb{
      margin:0 0 18px;
      --bs-breadcrumb-divider-color:rgba(203,213,225,.65);
    }
    .breadcrumb-item,.breadcrumb-item a{
      color:rgba(203,213,225,.82);
      font-size:14px;
      font-weight:650;
    }
    .breadcrumb-item a:hover{color:var(--cyan)}
    .breadcrumb-item.active{color:rgba(248,250,252,.72)}
    .breadcrumb-item+.breadcrumb-item::before{color:rgba(203,213,225,.5)}
    .hero-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(250,204,21,.1);
      color:#FDE68A;
      border:1px solid rgba(250,204,21,.25);
      font-weight:800;
      font-size:13px;
      margin-bottom:18px;
    }
    .hero-kicker:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--yellow);
      box-shadow:0 0 16px rgba(250,204,21,.75);
    }
    h1{
      margin:0;
      font-size:clamp(32px,4.2vw,54px);
      line-height:1.16;
      letter-spacing:-.045em;
      font-weight:900;
      max-width:780px;
    }
    .hero-lead{
      margin:18px 0 0;
      color:var(--muted);
      font-size:17px;
      max-width:760px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:26px;
    }
    .hero-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:26px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:7px;
      color:#E2E8F0;
      font-size:13px;
      font-weight:750;
      padding:8px 11px;
      border-radius:999px;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.09);
    }
    .tag .dot{
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 12px rgba(52,211,153,.65);
    }

    .data-board{
      position:relative;
      border:1px solid rgba(255,255,255,.11);
      background:
        linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035)),
        radial-gradient(circle at 15% 10%,rgba(139,92,246,.18),transparent 38%);
      border-radius:var(--radius-lg);
      padding:22px;
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .data-board:before{
      content:"";
      position:absolute;
      inset:0;
      padding:1px;
      border-radius:inherit;
      background:linear-gradient(135deg,rgba(139,92,246,.8),rgba(255,61,139,.38),rgba(34,211,238,.48));
      -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
      -webkit-mask-composite:xor;
      mask-composite:exclude;
      pointer-events:none;
      opacity:.65;
    }
    .board-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      margin-bottom:16px;
    }
    .board-title{
      font-size:18px;
      font-weight:900;
      letter-spacing:-.02em;
    }
    .status-badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:850;
      color:#BFF7FF;
      background:rgba(34,211,238,.1);
      border:1px solid rgba(34,211,238,.28);
    }
    .rank-list{
      display:grid;
      gap:12px;
    }
    .rank-item{
      display:grid;
      grid-template-columns:42px 1fr auto;
      gap:12px;
      align-items:center;
      padding:13px;
      border-radius:18px;
      background:rgba(8,8,17,.48);
      border:1px solid rgba(255,255,255,.08);
      transition:all .22s ease;
    }
    .rank-item:hover{
      transform:translateY(-3px);
      border-color:rgba(34,211,238,.32);
      background:rgba(255,255,255,.065);
    }
    .rank-num{
      width:38px;
      height:38px;
      border-radius:14px;
      display:grid;
      place-items:center;
      font-weight:950;
      color:#fff;
      background:linear-gradient(135deg,var(--purple),var(--pink));
      box-shadow:0 10px 24px rgba(255,61,139,.16);
    }
    .rank-name{
      font-weight:850;
      line-height:1.3;
    }
    .rank-desc{
      color:var(--weak);
      font-size:13px;
      margin-top:2px;
    }
    .rank-state{
      font-size:12px;
      font-weight:850;
      color:#D1FAE5;
      background:rgba(52,211,153,.1);
      border:1px solid rgba(52,211,153,.25);
      padding:6px 9px;
      border-radius:999px;
      white-space:nowrap;
    }

    main{position:relative}
    .section{
      padding:76px 0;
    }
    .section-tight{
      padding:58px 0;
    }
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:24px;
    }
    .section-eyebrow{
      color:#BFF7FF;
      font-size:13px;
      font-weight:900;
      letter-spacing:.08em;
      text-transform:uppercase;
      margin-bottom:8px;
    }
    h2{
      margin:0;
      font-size:clamp(25px,3vw,37px);
      line-height:1.22;
      letter-spacing:-.035em;
      font-weight:900;
    }
    .section-desc{
      color:var(--muted);
      max-width:560px;
      margin:10px 0 0;
    }

    .notice-strip{
      display:flex;
      align-items:flex-start;
      gap:14px;
      padding:18px 20px;
      border-radius:22px;
      background:linear-gradient(135deg,rgba(250,204,21,.12),rgba(255,61,139,.08));
      border:1px solid rgba(250,204,21,.25);
      box-shadow:0 18px 48px rgba(250,204,21,.06);
      margin-bottom:22px;
    }
    .notice-icon{
      width:42px;
      height:42px;
      display:grid;
      place-items:center;
      border-radius:15px;
      color:#1F1300;
      background:var(--yellow);
      font-weight:950;
      flex:0 0 42px;
    }
    .notice-strip strong{display:block;font-size:16px;color:#FEF3C7}
    .notice-strip span{display:block;color:#E2E8F0;font-size:14px;margin-top:2px}

    .filter-panel{
      border-radius:var(--radius-lg);
      background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.035));
      border:1px solid rgba(255,255,255,.1);
      padding:20px;
      box-shadow:var(--shadow);
    }
    .filter-grid{
      display:grid;
      grid-template-columns:1.3fr .85fr .85fr auto;
      gap:12px;
      align-items:end;
    }
    .form-label{
      color:#E2E8F0;
      font-size:13px;
      font-weight:850;
      margin-bottom:7px;
    }
    .form-control,.form-select{
      height:48px;
      color:#F8FAFC;
      border-radius:15px;
      border:1px solid rgba(255,255,255,.1);
      background-color:rgba(8,8,17,.62);
      box-shadow:none!important;
    }
    .form-control::placeholder{color:#64748B}
    .form-control:focus,.form-select:focus{
      color:#fff;
      background-color:rgba(8,8,17,.86);
      border-color:rgba(34,211,238,.75);
      box-shadow:0 0 0 4px rgba(34,211,238,.12)!important;
    }
    .form-select{
      background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23CBD5E1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    }
    .chip-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:16px;
    }
    .chip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      color:#DCEBFF;
      background:rgba(255,255,255,.052);
      border:1px solid rgba(255,255,255,.09);
      font-size:13px;
      font-weight:760;
    }
    .chip:hover{
      border-color:rgba(255,61,139,.35);
      background:rgba(255,61,139,.1);
      color:#fff;
    }

    .directory-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 330px;
      gap:24px;
      align-items:start;
      margin-top:24px;
    }
    .card-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:18px;
    }
    .entry-card{
      position:relative;
      min-height:258px;
      overflow:hidden;
      border-radius:var(--radius);
      background:
        linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.032)),
        radial-gradient(circle at 88% 8%,rgba(139,92,246,.22),transparent 36%);
      border:1px solid rgba(255,255,255,.095);
      padding:20px;
      box-shadow:0 16px 45px rgba(0,0,0,.18);
      transition:all .24s ease;
    }
    .entry-card:nth-child(2n){
      transform:translateY(18px);
      background:
        linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03)),
        radial-gradient(circle at 88% 10%,rgba(34,211,238,.18),transparent 36%);
    }
    .entry-card:nth-child(3n){
      background:
        linear-gradient(180deg,rgba(255,255,255,.064),rgba(255,255,255,.032)),
        radial-gradient(circle at 86% 10%,rgba(255,61,139,.18),transparent 36%);
    }
    .entry-card:before{
      content:"";
      position:absolute;
      left:0;
      top:0;
      bottom:0;
      width:4px;
      background:linear-gradient(180deg,var(--purple),var(--pink),var(--cyan));
      opacity:.88;
    }
    .entry-card:hover{
      transform:translateY(-4px);
      border-color:rgba(139,92,246,.36);
      box-shadow:var(--shadow);
    }
    .entry-card:nth-child(2n):hover{transform:translateY(12px)}
    .card-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:18px;
    }
    .badge-soft{
      display:inline-flex;
      align-items:center;
      gap:7px;
      border-radius:999px;
      padding:7px 10px;
      color:#F5F3FF;
      font-size:12px;
      font-weight:900;
      background:rgba(139,92,246,.16);
      border:1px solid rgba(139,92,246,.28);
    }
    .badge-cyan{
      background:rgba(34,211,238,.11);
      border-color:rgba(34,211,238,.25);
      color:#CFFAFE;
    }
    .badge-pink{
      background:rgba(255,61,139,.12);
      border-color:rgba(255,61,139,.25);
      color:#FFE4EF;
    }
    .status-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 16px rgba(52,211,153,.72);
    }
    .entry-card h3{
      margin:0 0 10px;
      font-size:21px;
      line-height:1.28;
      font-weight:900;
      letter-spacing:-.02em;
    }
    .entry-card p{
      margin:0;
      color:var(--muted);
      font-size:15px;
    }
    .meta-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin:18px 0;
    }
    .meta{
      color:#BAC8DD;
      background:rgba(255,255,255,.052);
      border:1px solid rgba(255,255,255,.08);
      border-radius:999px;
      padding:6px 9px;
      font-size:12px;
      font-weight:760;
    }
    .card-actions{
      display:flex;
      align-items:center;
      gap:10px;
      margin-top:auto;
    }
    .entry-card .btn-soft,.entry-card .btn-ghost{
      min-height:40px;
      padding:0 14px;
      font-size:13px;
    }

    .side-panel{
      position:sticky;
      top:98px;
      display:grid;
      gap:16px;
    }
    .guide-card,.age-card,.mini-panel{
      border-radius:var(--radius);
      background:rgba(255,255,255,.052);
      border:1px solid rgba(255,255,255,.09);
      padding:20px;
      box-shadow:0 16px 44px rgba(0,0,0,.16);
    }
    .guide-card h3,.age-card h3,.mini-panel h3{
      margin:0 0 12px;
      font-size:19px;
      font-weight:900;
    }
    .guide-list{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:10px;
    }
    .guide-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:#D7E2F2;
      font-size:14px;
    }
    .guide-list li:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      margin-top:9px;
      background:var(--cyan);
      box-shadow:0 0 12px rgba(34,211,238,.65);
      flex:0 0 8px;
    }
    .age-card{
      background:linear-gradient(135deg,rgba(250,204,21,.11),rgba(255,255,255,.045));
      border-color:rgba(250,204,21,.22);
    }
    .age-card .age-label{
      display:inline-flex;
      margin-bottom:10px;
      padding:6px 10px;
      border-radius:999px;
      color:#FEF3C7;
      border:1px solid rgba(250,204,21,.26);
      background:rgba(250,204,21,.09);
      font-size:12px;
      font-weight:900;
    }
    .age-card p,.mini-panel p{color:var(--muted);margin:0;font-size:14px}

    .task-flow{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:18px;
    }
    .flow-card{
      display:grid;
      grid-template-columns:62px 1fr;
      gap:16px;
      border-radius:var(--radius);
      padding:20px;
      background:rgba(255,255,255,.052);
      border:1px solid rgba(255,255,255,.09);
      transition:all .22s ease;
    }
    .flow-card:hover{
      transform:translateY(-4px);
      border-color:rgba(255,61,139,.32);
      box-shadow:var(--shadow-pink);
    }
    .flow-num{
      width:56px;
      height:56px;
      border-radius:18px;
      display:grid;
      place-items:center;
      font-size:18px;
      font-weight:950;
      background:linear-gradient(135deg,var(--purple),var(--pink));
      box-shadow:0 14px 30px rgba(139,92,246,.22);
    }
    .flow-card h3{
      margin:0 0 6px;
      font-size:20px;
      font-weight:900;
    }
    .flow-card p{
      margin:0;
      color:var(--muted);
      font-size:15px;
    }

    .pagination-wrap{
      display:flex;
      justify-content:center;
      margin-top:48px;
    }
    .pagination{
      gap:8px;
      margin:0;
    }
    .page-link{
      color:#DCEBFF;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.1);
      border-radius:13px!important;
      min-width:42px;
      text-align:center;
      font-weight:850;
      box-shadow:none!important;
    }
    .page-link:hover{
      color:#fff;
      background:rgba(34,211,238,.12);
      border-color:rgba(34,211,238,.38);
    }
    .page-item.active .page-link{
      color:#fff;
      border-color:transparent;
      background:linear-gradient(135deg,var(--purple),var(--pink));
      box-shadow:0 12px 28px rgba(255,61,139,.18)!important;
    }
    .page-item.disabled .page-link{
      color:rgba(203,213,225,.35);
      background:rgba(255,255,255,.03);
      border-color:rgba(255,255,255,.06);
    }

    .faq-wrap{
      border-radius:var(--radius-lg);
      padding:8px;
      background:
        linear-gradient(135deg,rgba(139,92,246,.18),rgba(255,61,139,.08),rgba(34,211,238,.12));
      border:1px solid rgba(255,255,255,.08);
      box-shadow:var(--shadow);
    }
    .accordion{
      display:grid;
      gap:10px;
    }
    .accordion-item{
      overflow:hidden;
      color:var(--text);
      border:1px solid rgba(255,255,255,.09);
      background:rgba(8,8,17,.68);
      border-radius:18px!important;
    }
    .accordion-button{
      color:#F8FAFC;
      background:rgba(255,255,255,.035);
      font-weight:900;
      border:0;
      box-shadow:none!important;
      padding:18px 20px;
    }
    .accordion-button:not(.collapsed){
      color:#fff;
      background:linear-gradient(135deg,rgba(139,92,246,.2),rgba(34,211,238,.08));
    }
    .accordion-button:focus{
      box-shadow:0 0 0 4px rgba(34,211,238,.12)!important;
    }
    .accordion-button::after{
      filter:invert(1) opacity(.8);
    }
    .accordion-body{
      color:#CBD5E1;
      padding:0 20px 18px;
      font-size:15px;
    }

    .cta-band{
      position:relative;
      overflow:hidden;
      border-radius:34px;
      padding:34px;
      background:
        radial-gradient(circle at 78% 22%,rgba(34,211,238,.22),transparent 32%),
        linear-gradient(135deg,rgba(139,92,246,.25),rgba(255,61,139,.14) 46%,rgba(8,8,17,.9));
      border:1px solid rgba(255,255,255,.12);
      box-shadow:var(--shadow);
    }
    .cta-band:before{
      content:"";
      position:absolute;
      inset:0;
      background-image:
        linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
      background-size:30px 30px;
      opacity:.28;
      pointer-events:none;
    }
    .cta-inner{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1fr auto;
      gap:28px;
      align-items:center;
    }
    .cta-band h2{max-width:760px}
    .cta-band p{
      color:var(--muted);
      margin:12px 0 0;
      max-width:760px;
    }
    .cta-buttons{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }

    .site-footer{
      position:relative;
      padding:52px 0 28px;
      background:#07070E;
      border-top:1px solid rgba(255,255,255,.09);
      margin-top:26px;
    }
    .site-footer:before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      right:0;
      height:2px;
      background:linear-gradient(90deg,var(--purple),var(--pink),var(--cyan));
      opacity:.9;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.4fr .8fr .8fr;
      gap:34px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:900;
      font-size:18px;
      margin-bottom:14px;
    }
    .footer-text{
      color:var(--muted);
      margin:0;
      max-width:520px;
      font-size:14px;
    }
    .footer-title{
      font-weight:900;
      margin-bottom:12px;
      color:#fff;
    }
    .footer-links{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:#AEBBD0;
      font-size:14px;
    }
    .footer-links a:hover{
      color:var(--cyan);
      padding-left:3px;
    }
    .footer-bottom{
      display:flex;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
      color:#7C8798;
      border-top:1px solid rgba(255,255,255,.08);
      margin-top:34px;
      padding-top:20px;
      font-size:13px;
    }

    @media (max-width:1199px){
      .navbar-brand{max-width:270px;font-size:15px}
      .nav-search{width:190px}
      .hero-inner{grid-template-columns:1fr;gap:24px}
      .directory-layout{grid-template-columns:1fr}
      .side-panel{position:static;grid-template-columns:repeat(3,minmax(0,1fr))}
    }
    @media (max-width:991px){
      .navbar-wrap .site-container{display:block}
      .navbar-brand{max-width:calc(100% - 74px)}
      .navbar-collapse{
        padding:14px 0 18px;
        border-top:1px solid rgba(15,23,42,.08);
      }
      .navbar-nav{align-items:flex-start;gap:4px}
      .nav-link{display:inline-flex}
      .nav-tools{
        margin-left:0;
        margin-top:12px;
        width:100%;
      }
      .nav-search{width:100%;flex:1}
      .filter-grid{grid-template-columns:1fr 1fr}
      .filter-grid .btn-energy{width:100%}
      .side-panel{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
      .footer-grid>div:first-child{grid-column:1 / -1}
      .cta-inner{grid-template-columns:1fr}
      .cta-buttons{justify-content:flex-start}
    }
    @media (max-width:767px){
      .site-container{width:min(100% - 28px,var(--container))}
      .page-hero{padding:42px 0}
      .section{padding:54px 0}
      .section-tight{padding:44px 0}
      .section-head{display:block}
      .data-board{padding:16px;border-radius:24px}
      .rank-item{grid-template-columns:36px 1fr;align-items:start}
      .rank-state{grid-column:2;justify-self:start}
      .rank-num{width:34px;height:34px;border-radius:12px}
      .filter-grid{grid-template-columns:1fr}
      .card-grid{grid-template-columns:1fr}
      .entry-card:nth-child(2n){transform:none}
      .entry-card:nth-child(2n):hover{transform:translateY(-4px)}
      .task-flow{grid-template-columns:1fr}
      .notice-strip{padding:16px}
      .hero-actions,.cta-buttons{display:grid;grid-template-columns:1fr}
      .btn-energy,.btn-ghost,.btn-soft{width:100%}
      .footer-grid{grid-template-columns:1fr}
    }
    @media (max-width:520px){
      .navbar-wrap .navbar{min-height:66px}
      .brand-mark{width:34px;height:34px;flex-basis:34px;border-radius:12px}
      .navbar-brand{font-size:14px}
      .nav-tools{display:grid;grid-template-columns:1fr}
      .hero-lead{font-size:15px}
      .hero-tags{gap:8px}
      .tag,.chip{font-size:12px}
      .page-hero:after{display:none}
      .board-head{display:block}
      .status-badge{margin-top:10px}
      .entry-card{min-height:auto;padding:18px}
      .flow-card{grid-template-columns:1fr}
      .cta-band{padding:24px 18px;border-radius:26px}
      .footer-bottom{display:grid}
    }
