/* roulang page: index */
:root{
      --bg:#09080B;
      --bg-2:#11101A;
      --bg-3:#18151F;
      --panel:#14121A;
      --panel-2:#1B1723;
      --panel-3:#211B2C;
      --gold:#D8B76A;
      --gold-2:#F0D891;
      --purple:#6E4DFF;
      --berry:#9A315A;
      --text:#EDE7DC;
      --muted:#A9A0B5;
      --weak:#756D82;
      --border:rgba(216,183,106,.35);
      --border-soft:rgba(255,255,255,.08);
      --shadow:0 18px 50px rgba(0,0,0,.35);
      --radius-xl:22px;
      --radius-lg:18px;
      --radius-md:14px;
      --container:1200px;
      --ease:cubic-bezier(.22,.61,.36,1);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      background:
        radial-gradient(circle at 18% 8%, rgba(110,77,255,.22), transparent 34%),
        radial-gradient(circle at 78% 4%, rgba(216,183,106,.18), transparent 28%),
        radial-gradient(circle at 92% 42%, rgba(154,49,90,.18), transparent 30%),
        linear-gradient(180deg,#09080B 0%,#11101A 42%,#09080B 100%);
      color:var(--text);
      line-height:1.75;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.34;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 82%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none}
    button,input,textarea{font:inherit}
    button{cursor:pointer;border:0}
    img{max-width:100%;display:block}
    .container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      border-bottom:1px solid var(--border);
      background:rgba(9,8,11,.72);
      backdrop-filter:blur(18px);
      transition:background .25s var(--ease), box-shadow .25s var(--ease);
    }
    .site-header.scrolled{background:rgba(9,8,11,.94);box-shadow:0 10px 34px rgba(0,0,0,.34)}
    .nav-wrap{
      min-height:72px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:max-content;
      font-weight:850;
      letter-spacing:-.02em;
    }
    .brand-mark{
      width:42px;height:42px;border-radius:14px;
      display:grid;place-items:center;
      color:#161009;
      background:linear-gradient(135deg,var(--gold-2),var(--gold));
      box-shadow:inset 0 -2px 0 rgba(0,0,0,.22),0 0 22px rgba(216,183,106,.22);
      position:relative;
    }
    .brand-mark::after{
      content:"";
      width:20px;height:4px;border-radius:999px;background:rgba(20,18,26,.8);
      box-shadow:0 8px 0 rgba(20,18,26,.55);
    }
    .brand-text{font-size:18px;color:var(--gold-2)}
    .desktop-nav{
      display:flex;
      align-items:center;
      gap:10px;
      padding:7px;
      border:1px solid var(--border-soft);
      border-radius:999px;
      background:rgba(27,23,35,.72);
    }
    .nav-link{
      padding:10px 16px;
      border-radius:999px;
      color:var(--muted);
      font-weight:700;
      font-size:14px;
      transition:.22s var(--ease);
    }
    .nav-link:hover,.nav-link:focus-visible{color:var(--gold-2);background:rgba(216,183,106,.1);outline:none}
    .nav-link.active{color:#15100A;background:linear-gradient(135deg,var(--gold-2),var(--gold));box-shadow:0 8px 22px rgba(216,183,106,.16)}
    .nav-cta,.btn-primary{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      padding:12px 20px;
      border-radius:999px;
      color:#171108;
      font-weight:850;
      background:linear-gradient(135deg,var(--gold-2),var(--gold));
      box-shadow:inset 0 -2px 0 rgba(0,0,0,.18),0 14px 30px rgba(216,183,106,.16);
      transition:transform .22s var(--ease), box-shadow .22s var(--ease), filter .22s var(--ease);
      white-space:nowrap;
    }
    .nav-cta:hover,.btn-primary:hover{transform:translateY(-1px);box-shadow:inset 0 -2px 0 rgba(0,0,0,.18),0 18px 40px rgba(216,183,106,.26);filter:saturate(1.08)}
    .nav-cta:active,.btn-primary:active,.btn-secondary:active,.copy-btn:active{transform:scale(.98)}
    .btn-secondary{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      padding:12px 20px;
      border-radius:999px;
      border:1px solid var(--border);
      color:var(--gold-2);
      font-weight:800;
      background:rgba(20,18,26,.64);
      transition:.22s var(--ease);
    }
    .btn-secondary:hover,.btn-secondary:focus-visible{background:rgba(216,183,106,.12);border-color:rgba(240,216,145,.65);outline:none}
    .mobile-toggle{
      display:none;
      width:44px;height:44px;border-radius:14px;
      color:var(--gold-2);
      border:1px solid var(--border);
      background:rgba(27,23,35,.78);
    }
    .mobile-menu{
      display:none;
      padding:0 0 18px;
    }
    .mobile-panel{
      display:grid;
      gap:10px;
      padding:14px;
      border:1px solid var(--border);
      border-radius:18px;
      background:rgba(20,18,26,.96);
      box-shadow:var(--shadow);
    }
    .mobile-panel a{
      display:flex;
      justify-content:space-between;
      align-items:center;
      padding:13px 14px;
      border-radius:14px;
      color:var(--muted);
      background:rgba(255,255,255,.035);
    }
    .mobile-panel a.active{color:#171108;background:linear-gradient(135deg,var(--gold-2),var(--gold));font-weight:850}
    .section{padding:84px 0}
    .section-tight{padding:58px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border:1px solid var(--border);
      border-radius:999px;
      color:var(--gold-2);
      background:rgba(216,183,106,.08);
      font-weight:800;
      font-size:13px;
    }
    .eyebrow::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 14px var(--gold)}
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:26px;
      margin-bottom:28px;
    }
    .section-title{
      margin:12px 0 0;
      font-size:clamp(28px,4vw,42px);
      line-height:1.18;
      font-weight:850;
      letter-spacing:-.035em;
    }
    .section-desc{
      max-width:610px;
      margin:10px 0 0;
      color:var(--muted);
      font-size:16px;
    }
    .hero{
      padding:56px 0 34px;
    }
    .hero-cover{
      position:relative;
      overflow:hidden;
      min-height:620px;
      border:1px solid var(--border);
      border-radius:34px;
      background:
        linear-gradient(90deg,rgba(9,8,11,.96) 0%,rgba(17,16,26,.78) 48%,rgba(17,16,26,.24) 100%),
        radial-gradient(circle at 82% 28%,rgba(216,183,106,.28),transparent 30%),
        radial-gradient(circle at 72% 72%,rgba(110,77,255,.25),transparent 38%),
        linear-gradient(135deg,#211B2C,#09080B);
      box-shadow:var(--shadow);
    }
    .hero-cover::before{
      content:"";
      position:absolute;
      inset:24px;
      border:1px solid rgba(255,255,255,.08);
      border-radius:26px;
      pointer-events:none;
    }
    .hero-cover::after{
      content:"";
      position:absolute;
      inset:auto -12% -28% 40%;
      height:420px;
      background:radial-gradient(circle,rgba(154,49,90,.26),transparent 62%);
      pointer-events:none;
    }
    .hero-content{
      position:relative;
      z-index:2;
      display:grid;
      grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);
      gap:34px;
      align-items:center;
      padding:56px;
      min-height:620px;
    }
    h1{
      margin:16px 0 18px;
      max-width:780px;
      font-size:clamp(36px,6vw,66px);
      line-height:1.06;
      letter-spacing:-.055em;
      font-weight:900;
    }
    .hero-lead{
      max-width:690px;
      color:#D8D0C4;
      font-size:18px;
      line-height:1.85;
    }
    .hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}
    .hero-points{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:12px;
      margin-top:32px;
      max-width:780px;
    }
    .point{
      padding:14px 16px;
      border:1px solid var(--border-soft);
      border-radius:18px;
      background:rgba(20,18,26,.68);
    }
    .point strong{display:block;color:var(--gold-2);font-size:20px;line-height:1.25}
    .point span{display:block;margin-top:2px;color:var(--muted);font-size:13px}
    .index-panel{
      position:relative;
      padding:24px;
      border-radius:28px;
      border:1px solid rgba(216,183,106,.45);
      background:linear-gradient(180deg,rgba(27,23,35,.94),rgba(20,18,26,.86));
      box-shadow:0 20px 50px rgba(0,0,0,.36);
    }
    .panel-top{
      display:flex;
      justify-content:space-between;
      gap:12px;
      align-items:center;
      margin-bottom:18px;
    }
    .seal{
      width:58px;height:58px;border-radius:50%;
      display:grid;place-items:center;
      color:#151009;
      font-weight:900;
      background:linear-gradient(135deg,var(--gold-2),var(--gold));
      box-shadow:0 0 30px rgba(216,183,106,.25);
    }
    .status-list{display:grid;gap:12px}
    .status-item{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:14px;
      padding:15px;
      border-radius:18px;
      border:1px solid var(--border-soft);
      background:rgba(255,255,255,.04);
      transition:.22s var(--ease);
    }
    .status-item:hover{border-color:var(--border);background:rgba(216,183,106,.065)}
    .status-item b{display:block;font-size:15px}
    .status-item small{display:block;color:var(--muted);margin-top:2px}
    .tag,.badge{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:6px;
      padding:5px 10px;
      border-radius:999px;
      border:1px solid var(--border-soft);
      color:var(--muted);
      background:rgba(255,255,255,.04);
      font-size:12px;
      font-weight:800;
      white-space:nowrap;
    }
    .tag.gold,.badge.gold{border-color:var(--border);color:var(--gold-2);background:rgba(216,183,106,.09)}
    .tag.purple{border-color:rgba(110,77,255,.42);color:#C4BBFF;background:rgba(110,77,255,.12)}
    .poster-lines{
      margin-top:18px;
      padding:18px;
      border-radius:20px;
      background:rgba(9,8,11,.42);
      border:1px dashed rgba(216,183,106,.32);
    }
    .line-row{height:8px;border-radius:999px;background:linear-gradient(90deg,rgba(216,183,106,.62),rgba(255,255,255,.08));margin:10px 0}
    .line-row:nth-child(2){width:72%}.line-row:nth-child(3){width:88%}.line-row:nth-child(4){width:54%}
    .directory-layout{
      display:grid;
      grid-template-columns:280px minmax(0,1fr);
      gap:24px;
      align-items:start;
    }
    .toc{
      position:sticky;
      top:96px;
      padding:20px;
      border-radius:22px;
      border:1px solid var(--border);
      background:rgba(20,18,26,.78);
      box-shadow:var(--shadow);
    }
    .toc-title{font-weight:850;color:var(--gold-2);margin-bottom:14px}
    .toc a{
      position:relative;
      display:block;
      padding:12px 12px 12px 22px;
      border-radius:14px;
      color:var(--muted);
      transition:.2s var(--ease);
    }
    .toc a::before{
      content:"";
      position:absolute;left:7px;top:17px;width:6px;height:6px;border-radius:50%;background:var(--gold);
      opacity:.75;
    }
    .toc a:hover{color:var(--gold-2);background:rgba(216,183,106,.08)}
    .directory-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:18px;
    }
    .card{
      position:relative;
      overflow:hidden;
      border:1px solid var(--border-soft);
      border-radius:var(--radius-xl);
      background:linear-gradient(180deg,rgba(27,23,35,.88),rgba(20,18,26,.9));
      box-shadow:0 12px 34px rgba(0,0,0,.24);
      transition:transform .22s var(--ease), border-color .22s var(--ease), background .22s var(--ease), box-shadow .22s var(--ease);
    }
    .card:hover{
      transform:translateY(-2px);
      border-color:rgba(240,216,145,.62);
      background:linear-gradient(180deg,rgba(33,27,44,.96),rgba(20,18,26,.96));
      box-shadow:0 18px 46px rgba(0,0,0,.32);
    }
    .card-pad{padding:24px}
    .dir-main{min-height:360px}
    .dir-item{
      display:grid;
      grid-template-columns:auto minmax(0,1fr) auto;
      gap:16px;
      align-items:start;
      padding:18px;
      border-bottom:1px solid var(--border-soft);
    }
    .dir-item:last-child{border-bottom:0}
    .num{
      width:38px;height:38px;border-radius:14px;
      display:grid;place-items:center;
      color:var(--gold-2);
      border:1px solid var(--border);
      background:rgba(216,183,106,.08);
      font-weight:900;
    }
    .dir-item h3,.feature-card h3,.rec-card h3,.news-card h3{margin:0;font-size:19px;line-height:1.35;font-weight:850}
    .dir-item p,.feature-card p,.rec-card p,.news-card p{margin:6px 0 0;color:var(--muted);font-size:14px;line-height:1.7}
    .mini-link{color:var(--gold-2);font-weight:850;font-size:14px;transition:.2s var(--ease)}
    .mini-link:hover{padding-left:3px}
    .side-stack{display:grid;gap:18px}
    .summary-strip{
      margin-top:18px;
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:14px;
    }
    .strip{
      padding:18px;
      border-radius:18px;
      border:1px solid var(--border-soft);
      background:rgba(255,255,255,.035);
    }
    .strip b{color:var(--gold-2)}
    .strip p{margin:5px 0 0;color:var(--muted);font-size:13px}
    .featured-layout{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:20px;
    }
    .feature-large{
      min-height:430px;
      padding:30px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      background:
        radial-gradient(circle at 86% 18%,rgba(216,183,106,.18),transparent 34%),
        linear-gradient(180deg,rgba(33,27,44,.94),rgba(20,18,26,.92));
    }
    .feature-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}
    .feature-large h3{font-size:30px;line-height:1.2;letter-spacing:-.02em}
    .feature-list{display:grid;gap:16px}
    .feature-card{padding:20px}
    .feature-card .arrow,.rec-card .arrow{display:inline-block;margin-top:12px;color:var(--gold-2);font-weight:900;transition:.2s var(--ease)}
    .feature-card:hover .arrow,.rec-card:hover .arrow{transform:translateX(3px)}
    .rank-panel{
      display:grid;
      gap:12px;
      padding:22px;
    }
    .rank-row{
      display:grid;
      grid-template-columns:38px 1fr auto;
      gap:12px;
      align-items:center;
      padding:13px 0;
      border-bottom:1px solid var(--border-soft);
    }
    .rank-row:last-child{border-bottom:0}
    .rank-row strong{font-size:15px}
    .rank-row span{color:var(--muted);font-size:13px}
    .rank-index{color:var(--gold-2);font-weight:900}
    .progress{
      width:92px;height:8px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden;
    }
    .progress i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--gold),var(--purple))}
    .calendar{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:14px;
    }
    .date-card{
      padding:18px;
      border-radius:20px;
      border:1px solid var(--border-soft);
      background:rgba(27,23,35,.74);
      transition:.22s var(--ease);
    }
    .date-card:hover{border-color:var(--border);background:rgba(216,183,106,.06)}
    .date-card time{display:block;color:var(--gold-2);font-weight:900;font-size:18px}
    .date-card p{margin:6px 0 0;color:var(--muted);font-size:14px}
    .recommend-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr 1fr;
      gap:18px;
      align-items:stretch;
    }
    .rec-card{padding:22px}
    .rec-card.tall{min-height:310px}
    .rec-card.wide{grid-column:span 2}
    .relevance{
      margin-top:16px;
      height:7px;
      border-radius:999px;
      background:rgba(255,255,255,.08);
      overflow:hidden;
    }
    .relevance i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--gold),rgba(110,77,255,.8))}
    .compare-wrap{
      overflow:hidden;
      border:1px solid var(--border);
      border-radius:24px;
      background:rgba(20,18,26,.84);
      box-shadow:var(--shadow);
    }
    .compare-grid{
      display:grid;
      grid-template-columns:1fr 1fr 1fr;
    }
    .compare-cell{
      padding:20px;
      border-right:1px solid var(--border-soft);
      border-bottom:1px solid var(--border-soft);
      color:var(--muted);
    }
    .compare-cell:nth-child(3n){border-right:0}
    .compare-cell.head{color:var(--gold-2);font-weight:900;background:rgba(216,183,106,.08)}
    .compare-cell b{color:var(--text)}
    .safe-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
    }
    .safe-card{
      padding:22px;
      border-radius:22px;
      border:1px solid var(--border-soft);
      background:rgba(20,18,26,.72);
    }
    .safe-icon{
      width:44px;height:44px;border-radius:15px;
      display:grid;place-items:center;
      margin-bottom:14px;
      border:1px solid var(--border);
      color:var(--gold-2);
      background:rgba(216,183,106,.08);
      font-size:20px;
    }
    .safe-card h3{margin:0;font-size:18px}
    .safe-card p{margin:8px 0 0;color:var(--muted);font-size:14px}
    .news-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 340px;
      gap:22px;
    }
    .news-list{
      border:1px solid var(--border-soft);
      border-radius:24px;
      background:rgba(20,18,26,.76);
      overflow:hidden;
    }
    .news-row{
      display:grid;
      grid-template-columns:120px 1fr auto;
      gap:18px;
      align-items:center;
      padding:18px 20px;
      border-bottom:1px solid var(--border-soft);
      transition:.2s var(--ease);
    }
    .news-row:last-child{border-bottom:0}
    .news-row:hover{background:rgba(216,183,106,.06)}
    .news-row time{color:var(--gold-2);font-weight:850;font-size:14px}
    .news-row a{font-weight:850}
    .news-row p{margin:4px 0 0;color:var(--muted);font-size:14px}
    .faq-list{display:grid;gap:12px}
    .faq-item{
      border:1px solid var(--border-soft);
      border-radius:18px;
      background:rgba(20,18,26,.75);
      overflow:hidden;
      transition:.2s var(--ease);
    }
    .faq-item.open{border-color:rgba(240,216,145,.58)}
    .faq-question{
      width:100%;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:18px 20px;
      color:var(--text);
      background:transparent;
      text-align:left;
      font-weight:850;
    }
    .faq-question span:last-child{color:var(--gold-2);font-size:22px;line-height:1;transition:.2s var(--ease)}
    .faq-item.open .faq-question span:last-child{transform:rotate(45deg)}
    .faq-answer{
      display:none;
      padding:0 20px 20px;
      color:var(--muted);
      font-size:15px;
    }
    .faq-item.open .faq-answer{display:block}
    .cta-card{
      position:relative;
      overflow:hidden;
      padding:42px;
      border-radius:32px;
      border:1px solid rgba(240,216,145,.6);
      background:
        radial-gradient(circle at 14% 20%,rgba(216,183,106,.18),transparent 28%),
        radial-gradient(circle at 84% 70%,rgba(110,77,255,.18),transparent 34%),
        linear-gradient(135deg,rgba(33,27,44,.96),rgba(9,8,11,.94));
      box-shadow:var(--shadow);
      text-align:center;
    }
    .cta-card::before,.cta-card::after{
      content:"";
      position:absolute;
      width:64px;height:64px;
      border:1px solid rgba(216,183,106,.46);
      pointer-events:none;
    }
    .cta-card::before{top:18px;left:18px;border-right:0;border-bottom:0;border-radius:18px 0 0 0}
    .cta-card::after{right:18px;bottom:18px;border-left:0;border-top:0;border-radius:0 0 18px 0}
    .cta-card h2{margin:12px 0 10px;font-size:clamp(28px,4vw,44px);line-height:1.15;letter-spacing:-.03em}
    .cta-card p{max-width:760px;margin:0 auto;color:var(--muted)}
    .cta-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:14px;margin-top:26px}
    .share-group{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:20px}
    .copy-btn{
      padding:10px 14px;
      border-radius:999px;
      border:1px solid var(--border-soft);
      color:var(--muted);
      background:rgba(255,255,255,.04);
      transition:.2s var(--ease);
    }
    .copy-btn:hover{color:var(--gold-2);border-color:var(--border);background:rgba(216,183,106,.08)}
    .site-footer{
      padding:46px 0 26px;
      border-top:1px solid var(--border);
      background:rgba(9,8,11,.86);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.25fr .75fr .75fr;
      gap:28px;
      align-items:start;
    }
    .footer-desc{margin:14px 0 0;color:var(--muted);max-width:520px}
    .footer-title{color:var(--gold-2);font-weight:900;margin-bottom:12px}
    .footer-links{display:grid;gap:9px}
    .footer-links a{color:var(--muted);transition:.2s var(--ease)}
    .footer-links a:hover{color:var(--gold-2);padding-left:3px}
    .copyright{
      margin-top:34px;
      padding-top:20px;
      border-top:1px solid var(--border-soft);
      display:flex;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
      color:var(--weak);
      font-size:13px;
    }
    .toast{
      position:fixed;
      left:50%;
      bottom:26px;
      transform:translateX(-50%) translateY(20px);
      opacity:0;
      pointer-events:none;
      padding:12px 18px;
      border:1px solid var(--border);
      border-radius:999px;
      background:rgba(20,18,26,.96);
      color:var(--gold-2);
      box-shadow:var(--shadow);
      transition:.22s var(--ease);
      z-index:80;
    }
    .toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
    :focus-visible{outline:2px solid var(--gold);outline-offset:3px}
    @media (max-width:1024px){
      .desktop-nav,.nav-cta{display:none}
      .mobile-toggle{display:grid;place-items:center}
      .mobile-menu.open{display:block}
      .hero-content{grid-template-columns:1fr;min-height:auto;padding:38px}
      .hero-cover{min-height:auto}
      .directory-layout,.news-layout{grid-template-columns:1fr}
      .toc{position:relative;top:auto}
      .directory-grid,.featured-layout{grid-template-columns:1fr}
      .recommend-grid{grid-template-columns:1fr 1fr}
      .rec-card.wide{grid-column:span 1}
      .safe-grid,.calendar{grid-template-columns:repeat(2,minmax(0,1fr))}
    }
    @media (max-width:768px){
      .container{width:min(100% - 28px,var(--container))}
      .nav-wrap{min-height:62px}
      .brand-text{font-size:16px}
      .hero{padding-top:28px}
      .hero-content{padding:28px 20px}
      .hero-points,.summary-strip,.recommend-grid,.safe-grid,.calendar,.footer-grid{grid-template-columns:1fr}
      .section{padding:62px 0}
      .section-head{display:block}
      .dir-item{grid-template-columns:auto 1fr;gap:12px}
      .dir-item .mini-link{grid-column:2}
      .compare-grid{grid-template-columns:1fr}
      .compare-cell{border-right:0}
      .news-row{grid-template-columns:1fr;gap:6px}
      .cta-card{padding:34px 20px}
      .hero-actions .btn-primary,.hero-actions .btn-secondary,.cta-actions .btn-primary,.cta-actions .btn-secondary{width:100%}
    }
    @media (max-width:520px){
      h1{font-size:34px}
      .hero-lead{font-size:16px}
      .brand-mark{width:38px;height:38px;border-radius:12px}
      .card-pad{padding:20px}
      .feature-large{padding:22px;min-height:360px}
      .feature-large h3{font-size:24px}
      .section-title{font-size:28px}
    }

