/* roulang page: index */
:root{
      --berry:#8f2448;
      --berry-dark:#57152f;
      --coral:#e56d54;
      --gold:#d7a75c;
      --ink:#292225;
      --muted:#756a6d;
      --paper:#fbf8f5;
      --soft:#f3e9e6;
      --line:#e7d9d6;
      --shadow:0 10px 28px rgba(79,35,47,.08);
      --radius:14px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;background:var(--paper);color:var(--ink);font-family:system-ui,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;line-height:1.7}
    a{text-decoration:none;color:inherit}
    button,input,select{font:inherit}
    button,input,select{outline:none}
    .container{width:min(1180px,calc(100% - 40px));margin:auto}
    .topbar{height:76px;border-bottom:1px solid var(--line);background:rgba(251,248,245,.96);position:sticky;top:0;z-index:30}
    .nav-inner{height:100%;display:flex;align-items:center;gap:24px}
    .logo{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:800;letter-spacing:-.04em;white-space:nowrap}
    .logo-mark{width:31px;height:31px;border-radius:9px;background:var(--berry);color:#fff;display:grid;place-items:center;font-size:14px;box-shadow:4px 4px 0 #e9c1c0}
    .nav-links{display:flex;align-items:center;gap:6px;margin-left:22px}
    .nav-links a{padding:8px 13px;border-radius:8px;color:#66595d;font-size:14px;transition:.2s}
    .nav-links a:hover,.nav-links a.active{background:#f1dfdf;color:var(--berry);font-weight:700}
    .nav-actions{margin-left:auto;display:flex;align-items:center;gap:10px}
    .search{height:39px;width:190px;border:1px solid var(--line);background:#fff;border-radius:9px;padding:0 12px;color:var(--ink);transition:.2s}
    .search:focus{border-color:var(--berry);box-shadow:0 0 0 3px #f2dadd}
    .btn{min-height:42px;padding:9px 17px;border-radius:9px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:14px;font-weight:700;transition:.2s;cursor:pointer}
    .btn-primary{background:var(--berry);color:#fff;box-shadow:0 5px 0 var(--berry-dark)}
    .btn-primary:hover{background:#a92d55;transform:translateY(-1px)}
    .btn-primary:active{transform:translateY(3px);box-shadow:none}
    .btn-outline{border-color:#cdbabd;background:transparent;color:var(--berry)}
    .btn-outline:hover{background:#f5e8e7;border-color:var(--berry)}
    .btn:focus-visible,.nav-links a:focus-visible,.footer-links a:focus-visible{outline:3px solid #e6aa4f;outline-offset:3px}
    .mobile-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:8px;padding:7px 10px;color:var(--berry)}
    .hero{padding:42px 0 28px}
    .hero-frame{position:relative;overflow:hidden;min-height:420px;border-radius:20px;background:var(--berry-dark);color:#fff;padding:58px 58px;display:flex;align-items:center;box-shadow:var(--shadow)}
    .hero-frame:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(90deg,#000,transparent 85%)}
    .hero-frame:after{content:"";position:absolute;width:410px;height:410px;border:1px solid rgba(255,210,188,.3);border-radius:50%;right:8%;top:-80px;box-shadow:0 0 0 35px rgba(255,210,188,.05),0 0 0 70px rgba(255,210,188,.04)}
    .hero-copy{position:relative;z-index:1;max-width:650px}
    .eyebrow{color:#efc9ae;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
    h1{font-size:clamp(34px,5vw,64px);line-height:1.13;letter-spacing:-.06em;margin:13px 0 18px}
    .hero-copy p{max-width:610px;color:#f4dfe0;font-size:16px;margin:0 0 27px}
    .hero-actions{display:flex;gap:11px;flex-wrap:wrap}
    .hero .btn-primary{background:#f1ad77;color:#4b1a27;box-shadow:0 5px 0 #b56555}
    .hero .btn-outline{border-color:#bd7d87;color:#fff;background:rgba(255,255,255,.06)}
    .hero .btn-outline:hover{background:rgba(255,255,255,.14)}
    .hero-stamp{position:absolute;right:58px;bottom:35px;z-index:2;width:206px;padding:17px;border:1px solid rgba(255,255,255,.25);background:rgba(67,12,34,.55);border-radius:12px}
    .hero-stamp strong{display:block;font-size:28px;line-height:1;color:#ffd29d;margin:5px 0}
    .hero-stamp span{font-size:12px;color:#e9c8ca}
    .status-line{margin-top:13px;display:flex;gap:20px;flex-wrap:wrap;font-size:12px;color:#806f73}
    .status-dot{display:inline-block;width:7px;height:7px;background:#5ca36a;border-radius:50%;margin-right:6px}
    .section{padding:62px 0}
    .section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:25px}
    .section-kicker{font-size:12px;color:var(--coral);font-weight:800;letter-spacing:.12em}
    h2{font-size:30px;line-height:1.25;letter-spacing:-.04em;margin:6px 0 0}
    .section-head p{max-width:490px;color:var(--muted);font-size:14px;margin:0}
    .dashboard{display:grid;grid-template-columns:1.6fr .8fr .8fr;gap:14px}
    .panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
    .metric-wide{padding:27px;display:flex;justify-content:space-between;align-items:center;min-height:168px}
    .metric-number{font-size:51px;font-weight:850;letter-spacing:-.07em;color:var(--berry)}
    .metric-label{font-weight:800;font-size:15px}
    .metric-note{color:var(--muted);font-size:13px}
    .bars{width:47%;display:flex;flex-direction:column;gap:12px}
    .bar-line{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--muted)}
    .bar{height:7px;flex:1;background:#f0e4e1;border-radius:20px;overflow:hidden}
    .bar i{display:block;height:100%;background:var(--coral);border-radius:20px}
    .metric-small{padding:23px;min-height:168px;display:flex;flex-direction:column;justify-content:space-between}
    .metric-small strong{font-size:34px;color:var(--berry)}
    .metric-small em{font-style:normal;color:#4c8b5b;font-size:12px}
    .matrix{display:grid;grid-template-columns:1fr 1fr 1.3fr;grid-template-rows:1fr 1fr;gap:14px}
    .entry{padding:23px;position:relative;min-height:150px;transition:.25s}
    .entry:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(79,35,47,.12)}
    .entry:first-child{grid-row:span 2;background:#f4e3e1}
    .entry:nth-child(2){background:#fff}
    .entry:nth-child(3){grid-column:2 / span 2;background:#fff4df}
    .entry:nth-child(4){background:#fff}
    .entry-no{font-size:12px;color:var(--coral);font-weight:800}
    .entry h3{font-size:21px;margin:23px 0 5px}
    .entry p{font-size:13px;color:var(--muted);margin:0;max-width:300px}
    .arrow{position:absolute;right:20px;bottom:18px;color:var(--berry);font-size:22px}
    .tag{display:inline-flex;padding:3px 9px;border-radius:20px;background:#f2e2e2;color:var(--berry);font-size:11px;font-weight:700;margin-top:14px}
    .compare-wrap{overflow-x:auto}
    .compare{width:100%;min-width:680px;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}
    .compare th,.compare td{text-align:left;padding:16px 18px;border-bottom:1px solid var(--line);font-size:13px}
    .compare th{background:#f2e5e3;color:var(--berry);font-size:12px}
    .compare tr:last-child td{border-bottom:0}
    .yes{color:#4f8b5b;font-weight:800}.neutral{color:#aa7b3c;font-weight:700}
    .updates{display:grid;grid-template-columns:1.45fr .75fr;gap:16px}
    .update-list{padding:8px 24px}
    .update-item{display:grid;grid-template-columns:92px 1fr auto;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}
    .update-item:last-child{border-bottom:0}
    .update-date{font-size:12px;color:var(--coral);font-weight:800}
    .update-title{font-weight:750;font-size:15px}
    .update-desc{font-size:12px;color:var(--muted)}
    .update-link{color:var(--berry);font-size:13px;font-weight:800}
    .side-note{padding:25px;background:var(--berry);color:#fff}
    .side-note h3{font-size:21px;margin:0 0 12px}
    .side-note p{font-size:13px;color:#f0d9da;margin:0 0 20px}
    .side-note ul{padding:0;margin:0;list-style:none}
    .side-note li{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.18);font-size:13px}
    .faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:40px}
    .faq-intro p{color:var(--muted);font-size:14px}
    .faq-item{border:1px solid var(--line);border-radius:10px;background:#fff;margin-bottom:10px;overflow:hidden}
    .faq-item summary{cursor:pointer;padding:17px 19px;font-weight:750;list-style:none;display:flex;justify-content:space-between}
    .faq-item summary::-webkit-details-marker{display:none}
    .faq-item summary:after{content:"+";color:var(--berry);font-size:20px;line-height:1}
    .faq-item[open] summary{color:var(--berry);background:#f8eeee;border-left:4px solid var(--berry)}
    .faq-item[open] summary:after{content:"−"}
    .faq-answer{padding:0 20px 18px;color:var(--muted);font-size:13px}
    .cta{padding:38px;background:var(--berry-dark);color:#fff;border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:28px}
    .cta h2{margin:0 0 8px}.cta p{margin:0;color:#e9d2d3;font-size:14px}
    .cta-form{display:flex;gap:8px;min-width:410px}
    .cta-form input,.cta-form select{height:46px;border:0;border-radius:8px;padding:0 12px;background:#fff;color:var(--ink);min-width:0}
    .cta-form input{flex:1}.cta-form select{width:115px}
    .cta-form button{height:46px;border:0;border-radius:8px;background:#efaa76;color:#4a1926;font-weight:800;padding:0 16px;cursor:pointer}
    .cta-form button:hover{background:#ffc08e}
    .form-tip{font-size:11px;color:#cbaeb0;margin-top:8px}
    footer{background:#241b1d;color:#e9dfe0;padding:45px 0 25px;margin-top:62px}
    .footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:35px}
    footer .logo{color:#fff}.footer-desc{font-size:13px;color:#ab9b9e;max-width:280px;margin-top:15px}
    .footer-title{font-size:13px;color:#f1bb96;font-weight:800;margin-bottom:14px}
    .footer-links{display:flex;flex-direction:column;gap:8px;font-size:13px;color:#b9aaad}
    .footer-links a:hover{color:#fff}
    .copyright{border-top:1px solid #44383a;margin-top:35px;padding-top:18px;color:#897d80;font-size:12px;display:flex;justify-content:space-between}
    @media(max-width:1024px){.nav-links{margin-left:0}.search{width:150px}.hero-stamp{right:30px}.hero-frame{padding:48px 38px}.dashboard{grid-template-columns:1.3fr 1fr 1fr}.cta{align-items:flex-start;flex-direction:column}.cta-form{min-width:0;width:100%}}
    @media(max-width:768px){.nav-links{display:none}.mobile-toggle{display:block}.nav-actions .btn-outline{display:none}.hero-frame{min-height:470px;padding:38px 27px;align-items:flex-start}.hero-stamp{left:27px;right:auto;bottom:28px}.dashboard{grid-template-columns:1fr 1fr}.metric-wide{grid-column:span 2}.matrix{grid-template-columns:1fr 1fr}.entry:first-child{grid-row:span 1}.entry:nth-child(3){grid-column:auto}.updates,.faq-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}}
    @media(max-width:520px){.container{width:min(100% - 28px,1180px)}.topbar{height:66px}.logo{font-size:15px}.logo-mark{width:28px;height:28px}.nav-actions{gap:6px}.nav-actions .btn-primary{font-size:12px;padding:8px 10px}.nav-actions:before{content:"⌕";font-size:23px;color:var(--berry);margin-right:5px}.hero{padding-top:20px}.hero-frame{border-radius:14px;padding:32px 22px;min-height:480px}.hero-frame:after{right:-180px}.hero-copy p{font-size:14px}.hero-actions .btn{width:100%}h1{font-size:39px}.section{padding:43px 0}.section-head{display:block}.section-head p{margin-top:10px}.dashboard,.matrix{grid-template-columns:1fr}.metric-wide{grid-column:auto;display:block}.bars{width:100%;margin-top:20px}.entry:nth-child(3){grid-column:auto}.update-list{padding:5px 16px}.update-item{grid-template-columns:65px 1fr;gap:8px}.update-link{grid-column:2}.cta{padding:27px 20px}.cta-form{display:flex;flex-direction:column}.cta-form select,.cta-form input,.cta-form button{width:100%;height:46px}.footer-grid{grid-template-columns:1fr 1fr;gap:26px}.copyright{display:block}.copyright span{display:block;margin-top:7px}}

/* roulang page: category2 */
:root{
 --berry:#8f2448;--berry-dark:#57152f;--coral:#e56d54;--gold:#d7a75c;
 --ink:#292225;--muted:#756a6d;--paper:#fbf8f5;--soft:#f3e9e6;
 --line:#e7d9d6;--white:#fff;--shadow:0 10px 28px rgba(79,35,47,.08);
 --radius:14px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:system-ui,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;line-height:1.7}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit;outline:none}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{height:76px;border-bottom:1px solid var(--line);background:rgba(251,248,245,.97);position:sticky;top:0;z-index:30}
.nav-inner{height:100%;display:flex;align-items:center;gap:24px}
.logo{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:800;letter-spacing:-.04em;white-space:nowrap}
.logo-mark{width:31px;height:31px;border-radius:9px;background:var(--berry);color:#fff;display:grid;place-items:center;font-size:14px;box-shadow:4px 4px 0 #e9c1c0}
.nav-links{display:flex;align-items:center;gap:6px;margin-left:22px}
.nav-links a{padding:8px 13px;border-radius:8px;color:#66595d;font-size:14px;transition:.2s}
.nav-links a:hover,.nav-links a.active{background:#f1dfdf;color:var(--berry);font-weight:700}
.nav-actions{margin-left:auto;display:flex;align-items:center;gap:10px}
.search{height:39px;width:190px;border:1px solid var(--line);background:#fff;border-radius:9px;padding:0 12px;color:var(--ink);transition:.2s}
.search::placeholder{color:#a99a9d}
.search:focus{border-color:var(--berry);box-shadow:0 0 0 3px #f2dadd}
.btn{min-height:42px;padding:9px 17px;border-radius:9px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:14px;font-weight:700;transition:.2s}
.btn-primary{background:var(--berry);color:#fff;box-shadow:0 5px 0 var(--berry-dark)}
.btn-primary:hover{background:#a92d55;transform:translateY(-1px)}
.btn-primary:active{transform:translateY(3px);box-shadow:none}
.btn-outline{border-color:#cdbabd;background:transparent;color:var(--berry)}
.btn-outline:hover{background:#f5e8e7;border-color:var(--berry)}
.btn:focus-visible,.nav-links a:focus-visible,.footer-links a:focus-visible,.mobile-toggle:focus-visible{outline:3px solid #e6aa4f;outline-offset:3px}
.mobile-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:8px;padding:7px 10px;color:var(--berry)}
.page-head{padding:52px 0 30px}
.breadcrumb{font-size:13px;color:var(--muted);display:flex;gap:9px;align-items:center;margin-bottom:18px}
.breadcrumb a:hover{color:var(--berry)}
.breadcrumb span{color:#c3aeb0}
.page-head-grid{display:flex;justify-content:space-between;align-items:flex-end;gap:28px}
.eyebrow,.section-kicker{font-size:12px;color:var(--coral);font-weight:800;letter-spacing:.12em}
h1,h2,h3{line-height:1.25;letter-spacing:-.035em}
h1{font-size:clamp(32px,5vw,58px);margin:8px 0 14px}
.page-summary{max-width:670px;color:var(--muted);font-size:16px;margin:0}
.head-stats{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.stat-pill{border:1px solid var(--line);background:#fff;border-radius:10px;padding:11px 15px;min-width:105px}
.stat-pill strong{display:block;color:var(--berry);font-size:22px;line-height:1.1}
.stat-pill span{font-size:11px;color:var(--muted)}
.update-bar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:12px 0;color:var(--muted);font-size:13px}
.update-bar b{color:var(--berry)}
.toolbar{margin:30px 0 25px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:13px;display:flex;gap:10px;align-items:center;flex-wrap:wrap;box-shadow:0 5px 18px rgba(79,35,47,.04)}
.toolbar label{font-size:12px;color:var(--muted);font-weight:700;margin:0 2px 0 7px}
.filter-input,.filter-select{height:42px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:0 12px;transition:.2s}
.filter-input{width:235px}
.filter-select{min-width:126px}
.filter-input:focus,.filter-select:focus{border-color:var(--berry);box-shadow:0 0 0 3px #f2dadd}
.clear-btn{margin-left:auto;border:0;background:transparent;color:var(--berry);font-size:13px;padding:9px 12px;border-radius:7px}
.clear-btn:hover{background:#f7eaea}
.content-layout{display:grid;grid-template-columns:1.65fr .75fr;gap:24px;align-items:start}
.main-results{min-width:0}
.result-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}
.result-head h2{font-size:21px;margin:0}
.result-count{font-size:12px;color:var(--muted)}
.featured{display:grid;grid-template-columns:1.08fr 1fr;min-height:235px;background:var(--berry-dark);color:#fff;border-radius:16px;overflow:hidden;box-shadow:var(--shadow);margin-bottom:14px}
.feature-visual{position:relative;background:linear-gradient(135deg,#9e3155,#5b1834);display:flex;align-items:flex-end;padding:20px}
.feature-visual:before{content:"02 / UPDATE";position:absolute;top:19px;left:20px;font-size:11px;letter-spacing:.12em;color:#f5c7ac}
.feature-visual:after{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(255,255,255,.25);border-radius:50%;right:-40px;top:30px;box-shadow:0 0 0 22px rgba(255,211,181,.06),0 0 0 45px rgba(255,211,181,.04)}
.feature-index{font-size:58px;line-height:1;font-weight:900;color:#f7b47e;position:relative;z-index:1}
.feature-copy{padding:28px 27px}
.feature-copy .tag{background:rgba(255,255,255,.14);color:#ffd6b4;margin:0}
.feature-copy h3{font-size:23px;margin:15px 0 8px}
.feature-copy p{font-size:13px;color:#e9cdd0;margin:0 0 16px}
.feature-meta{font-size:12px;color:#cbaeb0}
.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.result-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px;position:relative;min-height:178px;transition:.2s}
.result-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#d8b7b7}
.result-card:nth-child(2){background:#fff7ee}
.result-card:nth-child(3){background:#f8eeee}
.card-index{font-size:11px;color:var(--coral);font-weight:800;letter-spacing:.1em}
.result-card h3{font-size:17px;margin:10px 0 7px;padding-right:25px}
.result-card p{font-size:13px;color:var(--muted);margin:0 0 15px}
.card-meta{font-size:11px;color:#9b898d}
.card-arrow{position:absolute;right:18px;bottom:17px;color:var(--berry);font-size:20px}
.side-stack{display:flex;flex-direction:column;gap:14px}
.side-panel{background:#fff;border:1px solid var(--line);border-radius:13px;padding:21px}
.side-panel h2{font-size:18px;margin:0 0 15px}
.side-panel p{font-size:13px;color:var(--muted);margin:0}
.tag-cloud{display:flex;gap:8px;flex-wrap:wrap}
.tag{display:inline-flex;padding:4px 10px;border-radius:20px;background:#f2e2e2;color:var(--berry);font-size:11px;font-weight:700;transition:.2s}
.tag:hover{background:var(--berry);color:#fff}
.index-list{list-style:none;padding:0;margin:0}
.index-list li{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:10px 0;font-size:13px}
.index-list li:last-child{border-bottom:0}
.index-list em{font-style:normal;color:var(--coral);font-size:11px}
.progress-row{margin-top:15px}
.progress-label{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);margin-bottom:6px}
.progress{height:6px;background:#f0e3e0;border-radius:8px;overflow:hidden}
.progress i{display:block;height:100%;background:var(--coral);border-radius:8px}
.info-strip{margin-top:46px;background:#f3e4dd;border-left:4px solid var(--coral);padding:18px 22px;display:flex;justify-content:space-between;gap:20px;align-items:center;border-radius:0 11px 11px 0}
.info-strip strong{font-size:15px}
.info-strip p{margin:3px 0 0;font-size:13px;color:var(--muted)}
.faq-section{padding:57px 0 0}
.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:40px}
.faq-intro p{color:var(--muted);font-size:14px}
.faq-item{border:1px solid var(--line);border-radius:10px;background:#fff;margin-bottom:10px;overflow:hidden}
.faq-item summary{cursor:pointer;padding:17px 19px;font-weight:750;list-style:none;display:flex;justify-content:space-between}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:after{content:"+";color:var(--berry);font-size:20px;line-height:1}
.faq-item[open] summary{color:var(--berry);background:#f8eeee;border-left:4px solid var(--berry)}
.faq-item[open] summary:after{content:"−"}
.faq-answer{padding:0 20px 18px;color:var(--muted);font-size:13px}
.cta{margin-top:58px;padding:34px 38px;background:var(--berry-dark);color:#fff;border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.cta h2{margin:0 0 7px;font-size:25px}
.cta p{margin:0;color:#e9d2d3;font-size:14px}
.cta-form{display:flex;gap:8px;min-width:410px}
.cta-form input{height:46px;border:0;border-radius:8px;padding:0 12px;background:#fff;color:var(--ink);flex:1;min-width:0}
.cta-form button{height:46px;border:0;border-radius:8px;background:#efaa76;color:#4a1926;font-weight:800;padding:0 16px;transition:.2s}
.cta-form button:hover{background:#ffc08e;transform:translateY(-1px)}
.form-tip{font-size:11px;color:#cbaeb0;margin-top:8px}
footer{background:#241b1d;color:#e9dfe0;padding:45px 0 25px;margin-top:62px}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:35px}
footer .logo{color:#fff}
.footer-desc{font-size:13px;color:#ab9b9e;max-width:280px;margin-top:15px}
.footer-title{font-size:13px;color:#f1bb96;font-weight:800;margin-bottom:14px}
.footer-links{display:flex;flex-direction:column;gap:8px;font-size:13px;color:#b9aaad}
.footer-links a:hover{color:#fff}
.copyright{border-top:1px solid #44383b;margin-top:35px;padding-top:18px;display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap;color:#917f83;font-size:11px}
@media(max-width:1024px){
 .nav-links{margin-left:4px}.search{width:155px}.content-layout{grid-template-columns:1fr}.side-stack{display:grid;grid-template-columns:1fr 1fr}.cta{align-items:flex-start;flex-direction:column}.cta-form{width:100%;min-width:0}
}
@media(max-width:768px){
 .container{width:min(100% - 28px,620px)}.topbar{height:66px}.nav-inner{gap:10px}.logo{font-size:16px}.logo-mark{width:28px;height:28px}.nav-links{display:none}.nav-actions{gap:7px}.nav-actions .search{display:none}.nav-actions .btn-outline{display:none}.mobile-toggle{display:block}.page-head{padding:35px 0 24px}.page-head-grid{display:block}.head-stats{justify-content:flex-start;margin-top:22px}.toolbar{align-items:stretch}.filter-input{width:100%}.filter-select{flex:1;min-width:0}.clear-btn{margin-left:0}.featured{grid-template-columns:1fr}.feature-visual{min-height:130px}.result-grid{grid-template-columns:1fr}.faq-grid{grid-template-columns:1fr;gap:17px}.faq-intro h2{margin-bottom:7px}.footer-grid{grid-template-columns:1.2fr 1fr;gap:28px}
}
@media(max-width:520px){
 .container{width:calc(100% - 24px)}h1{font-size:34px}.page-summary{font-size:14px}.head-stats{display:grid;grid-template-columns:1fr 1fr}.stat-pill{min-width:0}.toolbar{padding:10px}.filter-select{flex:unset;width:calc(50% - 5px)}.info-strip{display:block}.info-strip .btn{margin-top:12px}.cta{padding:28px 22px}.cta-form{display:block}.cta-form input,.cta-form button{width:100%;margin-bottom:8px}.footer-grid{grid-template-columns:1fr 1fr}.copyright{display:block}.copyright span{display:block;margin-bottom:6px}
}

/* roulang page: category1 */
:root{
 --berry:#8f2448;
 --berry-dark:#57152f;
 --coral:#e56d54;
 --gold:#d7a75c;
 --ink:#292225;
 --muted:#756a6d;
 --paper:#fbf8f5;
 --soft:#f3e9e6;
 --line:#e7d9d6;
 --shadow:0 10px 28px rgba(79,35,47,.08);
 --radius:14px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:system-ui,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;line-height:1.7}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit;outline:none}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{height:76px;border-bottom:1px solid var(--line);background:rgba(251,248,245,.97);position:sticky;top:0;z-index:30}
.nav-inner{height:100%;display:flex;align-items:center;gap:24px}
.logo{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:800;letter-spacing:-.04em;white-space:nowrap}
.logo-mark{width:31px;height:31px;border-radius:9px;background:var(--berry);color:#fff;display:grid;place-items:center;font-size:14px;box-shadow:4px 4px 0 #e9c1c0}
.nav-links{display:flex;align-items:center;gap:6px;margin-left:22px}
.nav-links a{padding:8px 13px;border-radius:8px;color:#66595d;font-size:14px;transition:.2s}
.nav-links a:hover,.nav-links a.active{background:#f1dfdf;color:var(--berry);font-weight:700}
.nav-actions{margin-left:auto;display:flex;align-items:center;gap:10px}
.search{height:39px;width:190px;border:1px solid var(--line);background:#fff;border-radius:9px;padding:0 12px;color:var(--ink);transition:.2s}
.search:focus{border-color:var(--berry);box-shadow:0 0 0 3px #f2dadd}
.btn{min-height:42px;padding:9px 17px;border-radius:9px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:14px;font-weight:700;transition:.2s}
.btn-primary{background:var(--berry);color:#fff;box-shadow:0 5px 0 var(--berry-dark)}
.btn-primary:hover{background:#a92d55;transform:translateY(-1px)}
.btn-primary:active{transform:translateY(3px);box-shadow:none}
.btn-outline{border-color:#cdbabd;background:transparent;color:var(--berry)}
.btn-outline:hover{background:#f5e8e7;border-color:var(--berry)}
.btn:focus-visible,.nav-links a:focus-visible,.footer-links a:focus-visible,.filter-control:focus-visible{outline:3px solid #e6aa4f;outline-offset:3px}
.mobile-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:8px;padding:7px 10px;color:var(--berry)}
.page-hero{padding:42px 0 30px}
.breadcrumb{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:13px;margin-bottom:22px}
.breadcrumb a:hover{color:var(--berry)}
.breadcrumb strong{color:var(--berry)}
.hero-bento{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.75fr);gap:16px}
.hero-main{position:relative;overflow:hidden;min-height:300px;border-radius:18px;background:var(--berry-dark);color:#fff;padding:42px 45px;box-shadow:var(--shadow)}
.hero-main:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(90deg,#000,transparent 90%)}
.hero-main:after{content:"01";position:absolute;right:30px;bottom:-28px;font-size:150px;font-weight:900;color:rgba(255,255,255,.06);line-height:1}
.hero-content{position:relative;z-index:1}
.eyebrow{color:#efc9ae;font-size:12px;font-weight:800;letter-spacing:.15em}
h1{font-size:clamp(30px,4vw,52px);line-height:1.18;letter-spacing:-.06em;margin:14px 0 14px}
.hero-main p{max-width:650px;color:#f4dfe0;font-size:15px;margin:0 0 24px}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.hero-main .btn-primary{background:#f1ad77;color:#4b1a27;box-shadow:0 5px 0 #b56555}
.hero-main .btn-outline{border-color:#bd7d87;color:#fff;background:rgba(255,255,255,.06)}
.hero-main .btn-outline:hover{background:rgba(255,255,255,.14)}
.side-stack{display:grid;gap:16px}
.mini-panel{border:1px solid var(--line);background:#fff;border-radius:15px;padding:23px;min-height:142px;box-shadow:0 5px 15px rgba(79,35,47,.04)}
.mini-panel.warm{background:#f4e5df;border-color:#ead2c9}
.panel-label{font-size:12px;color:var(--coral);font-weight:800;letter-spacing:.1em}
.mini-panel strong{display:block;color:var(--berry-dark);font-size:28px;line-height:1.25;margin:8px 0 3px}
.mini-panel p{font-size:13px;color:var(--muted);margin:0}
.status-bar{display:flex;align-items:center;gap:14px;margin-top:14px;padding:11px 15px;background:#fff;border:1px solid var(--line);border-radius:10px;color:var(--muted);font-size:12px}
.status-dot{width:8px;height:8px;background:#5caa70;border-radius:50%;box-shadow:0 0 0 4px #e1f0e3}
.section{padding:58px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}
.section-kicker{font-size:12px;color:var(--coral);font-weight:800;letter-spacing:.12em}
h2{font-size:28px;line-height:1.3;letter-spacing:-.04em;margin:6px 0 0}
.section-head p{max-width:470px;color:var(--muted);font-size:14px;margin:0}
.content-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:25px;align-items:start}
.index-panel{position:sticky;top:100px;border:1px solid var(--line);background:#fff;border-radius:14px;padding:20px;box-shadow:var(--shadow)}
.index-title{font-size:15px;font-weight:800;margin-bottom:15px;color:var(--berry-dark)}
.index-links{display:flex;flex-direction:column;gap:7px}
.index-links a{font-size:13px;color:var(--muted);padding:8px 10px;border-left:2px solid transparent;transition:.2s}
.index-links a:hover,.index-links a.active{color:var(--berry);background:#f8eeee;border-left-color:var(--berry)}
.filter-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:13px}
.result-count{font-size:13px;color:var(--muted)}
.filter-control{border:1px solid var(--line);background:#fff;border-radius:8px;padding:8px 11px;color:var(--muted);font-size:13px}
.entry-list{border-top:1px solid var(--line)}
.entry{display:grid;grid-template-columns:112px minmax(0,1fr) auto;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line);transition:.2s}
.entry:hover{background:#fffaf8;padding-left:10px;padding-right:10px}
.thumb{height:82px;border-radius:11px;background:linear-gradient(135deg,#f0d5d0,#a94b64);position:relative;overflow:hidden;display:grid;place-items:center;color:#fff;font-weight:900;font-size:22px}
.thumb:after{content:"";position:absolute;width:90px;height:90px;border:1px solid rgba(255,255,255,.4);border-radius:50%}
.entry h3{font-size:17px;margin:0 0 5px;line-height:1.35}
.entry h3 a:hover{color:var(--berry)}
.entry p{font-size:13px;color:var(--muted);margin:0;line-height:1.6}
.entry-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:8px}
.tag{display:inline-flex;padding:3px 9px;border-radius:20px;background:#f2e2e2;color:var(--berry);font-size:11px;font-weight:700}
.meta-time{font-size:11px;color:#9a8b8e}
.entry-arrow{color:var(--berry);font-size:22px;padding:8px}
.entry-arrow:hover{transform:translateX(3px)}
.data-strip{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:13px;margin-top:20px}
.data-card{border:1px solid var(--line);border-radius:13px;background:#fff;padding:20px}
.data-card.featured{background:#f3e5df;border-color:#e9ccc2}
.data-number{font-size:31px;font-weight:850;color:var(--berry-dark);line-height:1}
.data-card p{font-size:12px;color:var(--muted);margin:8px 0 0}
.progress{height:6px;background:#ead9d8;border-radius:10px;overflow:hidden;margin-top:15px}
.progress span{display:block;height:100%;background:var(--coral);border-radius:10px}
.related-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:16px}
.related-card{border:1px solid var(--line);background:#fff;border-radius:14px;padding:24px;min-height:155px;position:relative;transition:.2s}
.related-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#d9b2b5}
.related-card.large{background:var(--berry);color:#fff;min-height:210px}
.related-card.large p{color:#f1dadd}
.related-card h3{margin:8px 0 5px;font-size:20px}
.related-card p{font-size:13px;color:var(--muted);margin:0;max-width:440px}
.related-card .arrow{position:absolute;right:20px;bottom:16px;color:var(--berry)}
.related-card.large .arrow{color:#f3b07b}
.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:40px}
.faq-intro p{color:var(--muted);font-size:14px}
.faq-item{border:1px solid var(--line);border-radius:10px;background:#fff;margin-bottom:10px;overflow:hidden}
.faq-item summary{cursor:pointer;padding:17px 19px;font-weight:750;list-style:none;display:flex;justify-content:space-between}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:after{content:"+";color:var(--berry);font-size:20px;line-height:1}
.faq-item[open] summary{color:var(--berry);background:#f8eeee;border-left:4px solid var(--berry)}
.faq-item[open] summary:after{content:"−"}
.faq-answer{padding:0 20px 18px;color:var(--muted);font-size:13px}
.cta{padding:35px 38px;background:var(--berry-dark);color:#fff;border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.cta h2{margin:0 0 8px;font-size:25px}
.cta p{margin:0;color:#e9d2d3;font-size:14px}
.cta-form{display:flex;gap:8px;min-width:410px}
.cta-form input,.cta-form select{height:46px;border:0;border-radius:8px;padding:0 12px;background:#fff;color:var(--ink);min-width:0}
.cta-form input{flex:1}
.cta-form select{width:125px}
.cta-form button{height:46px;border:0;border-radius:8px;background:#efaa76;color:#4a1926;font-weight:800;padding:0 16px;cursor:pointer;transition:.2s}
.cta-form button:hover{background:#ffc08e}
.form-tip{font-size:11px;color:#cbaeb0;margin-top:8px}
footer{background:#241b1d;color:#e9dfe0;padding:45px 0 25px;margin-top:62px}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:35px}
footer .logo{color:#fff}
.footer-desc{font-size:13px;color:#ab9b9e;max-width:280px;margin-top:15px}
.footer-title{font-size:13px;color:#f1bb96;font-weight:800;margin-bottom:14px}
.footer-links{display:flex;flex-direction:column;gap:8px;font-size:13px;color:#b9aaad}
.footer-links a:hover{color:#fff}
.copyright{border-top:1px solid #44383b;margin-top:35px;padding-top:18px;display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap;font-size:11px;color:#958589}
@media(max-width:1024px){
 .nav-links{margin-left:5px}.search{width:150px}
 .hero-main{padding:35px}.content-layout{grid-template-columns:210px minmax(0,1fr)}
}
@media(max-width:768px){
 .container{width:min(100% - 28px,600px)}
 .topbar{height:68px}.nav-inner{gap:12px}.nav-links{display:none}.nav-actions{gap:7px}.search{width:40px;font-size:0;padding:0 10px;background:#fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none" stroke="%238f2448" stroke-width="2"><circle cx="8" cy="8" r="6"/><path d="m13 13 4 4"/></svg>') center no-repeat}.nav-actions .btn-outline{display:none}.mobile-toggle{display:block}
 .hero-bento,.content-layout,.faq-grid,.related-grid{grid-template-columns:1fr}
 .hero-main{min-height:350px;padding:32px 26px}.side-stack{grid-template-columns:1fr 1fr}
 .index-panel{position:static}.index-links{display:grid;grid-template-columns:1fr 1fr}
 .data-strip{grid-template-columns:1fr 1fr}.data-card.featured{grid-column:span 2}
 .cta{display:block;padding:29px 24px}.cta-form{min-width:0;margin-top:20px}
 .footer-grid{grid-template-columns:1.4fr 1fr 1fr}
}
@media(max-width:520px){
 .logo{font-size:15px;gap:7px}.logo-mark{width:28px;height:28px}
 .hero{padding-top:25px}.hero-main{padding:28px 21px}.hero-main p{font-size:14px}
 h1{font-size:32px}.hero-actions .btn{width:100%}.side-stack{grid-template-columns:1fr}
 .section{padding:42px 0}.section-head{display:block}.section-head p{margin-top:10px}
 .entry{grid-template-columns:76px minmax(0,1fr);gap:12px}.thumb{height:67px}.entry-arrow{display:none}.entry h3{font-size:15px}
 .filter-row{align-items:flex-start;flex-direction:column}.data-strip{grid-template-columns:1fr}.data-card.featured{grid-column:auto}
 .cta-form{display:grid;grid-template-columns:1fr}.cta-form select{width:100%}.cta-form button{width:100%}
 .footer-grid{grid-template-columns:1fr 1fr;gap:27px}.footer-grid>div:first-child{grid-column:span 2}.copyright{display:block}.copyright span{display:block;margin-bottom:6px}
}
