/* roulang page: index */
:root{
      --bg-0:#0d0b10;
      --bg-1:#100b16;
      --bg-2:#17101f;
      --panel:#181220;
      --panel-2:#21162b;
      --panel-soft:rgba(24,18,32,.88);
      --text:#f7f0ff;
      --text-soft:#d8cce4;
      --muted:#a99ab9;
      --line:rgba(255,190,105,.22);
      --line-purple:rgba(233,79,155,.28);
      --primary:#e94f9b;
      --primary-2:#8f3cff;
      --gold:#ffb347;
      --amber:#f0a23a;
      --ok:#7bd88f;
      --danger:#ff876f;
      --radius-sm:12px;
      --radius:18px;
      --radius-lg:26px;
      --shadow:0 18px 60px rgba(0,0,0,.42), 0 0 34px rgba(143,60,255,.14);
      --shadow-hot:0 18px 66px rgba(233,79,155,.26), 0 0 36px rgba(255,179,71,.12);
      --max:1220px;
      --font:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      color:var(--text);
      line-height:1.75;
      background:
        radial-gradient(circle at 14% 8%, rgba(143,60,255,.28), transparent 31%),
        radial-gradient(circle at 82% 10%, rgba(233,79,155,.23), transparent 34%),
        radial-gradient(circle at 50% 56%, rgba(255,179,71,.10), transparent 36%),
        linear-gradient(145deg,var(--bg-0),var(--bg-1) 42%,var(--bg-2));
      min-height:100vh;
      overflow-x:hidden;
      padding-bottom:0;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:
        linear-gradient(115deg, transparent 0 18%, rgba(255,179,71,.055) 18.2%, transparent 18.8% 48%, rgba(233,79,155,.045) 48.3%, transparent 49%),
        repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 96px),
        repeating-linear-gradient(0deg, rgba(255,255,255,.018) 0 1px, transparent 1px 96px);
      opacity:.72;
      z-index:-2;
    }
    body:after{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:radial-gradient(rgba(255,255,255,.16) 1px, transparent 1px);
      background-size:36px 36px;
      opacity:.16;
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:.22s ease}
    a:hover{color:#fff}
    img{max-width:100%;height:auto;display:block}
    button,input{font-family:inherit}
    input:focus,button:focus,a:focus{
      outline:2px solid rgba(255,179,71,.65);
      outline-offset:3px;
    }
    .grid-container{max-width:var(--max)}
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      backdrop-filter:blur(18px);
      background:linear-gradient(180deg,rgba(13,11,16,.92),rgba(13,11,16,.76));
      border-bottom:1px solid var(--line);
      box-shadow:0 12px 40px rgba(0,0,0,.25);
    }
    .nav-top{
      padding:16px 0 12px;
      border-bottom:1px solid rgba(255,255,255,.06);
    }
    .nav-row{
      display:flex;
      align-items:center;
      gap:18px;
      justify-content:space-between;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:max-content;
      font-weight:900;
      letter-spacing:-.02em;
      color:#fff;
    }
    .brand-mark{
      width:42px;
      height:42px;
      border-radius:14px;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,var(--primary-2),var(--primary),var(--gold));
      box-shadow:0 0 28px rgba(233,79,155,.35);
      color:#fff;
      font-weight:900;
    }
    .brand-name{
      font-size:18px;
      line-height:1.25;
    }
    .brand-sub{
      display:block;
      font-size:12px;
      color:var(--muted);
      font-weight:600;
      margin-top:2px;
    }
    .search-wrap{
      flex:1;
      max-width:520px;
      position:relative;
    }
    .search-wrap input{
      width:100%;
      height:44px;
      border-radius:999px;
      border:1px solid rgba(255,190,105,.24);
      background:rgba(24,18,32,.76);
      color:var(--text);
      padding:0 46px 0 18px;
      box-shadow:inset 0 0 0 1px rgba(143,60,255,.08);
    }
    .search-wrap input::placeholder{color:#a99ab9}
    .search-icon{
      position:absolute;
      right:16px;
      top:50%;
      transform:translateY(-50%);
      color:var(--gold);
      font-size:18px;
    }
    .button.energy-btn,
    .energy-btn{
      border:0;
      border-radius:999px;
      background:linear-gradient(100deg,var(--primary-2),var(--primary),var(--gold));
      color:#fff;
      font-weight:800;
      padding:13px 22px;
      line-height:1;
      box-shadow:var(--shadow-hot);
      transition:.22s ease;
      cursor:pointer;
    }
    .button.energy-btn:hover,.energy-btn:hover{
      transform:translateY(-2px);
      background-position:80% center;
      color:#fff;
      box-shadow:0 22px 70px rgba(233,79,155,.32);
    }
    .button.ghost-btn,.ghost-btn{
      border:1px solid rgba(255,190,105,.34);
      border-radius:999px;
      background:rgba(24,18,32,.72);
      color:var(--text);
      font-weight:800;
      padding:12px 20px;
      line-height:1;
      transition:.22s ease;
    }
    .button.ghost-btn:hover,.ghost-btn:hover{
      border-color:rgba(233,79,155,.7);
      box-shadow:0 0 24px rgba(233,79,155,.18);
      transform:translateY(-2px);
      color:#fff;
    }
    .channel-row{
      padding:10px 0 12px;
      overflow:hidden;
    }
    .channel-tabs{
      display:flex;
      align-items:center;
      gap:10px;
      overflow-x:auto;
      -webkit-overflow-scrolling:touch;
      scrollbar-width:none;
      margin:0;
      padding:0;
      list-style:none;
    }
    .channel-tabs::-webkit-scrollbar{display:none}
    .channel-tabs a{
      display:inline-flex;
      align-items:center;
      gap:8px;
      white-space:nowrap;
      padding:9px 15px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.08);
      color:var(--text-soft);
      background:rgba(255,255,255,.035);
      font-size:14px;
      font-weight:700;
    }
    .channel-tabs a:hover{
      border-color:rgba(255,190,105,.38);
      background:rgba(255,179,71,.08);
      color:#fff;
    }
    .channel-tabs a.active{
      color:#fff;
      border-color:rgba(255,190,105,.55);
      background:linear-gradient(100deg,rgba(143,60,255,.78),rgba(233,79,155,.72),rgba(255,179,71,.55));
      box-shadow:0 0 26px rgba(233,79,155,.22);
    }
    .age-strip{
      background:linear-gradient(90deg,rgba(240,162,58,.12),rgba(233,79,155,.10));
      border-bottom:1px solid rgba(240,162,58,.22);
      color:#f8ddaa;
      font-size:13px;
      padding:7px 0;
    }
    .section{
      padding:82px 0;
      position:relative;
    }
    .section.compact{padding:58px 0}
    .section-title{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:30px;
    }
    .section-title h2{
      margin:0;
      color:#fff;
      font-size:clamp(28px,3.2vw,40px);
      line-height:1.18;
      letter-spacing:-.03em;
    }
    .section-title p{
      max-width:650px;
      margin:8px 0 0;
      color:var(--text-soft);
      font-size:16px;
    }
    .rune-kicker{
      display:inline-flex;
      align-items:center;
      gap:9px;
      color:#ffd28c;
      font-size:13px;
      font-weight:900;
      letter-spacing:.04em;
      margin-bottom:12px;
    }
    .rune-kicker:before{
      content:"";
      width:30px;
      height:2px;
      border-radius:3px;
      background:linear-gradient(90deg,var(--primary),var(--gold));
      box-shadow:0 0 16px rgba(255,179,71,.4);
    }
    .hero{
      padding:38px 0 86px;
    }
    .flash-bar{
      margin:26px 0 24px;
      border:1px solid rgba(255,190,105,.32);
      border-radius:22px;
      background:
        linear-gradient(90deg,rgba(233,79,155,.22),rgba(255,179,71,.15),rgba(143,60,255,.18)),
        rgba(24,18,32,.82);
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .flash-bar:before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(100deg,transparent,rgba(255,255,255,.08),transparent);
      transform:translateX(-80%);
      animation:shine 6s infinite;
    }
    @keyframes shine{0%,55%{transform:translateX(-90%)}85%,100%{transform:translateX(110%)}}
    .flash-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:14px 18px;
      position:relative;
    }
    .flash-label{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:900;
      color:#fff;
    }
    .flash-label .dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--gold);
      box-shadow:0 0 18px var(--gold);
    }
    .countdown{
      display:flex;
      gap:8px;
      align-items:center;
      color:var(--text-soft);
      font-size:13px;
    }
    .countdown strong{
      display:inline-grid;
      place-items:center;
      min-width:34px;
      height:30px;
      border-radius:9px;
      background:rgba(13,11,16,.72);
      color:#fff;
      border:1px solid rgba(255,255,255,.1);
    }
    .hero-stage{
      border:1px solid rgba(255,190,105,.26);
      border-radius:30px;
      padding:32px;
      background:
        radial-gradient(circle at 80% 10%,rgba(255,179,71,.18),transparent 34%),
        linear-gradient(135deg,rgba(33,22,43,.94),rgba(16,11,22,.92));
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .hero-stage:after{
      content:"";
      position:absolute;
      width:280px;
      height:280px;
      right:-90px;
      bottom:-120px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(233,79,155,.28),transparent 66%);
      filter:blur(4px);
    }
    .hero h1{
      font-size:clamp(34px,5.2vw,64px);
      line-height:1.05;
      letter-spacing:-.055em;
      margin:0 0 18px;
      color:#fff;
      max-width:940px;
    }
    .gradient-text{
      background:linear-gradient(100deg,#fff 8%,#ffb347 44%,#e94f9b 76%,#8f3cff);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .hero-desc{
      max-width:780px;
      color:var(--text-soft);
      font-size:18px;
      margin:0 0 26px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      align-items:center;
      margin-bottom:22px;
    }
    .trust-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:18px;
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 11px;
      border-radius:999px;
      color:#f6e9ff;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.1);
      font-size:13px;
      font-weight:750;
    }
    .badge.amber{
      color:#ffe4ad;
      background:rgba(240,162,58,.13);
      border-color:rgba(240,162,58,.28);
    }
    .hero-product{
      margin-top:28px;
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
      position:relative;
      z-index:1;
    }
    .main-offer-card,.entry-matrix{
      border-radius:24px;
      background:rgba(13,11,16,.58);
      border:1px solid rgba(255,190,105,.22);
      padding:24px;
    }
    .main-offer-card h3{
      margin:0 0 10px;
      color:#fff;
      font-size:24px;
    }
    .price-line{
      display:flex;
      align-items:flex-end;
      gap:12px;
      margin:16px 0;
    }
    .price-line .price{
      font-size:42px;
      line-height:1;
      font-weight:950;
      color:#ffd28c;
      letter-spacing:-.04em;
    }
    .price-line .unit{color:var(--muted)}
    .offer-list{
      margin:18px 0 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }
    .offer-list li{
      color:var(--text-soft);
      display:flex;
      gap:10px;
      align-items:flex-start;
      font-size:15px;
    }
    .offer-list li:before{
      content:"✦";
      color:var(--gold);
      flex:none;
    }
    .matrix-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
    }
    .matrix-item{
      padding:16px;
      border-radius:18px;
      background:linear-gradient(145deg,rgba(33,22,43,.9),rgba(24,18,32,.72));
      border:1px solid rgba(233,79,155,.22);
      transition:.22s ease;
    }
    .matrix-item:hover{
      transform:translateY(-3px);
      border-color:rgba(255,190,105,.42);
      box-shadow:0 12px 32px rgba(233,79,155,.14);
    }
    .matrix-item strong{
      display:block;
      color:#fff;
      font-size:16px;
      margin-bottom:5px;
    }
    .matrix-item span{
      display:block;
      color:var(--muted);
      font-size:13px;
      line-height:1.55;
    }
    .vertical-stage{
      border-radius:28px;
      padding:26px;
      border:1px solid var(--line);
      background:linear-gradient(145deg,rgba(24,18,32,.9),rgba(13,11,16,.8));
      box-shadow:var(--shadow);
    }
    .vertical-track{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }
    .screen-card{
      min-height:300px;
      border-radius:26px;
      padding:18px;
      position:relative;
      overflow:hidden;
      background:
        linear-gradient(160deg,rgba(143,60,255,.28),rgba(233,79,155,.16) 45%,rgba(255,179,71,.12)),
        rgba(13,11,16,.86);
      border:1px solid rgba(255,255,255,.12);
      box-shadow:inset 0 0 0 1px rgba(255,190,105,.06);
    }
    .screen-card:nth-child(even){transform:translateY(24px)}
    .screen-card:before{
      content:"";
      position:absolute;
      left:18px;
      right:18px;
      top:20px;
      height:5px;
      border-radius:8px;
      background:linear-gradient(90deg,var(--primary),var(--gold));
    }
    .screen-card h3{
      margin:28px 0 10px;
      color:#fff;
      font-size:20px;
    }
    .screen-card p{
      margin:0;
      color:var(--text-soft);
      font-size:14px;
    }
    .mini-lines{
      position:absolute;
      left:18px;
      right:18px;
      bottom:18px;
      display:grid;
      gap:8px;
    }
    .mini-lines i{
      display:block;
      height:10px;
      border-radius:999px;
      background:rgba(255,255,255,.10);
    }
    .mini-lines i:nth-child(2){width:72%}
    .mini-lines i:nth-child(3){width:48%;background:rgba(255,179,71,.22)}
    .task-card{
      position:relative;
      min-height:100%;
      border-radius:22px;
      padding:24px;
      background:linear-gradient(145deg,rgba(24,18,32,.94),rgba(33,22,43,.72));
      border:1px solid rgba(255,190,105,.2);
      box-shadow:0 14px 44px rgba(0,0,0,.26);
      overflow:hidden;
      transition:.24s ease;
    }
    .task-card:before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      right:0;
      height:3px;
      background:linear-gradient(90deg,var(--primary-2),var(--primary),var(--gold));
      opacity:.82;
    }
    .task-card:hover{
      transform:translateY(-5px);
      border-color:rgba(255,190,105,.44);
      box-shadow:var(--shadow-hot);
    }
    .task-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:16px;
    }
    .task-no{
      width:42px;
      height:42px;
      border-radius:15px;
      display:grid;
      place-items:center;
      color:#fff;
      font-weight:950;
      background:linear-gradient(135deg,rgba(143,60,255,.95),rgba(233,79,155,.86));
      box-shadow:0 0 24px rgba(143,60,255,.3);
    }
    .status{
      padding:5px 9px;
      border-radius:999px;
      border:1px solid rgba(123,216,143,.28);
      color:#baf5c6;
      background:rgba(123,216,143,.09);
      font-size:12px;
      font-weight:800;
    }
    .status.warn{
      border-color:rgba(255,179,71,.32);
      color:#ffe0aa;
      background:rgba(255,179,71,.10);
    }
    .task-card h3{
      margin:0 0 10px;
      color:#fff;
      font-size:21px;
    }
    .task-card p{margin:0 0 18px;color:var(--text-soft);font-size:15px}
    .small-link{
      color:#ffd28c;
      font-weight:850;
      display:inline-flex;
      align-items:center;
      gap:7px;
    }
    .small-link:hover{color:#fff;gap:10px}
    .timeline{
      position:relative;
      display:grid;
      gap:18px;
    }
    .timeline:before{
      content:"";
      position:absolute;
      left:22px;
      top:10px;
      bottom:10px;
      width:2px;
      background:linear-gradient(var(--primary),var(--gold));
      box-shadow:0 0 18px rgba(233,79,155,.45);
    }
    .time-node{
      display:grid;
      grid-template-columns:60px 1fr;
      gap:18px;
      align-items:start;
      position:relative;
    }
    .time-dot{
      width:46px;
      height:46px;
      border-radius:16px;
      background:rgba(13,11,16,.9);
      border:1px solid rgba(255,190,105,.38);
      display:grid;
      place-items:center;
      color:#ffd28c;
      font-weight:950;
      z-index:1;
      box-shadow:0 0 20px rgba(255,179,71,.16);
    }
    .time-panel{
      border-radius:20px;
      padding:20px;
      background:rgba(24,18,32,.86);
      border:1px solid rgba(255,255,255,.09);
    }
    .time-panel h3{margin:0 0 8px;color:#fff;font-size:20px}
    .time-panel p{margin:0;color:var(--text-soft);font-size:15px}
    .compare-wrap{
      border-radius:26px;
      border:1px solid var(--line);
      background:linear-gradient(145deg,rgba(24,18,32,.92),rgba(13,11,16,.78));
      padding:24px;
      box-shadow:var(--shadow);
    }
    .compare-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:18px;
    }
    .compare-box{
      border-radius:20px;
      padding:22px;
      border:1px solid rgba(255,255,255,.09);
      background:rgba(255,255,255,.035);
    }
    .compare-box.after{
      border-color:rgba(255,190,105,.3);
      background:linear-gradient(145deg,rgba(233,79,155,.13),rgba(255,179,71,.08));
    }
    .compare-box h3{margin:0 0 12px;color:#fff}
    .compare-box ul{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
      color:var(--text-soft);
    }
    .compare-box li{display:flex;gap:9px}
    .compare-box li:before{content:"•";color:var(--gold)}
    .quote-card{
      border-radius:22px;
      padding:24px;
      background:rgba(24,18,32,.88);
      border:1px solid rgba(233,79,155,.22);
      min-height:100%;
      transition:.22s ease;
    }
    .quote-card:hover{
      transform:translateY(-4px);
      border-color:rgba(255,190,105,.38);
    }
    .quote-card p{color:var(--text-soft);margin:0 0 18px}
    .quote-name{font-weight:900;color:#fff}
    .news-panel{
      border-radius:26px;
      border:1px solid var(--line);
      background:rgba(24,18,32,.88);
      padding:26px;
      box-shadow:var(--shadow);
    }
    .news-list{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:14px;
    }
    .news-list a{
      display:grid;
      grid-template-columns:110px 1fr auto;
      gap:16px;
      align-items:center;
      padding:15px 0;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .news-list li:last-child a{border-bottom:0}
    .news-date{
      color:#ffd28c;
      font-weight:850;
      font-size:13px;
    }
    .news-title{
      color:#fff;
      font-weight:850;
    }
    .news-desc{
      color:var(--muted);
      font-size:14px;
      margin-top:3px;
    }
    .recommend-box{
      border-radius:24px;
      padding:24px;
      background:linear-gradient(145deg,rgba(143,60,255,.2),rgba(233,79,155,.10)),rgba(24,18,32,.9);
      border:1px solid rgba(255,190,105,.24);
      height:100%;
    }
    .recommend-box h3{color:#fff;margin:0 0 14px}
    .recommend-box p{color:var(--text-soft);margin:0 0 18px}
    .plan-card{
      border-radius:26px;
      padding:28px;
      background:linear-gradient(145deg,rgba(24,18,32,.94),rgba(13,11,16,.82));
      border:1px solid rgba(255,255,255,.1);
      box-shadow:0 18px 50px rgba(0,0,0,.25);
      min-height:100%;
      position:relative;
      overflow:hidden;
    }
    .plan-card.featured{
      border-color:rgba(255,190,105,.56);
      box-shadow:var(--shadow-hot);
    }
    .plan-card.featured:before{
      content:"推荐";
      position:absolute;
      right:22px;
      top:18px;
      color:#1b1013;
      background:linear-gradient(90deg,#ffd28c,#ffb347);
      border-radius:999px;
      padding:4px 11px;
      font-size:12px;
      font-weight:950;
    }
    .plan-card h3{margin:0 0 10px;color:#fff;font-size:24px}
    .plan-price{
      margin:12px 0 18px;
      color:#ffd28c;
      font-size:34px;
      font-weight:950;
      letter-spacing:-.04em;
    }
    .plan-price small{font-size:14px;color:var(--muted);font-weight:700}
    .plan-card ul{
      list-style:none;
      padding:0;
      margin:0 0 22px;
      display:grid;
      gap:10px;
    }
    .plan-card li{
      color:var(--text-soft);
      display:flex;
      gap:10px;
      align-items:flex-start;
      font-size:15px;
    }
    .plan-card li:before{content:"✓";color:#baf5c6;font-weight:900}
    .faq-wrap{
      border-radius:26px;
      border:1px solid var(--line);
      background:rgba(24,18,32,.86);
      padding:22px;
    }
    .accordion{
      background:transparent;
      margin:0;
    }
    .accordion-item{
      border-bottom:1px solid rgba(255,255,255,.09);
    }
    .accordion-item:last-child{border-bottom:0}
    .accordion-title{
      color:#fff;
      background:transparent;
      border:0;
      padding:20px 46px 20px 6px;
      font-size:17px;
      font-weight:900;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:rgba(255,255,255,.04);
      color:#ffd28c;
    }
    .accordion-title:before{color:#ffd28c}
    .accordion-content{
      background:transparent;
      border:0;
      color:var(--text-soft);
      padding:0 8px 20px;
    }
    .cta-band{
      border-radius:30px;
      padding:34px;
      background:
        linear-gradient(110deg,rgba(143,60,255,.7),rgba(233,79,155,.58),rgba(255,179,71,.38)),
        rgba(24,18,32,.96);
      border:1px solid rgba(255,190,105,.34);
      box-shadow:var(--shadow-hot);
      overflow:hidden;
      position:relative;
    }
    .cta-band h2{margin:0 0 10px;color:#fff;font-size:clamp(28px,3.4vw,42px)}
    .cta-band p{margin:0;color:#fff3e2;max-width:760px}
    .cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
    .site-footer{
      padding:52px 0 28px;
      border-top:1px solid var(--line);
      background:rgba(13,11,16,.72);
    }
    .footer-brand{
      font-weight:950;
      font-size:20px;
      color:#fff;
      margin-bottom:10px;
    }
    .footer-text{
      color:var(--muted);
      font-size:14px;
      max-width:600px;
      margin:0;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px 18px;
      justify-content:flex-end;
      margin:0;
      padding:0;
      list-style:none;
    }
    .footer-links a{
      color:var(--text-soft);
      font-size:14px;
      font-weight:750;
    }
    .footer-links a:hover{color:#ffd28c}
    .copyright{
      margin-top:28px;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.08);
      color:#8f819e;
      font-size:13px;
      display:flex;
      justify-content:space-between;
      flex-wrap:wrap;
      gap:10px;
    }
    .floating-cta{
      position:fixed;
      left:50%;
      bottom:18px;
      transform:translateX(-50%);
      z-index:40;
      width:min(680px,calc(100% - 28px));
      border-radius:999px;
      padding:10px 12px 10px 18px;
      background:rgba(24,18,32,.92);
      border:1px solid rgba(255,190,105,.32);
      box-shadow:0 18px 60px rgba(0,0,0,.4),0 0 32px rgba(233,79,155,.18);
      backdrop-filter:blur(16px);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
    }
    .floating-cta span{
      color:var(--text-soft);
      font-size:14px;
      font-weight:750;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    @media (max-width:1024px){
      .nav-row{flex-wrap:wrap}
      .search-wrap{order:3;max-width:none;flex-basis:100%}
      .hero-product,.compare-grid{grid-template-columns:1fr}
      .vertical-track{grid-template-columns:repeat(2,1fr)}
      .screen-card:nth-child(even){transform:none}
      .section-title{align-items:flex-start;flex-direction:column}
      .cta-actions{justify-content:flex-start;margin-top:20px}
    }
    @media (max-width:768px){
      .section{padding:58px 0}
      .hero{padding:22px 0 62px}
      .hero-stage{padding:22px;border-radius:24px}
      .flash-inner{align-items:flex-start;flex-direction:column}
      .matrix-grid,.vertical-track{grid-template-columns:1fr}
      .screen-card{min-height:220px}
      .nav-top{padding:12px 0}
      .brand-name{font-size:16px}
      .brand-mark{width:38px;height:38px}
      .news-list a{grid-template-columns:1fr;gap:4px}
      .floating-cta{border-radius:22px;align-items:flex-start;flex-direction:column}
      .floating-cta .energy-btn{width:100%;text-align:center}
      .footer-links{justify-content:flex-start;margin-top:24px}
    }
    @media (max-width:520px){
      .hero h1{font-size:33px}
      .hero-desc{font-size:16px}
      .hero-actions .button,.hero-actions a{width:100%;text-align:center;justify-content:center}
      .price-line .price{font-size:34px}
      .main-offer-card,.entry-matrix,.task-card,.plan-card,.news-panel,.cta-band{padding:20px}
      .countdown{flex-wrap:wrap}
      .timeline:before{left:17px}
      .time-node{grid-template-columns:46px 1fr;gap:12px}
      .time-dot{width:36px;height:36px;border-radius:12px;font-size:13px}
      .copyright{display:block}
    }

/* roulang page: category1 */
:root{
      --bg-0:#0d0b10;
      --bg-1:#100b16;
      --bg-2:#17101f;
      --panel:#181220;
      --panel-2:#21172c;
      --panel-3:#261a31;
      --text:#f6f0ff;
      --muted:#c7b8d5;
      --weak:#917f9f;
      --line:rgba(255,179,71,.24);
      --line-purple:rgba(143,60,255,.34);
      --primary:#8f3cff;
      --pink:#e94f9b;
      --gold:#ffb347;
      --amber:#f2a949;
      --danger:#ffcf7b;
      --success:#9ef0c0;
      --shadow:0 24px 70px rgba(0,0,0,.44);
      --glow:0 0 34px rgba(233,79,155,.24),0 0 58px rgba(143,60,255,.15);
      --radius-xl:26px;
      --radius-lg:20px;
      --radius-md:14px;
      --radius-sm:10px;
      --container:1220px;
      --ease:all .22s 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);
      line-height:1.75;
      background:
        radial-gradient(circle at 18% 3%,rgba(143,60,255,.25),transparent 34%),
        radial-gradient(circle at 84% 12%,rgba(233,79,155,.2),transparent 32%),
        radial-gradient(circle at 50% 78%,rgba(255,179,71,.1),transparent 34%),
        linear-gradient(145deg,var(--bg-0),var(--bg-1) 42%,#09070c);
      min-height:100vh;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.23;
      background-image:
        linear-gradient(120deg,transparent 0 46%,rgba(255,179,71,.16) 47%,transparent 48% 100%),
        linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
      background-size:260px 260px,56px 56px,56px 56px;
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),rgba(0,0,0,.2));
      z-index:-2;
    }
    body:after{
      content:"";
      position:fixed;
      width:640px;
      height:640px;
      right:-260px;
      top:180px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(143,60,255,.18),transparent 65%);
      filter:blur(8px);
      pointer-events:none;
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover,a:focus{color:#fff}
    button,input{font:inherit}
    input{outline:none}
    img{max-width:100%;height:auto}
    ::selection{background:rgba(233,79,155,.45);color:#fff}
    .grid-container{max-width:var(--container)}
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      backdrop-filter:blur(18px);
      background:rgba(13,11,16,.78);
      border-bottom:1px solid rgba(255,179,71,.18);
      box-shadow:0 12px 40px rgba(0,0,0,.28);
    }
    .age-strip{
      font-size:13px;
      color:#ffe0a9;
      background:linear-gradient(90deg,rgba(255,179,71,.16),rgba(143,60,255,.13));
      border-bottom:1px solid rgba(255,179,71,.18);
      padding:7px 0;
    }
    .age-strip strong{color:#fff2cf}
    .nav-top{padding:15px 0}
    .nav-row{
      display:flex;
      align-items:center;
      gap:18px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:290px;
    }
    .brand-mark{
      width:48px;
      height:48px;
      border-radius:16px;
      display:grid;
      place-items:center;
      font-weight:900;
      color:#1b0d16;
      background:linear-gradient(135deg,var(--gold),var(--pink) 52%,var(--primary));
      box-shadow:var(--glow);
      border:1px solid rgba(255,255,255,.28);
    }
    .brand-name{
      display:flex;
      flex-direction:column;
      font-size:18px;
      line-height:1.18;
      font-weight:800;
      letter-spacing:.2px;
    }
    .brand-sub{
      margin-top:4px;
      color:var(--muted);
      font-size:12px;
      font-weight:500;
    }
    .search-wrap{
      flex:1;
      position:relative;
      max-width:520px;
      margin-left:auto;
    }
    .search-wrap input{
      width:100%;
      height:44px;
      border-radius:999px;
      color:#fff;
      background:rgba(24,18,32,.92);
      border:1px solid rgba(143,60,255,.32);
      padding:0 44px 0 18px;
      box-shadow:inset 0 0 0 1px rgba(255,179,71,.06);
      transition:var(--ease);
    }
    .search-wrap input::placeholder{color:#8d7a9d}
    .search-wrap input:focus{
      border-color:rgba(255,179,71,.65);
      box-shadow:0 0 0 4px rgba(255,179,71,.1),var(--glow);
    }
    .search-icon{
      position:absolute;
      right:17px;
      top:50%;
      transform:translateY(-50%);
      color:#d8bfff;
      font-size:20px;
    }
    .button,.button:focus{
      border-radius:999px;
      font-weight:800;
      letter-spacing:.2px;
      margin:0;
      transition:var(--ease);
    }
    .energy-btn{
      color:#fff;
      border:0;
      background:linear-gradient(120deg,var(--primary),var(--pink) 52%,var(--gold));
      background-size:180% 180%;
      box-shadow:0 14px 32px rgba(233,79,155,.28),0 0 0 1px rgba(255,255,255,.12) inset;
      padding:.86rem 1.2rem;
    }
    .energy-btn:hover,.energy-btn:focus{
      color:#fff;
      transform:translateY(-2px);
      background-position:100% 50%;
      box-shadow:0 18px 44px rgba(233,79,155,.36),0 0 0 4px rgba(255,179,71,.12);
    }
    .ghost-btn{
      color:#fff;
      background:rgba(24,18,32,.62);
      border:1px solid rgba(255,179,71,.34);
      box-shadow:inset 0 0 0 1px rgba(143,60,255,.18);
      padding:.82rem 1.15rem;
    }
    .ghost-btn:hover,.ghost-btn:focus{
      color:#fff;
      border-color:rgba(255,179,71,.7);
      transform:translateY(-2px);
      box-shadow:var(--glow);
    }
    .channel-row{
      border-top:1px solid rgba(143,60,255,.16);
      background:rgba(16,11,22,.7);
    }
    .channel-tabs{
      display:flex;
      gap:10px;
      list-style:none;
      margin:0;
      padding:10px 0 12px;
      overflow-x:auto;
      scrollbar-width:thin;
      scrollbar-color:rgba(255,179,71,.38) transparent;
    }
    .channel-tabs::-webkit-scrollbar{height:4px}
    .channel-tabs::-webkit-scrollbar-thumb{background:rgba(255,179,71,.38);border-radius:999px}
    .channel-tabs a{
      display:block;
      white-space:nowrap;
      padding:9px 16px;
      color:var(--muted);
      border:1px solid rgba(143,60,255,.22);
      border-radius:999px;
      background:rgba(24,18,32,.64);
      font-size:14px;
      font-weight:700;
    }
    .channel-tabs a:hover{
      color:#fff;
      border-color:rgba(255,179,71,.5);
      transform:translateY(-1px);
    }
    .channel-tabs a.active{
      color:#fff;
      background:linear-gradient(120deg,rgba(143,60,255,.9),rgba(233,79,155,.78),rgba(255,179,71,.82));
      border-color:rgba(255,255,255,.2);
      box-shadow:0 0 28px rgba(233,79,155,.24);
    }
    main{position:relative}
    .section{padding:78px 0}
    .section.tight{padding:52px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      color:#ffe4b7;
      font-size:13px;
      font-weight:800;
      background:rgba(255,179,71,.1);
      border:1px solid rgba(255,179,71,.28);
      margin-bottom:16px;
    }
    .eyebrow:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--gold),var(--pink));
      box-shadow:0 0 12px rgba(255,179,71,.65);
    }
    .hero{
      padding:68px 0 42px;
      position:relative;
      overflow:hidden;
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:22px 3% auto;
      height:390px;
      pointer-events:none;
      background:
        linear-gradient(135deg,rgba(143,60,255,.16),transparent 35%,rgba(255,179,71,.09)),
        radial-gradient(circle at 30% 20%,rgba(233,79,155,.22),transparent 38%);
      border-radius:40px;
      filter:blur(2px);
      opacity:.86;
    }
    .profile-hero{
      position:relative;
      border:1px solid rgba(255,179,71,.22);
      border-radius:32px;
      padding:28px;
      background:
        linear-gradient(140deg,rgba(33,23,44,.92),rgba(16,11,22,.94)),
        radial-gradient(circle at 72% 15%,rgba(233,79,155,.25),transparent 34%);
      box-shadow:var(--shadow),var(--glow);
      overflow:hidden;
    }
    .profile-hero:after{
      content:"";
      position:absolute;
      right:-90px;
      top:-90px;
      width:280px;
      height:280px;
      border-radius:50%;
      border:1px solid rgba(255,179,71,.16);
      box-shadow:inset 0 0 55px rgba(143,60,255,.2);
    }
    .profile-head{
      display:flex;
      align-items:center;
      gap:18px;
      margin-bottom:20px;
      position:relative;
      z-index:1;
    }
    .avatar-ring{
      width:84px;
      height:84px;
      border-radius:26px;
      display:grid;
      place-items:center;
      color:#fff;
      font-size:24px;
      font-weight:900;
      background:linear-gradient(135deg,var(--primary),var(--pink),var(--gold));
      box-shadow:0 0 0 6px rgba(255,255,255,.04),var(--glow);
    }
    .profile-meta h1{
      margin:0;
      font-size:clamp(32px,5vw,56px);
      line-height:1.08;
      letter-spacing:-1.2px;
      font-weight:950;
    }
    .gradient-text{
      background:linear-gradient(120deg,#fff,#ffd49b 42%,#ff8ac6 72%,#d8c6ff);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .profile-meta p{
      margin:10px 0 0;
      color:var(--muted);
      max-width:720px;
      font-size:16px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:24px;
      position:relative;
      z-index:1;
    }
    .badge-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:22px;
      position:relative;
      z-index:1;
    }
    .data-badge,.tag{
      display:inline-flex;
      align-items:center;
      gap:7px;
      color:#f9edff;
      border-radius:999px;
      font-size:13px;
      font-weight:750;
      padding:7px 11px;
      background:rgba(24,18,32,.78);
      border:1px solid rgba(143,60,255,.26);
    }
    .data-badge strong{color:#ffe0a9}
    .status-panel{
      position:relative;
      z-index:1;
      height:100%;
      border-radius:26px;
      padding:22px;
      background:linear-gradient(180deg,rgba(24,18,32,.92),rgba(17,12,22,.94));
      border:1px solid rgba(143,60,255,.36);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .status-panel:before,.task-card:before,.entry-card:before,.rule-card:before{
      content:"";
      position:absolute;
      left:0;
      right:0;
      top:0;
      height:3px;
      background:linear-gradient(90deg,var(--primary),var(--pink),var(--gold));
      opacity:.8;
    }
    .panel-title{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      margin-bottom:16px;
    }
    .panel-title h2,.panel-title h3{
      margin:0;
      font-size:20px;
      font-weight:900;
    }
    .small-pill{
      color:#1f1307;
      background:linear-gradient(120deg,#ffd891,#ffb347);
      border-radius:999px;
      padding:5px 10px;
      font-size:12px;
      font-weight:900;
      white-space:nowrap;
    }
    .status-list{display:grid;gap:12px}
    .status-item{
      display:flex;
      justify-content:space-between;
      gap:12px;
      padding:14px;
      border-radius:16px;
      background:rgba(255,255,255,.035);
      border:1px solid rgba(255,255,255,.08);
    }
    .status-item b{display:block;font-size:15px}
    .status-item span{display:block;color:var(--weak);font-size:12px;margin-top:2px}
    .state-ok{color:var(--success);font-weight:900;font-size:13px}
    .state-watch{color:#ffe0a9;font-weight:900;font-size:13px}
    .section-head{
      max-width:860px;
      margin-bottom:28px;
    }
    .section-head h2{
      margin:0 0 12px;
      font-size:clamp(28px,3.6vw,40px);
      line-height:1.18;
      font-weight:950;
      letter-spacing:-.5px;
    }
    .section-head p{
      color:var(--muted);
      margin:0;
      font-size:16px;
      max-width:760px;
    }
    .filter-board{
      border-radius:24px;
      background:linear-gradient(145deg,rgba(24,18,32,.9),rgba(30,20,39,.88));
      border:1px solid rgba(255,179,71,.22);
      padding:22px;
      box-shadow:var(--shadow);
    }
    .filter-row{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      align-items:center;
      margin:0;
      padding:0;
      list-style:none;
    }
    .filter-row li a,.filter-row li span{
      display:inline-flex;
      align-items:center;
      min-height:40px;
      padding:8px 14px;
      border-radius:999px;
      color:var(--muted);
      background:rgba(13,11,16,.58);
      border:1px solid rgba(143,60,255,.22);
      font-weight:800;
      font-size:14px;
    }
    .filter-row li a:hover,.filter-row li a.is-active{
      color:#fff;
      border-color:rgba(255,179,71,.6);
      background:linear-gradient(120deg,rgba(143,60,255,.42),rgba(233,79,155,.28));
      box-shadow:0 0 24px rgba(233,79,155,.16);
    }
    .entry-card,.task-card,.rule-card,.mini-card,.compare-card,.notice-card{
      position:relative;
      border-radius:var(--radius-lg);
      background:linear-gradient(155deg,rgba(24,18,32,.92),rgba(15,11,20,.94));
      border:1px solid rgba(143,60,255,.28);
      box-shadow:0 20px 52px rgba(0,0,0,.32);
      overflow:hidden;
      transition:var(--ease);
    }
    .entry-card:hover,.task-card:hover,.rule-card:hover,.mini-card:hover,.compare-card:hover{
      transform:translateY(-5px);
      border-color:rgba(255,179,71,.48);
      box-shadow:var(--shadow),var(--glow);
    }
    .entry-card{padding:24px;min-height:246px}
    .entry-top{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:16px;
      margin-bottom:14px;
    }
    .entry-no{
      width:44px;
      height:44px;
      border-radius:15px;
      display:grid;
      place-items:center;
      font-weight:950;
      color:#fff;
      background:linear-gradient(135deg,rgba(143,60,255,.9),rgba(233,79,155,.8));
      box-shadow:0 0 24px rgba(143,60,255,.25);
      flex:none;
    }
    .entry-card h3{
      margin:0;
      font-size:20px;
      font-weight:950;
    }
    .entry-card p{
      color:var(--muted);
      margin:10px 0 16px;
      font-size:15px;
    }
    .card-meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin:14px 0 18px;
    }
    .meta-pill{
      color:#d9c8e8;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.09);
      border-radius:999px;
      padding:5px 9px;
      font-size:12px;
      font-weight:750;
    }
    .card-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:#ffe0a9;
      font-weight:900;
      font-size:14px;
    }
    .card-link:hover{color:#fff;gap:12px}
    .task-strip{
      display:grid;
      gap:16px;
    }
    .task-card{
      display:grid;
      grid-template-columns:78px 1fr auto;
      align-items:center;
      gap:18px;
      padding:20px 22px;
    }
    .task-index{
      width:58px;
      height:58px;
      border-radius:18px;
      display:grid;
      place-items:center;
      color:#261308;
      font-size:18px;
      font-weight:950;
      background:linear-gradient(135deg,var(--gold),#ffcf86);
      box-shadow:0 0 24px rgba(255,179,71,.18);
    }
    .task-card h3{margin:0 0 4px;font-size:18px;font-weight:950}
    .task-card p{margin:0;color:var(--muted);font-size:15px}
    .task-status{
      white-space:nowrap;
      color:#fff;
      border:1px solid rgba(255,179,71,.32);
      background:rgba(255,179,71,.09);
      border-radius:999px;
      padding:7px 11px;
      font-size:12px;
      font-weight:900;
    }
    .rules-panel{
      border-radius:28px;
      border:1px solid rgba(255,179,71,.24);
      background:
        radial-gradient(circle at 12% 16%,rgba(233,79,155,.17),transparent 28%),
        linear-gradient(160deg,rgba(33,23,44,.92),rgba(13,11,16,.96));
      box-shadow:var(--shadow);
      padding:28px;
    }
    .rule-card{padding:22px;height:100%}
    .rule-card h3{font-size:18px;font-weight:950;margin:0 0 10px}
    .rule-card p{margin:0;color:var(--muted);font-size:15px}
    .rule-icon{
      width:42px;
      height:42px;
      display:grid;
      place-items:center;
      border-radius:14px;
      margin-bottom:13px;
      background:rgba(143,60,255,.22);
      border:1px solid rgba(143,60,255,.36);
      color:#ffe0a9;
      font-weight:950;
    }
    .compare-wrap{
      display:grid;
      gap:18px;
    }
    .compare-card{padding:24px}
    .compare-card h3{
      margin:0 0 16px;
      font-weight:950;
      font-size:20px;
    }
    .check-list{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:12px;
    }
    .check-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:var(--muted);
      font-size:15px;
    }
    .check-list li:before{
      content:"✓";
      color:#17101f;
      background:linear-gradient(135deg,var(--gold),var(--pink));
      width:22px;
      height:22px;
      border-radius:50%;
      display:grid;
      place-items:center;
      flex:none;
      font-size:12px;
      font-weight:950;
      margin-top:2px;
    }
    .notice-card{
      padding:26px;
      border-color:rgba(255,179,71,.34);
      background:
        linear-gradient(135deg,rgba(255,179,71,.11),transparent 34%),
        linear-gradient(155deg,rgba(24,18,32,.94),rgba(13,11,16,.96));
    }
    .notice-card h2{margin:0 0 10px;font-size:28px;font-weight:950}
    .notice-card p{color:var(--muted);margin:0 0 18px}
    .accordion{
      background:transparent;
      border:0;
    }
    .accordion-item{
      margin-bottom:12px;
      border:1px solid rgba(143,60,255,.26);
      background:rgba(24,18,32,.82);
      border-radius:18px;
      overflow:hidden;
      box-shadow:0 14px 34px rgba(0,0,0,.22);
    }
    .accordion-title{
      color:#fff;
      font-weight:900;
      font-size:16px;
      border:0;
      padding:18px 54px 18px 20px;
      background:transparent;
    }
    .accordion-title:hover,.accordion-title:focus{
      color:#ffe0a9;
      background:rgba(143,60,255,.12);
    }
    .accordion-title:before{color:#ffcf8b;font-size:22px;right:20px}
    .accordion-content{
      color:var(--muted);
      background:rgba(13,11,16,.38);
      border:0;
      padding:0 20px 18px;
    }
    .cta-band{
      border-radius:30px;
      padding:32px;
      background:
        linear-gradient(120deg,rgba(143,60,255,.42),rgba(233,79,155,.28),rgba(255,179,71,.2)),
        linear-gradient(155deg,rgba(24,18,32,.95),rgba(13,11,16,.96));
      border:1px solid rgba(255,179,71,.3);
      box-shadow:var(--shadow),var(--glow);
      overflow:hidden;
      position:relative;
    }
    .cta-band:after{
      content:"";
      position:absolute;
      right:-120px;
      bottom:-140px;
      width:360px;
      height:360px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(255,179,71,.24),transparent 62%);
      pointer-events:none;
    }
    .cta-band h2{
      margin:0 0 10px;
      font-size:clamp(26px,3.5vw,38px);
      font-weight:950;
    }
    .cta-band p{margin:0;color:#eadcf6;max-width:760px}
    .cta-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      justify-content:flex-end;
      position:relative;
      z-index:1;
    }
    .site-footer{
      padding:58px 0 28px;
      background:linear-gradient(180deg,rgba(13,11,16,.3),rgba(7,6,9,.96));
      border-top:1px solid rgba(255,179,71,.16);
    }
    .footer-brand{
      font-size:22px;
      font-weight:950;
      margin-bottom:10px;
    }
    .footer-text{
      color:var(--muted);
      max-width:660px;
      margin:0;
      font-size:14px;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      justify-content:flex-end;
      list-style:none;
      margin:0;
      padding:0;
    }
    .footer-links a{
      display:inline-flex;
      padding:8px 11px;
      border-radius:999px;
      color:var(--muted);
      background:rgba(255,255,255,.035);
      border:1px solid rgba(255,255,255,.08);
      font-size:13px;
      font-weight:750;
    }
    .footer-links a:hover{
      color:#fff;
      border-color:rgba(255,179,71,.4);
      background:rgba(255,179,71,.08);
    }
    .copyright{
      margin-top:30px;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.08);
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      color:var(--weak);
      font-size:13px;
    }
    @media (max-width:1024px){
      .nav-row{flex-wrap:wrap}
      .brand{min-width:0;flex:1}
      .search-wrap{order:3;max-width:none;flex-basis:100%;margin-left:0}
      .task-card{grid-template-columns:62px 1fr}
      .task-status{grid-column:2;justify-self:start}
      .cta-actions{justify-content:flex-start;margin-top:18px}
    }
    @media (max-width:768px){
      .section{padding:56px 0}
      .hero{padding:44px 0 30px}
      .profile-hero{padding:22px;border-radius:24px}
      .profile-head{align-items:flex-start}
      .avatar-ring{width:66px;height:66px;border-radius:20px;font-size:19px}
      .brand-name{font-size:16px}
      .brand-sub{font-size:11px}
      .nav-top .energy-btn{display:none}
      .status-panel{margin-top:18px}
      .entry-card{min-height:auto}
      .footer-links{justify-content:flex-start;margin-top:24px}
      .copyright{display:block}
      .copyright span{display:block;margin-top:8px}
    }
    @media (max-width:520px){
      .age-strip{font-size:12px}
      .brand-mark{width:42px;height:42px;border-radius:14px}
      .profile-head{flex-direction:column}
      .hero-actions .button,.cta-actions .button{width:100%;text-align:center}
      .badge-row{gap:8px}
      .data-badge,.tag{font-size:12px}
      .filter-board,.rules-panel,.cta-band{padding:18px;border-radius:22px}
      .task-card{grid-template-columns:1fr;padding:18px}
      .task-status{grid-column:auto}
      .channel-tabs a{font-size:13px;padding:8px 13px}
    }

/* roulang page: category2 */
:root{
      --bg-0:#0d0b10;
      --bg-1:#100b16;
      --bg-2:#17101f;
      --panel:rgba(24,18,32,.88);
      --panel-2:rgba(35,25,44,.92);
      --panel-3:rgba(44,29,53,.78);
      --text:#f6f0fb;
      --muted:#c8b8d2;
      --soft:#9d8aaa;
      --line:rgba(255,190,114,.24);
      --line-purple:rgba(233,79,155,.28);
      --gold:#ffb347;
      --amber:#f0a33a;
      --pink:#e94f9b;
      --violet:#8f3cff;
      --danger:#d98f35;
      --ok:#72d5a0;
      --radius-sm:12px;
      --radius:18px;
      --radius-lg:26px;
      --shadow:0 18px 60px rgba(0,0,0,.42), 0 0 28px rgba(143,60,255,.14);
      --shadow-hover:0 24px 72px rgba(0,0,0,.55), 0 0 36px rgba(233,79,155,.22);
      --grad:linear-gradient(135deg,var(--violet),var(--pink) 52%,var(--gold));
      --grad-soft:linear-gradient(135deg,rgba(143,60,255,.18),rgba(233,79,155,.12),rgba(255,179,71,.12));
      --font:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",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 12% 8%, rgba(143,60,255,.28), transparent 32%),
        radial-gradient(circle at 86% 12%, rgba(233,79,155,.20), transparent 28%),
        radial-gradient(circle at 48% 92%, rgba(255,179,71,.10), transparent 38%),
        linear-gradient(180deg,var(--bg-1),var(--bg-0) 48%,#0b080e);
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      z-index:-1;
      background:
        linear-gradient(115deg,transparent 0 18%,rgba(255,179,71,.055) 18.3%,transparent 18.8% 57%,rgba(143,60,255,.075) 57.3%,transparent 58%),
        repeating-linear-gradient(90deg,rgba(255,255,255,.026) 0 1px,transparent 1px 90px),
        repeating-linear-gradient(0deg,rgba(255,255,255,.018) 0 1px,transparent 1px 90px);
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),rgba(0,0,0,.32));
    }
    a{color:inherit;text-decoration:none;transition:color .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease, background .22s ease}
    a:hover,a:focus{color:#fff}
    button,input{font-family:inherit}
    input:focus,a:focus,button:focus{
      outline:2px solid rgba(255,179,71,.58);
      outline-offset:3px;
    }
    .grid-container{max-width:1220px}
    .section{padding:82px 0;position:relative}
    .section.tight{padding:58px 0}
    .section-head{
      max-width:780px;
      margin-bottom:32px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border:1px solid var(--line);
      border-radius:999px;
      color:#ffe2b7;
      background:rgba(255,179,71,.08);
      font-size:13px;
      font-weight:700;
      letter-spacing:.02em;
    }
    .eyebrow::before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--grad);
      box-shadow:0 0 16px rgba(255,179,71,.8);
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      margin:16px 0 18px;
      font-size:clamp(34px,5vw,62px);
      line-height:1.08;
      letter-spacing:-.045em;
      font-weight:900;
    }
    h2{
      font-size:clamp(28px,3.2vw,40px);
      line-height:1.18;
      letter-spacing:-.035em;
      margin-bottom:14px;
      font-weight:880;
    }
    h3{font-size:22px;line-height:1.35;font-weight:820}
    .lead{
      color:#ded1e8;
      font-size:17px;
      max-width:760px;
    }
    .muted{color:var(--muted)}
    .gradient-text{
      background:var(--grad);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(13,10,17,.82);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(255,179,71,.18);
      box-shadow:0 12px 40px rgba(0,0,0,.34);
    }
    .age-strip{
      background:linear-gradient(90deg,rgba(255,179,71,.16),rgba(233,79,155,.08));
      color:#ffe9c9;
      font-size:13px;
      padding:7px 0;
      border-bottom:1px solid rgba(255,179,71,.18);
    }
    .age-strip strong{color:#ffce86}
    .nav-top{padding:16px 0}
    .nav-row{
      display:flex;
      align-items:center;
      gap:18px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:286px;
    }
    .brand-mark{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:48px;
      height:48px;
      border-radius:15px;
      background:var(--grad);
      color:#fff;
      font-weight:900;
      box-shadow:0 0 24px rgba(233,79,155,.36);
      border:1px solid rgba(255,255,255,.18);
    }
    .brand-name{
      display:flex;
      flex-direction:column;
      font-weight:900;
      line-height:1.15;
      letter-spacing:-.02em;
    }
    .brand-sub{
      color:var(--muted);
      font-size:12px;
      font-weight:650;
      margin-top:3px;
      letter-spacing:0;
    }
    .search-wrap{
      position:relative;
      flex:1;
      min-width:220px;
    }
    .search-wrap input{
      width:100%;
      height:46px;
      border-radius:999px;
      border:1px solid rgba(255,179,71,.20);
      background:rgba(22,16,29,.72);
      color:#fff;
      padding:0 46px 0 18px;
      box-shadow:inset 0 0 0 1px rgba(143,60,255,.12);
    }
    .search-wrap input::placeholder{color:#a998b6}
    .search-icon{
      position:absolute;
      right:18px;
      top:50%;
      transform:translateY(-50%);
      color:#ffd7a0;
      font-size:20px;
      pointer-events:none;
    }
    .button.energy-btn,.energy-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border:0;
      border-radius:999px;
      padding:13px 20px;
      margin:0;
      color:#fff;
      font-weight:850;
      background:linear-gradient(135deg,#8f3cff,#e94f9b 50%,#ffb347);
      background-size:150% 150%;
      box-shadow:0 12px 30px rgba(233,79,155,.28);
      min-height:46px;
      white-space:nowrap;
    }
    .button.energy-btn:hover,.energy-btn:hover{
      color:#fff;
      transform:translateY(-2px);
      background-position:100% 50%;
      box-shadow:0 18px 40px rgba(233,79,155,.38);
    }
    .ghost-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:999px;
      padding:12px 18px;
      min-height:46px;
      border:1px solid rgba(255,179,71,.28);
      background:rgba(24,18,32,.72);
      color:#ffe8c5;
      font-weight:800;
    }
    .ghost-btn:hover{
      transform:translateY(-2px);
      border-color:rgba(255,179,71,.55);
      box-shadow:0 0 26px rgba(255,179,71,.12);
      color:#fff;
    }
    .channel-row{
      border-top:1px solid rgba(255,255,255,.06);
      background:rgba(18,12,24,.72);
    }
    .channel-tabs{
      display:flex;
      align-items:center;
      gap:10px;
      list-style:none;
      margin:0;
      padding:11px 0;
      overflow-x:auto;
      scrollbar-width:thin;
      scrollbar-color:rgba(255,179,71,.35) transparent;
    }
    .channel-tabs::-webkit-scrollbar{height:4px}
    .channel-tabs::-webkit-scrollbar-thumb{background:rgba(255,179,71,.35);border-radius:999px}
    .channel-tabs a{
      display:block;
      white-space:nowrap;
      padding:9px 15px;
      border-radius:999px;
      color:#d8c8e2;
      border:1px solid transparent;
      font-size:14px;
      font-weight:800;
    }
    .channel-tabs a:hover{
      border-color:rgba(255,179,71,.24);
      background:rgba(255,255,255,.05);
      color:#fff;
    }
    .channel-tabs a.active{
      color:#fff;
      background:linear-gradient(135deg,rgba(143,60,255,.72),rgba(233,79,155,.58),rgba(255,179,71,.45));
      border-color:rgba(255,217,154,.38);
      box-shadow:0 0 22px rgba(233,79,155,.20);
    }

    .hero{
      padding:76px 0 64px;
      position:relative;
    }
    .hero::after{
      content:"";
      position:absolute;
      right:-120px;
      top:42px;
      width:460px;
      height:460px;
      background:radial-gradient(circle,rgba(233,79,155,.20),transparent 68%);
      filter:blur(4px);
      z-index:-1;
    }
    .hero-panel{
      padding:32px;
      border-radius:var(--radius-lg);
      border:1px solid rgba(255,179,71,.22);
      background:
        linear-gradient(160deg,rgba(24,18,32,.94),rgba(17,12,22,.88)),
        var(--grad-soft);
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .hero-panel::before,.task-card::before,.timeline-card::before,.compare-box::before,.matrix-card::before{
      content:"";
      position:absolute;
      left:0;
      top:0;
      width:100%;
      height:3px;
      background:var(--grad);
      opacity:.9;
    }
    .sell-list{
      list-style:none;
      margin:24px 0 0;
      padding:0;
      display:grid;
      gap:12px;
    }
    .sell-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:#eadff0;
      padding:12px 14px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.07);
      border-radius:14px;
    }
    .sell-list li span{
      flex:0 0 24px;
      height:24px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:50%;
      background:rgba(255,179,71,.14);
      color:#ffcf87;
      font-weight:900;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:26px;
    }
    .trust-strip{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:22px;
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 11px;
      border-radius:999px;
      border:1px solid rgba(255,179,71,.22);
      background:rgba(255,179,71,.08);
      color:#ffe5bd;
      font-size:13px;
      font-weight:760;
    }
    .badge.pink{
      border-color:rgba(233,79,155,.28);
      background:rgba(233,79,155,.10);
      color:#ffd6ea;
    }
    .badge.green{
      border-color:rgba(114,213,160,.25);
      background:rgba(114,213,160,.08);
      color:#c9ffe1;
    }
    .update-board{
      border-radius:var(--radius-lg);
      border:1px solid rgba(233,79,155,.25);
      background:
        radial-gradient(circle at 80% 0,rgba(255,179,71,.13),transparent 36%),
        linear-gradient(180deg,rgba(33,24,42,.94),rgba(17,12,22,.92));
      box-shadow:var(--shadow);
      overflow:hidden;
      min-height:100%;
    }
    .board-head{
      padding:22px 24px;
      border-bottom:1px solid rgba(255,255,255,.08);
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:14px;
    }
    .board-head strong{font-size:18px}
    .board-body{padding:22px 24px 24px}
    .record-list{display:grid;gap:14px}
    .record{
      display:grid;
      grid-template-columns:90px 1fr;
      gap:14px;
      padding:14px;
      border-radius:16px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,255,255,.075);
    }
    .record-time{
      color:#ffd99f;
      font-weight:900;
      font-size:13px;
    }
    .record-title{
      font-weight:850;
      margin-bottom:3px;
      color:#fff;
    }
    .record p{
      margin:0;
      color:#cdbed7;
      font-size:14px;
      line-height:1.65;
    }

    .filter-bar{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      padding:16px;
      border-radius:var(--radius);
      border:1px solid rgba(255,179,71,.20);
      background:rgba(20,14,27,.76);
      box-shadow:0 12px 34px rgba(0,0,0,.22);
      margin-bottom:24px;
    }
    .filter-pill{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:9px 13px;
      border-radius:999px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,255,255,.08);
      color:#dfd1e9;
      font-size:13px;
      font-weight:750;
    }
    .filter-pill.active{
      background:linear-gradient(135deg,rgba(143,60,255,.50),rgba(233,79,155,.36));
      color:#fff;
      border-color:rgba(255,179,71,.28);
      box-shadow:0 0 18px rgba(233,79,155,.15);
    }

    .timeline{
      position:relative;
      display:grid;
      gap:20px;
      padding-left:28px;
    }
    .timeline::before{
      content:"";
      position:absolute;
      left:8px;
      top:8px;
      bottom:8px;
      width:2px;
      background:linear-gradient(to bottom,var(--violet),var(--pink),var(--gold));
      box-shadow:0 0 18px rgba(233,79,155,.3);
    }
    .timeline-card{
      position:relative;
      padding:22px;
      border-radius:var(--radius);
      border:1px solid rgba(255,179,71,.20);
      background:linear-gradient(160deg,rgba(28,20,37,.94),rgba(18,13,24,.90));
      box-shadow:0 14px 36px rgba(0,0,0,.26);
      overflow:hidden;
    }
    .timeline-card::after{
      content:"";
      position:absolute;
      left:-26px;
      top:24px;
      width:14px;
      height:14px;
      border-radius:50%;
      background:var(--gold);
      box-shadow:0 0 0 5px rgba(255,179,71,.12),0 0 20px rgba(255,179,71,.55);
    }
    .timeline-meta{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
      margin-bottom:10px;
    }
    .timeline-date{
      color:#ffce86;
      font-weight:900;
      font-size:14px;
    }
    .status{
      display:inline-flex;
      align-items:center;
      padding:5px 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:850;
      border:1px solid rgba(255,255,255,.12);
    }
    .status.ok{color:#c9ffe1;background:rgba(114,213,160,.09);border-color:rgba(114,213,160,.24)}
    .status.watch{color:#ffe0ac;background:rgba(255,179,71,.10);border-color:rgba(255,179,71,.24)}
    .status.limit{color:#ffd4de;background:rgba(233,79,155,.09);border-color:rgba(233,79,155,.24)}

    .matrix-card,.task-card,.compare-box,.rule-card,.faq-wrap,.cta-band{
      position:relative;
      border-radius:var(--radius);
      border:1px solid rgba(255,179,71,.20);
      background:linear-gradient(160deg,rgba(28,20,37,.92),rgba(16,11,22,.88));
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .matrix-card,.task-card,.rule-card{padding:22px}
    .matrix-card{
      min-height:180px;
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
    .matrix-card:hover{
      transform:translateY(-4px);
      border-color:rgba(255,179,71,.42);
      box-shadow:var(--shadow-hover);
    }
    .matrix-top{
      display:flex;
      justify-content:space-between;
      gap:12px;
      align-items:flex-start;
      margin-bottom:14px;
    }
    .matrix-title{font-size:20px;font-weight:900;color:#fff}
    .matrix-card p{color:#cdbed7;margin-bottom:16px;font-size:15px}
    .mini-link{
      display:inline-flex;
      align-items:center;
      gap:6px;
      color:#ffcf88;
      font-weight:850;
      font-size:14px;
    }
    .mini-link:hover{color:#fff;transform:translateX(3px)}

    .compare-box{padding:0}
    .compare-head{
      padding:22px 24px;
      border-bottom:1px solid rgba(255,255,255,.08);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
    }
    .compare-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
    }
    .compare-col{
      padding:24px;
      border-right:1px solid rgba(255,255,255,.07);
    }
    .compare-col:last-child{border-right:0}
    .compare-col.highlight{
      background:linear-gradient(180deg,rgba(233,79,155,.10),rgba(255,179,71,.07));
    }
    .check-list{
      list-style:none;
      padding:0;
      margin:16px 0 0;
      display:grid;
      gap:12px;
    }
    .check-list li{
      position:relative;
      padding-left:28px;
      color:#dfd1e9;
    }
    .check-list li::before{
      content:"✓";
      position:absolute;
      left:0;
      top:0;
      width:20px;
      height:20px;
      border-radius:50%;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#151016;
      background:var(--gold);
      font-weight:900;
      font-size:12px;
    }
    .price-tag{
      display:flex;
      align-items:flex-end;
      gap:6px;
      margin:12px 0 0;
      color:#fff;
    }
    .price-tag strong{
      font-size:34px;
      line-height:1;
      letter-spacing:-.03em;
    }
    .price-tag span{color:#c8b8d2}

    .rules-grid{align-items:stretch}
    .rule-card{
      height:100%;
      background:
        radial-gradient(circle at 100% 0,rgba(255,179,71,.10),transparent 32%),
        linear-gradient(160deg,rgba(29,21,38,.92),rgba(15,11,20,.9));
    }
    .rule-icon{
      width:46px;
      height:46px;
      display:flex;
      align-items:center;
      justify-content:center;
      border-radius:15px;
      background:rgba(255,179,71,.11);
      border:1px solid rgba(255,179,71,.22);
      color:#ffca80;
      font-size:22px;
      margin-bottom:14px;
    }
    .rule-card h3{margin-bottom:8px}
    .rule-card p{color:#cdbed7;margin:0;font-size:15px}

    .accordion{
      background:transparent;
      margin:0;
    }
    .faq-wrap{
      padding:10px;
    }
    .accordion-item{
      border-radius:15px;
      overflow:hidden;
      margin:10px 0;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.035);
    }
    .accordion-title{
      border:0 !important;
      background:transparent !important;
      color:#fff !important;
      font-size:16px;
      font-weight:850;
      padding:18px 48px 18px 18px;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:rgba(255,179,71,.06) !important;
      color:#fff !important;
    }
    .accordion-title::before{color:#ffcf88}
    .accordion-content{
      border:0 !important;
      background:rgba(14,10,18,.42) !important;
      color:#d7c8e2;
      padding:0 18px 18px;
    }
    .accordion-content p{margin:0}

    .cta-band{
      padding:34px;
      background:
        linear-gradient(135deg,rgba(143,60,255,.24),rgba(233,79,155,.16),rgba(255,179,71,.12)),
        linear-gradient(160deg,rgba(28,20,37,.94),rgba(16,11,22,.90));
    }
    .cta-band::before{
      content:"";
      position:absolute;
      inset:0;
      background:radial-gradient(circle at 12% 10%,rgba(255,179,71,.14),transparent 30%),radial-gradient(circle at 90% 80%,rgba(233,79,155,.14),transparent 32%);
      pointer-events:none;
    }
    .cta-content{position:relative;z-index:1}
    .cta-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      justify-content:flex-end;
      align-items:center;
    }

    .site-footer{
      padding:58px 0 28px;
      background:linear-gradient(180deg,rgba(16,11,22,.5),rgba(8,6,10,.96));
      border-top:1px solid rgba(255,179,71,.18);
    }
    .footer-brand{
      font-size:24px;
      font-weight:900;
      margin-bottom:12px;
      letter-spacing:-.025em;
    }
    .footer-text{
      color:#c8b8d2;
      max-width:680px;
      margin-bottom:0;
    }
    .footer-links{
      list-style:none;
      padding:0;
      margin:0;
      display:flex;
      flex-wrap:wrap;
      justify-content:flex-end;
      gap:10px;
    }
    .footer-links a{
      display:inline-flex;
      padding:8px 11px;
      border-radius:999px;
      color:#d7c8e2;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.035);
      font-size:14px;
      font-weight:700;
    }
    .footer-links a:hover{
      color:#fff;
      border-color:rgba(255,179,71,.30);
      background:rgba(255,179,71,.08);
    }
    .copyright{
      margin-top:34px;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.08);
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      color:#a996b5;
      font-size:13px;
    }

    @media (max-width:1024px){
      .nav-row{flex-wrap:wrap}
      .brand{min-width:260px}
      .search-wrap{order:3;flex-basis:100%}
      .section{padding:66px 0}
      .hero{padding:58px 0}
      .compare-grid{grid-template-columns:1fr}
      .compare-col{border-right:0;border-bottom:1px solid rgba(255,255,255,.07)}
      .compare-col:last-child{border-bottom:0}
      .cta-actions{justify-content:flex-start;margin-top:18px}
    }
    @media (max-width:768px){
      .age-strip{font-size:12px}
      .nav-top{padding:13px 0}
      .brand{min-width:0;width:100%}
      .brand-mark{width:42px;height:42px;border-radius:13px}
      .brand-name{font-size:15px}
      .brand-sub{font-size:11px}
      .nav-row .energy-btn{width:100%}
      .hero-panel,.update-board,.cta-band{border-radius:22px}
      .hero-panel{padding:24px}
      .board-head,.board-body{padding:18px}
      .record{grid-template-columns:1fr;gap:6px}
      .timeline{padding-left:22px}
      .timeline-card{padding:19px}
      .footer-links{justify-content:flex-start;margin-top:24px}
      .copyright{display:block}
      .copyright span{display:block;margin-top:8px}
    }
    @media (max-width:520px){
      h1{font-size:34px}
      h2{font-size:28px}
      .lead{font-size:16px}
      .section{padding:52px 0}
      .hero{padding:44px 0 42px}
      .hero-actions a,.cta-actions a{width:100%}
      .trust-strip{gap:8px}
      .badge,.filter-pill{font-size:12px}
      .channel-tabs{padding-bottom:10px}
      .matrix-card,.task-card,.rule-card{padding:19px}
      .cta-band{padding:24px}
    }