/* roulang page: category1 */
:root {
      --bg: #09080B;
      --bg-2: #11101A;
      --bg-3: #18151F;
      --panel: #14121A;
      --panel-2: #1B1723;
      --panel-3: #211B2C;
      --gold: #D8B76A;
      --gold-2: #F1D58B;
      --purple: #6E4DFF;
      --berry: #9A315A;
      --text: #EDE7DC;
      --muted: #A9A0B5;
      --weak: #756D82;
      --line: rgba(216,183,106,.35);
      --line-soft: rgba(255,255,255,.08);
      --shadow: 0 18px 50px rgba(0,0,0,.38);
      --radius-lg: 24px;
      --radius-md: 18px;
      --radius-sm: 12px;
      --container: 1200px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      min-height: 100vh;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at 10% 0%, rgba(110,77,255,.20), transparent 34%),
        radial-gradient(circle at 88% 8%, rgba(216,183,106,.16), transparent 30%),
        radial-gradient(circle at 56% 42%, rgba(154,49,90,.10), transparent 42%),
        linear-gradient(180deg, #09080B 0%, #11101A 48%, #09080B 100%);
      line-height: 1.75;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: .26;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
      background-size: 44px 44px;
      mask-image: linear-gradient(180deg, rgba(0,0,0,.8), transparent 75%);
      z-index: -1;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button,
    input,
    textarea {
      font: inherit;
    }

    button {
      cursor: pointer;
      border: 0;
    }

    img {
      max-width: 100%;
      display: block;
    }

    ::selection {
      background: rgba(216,183,106,.35);
      color: #fff;
    }

    .container {
      width: min(var(--container), calc(100% - 40px));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(9,8,11,.78);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(216,183,106,.22);
      transition: background .25s ease, box-shadow .25s ease;
    }

    .site-header.is-scrolled {
      background: rgba(9,8,11,.94);
      box-shadow: 0 12px 36px rgba(0,0,0,.35);
    }

    .nav-wrap {
      height: 72px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: max-content;
      font-weight: 800;
      letter-spacing: -.02em;
      transition: transform .2s ease, opacity .2s ease;
    }

    .brand:hover {
      transform: translateY(-1px);
    }

    .brand:focus-visible,
    .nav-link:focus-visible,
    .nav-cta:focus-visible,
    .btn:focus-visible,
    .mobile-toggle:focus-visible,
    .faq-question:focus-visible,
    .copy-link:focus-visible,
    input:focus-visible,
    textarea:focus-visible {
      outline: 2px solid rgba(241,213,139,.85);
      outline-offset: 3px;
    }

    .brand-mark {
      width: 38px;
      height: 38px;
      border-radius: 13px;
      position: relative;
      background:
        linear-gradient(135deg, rgba(216,183,106,.95), rgba(110,77,255,.72)),
        linear-gradient(180deg, #231d2c, #0d0b12);
      border: 1px solid rgba(255,255,255,.16);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 10px 28px rgba(216,183,106,.16);
    }

    .brand-mark::before,
    .brand-mark::after {
      content: "";
      position: absolute;
      left: 9px;
      right: 9px;
      height: 3px;
      border-radius: 999px;
      background: rgba(9,8,11,.78);
    }

    .brand-mark::before {
      top: 13px;
    }

    .brand-mark::after {
      bottom: 13px;
      width: 14px;
      right: auto;
    }

    .brand-text {
      font-size: 18px;
      color: var(--text);
    }

    .desktop-nav {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 7px;
      background: rgba(255,255,255,.035);
      border: 1px solid rgba(255,255,255,.07);
      border-radius: 999px;
    }

    .nav-link {
      position: relative;
      display: inline-flex;
      align-items: center;
      height: 42px;
      padding: 0 17px;
      border-radius: 999px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
      transition: color .2s ease, background .2s ease, box-shadow .2s ease;
    }

    .nav-link:hover {
      color: var(--text);
      background: rgba(216,183,106,.10);
    }

    .nav-link.active {
      color: #16110A;
      background: linear-gradient(135deg, var(--gold), var(--gold-2));
      box-shadow: 0 8px 22px rgba(216,183,106,.18);
    }

    .nav-cta,
    .btn-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 44px;
      padding: 0 20px;
      border-radius: 999px;
      color: #16110A;
      background: linear-gradient(135deg, var(--gold), var(--gold-2));
      border: 1px solid rgba(255,255,255,.18);
      font-weight: 800;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 14px 30px rgba(216,183,106,.18);
      transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    }

    .nav-cta:hover,
    .btn-primary:hover {
      transform: translateY(-1px);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.45), 0 18px 42px rgba(216,183,106,.26);
      filter: brightness(1.04);
    }

    .nav-cta:active,
    .btn:active {
      transform: scale(.98);
    }

    .mobile-toggle {
      display: none;
      width: 44px;
      height: 44px;
      border-radius: 14px;
      color: var(--gold-2);
      background: rgba(216,183,106,.10);
      border: 1px solid rgba(216,183,106,.26);
      font-size: 20px;
    }

    .mobile-menu {
      display: none;
      padding-bottom: 16px;
    }

    .mobile-panel {
      display: grid;
      gap: 10px;
      padding: 14px;
      border-radius: 18px;
      background: rgba(20,18,26,.98);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    .mobile-panel a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 13px 14px;
      border-radius: 14px;
      color: var(--muted);
      background: rgba(255,255,255,.035);
      border: 1px solid rgba(255,255,255,.07);
      font-weight: 700;
    }

    .mobile-panel a.active {
      color: #16110A;
      background: linear-gradient(135deg, var(--gold), var(--gold-2));
    }

    .mobile-panel span {
      font-size: 12px;
      opacity: .72;
    }

    main {
      overflow: hidden;
    }

    .section {
      padding: 84px 0;
      position: relative;
    }

    .section-tight {
      padding: 54px 0;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      border-radius: 999px;
      color: var(--gold-2);
      background: rgba(216,183,106,.10);
      border: 1px solid rgba(216,183,106,.28);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .02em;
    }

    .eyebrow::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: var(--gold);
      box-shadow: 0 0 18px rgba(216,183,106,.8);
    }

    .hero {
      padding: 58px 0 44px;
    }

    .hero-card {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
      gap: 26px;
      padding: 32px;
      border-radius: 30px;
      background:
        linear-gradient(135deg, rgba(33,27,44,.94), rgba(15,13,21,.96)),
        radial-gradient(circle at 12% 12%, rgba(216,183,106,.20), transparent 28%);
      border: 1px solid rgba(216,183,106,.36);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .hero-card::before {
      content: "";
      position: absolute;
      inset: 1px;
      border-radius: 29px;
      pointer-events: none;
      border: 1px solid rgba(255,255,255,.06);
    }

    .hero-content,
    .index-panel {
      position: relative;
      z-index: 1;
    }

    .breadcrumb {
      display: flex;
      align-items: center;
      gap: 8px;
      color: var(--weak);
      font-size: 14px;
      margin-bottom: 18px;
      flex-wrap: wrap;
    }

    .breadcrumb a {
      color: var(--muted);
      transition: color .2s ease;
    }

    .breadcrumb a:hover {
      color: var(--gold-2);
    }

    h1 {
      margin: 18px 0 18px;
      font-size: clamp(34px, 5vw, 58px);
      line-height: 1.08;
      letter-spacing: -.055em;
      font-weight: 900;
      color: #fff9ed;
    }

    .hero-lead {
      max-width: 760px;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.85;
      margin: 0 0 24px;
    }

    .hero-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin: 26px 0 22px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 46px;
      padding: 0 20px;
      border-radius: 999px;
      font-weight: 800;
      transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
    }

    .btn-secondary {
      color: var(--gold-2);
      background: rgba(216,183,106,.07);
      border: 1px solid rgba(216,183,106,.36);
    }

    .btn-secondary:hover {
      background: rgba(216,183,106,.13);
      border-color: rgba(241,213,139,.68);
      transform: translateY(-1px);
    }

    .btn-ghost {
      color: var(--text);
      background: rgba(255,255,255,.045);
      border: 1px solid rgba(255,255,255,.10);
    }

    .btn-ghost:hover {
      color: var(--gold-2);
      background: rgba(255,255,255,.075);
      border-color: rgba(216,183,106,.35);
      transform: translateY(-1px);
    }

    .badge-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 18px;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 7px 10px;
      border-radius: 999px;
      color: var(--muted);
      background: rgba(255,255,255,.045);
      border: 1px solid rgba(255,255,255,.08);
      font-size: 13px;
      font-weight: 700;
    }

    .badge.gold {
      color: var(--gold-2);
      border-color: rgba(216,183,106,.36);
      background: rgba(216,183,106,.09);
    }

    .index-panel {
      padding: 22px;
      border-radius: 24px;
      background: rgba(9,8,11,.58);
      border: 1px solid rgba(216,183,106,.30);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
    }

    .panel-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      margin-bottom: 16px;
    }

    .panel-title {
      font-size: 18px;
      font-weight: 850;
      color: #fff7e6;
    }

    .panel-status {
      padding: 6px 10px;
      border-radius: 999px;
      color: #17110a;
      background: linear-gradient(135deg, var(--gold), var(--gold-2));
      font-size: 12px;
      font-weight: 900;
    }

    .rank-list {
      display: grid;
      gap: 12px;
    }

    .rank-item {
      display: grid;
      grid-template-columns: 34px minmax(0, 1fr) auto;
      align-items: center;
      gap: 12px;
      padding: 13px;
      border-radius: 16px;
      background: rgba(255,255,255,.045);
      border: 1px solid rgba(255,255,255,.08);
      transition: transform .2s ease, border-color .2s ease, background .2s ease;
    }

    .rank-item:hover {
      transform: translateY(-1px);
      border-color: rgba(216,183,106,.42);
      background: rgba(255,255,255,.065);
    }

    .rank-no {
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      border-radius: 12px;
      color: var(--gold-2);
      background: rgba(216,183,106,.10);
      border: 1px solid rgba(216,183,106,.28);
      font-weight: 900;
      font-size: 13px;
    }

    .rank-name {
      font-weight: 800;
      color: var(--text);
      line-height: 1.35;
    }

    .rank-desc {
      color: var(--weak);
      font-size: 13px;
      margin-top: 2px;
      line-height: 1.45;
    }

    .rank-tag {
      white-space: nowrap;
      color: var(--muted);
      font-size: 12px;
      padding: 5px 8px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.10);
      background: rgba(255,255,255,.04);
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 28px;
    }

    .section-title {
      margin: 12px 0 0;
      font-size: clamp(28px, 3.2vw, 40px);
      line-height: 1.2;
      letter-spacing: -.035em;
      font-weight: 900;
      color: #fff9ed;
    }

    .section-summary {
      max-width: 560px;
      margin: 0;
      color: var(--muted);
      font-size: 16px;
    }

    .filter-shell {
      display: grid;
      gap: 14px;
      padding: 16px;
      border-radius: 22px;
      background: rgba(20,18,26,.78);
      border: 1px solid rgba(216,183,106,.24);
      box-shadow: 0 12px 34px rgba(0,0,0,.22);
      margin-bottom: 24px;
    }

    .filter-row {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
    }

    .filter-label {
      color: var(--weak);
      font-size: 13px;
      font-weight: 800;
      margin-right: 2px;
    }

    .chip {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 0 12px;
      border-radius: 999px;
      color: var(--muted);
      background: rgba(255,255,255,.045);
      border: 1px solid rgba(255,255,255,.08);
      font-size: 13px;
      font-weight: 800;
      transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
    }

    .chip:hover,
    .chip.active {
      color: var(--gold-2);
      background: rgba(216,183,106,.10);
      border-color: rgba(216,183,106,.40);
      transform: translateY(-1px);
    }

    .content-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 310px;
      gap: 24px;
      align-items: start;
    }

    .entry-stack {
      display: grid;
      gap: 16px;
    }

    .entry-card {
      position: relative;
      display: grid;
      grid-template-columns: 58px minmax(0, 1fr) auto;
      gap: 18px;
      align-items: center;
      padding: 20px;
      border-radius: 22px;
      background:
        linear-gradient(135deg, rgba(27,23,35,.94), rgba(20,18,26,.90));
      border: 1px solid rgba(255,255,255,.08);
      box-shadow: 0 12px 34px rgba(0,0,0,.22);
      transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
      overflow: hidden;
    }

    .entry-card::before {
      content: "";
      position: absolute;
      left: 0;
      top: 18px;
      bottom: 18px;
      width: 3px;
      border-radius: 999px;
      background: linear-gradient(180deg, var(--gold), rgba(110,77,255,.7));
      opacity: .65;
    }

    .entry-card:hover {
      transform: translateY(-2px);
      border-color: rgba(216,183,106,.44);
      background:
        linear-gradient(135deg, rgba(33,27,44,.98), rgba(20,18,26,.94));
      box-shadow: 0 18px 46px rgba(0,0,0,.30);
    }

    .entry-no {
      width: 48px;
      height: 48px;
      border-radius: 16px;
      display: grid;
      place-items: center;
      color: #15100a;
      background: linear-gradient(135deg, var(--gold), var(--gold-2));
      font-weight: 950;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.30);
    }

    .entry-title {
      margin: 0 0 6px;
      font-size: 20px;
      line-height: 1.35;
      font-weight: 850;
      color: #fff8e9;
    }

    .entry-desc {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.65;
    }

    .entry-meta {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      margin-top: 12px;
    }

    .entry-action {
      color: var(--gold-2);
      display: inline-flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap;
      font-weight: 850;
      font-size: 14px;
      padding: 10px 12px;
      border-radius: 999px;
      background: rgba(216,183,106,.08);
      border: 1px solid rgba(216,183,106,.28);
      transition: gap .2s ease, background .2s ease, border-color .2s ease;
    }

    .entry-card:hover .entry-action {
      gap: 11px;
      border-color: rgba(241,213,139,.6);
      background: rgba(216,183,106,.13);
    }

    .side-panel {
      position: sticky;
      top: 94px;
      display: grid;
      gap: 16px;
    }

    .toc-card,
    .notice-card,
    .info-card,
    .cta-card,
    .faq-wrap {
      border-radius: 22px;
      background: rgba(20,18,26,.86);
      border: 1px solid rgba(216,183,106,.24);
      box-shadow: 0 14px 40px rgba(0,0,0,.28);
    }

    .toc-card,
    .notice-card {
      padding: 18px;
    }

    .mini-title {
      color: #fff6e4;
      font-weight: 900;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .toc-links {
      display: grid;
      gap: 8px;
    }

    .toc-links a {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      padding: 10px 12px;
      border-radius: 13px;
      color: var(--muted);
      border: 1px solid transparent;
      background: rgba(255,255,255,.035);
      font-size: 14px;
      transition: color .2s ease, border-color .2s ease, background .2s ease;
    }

    .toc-links a:hover {
      color: var(--gold-2);
      border-color: rgba(216,183,106,.26);
      background: rgba(216,183,106,.07);
    }

    .notice-card p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.7;
    }

    .info-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .info-card {
      padding: 22px;
      transition: transform .2s ease, border-color .2s ease, background .2s ease;
    }

    .info-card:hover {
      transform: translateY(-2px);
      border-color: rgba(216,183,106,.44);
      background: rgba(33,27,44,.88);
    }

    .info-card .icon {
      width: 42px;
      height: 42px;
      border-radius: 15px;
      display: grid;
      place-items: center;
      color: var(--gold-2);
      background: rgba(216,183,106,.10);
      border: 1px solid rgba(216,183,106,.28);
      margin-bottom: 16px;
      font-weight: 900;
    }

    .info-card h3 {
      margin: 0 0 8px;
      font-size: 19px;
      color: #fff7e8;
      font-weight: 850;
    }

    .info-card p {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
    }

    .compare-card {
      border-radius: 24px;
      overflow: hidden;
      border: 1px solid rgba(216,183,106,.26);
      background: rgba(20,18,26,.86);
      box-shadow: var(--shadow);
    }

    .compare-row {
      display: grid;
      grid-template-columns: 1fr 1.2fr 1.1fr;
      border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .compare-row:last-child {
      border-bottom: 0;
    }

    .compare-row.header {
      background: rgba(216,183,106,.10);
      color: var(--gold-2);
      font-weight: 900;
    }

    .compare-cell {
      padding: 16px 18px;
      border-right: 1px solid rgba(255,255,255,.08);
      color: var(--muted);
      font-size: 15px;
    }

    .compare-cell:last-child {
      border-right: 0;
    }

    .compare-row:not(.header) .compare-cell:first-child {
      color: #fff6e8;
      font-weight: 850;
    }

    .recommend-strip {
      display: grid;
      grid-template-columns: 1.15fr .85fr;
      gap: 18px;
      align-items: stretch;
    }

    .feature-card {
      padding: 26px;
      border-radius: 24px;
      background:
        radial-gradient(circle at 15% 0%, rgba(216,183,106,.15), transparent 32%),
        linear-gradient(135deg, rgba(33,27,44,.96), rgba(20,18,26,.96));
      border: 1px solid rgba(216,183,106,.30);
      box-shadow: var(--shadow);
    }

    .feature-card h3 {
      margin: 14px 0 10px;
      color: #fff7e6;
      font-size: 24px;
      line-height: 1.25;
      font-weight: 900;
    }

    .feature-card p {
      margin: 0;
      color: var(--muted);
    }

    .mini-list {
      display: grid;
      gap: 12px;
    }

    .mini-item {
      padding: 16px;
      border-radius: 18px;
      background: rgba(20,18,26,.88);
      border: 1px solid rgba(255,255,255,.08);
      transition: transform .2s ease, border-color .2s ease, background .2s ease;
    }

    .mini-item:hover {
      transform: translateY(-2px);
      border-color: rgba(216,183,106,.36);
      background: rgba(33,27,44,.80);
    }

    .mini-item h3 {
      margin: 0 0 6px;
      color: #fff7e8;
      font-size: 17px;
      font-weight: 850;
    }

    .mini-item p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.65;
    }

    .faq-wrap {
      padding: 10px;
    }

    .faq-item {
      border-radius: 18px;
      border: 1px solid transparent;
      overflow: hidden;
      transition: border-color .2s ease, background .2s ease;
    }

    .faq-item + .faq-item {
      margin-top: 8px;
    }

    .faq-item.open {
      border-color: rgba(216,183,106,.36);
      background: rgba(216,183,106,.055);
    }

    .faq-question {
      width: 100%;
      min-height: 58px;
      padding: 16px 18px;
      color: var(--text);
      background: rgba(255,255,255,.035);
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-align: left;
      gap: 18px;
      font-weight: 850;
      border-radius: 16px;
    }

    .faq-icon {
      flex: 0 0 auto;
      width: 28px;
      height: 28px;
      display: grid;
      place-items: center;
      border-radius: 10px;
      color: var(--gold-2);
      background: rgba(216,183,106,.10);
      border: 1px solid rgba(216,183,106,.24);
      transition: transform .2s ease;
    }

    .faq-item.open .faq-icon {
      transform: rotate(45deg);
    }

    .faq-answer {
      display: none;
      padding: 0 18px 18px;
      color: var(--muted);
      font-size: 15px;
    }

    .faq-item.open .faq-answer {
      display: block;
    }

    .cta-card {
      position: relative;
      padding: 32px;
      overflow: hidden;
      background:
        radial-gradient(circle at 78% 20%, rgba(216,183,106,.16), transparent 28%),
        radial-gradient(circle at 16% 88%, rgba(110,77,255,.18), transparent 30%),
        linear-gradient(135deg, rgba(33,27,44,.96), rgba(12,11,17,.98));
    }

    .cta-card::before,
    .cta-card::after {
      content: "";
      position: absolute;
      width: 76px;
      height: 76px;
      border: 1px solid rgba(216,183,106,.38);
      pointer-events: none;
    }

    .cta-card::before {
      top: 14px;
      left: 14px;
      border-right: 0;
      border-bottom: 0;
      border-radius: 18px 0 0 0;
    }

    .cta-card::after {
      right: 14px;
      bottom: 14px;
      border-left: 0;
      border-top: 0;
      border-radius: 0 0 18px 0;
    }

    .cta-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 22px;
      align-items: center;
    }

    .cta-card h2 {
      margin: 12px 0 8px;
      font-size: clamp(27px, 3vw, 38px);
      line-height: 1.18;
      letter-spacing: -.035em;
      color: #fff8e8;
      font-weight: 950;
    }

    .cta-card p {
      margin: 0;
      color: var(--muted);
      max-width: 720px;
    }

    .share-actions {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .site-footer {
      padding: 54px 0 28px;
      background: rgba(7,6,10,.94);
      border-top: 1px solid rgba(216,183,106,.24);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.4fr .8fr .8fr;
      gap: 34px;
      align-items: start;
    }

    .footer-desc {
      max-width: 520px;
      margin: 16px 0 0;
      color: var(--muted);
      font-size: 15px;
    }

    .footer-title {
      color: #fff6e5;
      font-weight: 900;
      margin-bottom: 14px;
    }

    .footer-links {
      display: grid;
      gap: 10px;
    }

    .footer-links a {
      color: var(--muted);
      transition: color .2s ease, transform .2s ease;
    }

    .footer-links a:hover {
      color: var(--gold-2);
      transform: translateX(3px);
    }

    .copyright {
      margin-top: 34px;
      padding-top: 22px;
      border-top: 1px solid rgba(255,255,255,.08);
      display: flex;
      justify-content: space-between;
      gap: 14px;
      flex-wrap: wrap;
      color: var(--weak);
      font-size: 14px;
    }

    .toast {
      position: fixed;
      left: 50%;
      bottom: 26px;
      z-index: 80;
      transform: translateX(-50%) translateY(20px);
      opacity: 0;
      pointer-events: none;
      padding: 12px 16px;
      border-radius: 999px;
      color: var(--gold-2);
      background: rgba(13,11,18,.95);
      border: 1px solid rgba(216,183,106,.42);
      box-shadow: var(--shadow);
      transition: opacity .2s ease, transform .2s ease;
      font-weight: 800;
      font-size: 14px;
    }

    .toast.show {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }

    @media (max-width: 1024px) {
      .desktop-nav {
        display: none;
      }

      .mobile-toggle {
        display: grid;
        place-items: center;
      }

      .mobile-menu.show {
        display: block;
      }

      .hero-card {
        grid-template-columns: 1fr;
      }

      .content-layout {
        grid-template-columns: 1fr;
      }

      .side-panel {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .info-grid {
        grid-template-columns: 1fr;
      }

      .recommend-strip {
        grid-template-columns: 1fr;
      }

      .footer-grid {
        grid-template-columns: 1fr 1fr;
      }

      .footer-grid > div:first-child {
        grid-column: 1 / -1;
      }
    }

    @media (max-width: 768px) {
      .container {
        width: min(100% - 28px, var(--container));
      }

      .nav-wrap {
        height: 62px;
      }

      .brand-text {
        font-size: 16px;
      }

      .brand-mark {
        width: 34px;
        height: 34px;
        border-radius: 12px;
      }

      .nav-cta {
        display: none;
      }

      .hero {
        padding-top: 32px;
      }

      .hero-card {
        padding: 22px;
        border-radius: 24px;
      }

      .section {
        padding: 58px 0;
      }

      .section-head {
        display: block;
      }

      .section-summary {
        margin-top: 12px;
      }

      .entry-card {
        grid-template-columns: 1fr;
        gap: 13px;
      }

      .entry-action {
        justify-content: center;
      }

      .side-panel {
        grid-template-columns: 1fr;
      }

      .compare-card {
        overflow-x: auto;
      }

      .compare-row {
        min-width: 720px;
      }

      .cta-inner {
        grid-template-columns: 1fr;
      }

      .share-actions {
        justify-content: flex-start;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 520px) {
      h1 {
        font-size: 34px;
      }

      .hero-actions,
      .share-actions {
        display: grid;
        grid-template-columns: 1fr;
      }

      .btn,
      .btn-primary,
      .btn-secondary,
      .btn-ghost {
        width: 100%;
      }

      .rank-item {
        grid-template-columns: 34px 1fr;
      }

      .rank-tag {
        grid-column: 2;
        width: fit-content;
      }

      .filter-row {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 2px;
      }

      .chip {
        white-space: nowrap;
      }

      .copyright {
        display: grid;
      }
    }

/* roulang page: category2 */
:root{
      --bg:#09080B;
      --bg-2:#11101A;
      --surface:#14121A;
      --surface-2:#1B1723;
      --surface-3:#211B2C;
      --gold:#D8B76A;
      --gold-2:#F2D99B;
      --purple:#6E4DFF;
      --berry:#9A315A;
      --text:#EDE7DC;
      --muted:#A9A0B5;
      --weak:#756D82;
      --line:rgba(216,183,106,.35);
      --line-soft:rgba(255,255,255,.08);
      --shadow:0 18px 50px rgba(0,0,0,.36);
      --radius-xl:24px;
      --radius-lg:18px;
      --radius-md:14px;
      --max:1200px;
      --font:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      color:var(--text);
      line-height:1.75;
      background:
        radial-gradient(circle at 12% 8%,rgba(110,77,255,.24),transparent 34%),
        radial-gradient(circle at 86% 12%,rgba(216,183,106,.18),transparent 30%),
        radial-gradient(circle at 78% 60%,rgba(154,49,90,.16),transparent 32%),
        linear-gradient(180deg,var(--bg),#0D0B12 45%,#09080B);
      min-height:100vh;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.28;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(to bottom,black,transparent 82%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none}
    button,input,textarea{font:inherit}
    button{cursor:pointer;border:0}
    .container{width:min(100% - 40px,var(--max));margin-inline:auto}
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(9,8,11,.78);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(216,183,106,.22);
      transition:.25s ease;
    }
    .nav-wrap{
      height:72px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      min-width:max-content;
      font-weight:850;
      letter-spacing:.2px;
    }
    .brand-mark{
      width:38px;
      height:38px;
      border-radius:14px;
      position:relative;
      background:linear-gradient(145deg,#F2D99B,#D8B76A 52%,#6E4DFF);
      box-shadow:0 0 0 1px rgba(255,255,255,.16) inset,0 10px 30px rgba(216,183,106,.18);
    }
    .brand-mark:before,.brand-mark:after{
      content:"";
      position:absolute;
      left:9px;
      right:9px;
      height:3px;
      border-radius:999px;
      background:#14121A;
    }
    .brand-mark:before{top:13px}
    .brand-mark:after{top:22px;width:14px;right:auto}
    .brand-text{font-size:18px;color:var(--text)}
    .desktop-nav{
      display:flex;
      align-items:center;
      gap:8px;
      padding:6px;
      border:1px solid var(--line-soft);
      border-radius:999px;
      background:rgba(255,255,255,.035);
    }
    .nav-link{
      padding:10px 16px;
      border-radius:999px;
      color:var(--muted);
      font-size:14px;
      font-weight:700;
      transition:.22s ease;
    }
    .nav-link:hover{
      color:var(--gold-2);
      background:rgba(216,183,106,.1);
    }
    .nav-link.active{
      color:#151009;
      background:linear-gradient(135deg,var(--gold-2),var(--gold));
      box-shadow:0 8px 22px rgba(216,183,106,.22);
    }
    .nav-cta,.btn-primary{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      padding:12px 20px;
      border-radius:999px;
      color:#151009;
      font-weight:850;
      background:linear-gradient(135deg,var(--gold-2),var(--gold));
      box-shadow:0 12px 30px rgba(216,183,106,.22), inset 0 1px 0 rgba(255,255,255,.35);
      transition:.22s ease;
    }
    .nav-cta:hover,.btn-primary:hover{
      transform:translateY(-1px);
      box-shadow:0 16px 38px rgba(216,183,106,.32), inset 0 1px 0 rgba(255,255,255,.45);
    }
    .nav-cta:active,.btn-primary:active,.btn-secondary:active{transform:scale(.98)}
    .mobile-toggle{
      display:none;
      width:44px;
      height:44px;
      border-radius:14px;
      color:var(--gold-2);
      background:rgba(216,183,106,.1);
      border:1px solid rgba(216,183,106,.26);
    }
    .mobile-menu{display:none}
    .mobile-panel{
      padding:10px 0 18px;
      display:grid;
      gap:10px;
    }
    .mobile-panel a{
      display:flex;
      justify-content:space-between;
      align-items:center;
      padding:14px 16px;
      border-radius:16px;
      background:rgba(255,255,255,.04);
      border:1px solid var(--line-soft);
      color:var(--muted);
      font-weight:750;
    }
    .mobile-panel a.active{
      color:#151009;
      background:linear-gradient(135deg,var(--gold-2),var(--gold));
    }
    .mobile-panel span{font-size:12px;opacity:.76}
    main{padding-bottom:92px}
    .section{padding:76px 0}
    .hero-banner{padding:64px 0 48px}
    .banner-card{
      position:relative;
      overflow:hidden;
      border-radius:32px;
      border:1px solid var(--line);
      background:
        linear-gradient(135deg,rgba(216,183,106,.12),transparent 36%),
        radial-gradient(circle at 78% 18%,rgba(110,77,255,.28),transparent 28%),
        linear-gradient(145deg,rgba(27,23,35,.96),rgba(13,11,18,.94));
      box-shadow:var(--shadow);
      padding:34px;
    }
    .banner-card:before{
      content:"";
      position:absolute;
      inset:14px;
      border:1px solid rgba(255,255,255,.06);
      border-radius:24px;
      pointer-events:none;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:26px;
      align-items:stretch;
      position:relative;
      z-index:1;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      border:1px solid rgba(216,183,106,.32);
      background:rgba(216,183,106,.08);
      color:var(--gold-2);
      font-size:13px;
      font-weight:800;
    }
    .eyebrow:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--gold);
      box-shadow:0 0 16px rgba(216,183,106,.8);
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      margin:22px 0 18px;
      font-size:clamp(34px,5.2vw,62px);
      line-height:1.08;
      letter-spacing:-1.6px;
      font-weight:900;
    }
    h2{
      margin:0 0 14px;
      font-size:clamp(28px,3.4vw,40px);
      line-height:1.18;
      letter-spacing:-.8px;
      font-weight:850;
    }
    h3{font-size:21px;line-height:1.35;margin:0 0 10px;font-weight:820}
    .lead{font-size:18px;color:var(--muted);max-width:710px;margin-bottom:26px}
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
    .btn-secondary{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      padding:12px 20px;
      border-radius:999px;
      color:var(--gold-2);
      font-weight:800;
      background:rgba(20,18,26,.7);
      border:1px solid rgba(216,183,106,.42);
      transition:.22s ease;
    }
    .btn-secondary:hover{
      background:rgba(216,183,106,.12);
      transform:translateY(-1px);
    }
    .badge-row{display:flex;gap:10px;flex-wrap:wrap}
    .badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 11px;
      border-radius:999px;
      background:rgba(255,255,255,.045);
      border:1px solid var(--line-soft);
      color:var(--muted);
      font-size:13px;
      font-weight:760;
    }
    .badge.gold{color:var(--gold-2);border-color:rgba(216,183,106,.32);background:rgba(216,183,106,.08)}
    .compare-stack{
      display:grid;
      gap:14px;
    }
    .plan-card{
      position:relative;
      padding:20px;
      border-radius:22px;
      border:1px solid var(--line-soft);
      background:rgba(20,18,26,.72);
      transition:.22s ease;
    }
    .plan-card:hover,.entry-card:hover,.recommend-card:hover,.timeline-item:hover{
      border-color:rgba(216,183,106,.62);
      background:rgba(33,27,44,.82);
      transform:translateY(-2px);
    }
    .plan-card.recommended{
      order:-1;
      border-color:rgba(216,183,106,.68);
      background:
        linear-gradient(135deg,rgba(216,183,106,.18),rgba(33,27,44,.92)),
        rgba(33,27,44,.92);
      box-shadow:0 18px 45px rgba(216,183,106,.12);
    }
    .corner-label{
      position:absolute;
      top:16px;
      right:16px;
      font-size:12px;
      color:#151009;
      font-weight:900;
      padding:4px 9px;
      border-radius:999px;
      background:var(--gold);
    }
    .plan-title{font-size:18px;font-weight:850;margin-bottom:8px}
    .plan-desc{color:var(--muted);font-size:14px;margin:0 0 14px}
    .plan-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--weak);font-size:13px}
    .section-head{
      display:flex;
      justify-content:space-between;
      align-items:end;
      gap:22px;
      margin-bottom:28px;
    }
    .section-head p{color:var(--muted);max-width:680px;margin:0}
    .index-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:24px;
    }
    .index-chip{
      padding:16px;
      border-radius:18px;
      border:1px solid var(--line-soft);
      background:rgba(255,255,255,.035);
      transition:.22s ease;
    }
    .index-chip:hover{border-color:var(--line);background:rgba(216,183,106,.08)}
    .index-chip b{display:block;color:var(--gold-2);font-size:14px;margin-bottom:4px}
    .index-chip span{display:block;color:var(--muted);font-size:13px;line-height:1.55}
    .timeline-layout{
      display:grid;
      grid-template-columns:.82fr 1.18fr;
      gap:26px;
      align-items:start;
    }
    .timeline{
      position:relative;
      padding:22px;
      border-radius:var(--radius-xl);
      background:rgba(20,18,26,.72);
      border:1px solid var(--line-soft);
      box-shadow:var(--shadow);
    }
    .timeline:before{
      content:"";
      position:absolute;
      left:39px;
      top:82px;
      bottom:32px;
      width:1px;
      background:linear-gradient(var(--gold),rgba(216,183,106,.05));
    }
    .timeline-item{
      position:relative;
      display:grid;
      grid-template-columns:44px 1fr;
      gap:14px;
      padding:16px 0;
      border-bottom:1px solid rgba(255,255,255,.06);
      transition:.22s ease;
    }
    .timeline-item:last-child{border-bottom:0}
    .dot{
      width:34px;
      height:34px;
      display:grid;
      place-items:center;
      border-radius:50%;
      color:#151009;
      font-weight:900;
      background:var(--gold);
      box-shadow:0 0 0 6px rgba(216,183,106,.1);
      z-index:1;
    }
    .timeline-item p{margin:0;color:var(--muted);font-size:14px}
    .entry-list{display:grid;gap:14px}
    .entry-card{
      display:grid;
      grid-template-columns:76px 1fr auto;
      align-items:center;
      gap:18px;
      padding:20px;
      border-radius:22px;
      border:1px solid var(--line-soft);
      background:rgba(27,23,35,.78);
      transition:.22s ease;
    }
    .entry-no{
      width:56px;
      height:56px;
      display:grid;
      place-items:center;
      border-radius:18px;
      background:linear-gradient(135deg,rgba(216,183,106,.2),rgba(110,77,255,.14));
      border:1px solid rgba(216,183,106,.32);
      color:var(--gold-2);
      font-weight:900;
      font-size:18px;
    }
    .entry-card p{margin:0;color:var(--muted);font-size:15px}
    .entry-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
    .tag{
      padding:5px 9px;
      border-radius:999px;
      font-size:12px;
      color:var(--muted);
      background:rgba(255,255,255,.045);
      border:1px solid var(--line-soft);
    }
    .tag.gold{color:var(--gold-2);border-color:rgba(216,183,106,.32)}
    .link-btn{
      color:var(--gold-2);
      font-weight:850;
      white-space:nowrap;
      transition:.22s ease;
    }
    .link-btn:hover{transform:translateX(3px);color:#fff}
    .table-card{
      border-radius:var(--radius-xl);
      border:1px solid var(--line);
      background:rgba(20,18,26,.78);
      overflow:hidden;
      box-shadow:var(--shadow);
    }
    .info-table{width:100%;border-collapse:collapse}
    .info-table th,.info-table td{
      padding:18px 20px;
      text-align:left;
      border-bottom:1px solid rgba(255,255,255,.07);
      vertical-align:top;
    }
    .info-table th{
      color:var(--gold-2);
      background:rgba(216,183,106,.08);
      font-size:14px;
      white-space:nowrap;
    }
    .info-table td{color:var(--muted);font-size:15px}
    .info-table tr:last-child th,.info-table tr:last-child td{border-bottom:0}
    .recommend-scroll{
      display:flex;
      gap:16px;
      overflow-x:auto;
      padding:4px 4px 18px;
      scrollbar-color:var(--gold) rgba(255,255,255,.08);
    }
    .recommend-card{
      flex:0 0 330px;
      min-height:190px;
      padding:22px;
      border-radius:22px;
      border:1px solid var(--line-soft);
      background:
        linear-gradient(145deg,rgba(33,27,44,.88),rgba(20,18,26,.84));
      transition:.22s ease;
    }
    .recommend-card p{color:var(--muted);margin:0}
    .meter{
      margin-top:18px;
      height:7px;
      border-radius:999px;
      background:rgba(255,255,255,.08);
      overflow:hidden;
    }
    .meter span{
      display:block;
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg,var(--gold),var(--purple));
    }
    .faq-wrap{display:grid;gap:12px}
    .faq-item{
      border-radius:18px;
      border:1px solid var(--line-soft);
      background:rgba(20,18,26,.72);
      overflow:hidden;
      transition:.22s ease;
    }
    .faq-item.open{border-color:rgba(216,183,106,.55);background:rgba(33,27,44,.82)}
    .faq-question{
      width:100%;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:16px;
      padding:18px 20px;
      color:var(--text);
      background:transparent;
      text-align:left;
      font-weight:850;
    }
    .faq-icon{
      width:28px;
      height:28px;
      display:grid;
      place-items:center;
      border-radius:50%;
      color:var(--gold-2);
      border:1px solid rgba(216,183,106,.32);
      flex:0 0 auto;
      transition:.22s ease;
    }
    .faq-item.open .faq-icon{transform:rotate(45deg);background:rgba(216,183,106,.12)}
    .faq-answer{
      display:none;
      padding:0 20px 20px;
      color:var(--muted);
    }
    .faq-item.open .faq-answer{display:block}
    .cta-card{
      position:relative;
      overflow:hidden;
      padding:34px;
      border-radius:30px;
      border:1px solid rgba(216,183,106,.55);
      background:
        radial-gradient(circle at 18% 16%,rgba(216,183,106,.18),transparent 30%),
        radial-gradient(circle at 82% 80%,rgba(110,77,255,.2),transparent 30%),
        linear-gradient(135deg,rgba(33,27,44,.94),rgba(13,11,18,.96));
      box-shadow:var(--shadow);
    }
    .cta-card:after{
      content:"收藏提醒";
      position:absolute;
      right:24px;
      top:22px;
      color:rgba(216,183,106,.16);
      font-weight:950;
      font-size:48px;
      letter-spacing:2px;
      pointer-events:none;
    }
    .cta-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}
    .cta-inner p{margin:0;color:var(--muted);max-width:720px}
    .cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
    .site-footer{
      border-top:1px solid rgba(216,183,106,.22);
      background:rgba(7,6,9,.9);
      padding:46px 0 26px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.25fr .7fr .7fr;
      gap:34px;
      align-items:start;
    }
    .footer-desc{color:var(--muted);margin:16px 0 0;max-width:520px;font-size:14px}
    .footer-title{font-weight:850;color:var(--gold-2);margin-bottom:12px}
    .footer-links{display:grid;gap:9px}
    .footer-links a{color:var(--muted);font-size:14px;transition:.2s ease}
    .footer-links a:hover{color:var(--gold-2);transform:translateX(2px)}
    .copyright{
      margin-top:34px;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.07);
      display:flex;
      justify-content:space-between;
      gap:14px;
      color:var(--weak);
      font-size:13px;
      flex-wrap:wrap;
    }
    .toast{
      position:fixed;
      left:50%;
      bottom:28px;
      transform:translateX(-50%) translateY(20px);
      opacity:0;
      pointer-events:none;
      padding:12px 16px;
      border-radius:999px;
      border:1px solid rgba(216,183,106,.5);
      background:rgba(20,18,26,.95);
      color:var(--gold-2);
      box-shadow:var(--shadow);
      z-index:80;
      transition:.25s ease;
      font-weight:800;
      font-size:14px;
    }
    .toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
    :focus-visible{
      outline:3px solid rgba(216,183,106,.78);
      outline-offset:3px;
    }
    @media (max-width:1024px){
      .desktop-nav{display:none}
      .mobile-toggle{display:grid;place-items:center}
      .mobile-menu.open{display:block}
      .hero-grid,.timeline-layout,.cta-inner{grid-template-columns:1fr}
      .cta-actions{justify-content:flex-start}
      .index-strip{grid-template-columns:repeat(2,1fr)}
      .entry-card{grid-template-columns:62px 1fr}
      .entry-card .link-btn{grid-column:2}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:640px){
      .container{width:min(100% - 28px,var(--max))}
      .nav-wrap{height:64px}
      .brand-text{font-size:15px}
      .brand-mark{width:34px;height:34px;border-radius:12px}
      .nav-cta{display:none}
      .banner-card,.cta-card{padding:24px 18px;border-radius:24px}
      .hero-banner{padding-top:34px}
      .section{padding:54px 0}
      .hero-actions,.cta-actions{display:grid;grid-template-columns:1fr;width:100%}
      .btn-primary,.btn-secondary{width:100%}
      .index-strip{grid-template-columns:1fr}
      .entry-card{grid-template-columns:1fr;gap:12px}
      .entry-no{width:48px;height:48px}
      .info-table th,.info-table td{display:block;width:100%;padding:14px 16px}
      .info-table th{border-bottom:0}
      .recommend-card{flex-basis:84vw}
      .footer-grid{grid-template-columns:1fr}
      .cta-card:after{display:none}
      h1{letter-spacing:-1px}
    }
