/* roulang page: index */
:root{
      --bg:#fbf7f2;
      --bg-soft:#fffaf5;
      --surface:#ffffff;
      --surface-2:#fff3ea;
      --primary:#8f2445;
      --primary-dark:#6f1934;
      --primary-soft:#f6dde4;
      --accent:#d8904b;
      --accent-soft:#fff0dc;
      --coral:#e96f5d;
      --text:#241d1f;
      --muted:#786b6d;
      --light-muted:#9d8f90;
      --border:#eadfd8;
      --line:#efe5dd;
      --shadow:0 18px 50px rgba(69, 28, 39, .10);
      --shadow-sm:0 10px 28px rgba(69, 28, 39, .08);
      --radius:20px;
      --radius-lg:28px;
      --radius-sm:14px;
      --container:1180px;
      --nav-h:74px;
      --ease:all .22s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 12% 8%, rgba(216,144,75,.18), transparent 26%),
        radial-gradient(circle at 90% 14%, rgba(143,36,69,.12), transparent 28%),
        linear-gradient(180deg,#fffaf6 0%, var(--bg) 48%, #fff 100%);
      line-height:1.7;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover{color:var(--primary)}
    img{max-width:100%;height:auto;display:block}
    button,input,textarea{font:inherit}
    ::selection{background:var(--primary);color:#fff}
    .site-container{
      width:min(var(--container), calc(100% - 32px));
      margin-inline:auto;
    }
    .top-ticker{
      background:linear-gradient(90deg,var(--primary-dark),var(--primary),#b8485d);
      color:#fff;
      font-size:13px;
      letter-spacing:.02em;
    }
    .ticker-inner{
      min-height:38px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      white-space:nowrap;
      overflow:hidden;
    }
    .ticker-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:5px 11px;
      border-radius:999px;
      background:rgba(255,255,255,.16);
      border:1px solid rgba(255,255,255,.22);
      font-weight:700;
    }
    .ticker-text{
      overflow:hidden;
      text-overflow:ellipsis;
      color:rgba(255,255,255,.9);
    }
    .portal-header{
      position:sticky;
      top:0;
      z-index:1030;
      background:rgba(255,250,246,.92);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(234,223,216,.88);
      box-shadow:0 8px 26px rgba(64,31,36,.05);
    }
    .brand-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:15px 0 10px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:max-content;
      font-weight:900;
      letter-spacing:-.03em;
    }
    .brand-mark{
      width:42px;
      height:42px;
      border-radius:15px;
      background:
        linear-gradient(135deg,var(--primary),#c75a62 60%,var(--accent));
      display:grid;
      place-items:center;
      color:#fff;
      box-shadow:0 12px 28px rgba(143,36,69,.25);
      position:relative;
      overflow:hidden;
    }
    .brand-mark:after{
      content:"";
      position:absolute;
      width:58px;
      height:15px;
      background:rgba(255,255,255,.22);
      transform:rotate(-28deg);
      top:8px;
      left:-12px;
    }
    .brand-name{
      font-size:20px;
      color:var(--text);
      line-height:1.1;
    }
    .brand-sub{
      display:block;
      font-size:11px;
      letter-spacing:.12em;
      color:var(--light-muted);
      margin-top:3px;
      font-weight:800;
    }
    .portal-search{
      flex:1;
      max-width:520px;
      position:relative;
    }
    .portal-search input{
      width:100%;
      height:44px;
      border:1px solid var(--border);
      border-radius:999px;
      background:#fff;
      padding:0 118px 0 18px;
      color:var(--text);
      outline:none;
      box-shadow:0 8px 18px rgba(62,32,38,.04);
      transition:var(--ease);
    }
    .portal-search input:focus{
      border-color:rgba(143,36,69,.45);
      box-shadow:0 0 0 4px rgba(143,36,69,.12);
    }
    .portal-search .search-btn{
      position:absolute;
      right:5px;
      top:5px;
      height:34px;
      padding:0 16px;
      border:0;
      border-radius:999px;
      background:var(--primary);
      color:#fff;
      font-weight:800;
      transition:var(--ease);
    }
    .portal-search .search-btn:hover{background:var(--primary-dark);transform:translateY(-1px)}
    .trend-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 14px;
      border-radius:999px;
      color:var(--primary-dark);
      background:var(--primary-soft);
      font-size:13px;
      font-weight:800;
      border:1px solid rgba(143,36,69,.12);
    }
    .channel-row{
      display:flex;
      align-items:center;
      gap:12px;
      padding:0 0 13px;
      overflow-x:auto;
      scrollbar-width:none;
    }
    .channel-row::-webkit-scrollbar{display:none}
    .channel-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 14px;
      border-radius:999px;
      border:1px solid transparent;
      color:#4d4244;
      font-weight:800;
      font-size:14px;
      white-space:nowrap;
    }
    .channel-link:hover{
      background:#fff;
      border-color:var(--border);
      box-shadow:var(--shadow-sm);
      transform:translateY(-1px);
    }
    .channel-link.active{
      background:var(--text);
      color:#fff;
      box-shadow:0 10px 24px rgba(36,29,31,.14);
    }
    .hot-chip{
      margin-left:auto;
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--muted);
      font-size:13px;
      white-space:nowrap;
      padding-left:8px;
    }
    .hot-chip span{
      color:var(--primary);
      font-weight:900;
    }
    main{position:relative}
    section{padding:74px 0}
    .hero{
      padding:0;
      min-height:620px;
      position:relative;
      display:flex;
      align-items:center;
      overflow:hidden;
      background:#2b171e;
      color:#fff;
      isolation:isolate;
    }
    .hero-video-bg{
      position:absolute;
      inset:0;
      background:
        linear-gradient(90deg,rgba(37,15,22,.92) 0%,rgba(67,25,37,.74) 44%,rgba(143,36,69,.40) 100%),
        radial-gradient(circle at 18% 24%,rgba(255,214,164,.24),transparent 26%),
        radial-gradient(circle at 78% 38%,rgba(233,111,93,.30),transparent 28%),
        repeating-linear-gradient(120deg,rgba(255,255,255,.06) 0 1px,transparent 1px 22px);
      z-index:-2;
    }
    .hero-video-bg:before{
      content:"";
      position:absolute;
      inset:8%;
      border:1px solid rgba(255,255,255,.12);
      border-radius:38px;
      background:
        linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.02)),
        radial-gradient(circle at 65% 50%,rgba(255,255,255,.18),transparent 18%);
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
    }
    .hero-video-bg:after{
      content:"";
      position:absolute;
      width:760px;
      height:760px;
      right:-230px;
      top:-80px;
      border-radius:50%;
      border:80px solid rgba(255,255,255,.05);
      box-shadow:0 0 0 32px rgba(216,144,75,.08), inset 0 0 0 2px rgba(255,255,255,.06);
    }
    .hero-content{
      position:relative;
      padding:92px 0 78px;
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:42px;
      align-items:center;
    }
    .hero-copy{
      max-width:720px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:9px;
      padding:8px 13px;
      border-radius:999px;
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.18);
      color:#ffe6d0;
      font-size:13px;
      font-weight:900;
      margin-bottom:18px;
    }
    h1{
      font-size:clamp(38px,6vw,76px);
      line-height:1.04;
      letter-spacing:-.06em;
      font-weight:950;
      margin:0 0 20px;
    }
    .hero-lead{
      font-size:18px;
      color:rgba(255,255,255,.84);
      max-width:660px;
      margin:0 0 28px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      align-items:center;
      margin-bottom:26px;
    }
    .btn-brand,.btn-ghost,.btn-darkline{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:48px;
      border-radius:999px;
      padding:12px 20px;
      font-weight:900;
      border:1px solid transparent;
      transition:var(--ease);
      cursor:pointer;
    }
    .btn-brand{
      color:#fff;
      background:linear-gradient(135deg,var(--primary),#b73d56);
      box-shadow:0 14px 30px rgba(143,36,69,.22);
    }
    .btn-brand:hover{
      color:#fff;
      background:linear-gradient(135deg,var(--primary-dark),#c64b60);
      transform:translateY(-2px);
      box-shadow:0 18px 40px rgba(143,36,69,.28);
    }
    .btn-ghost{
      color:#fff;
      background:rgba(255,255,255,.12);
      border-color:rgba(255,255,255,.24);
    }
    .btn-ghost:hover{
      color:#fff;
      background:rgba(255,255,255,.20);
      transform:translateY(-2px);
    }
    .btn-darkline{
      color:var(--text);
      background:#fff;
      border-color:var(--border);
      box-shadow:var(--shadow-sm);
    }
    .btn-darkline:hover{
      color:var(--primary);
      transform:translateY(-2px);
      border-color:rgba(143,36,69,.25);
    }
    .hero-metrics{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      max-width:680px;
    }
    .metric-pill{
      border-radius:18px;
      padding:15px;
      background:rgba(255,255,255,.11);
      border:1px solid rgba(255,255,255,.16);
      backdrop-filter:blur(12px);
    }
    .metric-num{
      display:block;
      font-family:"Arial Narrow",Arial,sans-serif;
      font-size:26px;
      font-weight:950;
      line-height:1;
      color:#fff5e8;
    }
    .metric-label{
      display:block;
      margin-top:6px;
      font-size:12px;
      color:rgba(255,255,255,.72);
    }
    .hero-panel{
      min-height:390px;
      border-radius:34px;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(255,255,255,.10);
      box-shadow:0 24px 70px rgba(0,0,0,.24);
      backdrop-filter:blur(14px);
      padding:20px;
      position:relative;
      overflow:hidden;
    }
    .hero-panel:before{
      content:"";
      position:absolute;
      inset:20px;
      border-radius:26px;
      border:1px dashed rgba(255,255,255,.20);
      pointer-events:none;
    }
    .play-ring{
      width:94px;
      height:94px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:rgba(255,255,255,.18);
      border:1px solid rgba(255,255,255,.25);
      margin:78px auto 34px;
      box-shadow:0 20px 54px rgba(0,0,0,.20);
      transition:var(--ease);
    }
    .play-ring:hover{transform:scale(1.04)}
    .play-ring span{
      width:0;
      height:0;
      border-top:15px solid transparent;
      border-bottom:15px solid transparent;
      border-left:22px solid #fff;
      margin-left:6px;
    }
    .trend-board{
      display:grid;
      gap:12px;
      position:relative;
      z-index:1;
    }
    .trend-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:13px 14px;
      border-radius:16px;
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.14);
      color:rgba(255,255,255,.88);
    }
    .trend-bar{
      flex:1;
      height:8px;
      border-radius:999px;
      background:rgba(255,255,255,.16);
      overflow:hidden;
    }
    .trend-bar i{
      display:block;
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg,#ffd7a1,#e96f5d);
    }
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:28px;
    }
    .section-kicker{
      color:var(--primary);
      font-weight:950;
      letter-spacing:.08em;
      font-size:13px;
      margin-bottom:8px;
    }
    .section-title{
      font-size:clamp(26px,3.4vw,44px);
      line-height:1.18;
      letter-spacing:-.04em;
      font-weight:950;
      margin:0;
    }
    .section-desc{
      max-width:610px;
      color:var(--muted);
      margin:10px 0 0;
    }
    .flash-track{
      background:linear-gradient(180deg,#fff 0%,#fff7ef 100%);
    }
    .rail{
      display:flex;
      gap:18px;
      overflow-x:auto;
      padding:8px 2px 20px;
      scroll-snap-type:x mandatory;
    }
    .rail::-webkit-scrollbar{height:8px}
    .rail::-webkit-scrollbar-thumb{background:#e4d3c8;border-radius:999px}
    .deal-card{
      min-width:278px;
      scroll-snap-align:start;
      border-radius:24px;
      background:#fff;
      border:1px solid var(--border);
      box-shadow:var(--shadow-sm);
      padding:18px;
      transition:var(--ease);
      position:relative;
      overflow:hidden;
    }
    .deal-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
    .deal-card:before{
      content:attr(data-no);
      position:absolute;
      right:16px;
      top:10px;
      font-size:42px;
      font-weight:950;
      color:rgba(143,36,69,.08);
      line-height:1;
    }
    .deal-icon{
      width:56px;
      height:56px;
      border-radius:18px;
      display:grid;
      place-items:center;
      background:var(--accent-soft);
      color:var(--primary);
      font-weight:950;
      margin-bottom:15px;
    }
    .deal-card h3{font-size:19px;font-weight:950;margin:0 0 8px}
    .deal-card p{color:var(--muted);font-size:14px;margin:0 0 14px}
    .tag-row{display:flex;flex-wrap:wrap;gap:7px}
    .tag{
      display:inline-flex;
      align-items:center;
      padding:5px 9px;
      border-radius:999px;
      background:#fff7f0;
      border:1px solid #f0dfd4;
      color:#7c4342;
      font-size:12px;
      font-weight:800;
    }
    .inventory{
      padding:56px 0;
      background:var(--bg);
    }
    .inventory-box{
      display:grid;
      grid-template-columns:1fr 1fr 1fr;
      gap:16px;
    }
    .stock-card{
      background:var(--surface);
      border:1px solid var(--border);
      border-radius:24px;
      padding:22px;
      box-shadow:var(--shadow-sm);
    }
    .stock-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:12px;
    }
    .stock-card h3{font-size:18px;font-weight:950;margin:0}
    .stock-badge{
      border-radius:999px;
      padding:5px 10px;
      background:var(--primary-soft);
      color:var(--primary-dark);
      font-size:12px;
      font-weight:900;
    }
    .progress{
      height:10px;
      background:#f1e6df;
      border-radius:999px;
      overflow:hidden;
      margin:14px 0 10px;
    }
    .progress-bar{
      background:linear-gradient(90deg,var(--primary),var(--coral));
      border-radius:999px;
    }
    .stock-card p{margin:0;color:var(--muted);font-size:14px}
    .news{
      background:#fff;
    }
    .news-layout{
      display:grid;
      grid-template-columns:1.55fr .85fr;
      gap:24px;
      align-items:start;
    }
    .news-list{
      display:grid;
      gap:14px;
    }
    .news-item{
      display:grid;
      grid-template-columns:72px 1fr auto;
      gap:16px;
      align-items:center;
      padding:16px;
      background:#fff;
      border:1px solid var(--border);
      border-radius:22px;
      box-shadow:0 8px 24px rgba(69,28,39,.05);
      transition:var(--ease);
    }
    .news-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}
    .news-no{
      width:54px;
      height:54px;
      border-radius:18px;
      background:linear-gradient(135deg,#fff0dc,#f9dde4);
      display:grid;
      place-items:center;
      color:var(--primary);
      font-weight:950;
    }
    .news-item h3{font-size:17px;font-weight:950;margin:0 0 4px}
    .news-item p{font-size:14px;color:var(--muted);margin:0}
    .news-arrow{
      width:38px;
      height:38px;
      display:grid;
      place-items:center;
      border-radius:50%;
      background:var(--bg);
      color:var(--primary);
      font-weight:950;
    }
    .recommend-panel{
      position:sticky;
      top:142px;
      border-radius:26px;
      padding:22px;
      background:linear-gradient(180deg,#fff7ef,#fff);
      border:1px solid var(--border);
      box-shadow:var(--shadow-sm);
    }
    .recommend-panel h3{font-size:20px;font-weight:950;margin:0 0 14px}
    .rank-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}
    .rank-list li{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:11px 0;
      border-bottom:1px solid rgba(234,223,216,.8);
      color:#514548;
    }
    .rank-list li:last-child{border-bottom:0}
    .rank-list b{
      color:var(--primary);
      font-family:Arial,sans-serif;
      margin-right:8px;
    }
    .button-groups{
      padding:64px 0;
      background:
        radial-gradient(circle at 15% 10%,rgba(216,144,75,.16),transparent 26%),
        linear-gradient(135deg,#fff7ef,#f9eef0);
    }
    .entry-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }
    .entry-tile{
      display:flex;
      flex-direction:column;
      min-height:156px;
      padding:20px;
      border-radius:24px;
      background:rgba(255,255,255,.78);
      border:1px solid rgba(234,223,216,.9);
      box-shadow:var(--shadow-sm);
      transition:var(--ease);
    }
    .entry-tile:hover{transform:translateY(-4px);background:#fff;box-shadow:var(--shadow)}
    .entry-tile .step{
      width:34px;height:34px;border-radius:12px;
      background:var(--text);color:#fff;
      display:grid;place-items:center;
      font-weight:950;
      margin-bottom:18px;
      font-size:13px;
    }
    .entry-tile h3{font-size:18px;font-weight:950;margin:0 0 8px}
    .entry-tile p{color:var(--muted);font-size:14px;margin:0}
    .timeline{
      background:#fff;
    }
    .timeline-wrap{
      border-radius:28px;
      border:1px solid var(--border);
      background:linear-gradient(180deg,#fff,#fffaf5);
      box-shadow:var(--shadow-sm);
      padding:10px;
    }
    .time-node{
      display:grid;
      grid-template-columns:150px 1fr 160px;
      gap:18px;
      align-items:center;
      padding:18px;
      border-bottom:1px solid var(--line);
    }
    .time-node:last-child{border-bottom:0}
    .time{
      font-weight:950;
      color:var(--primary);
      font-size:18px;
    }
    .time-node h3{font-size:18px;font-weight:950;margin:0 0 4px}
    .time-node p{margin:0;color:var(--muted);font-size:14px}
    .time-action{
      justify-self:end;
      padding:8px 12px;
      border-radius:999px;
      background:var(--accent-soft);
      color:#7b4a20;
      font-size:13px;
      font-weight:900;
    }
    .media{
      background:var(--bg);
    }
    .media-scroll{
      display:flex;
      gap:18px;
      overflow-x:auto;
      padding:6px 2px 18px;
    }
    .media-card{
      min-width:310px;
      border-radius:26px;
      background:#fff;
      border:1px solid var(--border);
      overflow:hidden;
      box-shadow:var(--shadow-sm);
      transition:var(--ease);
    }
    .media-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
    .media-art{
      height:138px;
      background:
        linear-gradient(135deg,rgba(143,36,69,.82),rgba(216,144,75,.65)),
        repeating-linear-gradient(45deg,rgba(255,255,255,.16) 0 2px,transparent 2px 16px);
      position:relative;
    }
    .media-art:after{
      content:"";
      position:absolute;
      width:96px;height:96px;border-radius:50%;
      right:20px;top:21px;
      border:18px solid rgba(255,255,255,.18);
    }
    .media-body{padding:18px}
    .media-body h3{font-size:18px;font-weight:950;margin:0 0 8px}
    .media-body p{margin:0;color:var(--muted);font-size:14px}
    .compare{
      background:#fff;
    }
    .compare-box{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:18px;
    }
    .compare-card{
      border-radius:28px;
      padding:24px;
      border:1px solid var(--border);
      box-shadow:var(--shadow-sm);
      background:#fff;
    }
    .compare-card.highlight{
      background:linear-gradient(180deg,#fff7ef,#fff);
      border-color:rgba(143,36,69,.22);
    }
    .compare-card h3{font-weight:950;margin:0 0 16px}
    .check-list{
      display:grid;
      gap:12px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .check-list li{
      display:flex;
      gap:10px;
      color:#514548;
      align-items:flex-start;
    }
    .check-list li:before{
      content:"";
      width:9px;height:9px;border-radius:50%;
      background:var(--primary);
      margin-top:9px;
      flex:0 0 auto;
    }
    .faq{
      background:linear-gradient(180deg,#fff,#fff7ef);
    }
    .accordion{
      display:grid;
      gap:12px;
    }
    .accordion-item{
      border:1px solid var(--border)!important;
      border-radius:20px!important;
      overflow:hidden;
      background:#fff;
      box-shadow:0 8px 22px rgba(69,28,39,.05);
    }
    .accordion-button{
      padding:18px 20px;
      font-weight:950;
      color:var(--text);
      background:#fff;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      color:var(--primary-dark);
      background:#fff7ef;
    }
    .accordion-button:focus{
      border-color:transparent;
      box-shadow:0 0 0 4px rgba(143,36,69,.12)!important;
    }
    .accordion-body{
      color:var(--muted);
      padding:0 20px 20px;
    }
    .lead-form{
      padding:70px 0 88px;
      background:#fff;
    }
    .form-card{
      display:grid;
      grid-template-columns:1fr .9fr;
      gap:28px;
      align-items:center;
      border-radius:34px;
      background:
        radial-gradient(circle at 88% 18%,rgba(216,144,75,.18),transparent 30%),
        linear-gradient(135deg,#2b171e,#7f2341);
      color:#fff;
      padding:34px;
      box-shadow:0 26px 70px rgba(74,23,38,.22);
      overflow:hidden;
      position:relative;
    }
    .form-card:after{
      content:"";
      position:absolute;
      width:360px;height:360px;
      border-radius:50%;
      border:50px solid rgba(255,255,255,.06);
      right:-120px;bottom:-160px;
    }
    .form-card h2{
      font-size:clamp(26px,3.2vw,42px);
      font-weight:950;
      letter-spacing:-.04em;
      margin:0 0 12px;
    }
    .form-card p{color:rgba(255,255,255,.78);margin:0;max-width:620px}
    .contact-panel{
      position:relative;
      z-index:1;
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.16);
      border-radius:24px;
      padding:18px;
      backdrop-filter:blur(10px);
    }
    .contact-panel input,.contact-panel select{
      width:100%;
      height:46px;
      border:1px solid rgba(255,255,255,.20);
      border-radius:16px;
      background:rgba(255,255,255,.14);
      color:#fff;
      padding:0 14px;
      outline:none;
      margin-bottom:10px;
    }
    .contact-panel select option{color:#241d1f}
    .contact-panel input::placeholder{color:rgba(255,255,255,.66)}
    .contact-panel input:focus,.contact-panel select:focus{
      box-shadow:0 0 0 4px rgba(255,255,255,.12);
      border-color:rgba(255,255,255,.45);
    }
    .contact-panel button{
      width:100%;
      min-height:48px;
      border:0;
      border-radius:16px;
      background:#fff;
      color:var(--primary-dark);
      font-weight:950;
      transition:var(--ease);
    }
    .contact-panel button:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(0,0,0,.18)}
    .site-footer{
      background:#20181b;
      color:#fff;
      padding:34px 0;
    }
    .footer-inner{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:24px;
      border-bottom:1px solid rgba(255,255,255,.10);
      padding-bottom:22px;
      margin-bottom:18px;
    }
    .footer-brand{
      font-size:20px;
      font-weight:950;
      margin-bottom:8px;
    }
    .footer-note{
      color:rgba(255,255,255,.62);
      max-width:560px;
      margin:0;
      font-size:14px;
    }
    .footer-nav{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      justify-content:flex-end;
    }
    .footer-nav a{
      color:rgba(255,255,255,.72);
      padding:8px 10px;
      border-radius:999px;
    }
    .footer-nav a:hover{
      color:#fff;
      background:rgba(255,255,255,.08);
    }
    .copyright{
      color:rgba(255,255,255,.52);
      font-size:13px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
    }
    .age-note{
      color:#ffd8b0;
      font-weight:800;
    }
    @media (max-width:1200px){
      .hero-content{grid-template-columns:1fr .82fr}
      .entry-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width:992px){
      .brand-row{flex-wrap:wrap}
      .portal-search{order:3;max-width:none;flex-basis:100%}
      .trend-link{display:none}
      .hero{min-height:auto}
      .hero-content{grid-template-columns:1fr;padding:72px 0}
      .hero-panel{min-height:320px}
      .play-ring{margin-top:48px}
      .inventory-box,.news-layout,.compare-box,.form-card{grid-template-columns:1fr}
      .recommend-panel{position:static}
      .time-node{grid-template-columns:110px 1fr}
      .time-action{grid-column:2;justify-self:start}
    }
    @media (max-width:768px){
      section{padding:54px 0}
      .site-container{width:min(100% - 24px,var(--container))}
      .ticker-inner{justify-content:center}
      .ticker-text{display:none}
      .brand-name{font-size:18px}
      .brand-mark{width:38px;height:38px}
      .channel-row{padding-bottom:10px}
      .hot-chip{display:none}
      .hero-content{padding:54px 0}
      .hero-lead{font-size:16px}
      .hero-metrics{grid-template-columns:1fr}
      .section-head{display:block}
      .section-desc{font-size:15px}
      .news-item{grid-template-columns:54px 1fr}
      .news-arrow{display:none}
      .entry-grid{grid-template-columns:1fr}
      .time-node{grid-template-columns:1fr;gap:8px}
      .time-action{grid-column:auto}
      .footer-inner{display:block}
      .footer-nav{justify-content:flex-start;margin-top:14px}
    }
    @media (max-width:576px){
      h1{font-size:38px}
      .hero-actions .btn-brand,.hero-actions .btn-ghost{width:100%}
      .portal-search input{padding-right:96px;font-size:14px}
      .portal-search .search-btn{padding:0 12px}
      .deal-card{min-width:240px}
      .media-card{min-width:260px}
      .form-card{padding:24px}
      .contact-panel{padding:14px}
    }

/* roulang page: category1 */
:root{
            --bg: #fbf7f2;
            --bg-2: #f4ece3;
            --surface: rgba(255,255,255,.86);
            --surface-strong: #fffaf5;
            --text: #24181c;
            --muted: #6f5f64;
            --line: #e8ddd6;
            --line-strong: #dac8bf;
            --primary: #7f1f3e;
            --primary-2: #a53a57;
            --accent: #c6905f;
            --accent-2: #e5c09b;
            --ink-soft: #3d2c31;
            --shadow: 0 18px 44px rgba(95, 38, 58, .10);
            --shadow-soft: 0 10px 24px rgba(95, 38, 58, .08);
            --radius-xl: 24px;
            --radius-lg: 18px;
            --radius-md: 14px;
            --radius-sm: 12px;
            --gap: 24px;
        }

        *{ box-sizing:border-box; }
        html{ scroll-behavior:smooth; }
        body{
            margin:0;
            color:var(--text);
            background:
                radial-gradient(circle at top left, rgba(201, 144, 95, .14), transparent 30%),
                radial-gradient(circle at top right, rgba(127, 31, 62, .08), transparent 26%),
                linear-gradient(180deg, #fcfaf7 0%, #f8f2ec 100%);
            font-family: "PingFang SC","Hiragino Sans GB","Microsoft YaHei",system-ui,-apple-system,sans-serif;
            line-height:1.7;
            -webkit-font-smoothing:antialiased;
            text-rendering:optimizeLegibility;
        }
        body::before,
        body::after{
            content:"";
            position:fixed;
            inset:auto;
            width:420px;
            height:420px;
            border-radius:50%;
            pointer-events:none;
            filter: blur(48px);
            opacity:.12;
            z-index:-1;
        }
        body::before{
            top:-140px;
            left:-140px;
            background: rgba(127,31,62,.65);
        }
        body::after{
            right:-160px;
            bottom:-160px;
            background: rgba(198,144,95,.7);
        }

        a{ color:inherit; text-decoration:none; }
        a:hover{ color:inherit; }
        img{ max-width:100%; display:block; }
        button, input, select, textarea{
            font:inherit;
        }
        ::selection{
            background: rgba(127,31,62,.16);
            color: var(--text);
        }

        .site-container{
            width:min(1180px, calc(100% - 32px));
            margin:0 auto;
        }

        .portal-header{
            position:sticky;
            top:0;
            z-index:1030;
            backdrop-filter: blur(14px);
            background: rgba(252,249,246,.82);
            border-bottom:1px solid rgba(232,221,214,.8);
            box-shadow: 0 8px 28px rgba(56, 28, 39, .05);
        }
        .brand-row{
            display:flex;
            align-items:center;
            gap:16px;
            padding:14px 0 12px;
            flex-wrap:wrap;
        }
        .brand{
            display:inline-flex;
            align-items:center;
            gap:12px;
            min-width:260px;
            flex:1 1 260px;
        }
        .brand-mark{
            width:42px;
            height:42px;
            display:grid;
            place-items:center;
            border-radius:14px;
            color:#fff;
            background: linear-gradient(135deg, var(--primary), var(--primary-2));
            box-shadow: 0 10px 20px rgba(127,31,62,.22);
            font-weight:800;
            letter-spacing:.04em;
        }
        .brand-name{
            display:block;
            font-size:1.02rem;
            font-weight:800;
            letter-spacing:.02em;
            color: var(--text);
            line-height:1.2;
        }
        .brand-sub{
            display:block;
            margin-top:3px;
            font-size:.82rem;
            color: var(--muted);
        }

        .portal-search{
            display:flex;
            align-items:center;
            gap:10px;
            flex: 1 1 420px;
            min-width: 280px;
        }
        .portal-search input{
            width:100%;
            min-height:46px;
            border:1px solid var(--line);
            border-radius:999px;
            background: rgba(255,255,255,.95);
            padding:0 16px;
            color:var(--text);
            outline:none;
            transition:.2s ease;
            box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
        }
        .portal-search input::placeholder{ color:#9a8c90; }
        .portal-search input:focus{
            border-color: rgba(127,31,62,.38);
            box-shadow: 0 0 0 4px rgba(127,31,62,.08);
        }

        .search-btn,
        .btn-brand,
        .btn-outline-brand,
        .btn-soft{
            min-height:46px;
            padding:0 18px;
            border-radius:999px;
            border:1px solid transparent;
            font-weight:700;
            letter-spacing:.01em;
            transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
            box-shadow:none;
        }
        .search-btn{
            background: linear-gradient(135deg, var(--primary), var(--primary-2));
            color:#fff;
            box-shadow: 0 12px 22px rgba(127,31,62,.18);
            white-space:nowrap;
        }
        .search-btn:hover,
        .btn-brand:hover{
            transform: translateY(-1px);
            color:#fff;
            box-shadow: 0 16px 28px rgba(127,31,62,.22);
        }
        .search-btn:active,
        .btn-brand:active,
        .btn-outline-brand:active,
        .btn-soft:active{
            transform: translateY(0);
        }
        .trend-link{
            display:inline-flex;
            align-items:center;
            gap:8px;
            height:46px;
            padding:0 16px;
            border-radius:999px;
            border:1px solid var(--line);
            background: rgba(255,255,255,.8);
            color: var(--ink-soft);
            font-weight:700;
            white-space:nowrap;
            box-shadow: var(--shadow-soft);
        }
        .trend-link::before{
            content:"";
            width:8px;
            height:8px;
            border-radius:50%;
            background: var(--accent);
            box-shadow: 0 0 0 4px rgba(198,144,95,.12);
        }

        .channel-row{
            display:flex;
            align-items:center;
            gap:10px;
            padding:0 0 14px;
            overflow:auto;
            scrollbar-width:none;
            -ms-overflow-style:none;
        }
        .channel-row::-webkit-scrollbar{ display:none; }
        .channel-link{
            display:inline-flex;
            align-items:center;
            justify-content:center;
            height:38px;
            padding:0 16px;
            border-radius:999px;
            border:1px solid transparent;
            background:transparent;
            color: var(--ink-soft);
            font-weight:700;
            white-space:nowrap;
            transition: .2s ease;
        }
        .channel-link:hover{
            background: rgba(127,31,62,.06);
            color: var(--primary);
        }
        .channel-link.active,
        .channel-link[aria-current="page"]{
            background: linear-gradient(135deg, rgba(127,31,62,.12), rgba(165,58,87,.12));
            border-color: rgba(127,31,62,.16);
            color: var(--primary);
            box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
        }
        .hot-chip{
            display:inline-flex;
            align-items:center;
            gap:8px;
            margin-left:auto;
            padding:0 14px;
            height:38px;
            border-radius:999px;
            background: rgba(198,144,95,.12);
            border:1px solid rgba(198,144,95,.18);
            color: var(--ink-soft);
            font-weight:700;
            white-space:nowrap;
            flex:0 0 auto;
        }
        .hot-chip span{
            color: var(--primary);
        }

        .page-shell{
            padding: 28px 0 8px;
        }

        .channel-hero{
            padding: 24px 0 8px;
        }
        .hero-card{
            position:relative;
            overflow:hidden;
            background:
                linear-gradient(145deg, rgba(255,255,255,.88), rgba(247,239,231,.88)),
                linear-gradient(180deg, #fff, #fff);
            border:1px solid rgba(232,221,214,.92);
            border-radius: var(--radius-xl);
            box-shadow: var(--shadow);
            padding: 28px;
        }
        .hero-card::before{
            content:"";
            position:absolute;
            inset:0;
            background:
                radial-gradient(circle at 10% 20%, rgba(127,31,62,.10), transparent 20%),
                radial-gradient(circle at 88% 16%, rgba(198,144,95,.16), transparent 20%),
                radial-gradient(circle at 80% 80%, rgba(165,58,87,.08), transparent 22%);
            pointer-events:none;
        }
        .hero-grid{
            position:relative;
            display:grid;
            grid-template-columns: 1.25fr .95fr;
            gap: 22px;
            align-items:stretch;
        }
        .eyebrow{
            display:inline-flex;
            align-items:center;
            gap:8px;
            margin-bottom:12px;
            font-size:.86rem;
            color: var(--primary);
            font-weight:800;
            letter-spacing:.08em;
            text-transform: uppercase;
        }
        .eyebrow::before{
            content:"";
            width:11px;
            height:11px;
            border-radius:4px;
            background: linear-gradient(135deg, var(--accent), var(--primary));
            box-shadow: 0 0 0 4px rgba(127,31,62,.06);
        }
        .hero-copy h1{
            margin:0;
            font-size: clamp(2rem, 4vw, 3.3rem);
            line-height:1.08;
            letter-spacing:-.03em;
            color: var(--text);
            font-weight:900;
        }
        .hero-copy p{
            margin:16px 0 0;
            max-width: 60ch;
            color: var(--muted);
            font-size: 1.02rem;
        }
        .hero-meta{
            display:flex;
            flex-wrap:wrap;
            gap:12px;
            margin-top:22px;
        }
        .mini-stat{
            min-width: 116px;
            padding:14px 16px;
            border-radius: 18px;
            background: rgba(255,255,255,.86);
            border:1px solid rgba(232,221,214,.95);
            box-shadow: var(--shadow-soft);
        }
        .mini-stat strong{
            display:block;
            color: var(--primary);
            font-size:1.36rem;
            line-height:1;
            font-weight:900;
            font-variant-numeric: tabular-nums;
        }
        .mini-stat small{
            display:block;
            margin-top:6px;
            color: var(--muted);
        }

        .trend-bar{
            margin-top:18px;
            padding:14px 16px;
            border-radius: 18px;
            background: rgba(127,31,62,.06);
            border:1px solid rgba(127,31,62,.10);
            display:flex;
            align-items:center;
            gap:12px;
            flex-wrap:wrap;
        }
        .trend-bar span{
            color: var(--ink-soft);
            font-weight:700;
        }
        .trend-track{
            position:relative;
            flex:1 1 180px;
            height:10px;
            border-radius:999px;
            background: rgba(127,31,62,.10);
            overflow:hidden;
        }
        .trend-track i{
            position:absolute;
            inset:0 auto 0 0;
            width:72%;
            border-radius:inherit;
            background: linear-gradient(90deg, var(--primary), var(--accent));
        }

        .hero-actions{
            display:flex;
            flex-wrap:wrap;
            gap:12px;
            margin-top:22px;
        }
        .btn-brand{
            background: linear-gradient(135deg, var(--primary), var(--primary-2));
            color:#fff;
            box-shadow: 0 14px 24px rgba(127,31,62,.18);
        }
        .btn-outline-brand{
            background: rgba(255,255,255,.72);
            border-color: rgba(127,31,62,.16);
            color: var(--primary);
        }
        .btn-outline-brand:hover{
            background: rgba(127,31,62,.08);
            color: var(--primary);
            box-shadow: 0 12px 22px rgba(127,31,62,.10);
        }
        .btn-soft{
            background: rgba(198,144,95,.12);
            border-color: rgba(198,144,95,.16);
            color: var(--ink-soft);
        }
        .btn-soft:hover{
            background: rgba(198,144,95,.18);
            color: var(--ink-soft);
            box-shadow: 0 12px 22px rgba(198,144,95,.12);
        }

        .hero-panel{
            border-radius: 22px;
            background: linear-gradient(180deg, rgba(251,248,244,.95), rgba(255,255,255,.94));
            border:1px solid rgba(232,221,214,.96);
            box-shadow: var(--shadow-soft);
            padding:18px;
            display:flex;
            flex-direction:column;
            gap:14px;
        }
        .panel-head{
            display:flex;
            align-items:flex-start;
            justify-content:space-between;
            gap:10px;
        }
        .panel-title{
            margin:0;
            font-size:1.02rem;
            font-weight:800;
            color: var(--text);
        }
        .panel-sub{
            color: var(--muted);
            font-size:.92rem;
        }
        .signal-badge{
            display:inline-flex;
            align-items:center;
            gap:8px;
            padding:8px 12px;
            border-radius:999px;
            background: rgba(127,31,62,.08);
            border:1px solid rgba(127,31,62,.10);
            color: var(--primary);
            font-weight:800;
            white-space:nowrap;
        }
        .signal-badge::before{
            content:"";
            width:10px;
            height:10px;
            border-radius:50%;
            background: var(--accent);
            box-shadow: 0 0 0 4px rgba(198,144,95,.14);
        }
        .dashboard{
            display:grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap:12px;
        }
        .dash-card{
            padding:16px;
            border-radius:18px;
            background: rgba(255,255,255,.82);
            border:1px solid rgba(232,221,214,.96);
        }
        .dash-card h3{
            margin:0;
            font-size:.92rem;
            color: var(--muted);
            font-weight:700;
        }
        .dash-card strong{
            display:block;
            margin-top:10px;
            font-size:1.36rem;
            font-weight:900;
            color: var(--text);
            font-variant-numeric: tabular-nums;
        }
        .dash-card span{
            display:block;
            margin-top:8px;
            color: var(--primary);
            font-size:.86rem;
            font-weight:700;
        }
        .step-list{
            display:grid;
            gap:10px;
        }
        .step-item{
            display:flex;
            gap:12px;
            align-items:flex-start;
            padding:14px 16px;
            border-radius:18px;
            background: rgba(251,248,244,.95);
            border:1px solid rgba(232,221,214,.96);
        }
        .step-num{
            width:34px;
            height:34px;
            border-radius:12px;
            display:grid;
            place-items:center;
            flex:0 0 auto;
            color:#fff;
            background: linear-gradient(135deg, var(--primary), var(--accent));
            font-weight:900;
            box-shadow: 0 10px 20px rgba(127,31,62,.16);
        }
        .step-item strong{
            display:block;
            font-size:.96rem;
            color: var(--text);
        }
        .step-item p{
            margin:4px 0 0;
            color: var(--muted);
            font-size:.9rem;
        }

        .tag-cloud{
            display:flex;
            flex-wrap:wrap;
            gap:10px;
            margin-top:18px;
        }
        .tag-chip,
        .filter-chip{
            display:inline-flex;
            align-items:center;
            gap:8px;
            min-height:38px;
            padding:0 14px;
            border-radius:999px;
            border:1px solid rgba(232,221,214,.96);
            background: rgba(255,255,255,.84);
            color: var(--ink-soft);
            font-weight:700;
            transition: .18s ease;
        }
        .tag-chip:hover,
        .filter-chip:hover{
            border-color: rgba(127,31,62,.18);
            background: rgba(127,31,62,.06);
            color: var(--primary);
            transform: translateY(-1px);
        }

        .news-strip{
            padding: 12px 0 4px;
        }
        .news-card{
            background: rgba(255,255,255,.78);
            border:1px solid rgba(232,221,214,.96);
            box-shadow: var(--shadow-soft);
            border-radius: var(--radius-xl);
            padding: 18px;
        }
        .news-grid{
            display:grid;
            grid-template-columns: 1.1fr .9fr;
            gap: 18px;
            align-items:center;
        }
        .news-title{
            margin:0;
            font-size:1.02rem;
            color: var(--text);
            font-weight:900;
        }
        .news-note{
            margin:6px 0 0;
            color: var(--muted);
            font-size:.94rem;
        }
        .chip-row{
            display:flex;
            flex-wrap:wrap;
            gap:10px;
            margin-top:14px;
        }

        .refine-form{
            display:grid;
            grid-template-columns: 1.2fr .8fr auto;
            gap:10px;
            align-items:center;
        }
        .refine-form input,
        .refine-form select,
        .cta-form input{
            min-height:48px;
            border-radius: 16px;
            border:1px solid var(--line);
            background: rgba(255,255,255,.96);
            padding:0 15px;
            color: var(--text);
            outline:none;
            transition:.18s ease;
        }
        .refine-form input::placeholder,
        .cta-form input::placeholder{
            color:#97898d;
        }
        .refine-form input:focus,
        .refine-form select:focus,
        .cta-form input:focus{
            border-color: rgba(127,31,62,.34);
            box-shadow: 0 0 0 4px rgba(127,31,62,.08);
        }

        .section-block{
            padding: 24px 0;
        }
        .section-head{
            display:flex;
            align-items:flex-end;
            justify-content:space-between;
            gap:14px;
            margin-bottom:16px;
        }
        .section-head h2{
            margin:0;
            font-size:1.4rem;
            font-weight:900;
            letter-spacing:-.02em;
            color: var(--text);
        }
        .section-head p{
            margin:0;
            color: var(--muted);
            font-size:.95rem;
        }

        .entry-card{
            position:relative;
            display:grid;
            grid-template-columns: 106px 1fr;
            gap:16px;
            align-items:stretch;
            height:100%;
            padding:16px;
            border-radius: var(--radius-lg);
            background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(250,245,240,.92));
            border:1px solid rgba(232,221,214,.96);
            box-shadow: var(--shadow-soft);
            transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
            overflow:hidden;
        }
        .entry-card:hover{
            transform: translateY(-3px);
            border-color: rgba(127,31,62,.16);
            box-shadow: 0 18px 36px rgba(95, 38, 58, .12);
        }
        .entry-thumb{
            position:relative;
            display:flex;
            flex-direction:column;
            justify-content:space-between;
            padding:14px;
            border-radius: 18px;
            background:
                linear-gradient(180deg, rgba(127,31,62,.14), rgba(198,144,95,.10)),
                linear-gradient(180deg, rgba(255,255,255,.52), rgba(255,255,255,.24));
            border:1px solid rgba(127,31,62,.10);
            min-height: 164px;
        }
        .entry-thumb::after{
            content:"";
            position:absolute;
            inset:auto 14px 14px auto;
            width:40px;
            height:40px;
            border-radius:50%;
            background: radial-gradient(circle at 35% 35%, rgba(255,255,255,.82), rgba(255,255,255,.12));
            border:1px solid rgba(255,255,255,.32);
        }
        .entry-num{
            display:inline-flex;
            align-items:center;
            justify-content:center;
            width:46px;
            height:46px;
            border-radius: 16px;
            background: linear-gradient(135deg, var(--primary), var(--primary-2));
            color:#fff;
            font-weight:900;
            font-variant-numeric: tabular-nums;
            box-shadow: 0 12px 20px rgba(127,31,62,.20);
        }
        .entry-mark{
            align-self:flex-start;
            display:inline-flex;
            align-items:center;
            gap:6px;
            color: var(--primary);
            font-size:.85rem;
            font-weight:800;
            padding:6px 10px;
            border-radius:999px;
            background: rgba(255,255,255,.84);
            border:1px solid rgba(127,31,62,.10);
            z-index:1;
        }
        .entry-body{
            display:flex;
            flex-direction:column;
            min-width:0;
        }
        .entry-body h3{
            margin:0;
            font-size:1.08rem;
            line-height:1.35;
            font-weight:900;
            letter-spacing:-.01em;
            color: var(--text);
        }
        .entry-body p{
            margin:10px 0 0;
            color: var(--muted);
            font-size:.95rem;
        }
        .entry-tags{
            display:flex;
            flex-wrap:wrap;
            gap:8px;
            margin-top:14px;
        }
        .entry-tags .tag{
            display:inline-flex;
            align-items:center;
            min-height:32px;
            padding:0 10px;
            border-radius:999px;
            background: rgba(127,31,62,.06);
            border:1px solid rgba(127,31,62,.10);
            color: var(--primary);
            font-size:.82rem;
            font-weight:800;
        }
        .entry-actions{
            display:flex;
            flex-wrap:wrap;
            gap:10px;
            margin-top:auto;
            padding-top:16px;
        }
        .entry-actions .btn{
            min-height:38px;
            padding:0 14px;
            font-size:.92rem;
        }

        .sidebar-stack{
            position:sticky;
            top:110px;
            display:grid;
            gap:16px;
        }
        .side-card{
            padding:18px;
            border-radius: var(--radius-lg);
            background: rgba(255,255,255,.84);
            border:1px solid rgba(232,221,214,.96);
            box-shadow: var(--shadow-soft);
        }
        .side-card h3{
            margin:0 0 12px;
            font-size:1rem;
            font-weight:900;
            color: var(--text);
        }
        .rank-list{
            display:grid;
            gap:10px;
            margin:0;
            padding:0;
            list-style:none;
        }
        .rank-item{
            display:grid;
            grid-template-columns:auto 1fr auto;
            gap:10px;
            align-items:center;
            padding:10px 12px;
            border-radius: 16px;
            background: rgba(251,248,244,.96);
            border:1px solid rgba(232,221,214,.96);
        }
        .rank-order{
            width:30px;
            height:30px;
            border-radius:10px;
            display:grid;
            place-items:center;
            background: rgba(127,31,62,.10);
            color: var(--primary);
            font-weight:900;
        }
        .rank-name{
            display:block;
            font-weight:800;
            color: var(--text);
            line-height:1.3;
        }
        .rank-meta{
            display:block;
            color: var(--muted);
            font-size:.83rem;
        }
        .rank-score{
            color: var(--primary);
            font-weight:900;
            font-variant-numeric: tabular-nums;
        }
        .side-links{
            display:grid;
            gap:10px;
        }
        .side-link{
            display:flex;
            align-items:center;
            justify-content:space-between;
            gap:12px;
            padding:12px 14px;
            border-radius: 16px;
            background: rgba(251,248,244,.98);
            border:1px solid rgba(232,221,214,.96);
            color: var(--ink-soft);
            font-weight:700;
        }
        .side-link::after{
            content:"→";
            color: var(--primary);
            font-weight:900;
        }
        .side-note{
            margin:0;
            color: var(--muted);
            font-size:.94rem;
        }

        .compare-band{
            padding: 10px 0 24px;
        }
        .compare-card{
            height:100%;
            padding:18px;
            border-radius: var(--radius-lg);
            background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(248,242,236,.94));
            border:1px solid rgba(232,221,214,.96);
            box-shadow: var(--shadow-soft);
        }
        .compare-head{
            display:flex;
            align-items:flex-start;
            justify-content:space-between;
            gap:10px;
            margin-bottom:12px;
        }
        .compare-head h3{
            margin:0;
            font-size:1rem;
            font-weight:900;
            color: var(--text);
        }
        .compare-head span{
            color: var(--primary);
            font-size:.86rem;
            font-weight:800;
            white-space:nowrap;
        }
        .progress-slim{
            height:10px;
            border-radius:999px;
            background: rgba(127,31,62,.08);
            overflow:hidden;
            margin:10px 0 12px;
        }
        .progress-slim i{
            display:block;
            height:100%;
            border-radius:inherit;
            background: linear-gradient(90deg, var(--primary), var(--accent));
        }
        .compare-card p{
            margin:0;
            color: var(--muted);
            font-size:.94rem;
        }
        .compare-tags{
            display:flex;
            flex-wrap:wrap;
            gap:8px;
            margin-top:14px;
        }

        .faq-section{
            padding: 8px 0 26px;
        }
        .accordion{
            display:grid;
            gap:12px;
        }
        .accordion-item{
            border:1px solid rgba(232,221,214,.96);
            border-radius: 18px !important;
            overflow:hidden;
            background: rgba(255,255,255,.88);
            box-shadow: var(--shadow-soft);
        }
        .accordion-button{
            background: transparent;
            color: var(--text);
            font-weight:800;
            padding: 18px 20px;
            box-shadow:none !important;
        }
        .accordion-button:not(.collapsed){
            color: var(--primary);
            background: rgba(127,31,62,.05);
        }
        .accordion-button::after{
            background-size: 1rem 1rem;
            width: 1rem;
            height: 1rem;
            opacity:.8;
        }
        .accordion-body{
            padding: 0 20px 18px;
            color: var(--muted);
        }

        .cta-section{
            padding: 4px 0 34px;
        }
        .cta-card{
            position:relative;
            overflow:hidden;
            padding: 24px;
            border-radius: 26px;
            background:
                linear-gradient(135deg, rgba(127,31,62,.08), rgba(198,144,95,.12)),
                linear-gradient(180deg, rgba(255,255,255,.94), rgba(248,242,236,.96));
            border:1px solid rgba(232,221,214,.96);
            box-shadow: var(--shadow);
        }
        .cta-grid{
            display:grid;
            grid-template-columns: 1fr auto;
            gap: 18px;
            align-items:center;
        }
        .cta-card h2{
            margin:0;
            font-size:1.45rem;
            font-weight:900;
            color: var(--text);
            letter-spacing:-.02em;
        }
        .cta-card p{
            margin:10px 0 0;
            color: var(--muted);
        }
        .cta-form{
            display:grid;
            grid-template-columns: minmax(220px, 1fr) auto;
            gap:10px;
            align-items:center;
        }
        .cta-actions{
            display:flex;
            flex-wrap:wrap;
            gap:10px;
            margin-top:14px;
        }

        .site-footer{
            margin-top:8px;
            padding: 26px 0 22px;
            background: linear-gradient(180deg, rgba(37, 24, 28, .98), rgba(23, 16, 18, .98));
            color: rgba(255,255,255,.84);
            border-top:1px solid rgba(255,255,255,.06);
        }
        .footer-inner{
            display:flex;
            gap:18px;
            justify-content:space-between;
            align-items:flex-start;
            padding-bottom:16px;
            border-bottom:1px solid rgba(255,255,255,.08);
        }
        .footer-brand{
            font-size:1.08rem;
            font-weight:900;
            letter-spacing:.02em;
            color:#fff;
        }
        .footer-note{
            margin:10px 0 0;
            max-width: 62ch;
            color: rgba(255,255,255,.72);
            font-size:.94rem;
        }
        .footer-nav{
            display:flex;
            flex-wrap:wrap;
            justify-content:flex-end;
            gap:10px;
        }
        .footer-nav a{
            display:inline-flex;
            align-items:center;
            min-height:38px;
            padding:0 14px;
            border-radius:999px;
            background: rgba(255,255,255,.05);
            color: rgba(255,255,255,.82);
            border:1px solid rgba(255,255,255,.08);
            font-weight:700;
        }
        .footer-nav a.active{
            background: rgba(255,255,255,.12);
            color:#fff;
            border-color: rgba(255,255,255,.16);
        }
        .copyright{
            display:flex;
            flex-wrap:wrap;
            justify-content:space-between;
            gap:10px;
            padding-top:16px;
            color: rgba(255,255,255,.64);
            font-size:.9rem;
        }
        .age-note{
            color: rgba(255,255,255,.72);
            font-weight:700;
        }

        .focus-ring:focus-visible,
        a:focus-visible,
        button:focus-visible,
        input:focus-visible,
        select:focus-visible{
            outline: none;
            box-shadow: 0 0 0 4px rgba(127,31,62,.18);
        }

        @media (max-width: 1199.98px){
            .hero-grid,
            .news-grid,
            .cta-grid{
                grid-template-columns: 1fr;
            }
            .sidebar-stack{
                position:static;
            }
        }
        @media (max-width: 991.98px){
            .portal-search{
                order:3;
                flex-basis:100%;
            }
            .trend-link{
                margin-left:auto;
            }
            .refine-form{
                grid-template-columns: 1fr;
            }
            .entry-card{
                grid-template-columns: 92px 1fr;
            }
        }
        @media (max-width: 767.98px){
            .site-container{
                width:min(100% - 22px, 1180px);
            }
            .hero-card,
            .cta-card,
            .news-card,
            .side-card{
                padding: 18px;
            }
            .brand-row{
                gap:12px;
            }
            .brand{
                min-width:100%;
                flex:1 1 100%;
            }
            .trend-link{
                margin-left:0;
            }
            .channel-link{
                padding-inline:14px;
            }
            .hot-chip{
                margin-left:0;
            }
            .entry-card{
                grid-template-columns:1fr;
            }
            .entry-thumb{
                min-height: 112px;
            }
            .footer-inner,
            .copyright{
                flex-direction:column;
            }
            .footer-nav{
                justify-content:flex-start;
            }
        }
        @media (max-width: 575.98px){
            .page-shell{
                padding-top:18px;
            }
            .hero-copy h1{
                font-size:1.9rem;
            }
            .hero-copy p,
            .news-note,
            .side-note,
            .compare-card p,
            .accordion-body{
                font-size:.92rem;
            }
            .hero-actions .btn,
            .cta-actions .btn{
                width:100%;
                justify-content:center;
            }
            .cta-form{
                grid-template-columns:1fr;
            }
            .section-head{
                flex-direction:column;
                align-items:flex-start;
            }
            .mini-stat{
                flex:1 1 calc(50% - 12px);
            }
            .dashboard{
                grid-template-columns:1fr;
            }
        }

/* roulang page: category2 */
:root{
      --bg:#f7f1ea;
      --bg-soft:#fbf7f2;
      --surface:#fffaf6;
      --surface-2:#fff3ea;
      --text:#2f2424;
      --muted:#6e5d59;
      --accent:#9c5054;
      --accent-2:#c98b54;
      --accent-soft:rgba(156,80,84,.12);
      --border:rgba(120,92,83,.16);
      --shadow:0 18px 40px rgba(65,38,34,.10);
      --shadow-soft:0 12px 28px rgba(75,45,38,.08);
      --radius:18px;
      --radius-lg:26px;
      --container:1240px;
      --transition:180ms ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--text);
      background:
        radial-gradient(circle at top left, rgba(201,139,84,.10), transparent 30%),
        radial-gradient(circle at right 120px top 120px, rgba(156,80,84,.10), transparent 26%),
        linear-gradient(180deg, #f8f2eb 0%, #f5eee7 100%);
      font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans SC",system-ui,sans-serif;
      line-height:1.6;
      -webkit-font-smoothing:antialiased;
      text-rendering:optimizeLegibility;
    }

    ::selection{background:var(--accent);color:#fff}
    a{color:inherit;text-decoration:none}
    a:hover{color:inherit}
    img{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    .site-container{
      width:min(var(--container), calc(100% - 32px));
      margin:0 auto;
    }
    .page-shell{padding-bottom:24px}

    .portal-header{
      position:sticky;
      top:0;
      z-index:1030;
      backdrop-filter:blur(16px);
      background:rgba(247,241,234,.92);
      border-bottom:1px solid var(--border);
      box-shadow:0 10px 32px rgba(58,34,31,.06);
    }
    .brand-row{
      display:flex;
      align-items:center;
      gap:14px;
      padding:14px 0 12px;
      flex-wrap:wrap;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:260px;
      color:var(--text);
    }
    .brand-mark{
      width:46px;
      height:46px;
      border-radius:16px;
      display:grid;
      place-items:center;
      background:linear-gradient(145deg, #b26061, #88454b);
      color:#fff;
      font-weight:800;
      box-shadow:var(--shadow-soft);
      flex:0 0 auto;
    }
    .brand-name{
      display:block;
      font-size:1.06rem;
      font-weight:900;
      letter-spacing:.4px;
      line-height:1.2;
    }
    .brand-sub{
      display:block;
      margin-top:2px;
      font-size:.84rem;
      color:var(--muted);
    }
    .portal-search{
      flex:1 1 360px;
      display:flex;
      align-items:center;
      gap:10px;
      background:rgba(255,255,255,.72);
      border:1px solid var(--border);
      border-radius:18px;
      padding:8px;
      box-shadow:var(--shadow-soft);
    }
    .portal-search input{
      flex:1;
      min-width:0;
      border:0;
      outline:0;
      background:transparent;
      color:var(--text);
      padding:6px 10px;
    }
    .portal-search input::placeholder{color:#978985}
    .search-btn{
      border:0;
      background:var(--accent);
      color:#fff;
      padding:10px 18px;
      border-radius:14px;
      font-weight:700;
      transition:transform var(--transition), box-shadow var(--transition), background var(--transition);
      box-shadow:0 10px 20px rgba(156,80,84,.20);
    }
    .search-btn:hover{
      transform:translateY(-1px);
      background:#8e464b;
      box-shadow:0 14px 24px rgba(156,80,84,.24);
    }
    .search-btn:focus-visible,
    .trend-link:focus-visible,
    .channel-link:focus-visible,
    .btn-soft:focus-visible,
    .btn-solid:focus-visible,
    .small-btn:focus-visible,
    .chip:focus-visible,
    .accordion-button:focus-visible,
    .form-control:focus,
    .form-select:focus{
      outline:none;
      box-shadow:0 0 0 .22rem rgba(156,80,84,.16), 0 0 0 .38rem rgba(201,139,84,.12);
    }
    .trend-link{
      flex:0 0 auto;
      padding:10px 14px;
      border-radius:999px;
      background:rgba(156,80,84,.08);
      color:var(--accent);
      border:1px solid rgba(156,80,84,.12);
      font-weight:700;
      transition:transform var(--transition), background var(--transition), border-color var(--transition);
    }
    .trend-link:hover{
      transform:translateY(-1px);
      background:rgba(156,80,84,.12);
      border-color:rgba(156,80,84,.18);
    }
    .channel-row{
      display:flex;
      align-items:center;
      gap:10px;
      padding:0 0 14px;
      overflow-x:auto;
      scrollbar-width:none;
    }
    .channel-row::-webkit-scrollbar{display:none}
    .channel-link{
      flex:0 0 auto;
      padding:10px 16px;
      border-radius:999px;
      border:1px solid transparent;
      background:rgba(255,255,255,.58);
      color:var(--muted);
      font-weight:700;
      transition:transform var(--transition), background var(--transition), color var(--transition), box-shadow var(--transition), border-color var(--transition);
    }
    .channel-link:hover{
      transform:translateY(-1px);
      color:var(--text);
      border-color:rgba(120,92,83,.14);
      box-shadow:var(--shadow-soft);
    }
    .channel-link.active{
      background:linear-gradient(135deg, var(--accent), #8d4f4d);
      color:#fff;
      box-shadow:0 12px 20px rgba(156,80,84,.18);
    }
    .hot-chip{
      margin-left:auto;
      flex:0 0 auto;
      padding:10px 14px;
      border-radius:999px;
      background:rgba(201,139,84,.10);
      border:1px solid rgba(201,139,84,.16);
      color:#6f4a31;
      font-size:.92rem;
      white-space:nowrap;
    }
    .hot-chip span{font-weight:800;color:var(--accent)}

    .hero-banner{
      position:relative;
      overflow:hidden;
      margin:22px 0 18px;
      border-radius:var(--radius-lg);
      border:1px solid rgba(120,92,83,.12);
      background:
        linear-gradient(135deg, rgba(255,250,245,.98), rgba(246,232,222,.94) 58%, rgba(251,247,243,.98));
      box-shadow:var(--shadow);
    }
    .hero-banner::before,
    .hero-banner::after{
      content:"";
      position:absolute;
      border-radius:50%;
      pointer-events:none;
    }
    .hero-banner::before{
      width:260px;
      height:260px;
      background:radial-gradient(circle, rgba(156,80,84,.14) 0%, rgba(156,80,84,.06) 56%, transparent 74%);
      right:-72px;
      top:-68px;
    }
    .hero-banner::after{
      width:210px;
      height:210px;
      background:radial-gradient(circle, rgba(201,139,84,.16) 0%, rgba(201,139,84,.06) 56%, transparent 72%);
      left:8%;
      bottom:-120px;
    }
    .hero-inner{
      position:relative;
      padding:28px;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:1.18fr .82fr;
      gap:22px;
      align-items:stretch;
    }
    .kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(156,80,84,.08);
      color:var(--accent);
      font-size:.88rem;
      font-weight:700;
      letter-spacing:.02em;
    }
    .hero-title{
      margin:14px 0 12px;
      font-size:clamp(2rem, 4vw, 3.55rem);
      line-height:1.06;
      font-weight:900;
      letter-spacing:-.02em;
    }
    .hero-lead{
      margin:0;
      max-width:56ch;
      color:var(--muted);
      font-size:1.02rem;
      line-height:1.9;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:22px;
    }
    .btn-soft,
    .btn-solid{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:14px;
      padding:11px 18px;
      font-weight:800;
      border:1px solid transparent;
      transition:transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
    }
    .btn-solid{
      background:linear-gradient(135deg, var(--accent), #88474c);
      color:#fff;
      box-shadow:0 12px 24px rgba(156,80,84,.18);
    }
    .btn-solid:hover{
      transform:translateY(-1px);
      color:#fff;
      box-shadow:0 16px 26px rgba(156,80,84,.24);
    }
    .btn-soft{
      background:rgba(255,255,255,.72);
      color:var(--text);
      border-color:rgba(120,92,83,.14);
      box-shadow:var(--shadow-soft);
    }
    .btn-soft:hover{
      transform:translateY(-1px);
      color:var(--text);
      border-color:rgba(156,80,84,.18);
      box-shadow:0 14px 24px rgba(77,48,41,.10);
    }
    .hero-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:18px;
    }
    .hero-tags .chip{
      padding:8px 12px;
    }

    .hero-panel{
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      padding:18px;
      border-radius:22px;
      background:rgba(255,255,255,.72);
      border:1px solid var(--border);
      box-shadow:var(--shadow-soft);
    }
    .panel-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
    }
    .metric{
      padding:14px 12px;
      border-radius:18px;
      background:linear-gradient(180deg, #fff, #fbf4ee);
      border:1px solid rgba(120,92,83,.12);
      box-shadow:0 8px 18px rgba(61,39,34,.05);
    }
    .metric-num{
      display:block;
      font-size:1.55rem;
      line-height:1;
      font-weight:900;
      color:var(--accent);
      letter-spacing:-.02em;
      font-variant-numeric:tabular-nums;
    }
    .metric-label{
      display:block;
      margin-top:8px;
      font-size:.82rem;
      color:var(--muted);
      line-height:1.5;
    }
    .panel-list{
      list-style:none;
      margin:14px 0 0;
      padding:0;
      display:grid;
      gap:10px;
    }
    .panel-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:var(--text);
      font-size:.95rem;
      line-height:1.65;
    }
    .panel-step{
      width:28px;
      height:28px;
      display:grid;
      place-items:center;
      flex:0 0 auto;
      border-radius:10px;
      background:rgba(156,80,84,.10);
      color:var(--accent);
      font-weight:800;
    }
    .trend-box{
      margin-top:14px;
      padding:14px;
      border-radius:18px;
      background:linear-gradient(180deg, #fff, #fcf6f0);
      border:1px dashed rgba(156,80,84,.18);
    }
    .trend-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      font-size:.92rem;
      color:var(--muted);
    }
    .trend-title{font-weight:800;color:var(--text)}
    .bar-line{
      display:grid;
      gap:9px;
      margin-top:12px;
    }
    .bar-row{
      display:flex;
      align-items:center;
      gap:10px;
      font-size:.82rem;
      color:var(--muted);
    }
    .bar{
      height:10px;
      flex:1;
      border-radius:999px;
      background:#efe3db;
      overflow:hidden;
    }
    .bar > span{
      display:block;
      height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg, var(--accent), var(--accent-2));
    }

    .section-shell{
      margin-top:18px;
    }
    .section-title{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:16px;
      margin-bottom:14px;
    }
    .section-title h2{
      margin:0;
      font-size:1.42rem;
      font-weight:900;
      letter-spacing:-.01em;
    }
    .section-title p{
      margin:0;
      color:var(--muted);
      font-size:.95rem;
    }
    .data-strip{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:16px;
    }
    .data-card{
      padding:18px;
      border-radius:20px;
      background:rgba(255,250,246,.92);
      border:1px solid var(--border);
      box-shadow:var(--shadow-soft);
      position:relative;
      overflow:hidden;
    }
    .data-card::before{
      content:"";
      position:absolute;
      inset:auto -8px -36px auto;
      width:120px;
      height:120px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(156,80,84,.14), transparent 68%);
      pointer-events:none;
    }
    .data-card h3{
      margin:0;
      font-size:1.02rem;
      font-weight:800;
    }
    .data-card p{
      margin:10px 0 0;
      color:var(--muted);
      line-height:1.8;
      font-size:.95rem;
    }
    .data-mark{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width:34px;
      height:34px;
      border-radius:12px;
      padding:0 10px;
      background:rgba(156,80,84,.10);
      color:var(--accent);
      font-weight:900;
      margin-bottom:12px;
    }

    .content-layout{
      display:grid;
      grid-template-columns:300px minmax(0,1fr);
      gap:18px;
      margin-top:18px;
    }
    .sidebar{
      position:sticky;
      top:118px;
      align-self:start;
    }
    .filter-panel,
    .notice-card{
      padding:18px;
      border-radius:22px;
      background:rgba(255,250,246,.94);
      border:1px solid var(--border);
      box-shadow:var(--shadow-soft);
    }
    .filter-panel + .notice-card{margin-top:16px}
    .panel-heading{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      margin-bottom:14px;
    }
    .panel-heading h3{
      margin:0;
      font-size:1.03rem;
      font-weight:900;
    }
    .panel-heading span{
      color:var(--muted);
      font-size:.85rem;
    }
    .filter-group + .filter-group{margin-top:16px}
    .filter-group h4{
      margin:0 0 10px;
      font-size:.92rem;
      font-weight:800;
      color:var(--text);
    }
    .chip-wall,
    .tag-cloud{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .chip{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:6px;
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(120,92,83,.14);
      background:#fff;
      color:var(--muted);
      font-size:.88rem;
      font-weight:700;
      transition:transform var(--transition), background var(--transition), border-color var(--transition), color var(--transition), box-shadow var(--transition);
    }
    .chip:hover{
      transform:translateY(-1px);
      background:rgba(156,80,84,.08);
      color:var(--accent);
      border-color:rgba(156,80,84,.18);
      box-shadow:var(--shadow-soft);
    }
    .chip.active{
      background:rgba(156,80,84,.12);
      color:var(--accent);
      border-color:rgba(156,80,84,.20);
    }
    .rank-list{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:12px;
    }
    .rank-item{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:10px;
      align-items:center;
      font-size:.9rem;
      color:var(--text);
    }
    .rank-num{
      width:28px;
      height:28px;
      display:grid;
      place-items:center;
      border-radius:10px;
      background:rgba(156,80,84,.10);
      color:var(--accent);
      font-weight:800;
      flex:0 0 auto;
    }
    .rank-track{
      height:8px;
      background:#efe3db;
      border-radius:999px;
      overflow:hidden;
    }
    .rank-track span{
      display:block;
      height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg, var(--accent), var(--accent-2));
    }
    .rank-value{
      color:var(--muted);
      font-size:.84rem;
      white-space:nowrap;
    }
    .notice-card p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
      font-size:.95rem;
    }
    .notice-actions{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:14px;
    }

    .main-col{
      min-width:0;
    }
    .list-head{
      padding:18px;
      border-radius:22px;
      background:rgba(255,250,246,.94);
      border:1px solid var(--border);
      box-shadow:var(--shadow-soft);
      margin-bottom:14px;
    }
    .breadcrumb{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:8px;
      margin:0 0 10px;
      color:var(--muted);
      font-size:.88rem;
    }
    .breadcrumb a{color:var(--muted)}
    .breadcrumb span{color:#b39b92}
    .list-head h2{
      margin:0;
      font-size:1.38rem;
      font-weight:900;
      letter-spacing:-.01em;
    }
    .list-head p{
      margin:8px 0 0;
      color:var(--muted);
      line-height:1.8;
    }

    .entry-list{
      display:grid;
      gap:14px;
    }
    .entry-card{
      position:relative;
      display:grid;
      grid-template-columns:140px minmax(0,1fr);
      gap:18px;
      padding:18px;
      background:rgba(255,250,246,.96);
      border:1px solid var(--border);
      border-radius:22px;
      overflow:hidden;
      box-shadow:var(--shadow-soft);
      transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    }
    .entry-card:hover{
      transform:translateY(-2px);
      border-color:rgba(156,80,84,.18);
      box-shadow:0 18px 36px rgba(61,39,34,.12);
    }
    .entry-card::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(90deg, rgba(156,80,84,.03), transparent 24%, transparent 78%, rgba(201,139,84,.04));
      pointer-events:none;
    }
    .entry-thumb{
      position:relative;
      min-height:120px;
      border-radius:18px;
      background:
        linear-gradient(145deg, rgba(156,80,84,.88), rgba(137,78,72,.70) 58%, rgba(201,139,84,.70)),
        linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.02));
      overflow:hidden;
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.10);
    }
    .entry-thumb::before,
    .entry-thumb::after{
      content:"";
      position:absolute;
      border-radius:50%;
      pointer-events:none;
    }
    .entry-thumb::before{
      width:104px;
      height:104px;
      right:-28px;
      top:-18px;
      background:radial-gradient(circle, rgba(255,255,255,.36), rgba(255,255,255,.10) 58%, transparent 70%);
    }
    .entry-thumb::after{
      width:120px;
      height:120px;
      left:-34px;
      bottom:-38px;
      background:radial-gradient(circle, rgba(255,255,255,.16), rgba(255,255,255,.06) 52%, transparent 68%);
    }
    .entry-thumb .thumb-grid{
      position:absolute;
      inset:14px;
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:10px;
      align-content:end;
    }
    .thumb-pill{
      height:14px;
      border-radius:999px;
      background:rgba(255,255,255,.34);
      backdrop-filter:blur(6px);
    }
    .thumb-pill.short{width:68%}
    .thumb-pill.mid{width:86%}
    .thumb-badge{
      position:absolute;
      top:12px;
      left:12px;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.18);
      color:#fff;
      font-size:.82rem;
      font-weight:700;
      backdrop-filter:blur(10px);
    }

    .entry-meta{
      display:flex;
      align-items:center;
      flex-wrap:wrap;
      gap:8px;
      margin-bottom:8px;
    }
    .entry-no{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width:34px;
      height:30px;
      padding:0 10px;
      border-radius:10px;
      background:rgba(156,80,84,.10);
      color:var(--accent);
      font-weight:900;
      font-variant-numeric:tabular-nums;
    }
    .soft-badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(201,139,84,.11);
      color:#845334;
      font-size:.82rem;
      font-weight:700;
    }
    .entry-title{
      margin:0;
      font-size:1.16rem;
      font-weight:900;
      letter-spacing:-.01em;
    }
    .entry-summary{
      margin:10px 0 0;
      color:var(--muted);
      line-height:1.85;
    }
    .entry-tags{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:12px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 10px;
      border-radius:999px;
      background:#fff;
      border:1px solid rgba(120,92,83,.12);
      color:#6c5b57;
      font-size:.82rem;
      font-weight:700;
    }
    .entry-actions{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:14px;
    }
    .small-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:6px;
      border-radius:12px;
      padding:8px 12px;
      font-size:.88rem;
      font-weight:800;
      border:1px solid transparent;
      transition:transform var(--transition), background var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition);
    }
    .small-btn.primary{
      background:var(--accent);
      color:#fff;
      box-shadow:0 10px 18px rgba(156,80,84,.16);
    }
    .small-btn.primary:hover{
      transform:translateY(-1px);
      color:#fff;
      box-shadow:0 14px 22px rgba(156,80,84,.22);
    }
    .small-btn.ghost{
      background:rgba(255,255,255,.75);
      color:var(--text);
      border-color:rgba(120,92,83,.14);
    }
    .small-btn.ghost:hover{
      transform:translateY(-1px);
      border-color:rgba(156,80,84,.18);
      color:var(--text);
      box-shadow:var(--shadow-soft);
    }

    .compare-strip{
      margin-top:18px;
      padding:18px;
      border-radius:24px;
      background:linear-gradient(135deg, rgba(255,250,246,.96), rgba(246,234,224,.92));
      border:1px solid rgba(120,92,83,.14);
      box-shadow:var(--shadow-soft);
    }
    .compare-strip h2{
      margin:0;
      font-size:1.2rem;
      font-weight:900;
    }
    .compare-strip p{
      margin:8px 0 0;
      color:var(--muted);
      line-height:1.8;
    }
    .compare-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
      margin-top:16px;
    }
    .compare-item{
      padding:16px;
      border-radius:18px;
      background:rgba(255,255,255,.82);
      border:1px solid rgba(120,92,83,.12);
      min-height:130px;
    }
    .compare-item strong{
      display:block;
      font-size:1rem;
      margin-bottom:8px;
      font-weight:900;
    }
    .compare-item p{
      margin:0;
      color:var(--muted);
      line-height:1.78;
      font-size:.94rem;
    }

    .faq-section{
      margin-top:18px;
      padding:18px;
      border-radius:24px;
      background:rgba(255,250,246,.96);
      border:1px solid var(--border);
      box-shadow:var(--shadow-soft);
    }
    .faq-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:14px;
      margin-bottom:14px;
    }
    .faq-head h2{
      margin:0;
      font-size:1.22rem;
      font-weight:900;
    }
    .faq-head p{
      margin:0;
      color:var(--muted);
    }
    .accordion-item{
      background:transparent;
      border:1px solid rgba(120,92,83,.12);
      border-radius:18px !important;
      overflow:hidden;
      box-shadow:var(--shadow-soft);
      margin-bottom:12px;
    }
    .accordion-button{
      background:transparent;
      color:var(--text);
      font-weight:800;
      padding:18px 20px;
      box-shadow:none !important;
    }
    .accordion-button:not(.collapsed){
      color:var(--accent);
      background:rgba(156,80,84,.05);
    }
    .accordion-button::after{
      filter:saturate(.6) hue-rotate(-8deg);
    }
    .accordion-body{
      padding:0 20px 18px;
      color:var(--muted);
      line-height:1.85;
    }

    .cta-panel{
      margin-top:18px;
      padding:24px;
      border-radius:26px;
      background:linear-gradient(135deg, rgba(255,247,239,.98), rgba(246,229,217,.92));
      border:1px solid rgba(156,80,84,.16);
      box-shadow:var(--shadow);
    }
    .cta-grid{
      display:grid;
      grid-template-columns:1.02fr .98fr;
      gap:18px;
      align-items:start;
    }
    .cta-copy h2{
      margin:0;
      font-size:1.3rem;
      font-weight:900;
    }
    .cta-copy p{
      margin:10px 0 0;
      color:var(--muted);
      line-height:1.85;
      max-width:60ch;
    }
    .cta-form{
      padding:18px;
      border-radius:22px;
      background:rgba(255,255,255,.75);
      border:1px solid var(--border);
      box-shadow:var(--shadow-soft);
    }
    .form-label{
      font-size:.92rem;
      font-weight:800;
      color:var(--text);
      margin-bottom:8px;
    }
    .form-control,
    .form-select{
      border-radius:14px;
      border:1px solid rgba(120,92,83,.16);
      background:#fff;
      padding:12px 14px;
      box-shadow:none;
    }
    .form-control::placeholder{
      color:#9b8d87;
    }
    .form-control:focus,
    .form-select:focus{
      border-color:rgba(156,80,84,.30);
    }
    .cta-actions{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:14px;
    }
    .form-note{
      margin-top:10px;
      color:var(--muted);
      font-size:.88rem;
      line-height:1.7;
    }

    .site-footer{
      margin-top:22px;
      padding:24px 0 28px;
      border-top:1px solid var(--border);
      background:rgba(255,255,255,.50);
    }
    .footer-inner{
      display:grid;
      gap:18px;
    }
    .footer-brand{
      font-size:1.08rem;
      font-weight:900;
    }
    .footer-note{
      margin:.6rem 0 0;
      color:var(--muted);
      line-height:1.85;
      max-width:72ch;
    }
    .footer-nav{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
    }
    .footer-nav a{
      color:var(--muted);
      transition:color var(--transition), transform var(--transition);
    }
    .footer-nav a:hover{
      color:var(--accent);
      transform:translateY(-1px);
    }
    .copyright{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      padding-top:14px;
      border-top:1px solid var(--border);
      color:var(--muted);
      font-size:.88rem;
    }

    @media (max-width: 1199.98px){
      .hero-grid{grid-template-columns:1fr .92fr}
      .content-layout{grid-template-columns:280px minmax(0,1fr)}
    }
    @media (max-width: 991.98px){
      .hero-grid,
      .cta-grid,
      .content-layout{
        grid-template-columns:1fr;
      }
      .sidebar{
        position:static;
      }
      .data-strip,
      .compare-grid{
        grid-template-columns:1fr;
      }
      .entry-card{
        grid-template-columns:1fr;
      }
      .entry-thumb{
        min-height:150px;
      }
      .portal-search{
        order:3;
        flex:1 1 100%;
      }
      .hot-chip{
        margin-left:0;
      }
    }
    @media (max-width: 767.98px){
      .site-container{width:min(var(--container), calc(100% - 22px))}
      .hero-inner{padding:20px}
      .hero-title{font-size:clamp(1.8rem, 9vw, 2.5rem)}
      .panel-grid{grid-template-columns:1fr}
      .brand{
        min-width:0;
        flex:1 1 100%;
      }
      .trend-link{margin-left:auto}
      .section-title,
      .faq-head{
        flex-direction:column;
        align-items:flex-start;
      }
      .list-head h2,
      .section-title h2,
      .faq-head h2,
      .cta-copy h2{
        font-size:1.18rem;
      }
      .filter-panel,
      .notice-card,
      .list-head,
      .compare-strip,
      .faq-section,
      .cta-panel{
        border-radius:22px;
      }
    }
    @media (max-width: 575.98px){
      .brand-row{gap:10px}
      .brand-mark{width:42px;height:42px;border-radius:14px}
      .brand-name{font-size:1rem}
      .brand-sub{font-size:.8rem}
      .portal-search{padding:7px}
      .search-btn{padding:9px 14px}
      .channel-row{gap:8px}
      .channel-link{padding:9px 13px}
      .hero-banner{border-radius:22px}
      .hero-inner{padding:16px}
      .hero-actions,
      .notice-actions,
      .entry-actions,
      .cta-actions{
        flex-direction:column;
      }
      .btn-soft,
      .btn-solid,
      .small-btn{
        width:100%;
      }
      .data-card,
      .filter-panel,
      .notice-card,
      .list-head,
      .entry-card,
      .compare-strip,
      .faq-section,
      .cta-panel{
        padding:16px;
      }
      .breadcrumb{font-size:.84rem}
      .entry-title{font-size:1.05rem}
      .accordion-button{padding:16px 16px}
      .accordion-body{padding:0 16px 16px}
      .copyright{font-size:.84rem}
    }
