/* roulang page: index */
:root{
    --brand:#F26322;
    --brand-deep:#d85219;
    --orange:#FF7A45;
    --amber:#FFB31A;
    --ink:#22232E;
    --muted:#7A7280;
    --cream:#FFF8F0;
    --card:#FFFFFF;
    --line:#F0E0D2;
    --radius-sm:14px;
    --radius-md:18px;
    --radius-lg:24px;
    --radius-xl:30px;
    --shadow-sm:0 6px 18px rgba(97,61,34,.07);
    --shadow-md:0 12px 30px rgba(97,61,34,.10);
    --shadow-lg:0 20px 46px rgba(97,61,34,.16);
    --font-main:"PingFang SC","Hiragino Sans GB","Microsoft YaHei",system-ui,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:var(--font-main);
    color:var(--ink);
    background:var(--cream);
    line-height:1.75;
    -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
ul,ol{list-style:none;margin:0;padding:0}
button,input,textarea{font-family:inherit}
.container{max-width:1186px;padding-left:22px;padding-right:22px}
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.section{padding:88px 0}
@media(max-width:767.98px){.section{padding:56px 0}}
a:focus-visible,
button:focus-visible,
input:focus-visible{
    outline:none;
    box-shadow:0 0 0 3px rgba(242,99,34,.30);
    border-radius:6px;
}

/* 按钮 */
.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    border-radius:60px;
    padding:11px 22px;
    font-weight:600;
    border:0;
    transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
    line-height:1.4;
    min-height:44px;
    white-space:nowrap;
}
.btn:hover{transform:translateY(-2px)}
.btn:active{transform:translateY(0) scale(.98)}
.btn-brand{
    background:linear-gradient(135deg,var(--brand),var(--orange));
    color:#fff;
    box-shadow:0 10px 22px rgba(242,99,34,.24);
}
.btn-brand:hover{background:linear-gradient(135deg,var(--brand-deep),var(--brand));color:#fff}
.btn-ink{background:#22232E;color:#fff}
.btn-ink:hover{background:#11121a;color:#fff}
.btn-cream{background:#fff;color:var(--ink);box-shadow:0 8px 18px rgba(97,61,34,.16)}
.btn-cream:hover{color:var(--brand)}
.btn-outline-brand{background:#fff;color:var(--brand-deep);box-shadow:inset 0 0 0 2px rgba(242,99,34,.35)}
.btn-outline-brand:hover{background:rgba(242,99,34,.08);color:var(--brand-deep)}
.btn-white-cta{background:#fff;color:var(--brand);font-weight:700}
.btn-white-cta:hover{color:#B44513}
.btn-ghost-light{border:1px solid rgba(255,255,255,.8);color:#fff}
.btn-ghost-light:hover{background:rgba(255,255,255,.14)}

/* Header */
.site-header{
    position:sticky;
    top:0;
    z-index:1040;
    background:rgba(255,255,255,.94);
    backdrop-filter:blur(14px);
    border-bottom:1px solid rgba(224,195,172,.55);
    box-shadow:0 8px 26px rgba(97,61,34,.05);
}
.nav-layer-top{background:rgba(255,255,255,.72)}
.nav-top-inner{
    height:74px;
    max-width:1320px;
    margin:0 auto;
    padding:0 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
}
.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-weight:800;letter-spacing:.5px}
.brand:hover{color:var(--brand)}
.brand-mark{
    width:38px;
    height:38px;
    border-radius:13px;
    background:linear-gradient(135deg,var(--brand),var(--amber));
    color:#fff;
    font-size:21px;
    font-weight:900;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 18px rgba(242,99,34,.28);
}
.brand-text{font-size:21px}
.nav-tools{display:flex;align-items:center;gap:10px;flex-shrink:0}
.top-search{
    display:flex;
    align-items:center;
    background:#FFF6EC;
    border:1px solid #F0DCC8;
    border-radius:60px;
    padding:3px 3px 3px 0;
    transition:border-color .2s, box-shadow .2s;
}
.top-search:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px rgba(242,99,34,.18);background:#fff}
.search-input{
    border:0;
    background:transparent;
    min-width:230px;
    padding:8px 4px 8px 18px;
    font-size:14px;
    color:var(--ink);
    outline:none;
}
.search-input::placeholder{color:#A49483}
.search-btn{
    border:0;background:linear-gradient(135deg,var(--brand),var(--orange));
    color:#fff;border-radius:60px;padding:9px 17px;
    font-size:14px;font-weight:600;transition:box-shadow .2s;
}
.search-btn:hover{box-shadow:0 6px 14px rgba(242,99,34,.28)}
.top-login{
    border:0;background:#FFF0E4;color:#B74B1D;border-radius:60px;
    padding:9px 18px;font-size:14px;font-weight:600;min-height:42px;
}
.top-login:hover{background:#FFE3CC;color:#9E3D10}
@media(max-width:767.98px){
    .nav-top-inner{height:auto;flex-wrap:wrap;padding:14px 16px 10px;row-gap:10px}
    .brand{flex:1}
    .brand-text{font-size:19px}
    .search-input{min-width:0;flex:1;width:100%}
    .top-search{flex-basis:100%;order:3}
    .top-login{margin-left:0;padding:8px 16px}
}
.channel-row{max-width:1320px;margin:0 auto;padding:0 18px}
.channel-list{
    display:flex;
    gap:8px;
    overflow-x:auto;
    scrollbar-width:none;
    -ms-overflow-style:none;
    padding:7px 2px 11px;
}
.channel-list::-webkit-scrollbar{display:none}
.channel-link{
    padding:7px 17px;
    border-radius:60px;
    font-size:15px;
    font-weight:600;
    color:#4f433e;
    white-space:nowrap;
    transition:background .2s,color .2s;
}
.channel-link:hover{background:rgba(242,99,34,.12);color:var(--brand-deep)}
.channel-link.active{background:linear-gradient(135deg,var(--brand),var(--orange));color:#fff;box-shadow:0 6px 16px rgba(242,99,34,.24)}

/* 分类主视觉 */
.cat-hero{
    position:relative;
    background-size:cover;
    background-position:center 30%;
    padding:96px 0;
    overflow:hidden;
}
.cat-hero:before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(105deg,rgba(255,248,240,.97) 18%,rgba(255,238,220,.9) 52%,rgba(255,222,184,.68) 100%);
}
.cat-hero .container{position:relative;z-index:2}
.cat-breadcrumb{
    display:flex;
    gap:8px;
    font-size:14px;
    color:#8D7461;
    margin-bottom:20px;
}
.cat-breadcrumb a:hover{color:var(--brand-deep)}
.cat-breadcrumb span{opacity:.7}
.cat-hero h1{
    font-size:clamp(32px,4.4vw,48px);
    line-height:1.28;
    font-weight:800;
    color:#231a14;
    max-width:820px;
}
.cat-hero .h1-note{
    display:inline-block;
    font-size:15px;
    font-weight:700;
    color:var(--brand-deep);
    background:rgba(255,255,255,.8);
    border-radius:60px;
    padding:4px 14px;
    margin:14px 0 14px;
    border:1px solid rgba(242,99,34,.22);
}
.cat-hero .cat-lead{
    max-width:680px;
    font-size:16px;
    color:#5C4636;
    line-height:2;
    margin:0 0 22px;
}
.cat-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}
.cat-hero-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
.cat-hero-tags span{
    background:rgba(255,255,255,.8);
    border:1px solid #E4C7A7;
    font-size:13px;
    font-weight:600;
    color:#7B5B42;
    border-radius:60px;
    padding:5px 13px;
}
.cat-hero-metrics{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
    max-width:620px;
    margin-top:30px;
}
.cat-hero-metrics .metric-card{
    background:rgba(255,255,255,.9);
    border-radius:20px;
    box-shadow:0 12px 28px rgba(97,61,34,.10);
    padding:18px 14px;
    text-align:center;
}
.metric-card .num{font-size:30px;font-weight:900;color:#22232E;line-height:1.2}
.metric-card .text{font-size:13px;color:#816B59}
@media(max-width:767.98px){
    .cat-hero{padding:62px 0}
    .cat-hero-metrics{grid-template-columns:1fr}
}

/* 卡片通用 */
.eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#FFEBD8;
    color:#A8491A;
    padding:6px 14px;
    border-radius:60px;
    font-size:13px;
    font-weight:700;
    margin-bottom:14px;
}
.section-title{font-size:clamp(27px,3.3vw,36px);line-height:1.3;font-weight:800;color:#201A17;margin-bottom:12px}
.section-lead{font-size:16px;color:#6C5D52;line-height:1.9;max-width:720px}
.section-head-row{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:40px;flex-wrap:wrap}
.link-more{display:inline-flex;align-items:center;gap:7px;color:var(--brand);font-weight:700}
.link-more:hover{color:var(--brand-deep)}
.card{background:#fff;border:0;border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}
.shadow-hover{transition:transform .2s ease, box-shadow .2s ease}
.shadow-hover:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}

/* 栏目亮点 */
.spotlight-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}
.spot-card{
    background:#fff;
    border-radius:var(--radius-lg);
    padding:30px 26px 26px;
    box-shadow:var(--shadow-sm);
    transition:transform .22s, box-shadow .22s;
    border-bottom:4px solid rgba(242,99,34,.2);
}
.spot-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.spot-icon{
    width:56px;
    height:56px;
    margin-bottom:20px;
    border-radius:18px;
    background:linear-gradient(135deg,#FFEBD8,#FFD9BC);
    color:var(--brand-deep);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:23px;
}
.spot-card h3{font-size:21px;font-weight:800;margin-bottom:8px}
.spot-card p{color:#6D5D51;font-size:15px;line-height:1.85;margin:0}
.spot-card .value-line{font-size:13px;color:#A56435;margin-bottom:14px;font-weight:600}
@media(max-width:991.98px){.spotlight-grid{grid-template-columns:1fr}}

/* 流程 */
.flow-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    counter-reset:step;
}
.flow-item{
    position:relative;
    background:#fff;
    border-radius:var(--radius-lg);
    padding:28px 20px 24px;
    text-align:center;
    box-shadow:var(--shadow-sm);
}
.flow-icon{
    width:72px;
    height:72px;
    margin:0 auto 14px;
    border-radius:50%;
    background:linear-gradient(135deg,var(--brand),var(--amber));
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    box-shadow:0 8px 18px rgba(242,99,34,.22);
}
.flow-item h3{font-size:18px;font-weight:800;margin-bottom:8px}
.flow-item p{font-size:14px;color:#6D5D51;line-height:1.7;margin:0}
.flow-item .step-badge{
    position:absolute;
    top:14px;
    left:16px;
    background:#FDE7D3;
    color:#B14A1B;
    font-weight:800;
    font-size:12px;
    border-radius:40px;
    padding:3px 10px;
}
@media(max-width:991.98px){.flow-grid{grid-template-columns:1fr 1fr}}
@media(max-width:575.98px){.flow-grid{grid-template-columns:1fr}}

/* 标签云区 */
.tag-panel{
    background:linear-gradient(135deg,#FFF2E5,#FFE1C2);
    border-radius:var(--radius-xl);
    padding:48px 42px;
    position:relative;
    overflow:hidden;
}
.tag-panel:after{
    content:"MOP";
    position:absolute;
    right:30px;
    bottom:-40px;
    font-size:130px;
    font-weight:900;
    color:rgba(255,255,255,.45);
    letter-spacing:-6px;
    pointer-events:none;
}
.tag-cloud{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    max-width:900px;
    position:relative;
    z-index:1;
}
.tag-pill{
    background:rgba(255,255,255,.92);
    border:1px solid rgba(225,163,105,.35);
    border-radius:60px;
    padding:8px 17px;
    font-weight:700;
    color:#7A4520;
    font-size:14px;
    box-shadow:0 4px 10px rgba(128,75,32,.08);
    transition:background .2s,transform .2s;
}
.tag-pill:hover{background:#fff;transform:translateY(-2px)}
.tag-pill i{margin-right:5px;color:#EA7B25;font-size:12px}
@media(max-width:575.98px){.tag-panel{padding:34px 20px}}

/* 内容形式 */
.use-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}
.use-card{
    background:#fff;
    border-radius:var(--radius-lg);
    overflow:hidden;
    box-shadow:var(--shadow-sm);
    transition:transform .2s, box-shadow .2s;
    display:flex;
    flex-direction:column;
}
.use-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}
.use-card img{width:100%;height:170px;object-fit:cover}
.use-body{padding:22px 22px 24px}
.use-body h3{font-size:18px;font-weight:800;margin-bottom:8px}
.use-body p{font-size:14px;color:#6D5D51;margin-bottom:14px;line-height:1.8}
@media(max-width:991.98px){.use-grid{grid-template-columns:1fr}}
@media(min-width:992px) and (max-width:1200px){.use-grid{grid-template-columns:repeat(3,1fr)}}

/* FAQ */
.faq-box{max-width:900px;margin:0 auto}
.accordion-item{
    border:0;
    border-radius:var(--radius-md)!important;
    overflow:hidden;
    margin-bottom:12px;
    box-shadow:var(--shadow-sm);
    background:#fff;
}
.accordion-button{
    box-shadow:none!important;
    padding:20px 24px;
    font-size:16px;
    font-weight:700;
    color:#322019;
    background:#fff;
    cursor:pointer;
}
.accordion-button:not(.collapsed){background:#FFF4EA;color:#B24A17}
.accordion-button:focus{box-shadow:0 0 0 3px rgba(242,99,34,.24)!important}
.accordion-body{padding:0 26px 22px;color:#6D5847;line-height:1.9;font-size:15px}

/* CTA */
.cta-strip{
    background:linear-gradient(125deg,#F26322,#FF7A45 55%,#FFA13D);
    border-radius:var(--radius-xl);
    color:#fff;
    position:relative;
    overflow:hidden;
    padding:50px 46px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    flex-wrap:wrap;
    box-shadow:0 18px 40px rgba(232,91,23,.22);
    margin-top:72px;
}
.cta-strip:before{
    content:"HOT";
    position:absolute;
    right:-15px;
    bottom:-45px;
    font-size:110px;
    color:rgba(255,255,255,.09);
    font-weight:900;
    letter-spacing:-3px;
    pointer-events:none;
}
.cta-strip h2{color:#fff;font-size:25px;font-weight:800;margin-bottom:8px}
.cta-strip p{color:rgba(255,255,255,.92);max-width:640px;margin:0}
@media(max-width:600px){.cta-strip{padding:36px 22px}}
@media(min-width:768px){.cta-strip .d-flex{position:relative;z-index:1}}

/* 页脚 */
.site-footer{background:#211C1F;color:#C9BFB8;margin-top:30px}
.footer-top{
    display:grid;
    grid-template-columns:1.4fr 1fr 1fr 1fr;
    gap:40px;
    padding:64px 0 44px;
}
.footer-brand{color:#fff}
.footer-brand .brand-text{font-size:22px}
.footer-desc{font-size:14px;color:#A99D96;line-height:1.9;max-width:330px;margin-top:14px}
.footer-social{display:flex;gap:10px;margin-top:18px}
.social-icon{
    width:36px;height:36px;
    border-radius:50%;
    background:rgba(255,255,255,.1);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#D8CEC6;
}
.footer-title{color:#fff;font-size:15px;font-weight:700;margin-bottom:15px;letter-spacing:.5px}
.footer-link li{margin-bottom:9px}
.footer-link a{font-size:14px;color:#A99D96;transition:color .2s}
.footer-link a:hover{color:#F5924E}
.footer-copy{
    border-top:1px solid rgba(255,255,255,.12);
    padding:24px 0;
    font-size:13px;
    color:#8F847C;
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:10px;
}
@media(max-width:991.98px){.footer-top{grid-template-columns:1fr 1fr}}
@media(max-width:575.98px){.footer-top{grid-template-columns:1fr;gap:28px;padding-top:44px}}

/* roulang page: category1 */
:root{
 --brand:#F26322;
 --brand-deep:#d85219;
 --orange:#FF7A45;
 --amber:#FFB31A;
 --ink:#22232E;
 --muted:#7A7280;
 --cream:#FFF8F0;
 --card:#FFFFFF;
 --line:#F0E0D2;
 --radius-sm:14px;
 --radius-md:18px;
 --radius-lg:24px;
 --radius-xl:30px;
 --shadow-sm:0 6px 18px rgba(97,61,34,.07);
 --shadow-md:0 12px 30px rgba(97,61,34,.10);
 --shadow-lg:0 20px 46px rgba(97,61,34,.16);
 --font-main:"PingFang SC","Hiragino Sans GB","Microsoft YaHei",system-ui,sans-serif;
}
html{scroll-behavior:smooth}
body{
 margin:0;
 font-family:var(--font-main);
 color:var(--ink);
 background:var(--cream);
 line-height:1.75;
 -webkit-font-smoothing:antialiased;
 font-size:15.5px;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea{font-family:inherit}
ul,ol{margin:0;padding:0;list-style:none}
p{margin:0}
.section{padding:72px 0}
.hero-radius{border-radius:var(--radius-xl)}
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible{
 outline:none;
 box-shadow:0 0 0 3px rgba(242,99,34,.32);
 border-radius:6px;
}
.btn{
 display:inline-flex;
 align-items:center;
 justify-content:center;
 gap:9px;
 border-radius:60px;
 padding:11px 22px;
 font-weight:600;
 border:0;
 transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
 line-height:1.4;
 min-height:44px;
 white-space:nowrap;
 cursor:pointer;
}
.btn:hover{transform:translateY(-2px)}
.btn:active{transform:translateY(0) scale(.98)}
.btn-brand{
 background:linear-gradient(135deg,var(--brand),var(--orange));
 color:#fff;
 box-shadow:0 10px 22px rgba(242,99,34,.24);
}
.btn-brand:hover{background:linear-gradient(135deg,var(--brand-deep),var(--brand));color:#fff}
.btn-ink{background:#22232E;color:#fff}
.btn-ink:hover{background:#11121a;color:#fff}
.btn-cream{background:#fff;color:var(--ink);box-shadow:0 8px 18px rgba(97,61,34,.16)}
.btn-cream:hover{color:var(--brand)}
.btn-ghost-light{border:1px solid rgba(255,255,255,.8);color:#fff;background:transparent}
.btn-ghost-light:hover{background:rgba(255,255,255,.14);color:#fff}
.site-header{
 position:sticky;
 top:0;
 z-index:1040;
 background:rgba(255,255,255,.94);
 backdrop-filter:blur(14px);
 border-bottom:1px solid rgba(224,195,172,.55);
 box-shadow:0 8px 26px rgba(97,61,34,.05);
}
.nav-layer-top{background:rgba(255,255,255,.72)}
.nav-top-inner{
 height:74px;
 max-width:1320px;
 margin:0 auto;
 padding:0 24px;
 display:flex;
 align-items:center;
 justify-content:space-between;
 gap:16px;
}
.brand{
 display:inline-flex;
 align-items:center;
 gap:10px;
 color:var(--ink);
 font-weight:800;
 letter-spacing:.5px;
}
.brand:hover{color:var(--brand)}
.brand-mark{
 width:38px;
 height:38px;
 border-radius:13px;
 background:linear-gradient(135deg,var(--brand),var(--amber));
 color:#fff;
 font-size:21px;
 font-weight:900;
 display:inline-flex;
 align-items:center;
 justify-content:center;
 box-shadow:0 8px 18px rgba(242,99,34,.28);
}
.brand-text{font-size:21px}
.nav-tools{display:flex;align-items:center;gap:10px;flex-shrink:0}
.top-search{
 display:flex;
 align-items:center;
 background:#FFF6EC;
 border:1px solid #F0DCC8;
 border-radius:60px;
 padding:3px;
 transition:border-color .2s, box-shadow .2s;
}
.top-search:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px rgba(242,99,34,.18);background:#fff}
.search-input{
 border:0;
 background:transparent;
 min-width:230px;
 padding:8px 4px 8px 18px;
 font-size:14px;
 color:var(--ink);
 outline:none;
}
.search-input::placeholder{color:#A49483}
.search-btn{
 border:0;
 background:linear-gradient(135deg,var(--brand),var(--orange));
 color:#fff;
 border-radius:60px;
 padding:9px 17px;
 font-size:14px;
 font-weight:600;
 transition:box-shadow .2s;
}
.search-btn:hover{box-shadow:0 6px 14px rgba(242,99,34,.28)}
.top-login{
 display:inline-flex;
 align-items:center;
 gap:8px;
 border-radius:60px;
 padding:9px 18px;
 font-weight:600;
 background:linear-gradient(135deg,var(--brand),var(--orange));
 color:#fff;
 box-shadow:0 8px 18px rgba(242,99,34,.22);
 transition:transform .2s, box-shadow .2s;
}
.top-login:hover{color:#fff;transform:translateY(-1px);box-shadow:0 12px 24px rgba(242,99,34,.3)}
.top-login i{font-size:14px}
.channel-row{
 max-width:1320px;
 margin:0 auto;
 padding:0 18px;
}
.channel-list{
 display:flex;
 gap:8px;
 overflow-x:auto;
 scrollbar-width:none;
 -ms-overflow-style:none;
 padding:7px 2px 11px;
}
.channel-list::-webkit-scrollbar{display:none}
.channel-link{
 display:inline-flex;
 align-items:center;
 align-content:center;
 justify-content:center;
 padding:8px 18px;
 border-radius:60px;
 background:transparent;
 color:var(--ink);
 font-size:15px;
 font-weight:500;
 transition:background .2s,color .2s;
 white-space:nowrap;
 min-height:38px;
}
.channel-link:hover{background:#FFE9D6;color:var(--brand-deep)}
.channel-link.active{
 background:linear-gradient(135deg,var(--brand),var(--orange));
 color:#fff;
 font-weight:700;
 box-shadow:0 8px 18px rgba(242,99,34,.2);
}
/* 分类主视觉 */
.cat-hero{
 position:relative;
 background-image:url('/assets/images/backpic/back-2.jpg');
 background-size:cover;
 background-position:center 28%;
 padding:88px 0 78px;
 overflow:hidden;
}
.cat-hero:before{
 content:"";
 position:absolute;
 inset:0;
 background:linear-gradient(105deg,rgba(255,248,240,.97) 16%,rgba(255,240,224,.92) 48%,rgba(255,222,184,.72) 100%);
}
.cat-hero .container{position:relative;z-index:2}
.cat-breadcrumb{
 display:flex;
 flex-wrap:wrap;
 gap:6px 10px;
 align-items:center;
 font-size:14px;
 color:#7B6758;
 margin-bottom:20px;
}
.cat-breadcrumb a{color:#7B6758;font-weight:500}
.cat-breadcrumb a:hover{color:var(--brand-deep)}
.cat-breadcrumb i{font-size:12px;color:#B29A86}
.cat-hero h1{
 margin:0;
 font-size:clamp(32px,4.5vw,50px);
 line-height:1.26;
 font-weight:800;
 color:#231A14;
 letter-spacing:-.4px;
 max-width:900px;
}
.h1-note{
 display:inline-block;
 font-size:14px;
 font-weight:700;
 color:var(--brand-deep);
 background:rgba(255,255,255,.82);
 border:1px solid rgba(242,99,34,.24);
 border-radius:60px;
 padding:4px 15px;
 margin:18px 0 14px;
}
.cat-lead{
 max-width:720px;
 font-size:16px;
 color:#5C4636;
 line-height:2;
 margin:0 0 20px;
}
.cat-hero-tags{
 display:flex;
 flex-wrap:wrap;
 gap:8px;
}
.cat-hero-tags span{
 background:rgba(255,255,255,.78);
 border:1px solid #E4C7A7;
 font-size:13px;
 font-weight:600;
 color:#7B5B42;
 border-radius:60px;
 padding:4px 13px;
}
.cat-hero-metrics{
 display:grid;
 grid-template-columns:repeat(3,minmax(0,1fr));
 gap:16px;
 max-width:680px;
 margin-top:32px;
}
.metric-card{
 background:rgba(255,255,255,.92);
 backdrop-filter:blur(4px);
 border:1px solid rgba(255,255,255,.8);
 border-radius:22px;
 box-shadow:0 14px 32px rgba(97,61,34,.10);
 padding:20px 16px;
 text-align:center;
 transition:transform .2s, box-shadow .2s;
}
.metric-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(97,61,34,.14)}
.metric-card .num{
 font-size:30px;
 font-weight:900;
 color:#22232E;
 line-height:1.2;
 letter-spacing:-.5px;
}
.metric-card .num em{
 font-style:normal;
 background:linear-gradient(135deg,var(--brand),var(--amber));
 -webkit-background-clip:text;
 background-clip:text;
 color:transparent;
}
.metric-card .text{font-size:13px;color:#816B59;margin-top:2px}
/* 筛选条 */
.filter-bar{
 background:#fff;
 border:1px solid var(--line);
 border-radius:20px;
 box-shadow:var(--shadow-sm);
 padding:10px 14px;
 margin:26px 0 0;
 display:flex;
 align-items:center;
 flex-wrap:wrap;
 gap:12px;
}
.filter-bar-title{
 font-weight:700;
 font-size:14px;
 color:#6E5645;
 padding-right:4px;
 white-space:nowrap;
}
.filter-tabs{
 display:flex;
 gap:8px;
 flex-wrap:wrap;
}
.filter-tab{
 border:0;
 background:#F7EDE3;
 color:#6E5645;
 font-size:14px;
 font-weight:600;
 border-radius:60px;
 padding:8px 18px;
 min-height:40px;
 transition:background .2s,color .2s, box-shadow .2s;
 cursor:pointer;
}
.filter-tab:hover{background:#FFE3CE}
.filter-tab.active{
 background:linear-gradient(135deg,var(--brand),var(--orange));
 color:#fff;
 box-shadow:0 8px 16px rgba(242,99,34,.22);
}
.filter-meta{
 margin-left:auto;
 font-size:13px;
 color:#9C8877;
}
/* 双栏布局 */
.content-wrap{
 display:grid;
 grid-template-columns:minmax(0,1fr) 330px;
 gap:36px;
 align-items:start;
 margin-top:40px;
}
.main-col,.side-col{min-width:0}
.side-col{
 position:sticky;
 top:150px;
 display:flex;
 flex-direction:column;
 gap:26px;
}
/* 主内容卡片 */
.focus-card{
 display:grid;
 grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
 background:#fff;
 border:1px solid var(--line);
 border-radius:28px;
 overflow:hidden;
 box-shadow:var(--shadow-md);
 transition:transform .2s, box-shadow .2s;
 margin-bottom:20px;
}
.focus-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.focus-media{position:relative;min-height:250px;overflow:hidden;background:#EADFD6}
.focus-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.focus-card:hover .focus-media img{transform:scale(1.04)}
.focus-media .media-tag{
 position:absolute;
 top:16px;
 left:16px;
 background:linear-gradient(135deg,var(--brand),var(--amber));
 color:#fff;
 font-weight:700;
 font-size:13px;
 border-radius:60px;
 padding:5px 15px;
 box-shadow:0 8px 18px rgba(242,99,34,.24);
}
.focus-body{padding:26px 26px 22px;display:flex;flex-direction:column;justify-content:center}
.focus-body .title{
 font-size:22px;
 line-height:1.5;
 font-weight:800;
 display:-webkit-box;
 -webkit-line-clamp:2;
 -webkit-box-orient:vertical;
 overflow:hidden;
 margin-bottom:12px;
}
.focus-body .title a:hover{color:var(--brand-deep)}
.focus-body p{
 font-size:14.5px;
 color:#6E5C4D;
 line-height:1.85;
 display:-webkit-box;
 -webkit-line-clamp:3;
 -webkit-box-orient:vertical;
 overflow:hidden;
 margin-bottom:14px;
}
.post-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}
.data-badge{
 display:inline-flex;
 align-items:center;
 gap:6px;
 border-radius:60px;
 background:linear-gradient(135deg,var(--brand),var(--orange));
 color:#fff;
 font-size:12.5px;
 font-weight:700;
 padding:5px 13px;
 box-shadow:0 6px 14px rgba(242,99,34,.18);
}
.data-badge.dark{
 background:#22232E;
 box-shadow:0 6px 14px rgba(34,35,46,.14);
}
.data-badge.neutral{
 background:#F7EDE3;
 color:#7B5642;
 box-shadow:none;
}
.topic-card{
 display:flex;
 gap:0;
 background:#fff;
 border:1px solid var(--line);
 border-radius:22px;
 overflow:hidden;
 box-shadow:var(--shadow-sm);
 transition:transform .2s, box-shadow .2s, border-color .2s;
 margin-bottom:16px;
}
.topic-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:#F0C9AA}
.topic-media{
 width:250px;
 min-height:158px;
 background:#EADFD6;
 overflow:hidden;
 flex-shrink:0;
}
.topic-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.topic-media a{height:100%}
.topic-card:hover .topic-media img{transform:scale(1.05)}
.topic-body{
 flex:1;
 padding:18px 22px 17px;
 display:flex;
 flex-direction:column;
 min-width:0;
}
.topic-body .topic-label{
 display:flex;
 align-items:center;
 gap:8px;
 font-size:13px;
 font-weight:600;
 color:var(--brand-deep);
 margin-bottom:7px;
}
.topic-body .topic-label .time{
 font-weight:400;
 color:#A38E7C;
 font-size:12.5px;
}
.topic-title{
 font-size:18px;
 line-height:1.55;
 font-weight:700;
 display:-webkit-box;
 -webkit-line-clamp:2;
 -webkit-box-orient:vertical;
 overflow:hidden;
}
.topic-title a:hover{color:var(--brand-deep)}
.topic-summary{
 font-size:13.5px;
 color:#6E5C4D;
 line-height:1.8;
 display:-webkit-box;
 -webkit-line-clamp:2;
 -webkit-box-orient:vertical;
 overflow:hidden;
 margin:7px 0 10px;
}
.card-bottom{
 display:flex;
 align-items:center;
 justify-content:space-between;
 flex-wrap:wrap;
 gap:9px;
 margin-top:auto;
}
/* 侧栏 */
.side-widget{
 background:#fff;
 border:1px solid var(--line);
 border-radius:24px;
 box-shadow:var(--shadow-sm);
 padding:20px;
}
.side-title{
 display:flex;
 align-items:center;
 justify-content:space-between;
 font-size:17px;
 font-weight:800;
 padding-bottom:13px;
 border-bottom:2px dashed #E6D8CB;
 margin-bottom:14px;
}
.side-title i{
 width:30px;
 height:30px;
 display:inline-flex;
 align-items:center;
 justify-content:center;
 border-radius:10px;
 background:linear-gradient(135deg,var(--brand),var(--amber));
 color:#fff;
 font-size:13px;
}
.rank-list{display:flex;flex-direction:column}
.rank-item{
 display:grid;
 grid-template-columns:30px minmax(0,1fr) auto;
 gap:10px;
 align-items:center;
 padding:12px 0;
 border-bottom:1px solid #F4EAE2;
}
.rank-item:last-child{border-bottom:0}
.rank-num{
 width:28px;
 height:28px;
 border-radius:50%;
 background:#F0E3DA;
 font-size:13px;
 font-weight:800;
 display:inline-flex;
 align-items:center;
 justify-content:center;
 color:#8D6B52;
}
.rank-item:nth-child(1) .rank-num,
.rank-item:nth-child(2) .rank-num,
.rank-item:nth-child(3) .rank-num{
 background:linear-gradient(135deg,var(--brand),var(--amber));
 color:#fff;
 box-shadow:0 6px 12px rgba(242,99,34,.26);
}
.rank-copy{min-width:0}
.rank-copy a{
 display:block;
 font-size:14px;
 font-weight:600;
 line-height:1.55;
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis;
}
.rank-copy a:hover{color:var(--brand-deep)}
.rank-hot{
 font-size:12px;
 color:#A38E7C;
 white-space:nowrap;
 text-align:right;
}
.rank-hot strong{color:var(--brand-deep);font-weight:800}
.side-cover{
 position:relative;
 border-radius:20px;
 overflow:hidden;
 min-height:180px;
 display:flex;
 align-items:flex-end;
 background:#E9D8CB;
}
.side-cover img{
 position:absolute;
 inset:0;
 width:100%;
 height:100%;
 object-fit:cover;
}
.side-cover:after{
 content:"";
 position:absolute;
 inset:0;
 background:linear-gradient(180deg,rgba(34,35,46,0) 36%,rgba(34,35,46,.78) 100%);
}
.side-cover .cover-text{
 position:relative;
 z-index:2;
 padding:18px;
 color:#fff;
 width:100%;
}
.side-cover .cover-mini-tag{
 display:inline-block;
 font-size:12px;
 background:linear-gradient(135deg,var(--brand),var(--amber));
 color:#fff;
 border-radius:60px;
 padding:2px 11px;
 margin-bottom:7px;
 font-weight:600;
}
.side-cover h3{
 font-size:17px;
 font-weight:700;
 line-height:1.5;
 margin:0;
}
.tag-cloud-side{
 display:flex;
 flex-wrap:wrap;
 gap:8px;
}
.tag-chip{
 display:inline-flex;
 align-items:center;
 gap:6px;
 background:#F7EDE3;
 color:#725744;
 border-radius:60px;
 font-size:13px;
 font-weight:600;
 padding:5px 13px;
 transition:background .2s,color .2s;
}
.tag-chip:hover{background:var(--brand);color:#fff}
.tag-chip i{font-size:11px;opacity:.7}
.side-join{
 background:linear-gradient(135deg,var(--brand),var(--orange));
 border-radius:22px;
 padding:22px;
 color:#fff;
 box-shadow:0 16px 36px rgba(242,99,34,.26);
}
.side-join h3{
 font-size:18px;
 font-weight:800;
 line-height:1.45;
 margin:0 0 8px;
}
.side-join p{
 font-size:14px;
 line-height:1.8;
 color:rgba(255,255,255,.92);
 margin-bottom:16px;
}
.side-join .btn-ink{
 background:#22232E;
 color:#fff;
 min-height:42px;
 padding:8px 18px;
}
.side-join .btn-ink:hover{background:#000}
/* 分页 */
.pagination-wrap{
 display:flex;
 align-items:center;
 justify-content:space-between;
 flex-wrap:wrap;
 gap:14px;
 margin-top:22px;
}
.pagination-copy{
 color:#907966;
 font-size:14px;
}
.page-pagination{
 display:inline-flex;
 align-items:center;
 gap:6px;
 flex-wrap:wrap;
}
.page-pagination a,
.page-pagination span{
 min-width:42px;
 height:42px;
 display:inline-flex;
 align-items:center;
 justify-content:center;
 background:#fff;
 color:var(--ink);
 border:1px solid var(--line);
 border-radius:14px;
 font-weight:600;
 font-size:14px;
 transition:background .2s,color .2s,border-color .2s;
}
.page-pagination a:hover{
 border-color:var(--brand);
 color:var(--brand-deep);
}
.page-pagination .current{
 background:linear-gradient(135deg,var(--brand),var(--orange));
 border-color:transparent;
 color:#fff;
 box-shadow:0 8px 18px rgba(242,99,34,.22);
}
.page-pagination .pg-next{min-width:76px}
.page-pagination .pg-prev{min-width:76px}
/* 频道说明 */
.channel-notes{
 margin-top:76px;
}
.notes-panel{
 background:#fff;
 border-radius:28px;
 box-shadow:var(--shadow-sm);
 padding:34px;
 border:1px solid var(--line);
}
.notes-panel .eyebrow{
 display:inline-block;
 background:#F7EDE3;
 color:var(--brand-deep);
 font-size:13px;
 font-weight:700;
 border-radius:60px;
 padding:4px 14px;
 margin-bottom:10px;
}
.notes-panel h2{
 font-size:26px;
 font-weight:800;
 line-height:1.4;
 margin:0 0 10px;
}
.notes-panel > p{
 color:#6E5C4D;
 max-width:820px;
 font-size:14.5px;
 margin-bottom:22px;
}
.notes-grid{
 display:grid;
 grid-template-columns:repeat(3,minmax(0,1fr));
 gap:16px;
}
.note-cell{
 background:#FFF8F0;
 border:1px solid #F0E0D2;
 border-radius:20px;
 padding:20px;
 transition:transform .2s, box-shadow .2s;
}
.note-cell:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}
.note-cell i{
 width:36px;
 height:36px;
 display:inline-flex;
 align-items:center;
 justify-content:center;
 border-radius:13px;
 background:linear-gradient(135deg,var(--brand),var(--orange));
 color:#fff;
 font-size:16px;
 margin-bottom:12px;
}
.note-cell h3{
 font-size:16px;
 font-weight:700;
 margin:0 0 6px;
}
.note-cell p{
 font-size:13px;
 color:#806951;
 line-height:1.85;
}
/* faq */
.faq-section{background:#fff8f0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.faq-head{
 max-width:720px;
 margin-bottom:30px;
}
.sec-eyebrow{
 display:inline-block;
 background:#FFE3CE;
 color:var(--brand-deep);
 border-radius:60px;
 font-weight:700;
 font-size:13px;
 padding:4px 14px;
 margin-bottom:10px;
}
.faq-head h2{
 font-size:32px;
 font-weight:800;
 line-height:1.35;
 margin:0 0 10px;
}
.faq-head p{color:#6E5C4D;font-size:15px}
.accordion{max-width:900px;margin:0 auto}
.accordion-item{
 border:1px solid var(--line);
 border-radius:18px !important;
 overflow:hidden;
 background:#fff;
 margin-bottom:12px;
 box-shadow:var(--shadow-sm);
}
.accordion-item .accordion-header{
 border-radius:18px !important;
}
.accordion-button{
 font-size:15.5px;
 font-weight:700;
 color:var(--ink);
 background:#fff;
 padding:17px 22px;
 border-radius:18px !important;
 box-shadow:none !important;
}
.accordion-button:not(.collapsed){
 background:linear-gradient(135deg,#FFF2E4,#FFE9D2);
 color:#A84212;
}
.accordion-button:focus{box-shadow:0 0 0 3px rgba(242,99,34,.2) !important}
.accordion-button::after{
 background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F26322'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-body{
 color:#55505c;
 font-size:14px;
 line-height:2;
 padding:4px 22px 20px;
}
/* cta */
.cta-panel-section{padding:72px 0}
.cta-panel{
 background:linear-gradient(120deg,var(--brand),var(--orange) 58%,var(--amber));
 border-radius:34px;
 padding:54px 40px;
 color:#fff;
 display:grid;
 grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);
 gap:24px;
 align-items:center;
 position:relative;
 overflow:hidden;
 box-shadow:0 26px 60px rgba(242,99,34,.28);
}
.cta-panel:after{
 content:"";
 position:absolute;
 width:260px;
 height:260px;
 border-radius:50%;
 background:rgba(255,255,255,.12);
 top:-110px;
 right:-70px;
}
.cta-panel .cta-inner{position:relative;z-index:2}
.cta-panel h2{
 font-size:clamp(24px,3vw,36px);
 font-weight:800;
 line-height:1.32;
 margin:0 0 12px;
}
.cta-panel p{
 color:rgba(255,255,255,.92);
 font-size:15px;
 line-height:1.9;
 max-width:620px;
 margin:0;
}
.cta-actions{
 position:relative;
 z-index:2;
 display:flex;
 gap:14px;
 flex-wrap:wrap;
 justify-content:flex-end;
}
/* footer */
.site-footer{
 background:#22201E;
 color:#A99D96;
 padding:60px 0 0;
 font-size:14px;
}
.footer-top{
 display:grid;
 grid-template-columns:1.4fr 1fr 1fr 1.2fr;
 gap:30px;
 padding-bottom:34px;
}
.footer-brand{
 color:#fff;
 font-size:20px;
 font-weight:800;
 display:inline-flex;
 align-items:center;
 gap:10px;
 margin-bottom:12px;
}
.footer-brand:hover{color:var(--orange)}
.footer-brand .brand-mark{
 width:34px;
 height:34px;
 border-radius:12px;
 font-size:18px;
}
.footer-desc{
 font-size:13.5px;
 line-height:1.9;
 color:#A99D96;
 max-width:300px;
 margin-bottom:16px;
}
.footer-social{display:flex;gap:8px}
.social-icon{
 width:36px;
 height:36px;
 border-radius:12px;
 background:rgba(255,255,255,.07);
 display:inline-flex;
 align-items:center;
 justify-content:center;
 color:#E4D8CD;
 cursor:pointer;
 transition:background .2s,color .2s,transform .2s;
}
.social-icon:hover{background:var(--brand);color:#fff;transform:translateY(-2px)}
.footer-title{
 color:#fff;
 font-size:15px;
 font-weight:700;
 margin:0 0 15px;
}
.footer-link li{
 margin-bottom:9px;
 line-height:1.5;
}
.footer-link a{
 color:#B1A7A0;
 transition:color .2s;
}
.footer-link a:hover{color:var(--orange)}
.footer-copy{
 border-top:1px solid rgba(255,255,255,.09);
 padding:20px 0;
 display:flex;
 justify-content:space-between;
 flex-wrap:wrap;
 gap:6px;
 font-size:13px;
 color:#847C76;
}
@media (min-width:1200px){
 .footer-top{gap:46px}
}
@media (max-width:1100px){
 .content-wrap{grid-template-columns:minmax(0,1fr);gap:30px}
 .side-col{
  position:static;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  align-items:start;
 }
 .side-widget:last-child{grid-column:auto}
}
@media (max-width:991px){
 .footer-top{grid-template-columns:1fr 1fr}
 .footer-desc{max-width:none}
 .notes-grid{grid-template-columns:1fr}
 .focus-card{grid-template-columns:1fr}
 .focus-media{min-height:210px}
 .topic-media{width:200px}
 .cta-panel{grid-template-columns:1fr;padding:40px 28px}
 .cta-actions{justify-content:flex-start}
}
@media (max-width:768px){
 .section{padding:56px 0}
 .site-header .nav-layer-top{position:relative}
 .nav-layer-top .nav-top-inner{
  height:auto;
  flex-wrap:wrap;
  padding:14px 16px 10px;
  row-gap:10px;
 }
 .brand{flex:1}
 .brand-text{font-size:19px}
 .search-input{min-width:0;flex:1;width:100%}
 .top-search{flex-basis:100%;order:3}
 .top-login span{display:none}
 .top-login{
  min-width:43px;
  min-height:43px;
  justify-content:center;
  padding:10px;
  border-radius:50%;
 }
 .cat-hero{padding:54px 0}
 .cat-hero h1{font-size:32px}
 .cat-hero-metrics{grid-template-columns:1fr 1fr}
 .cat-hero-metrics .metric-card:last-child{grid-column:1/-1}
 .filter-bar{padding:10px}
 .filter-meta{display:none}
 .topic-card{flex-direction:column}
 .topic-media{width:100%;height:180px}
 .focus-body{padding:20px}
 .focus-body .title{font-size:20px}
 .notes-panel{padding:24px}
 .faq-head h2{font-size:26px}
 .cta-panel{border-radius:26px}
 .footer-top{grid-template-columns:1fr;gap:22px}
 .footer-copy{flex-direction:column}
 .footer-copy span{display:block}
 .footer-copy span + span::before{content:"· ";font-weight:600}
}
@media (max-width:520px){
 .container{padding-left:16px;padding-right:16px}
 .nav-top-inner{padding-left:14px;padding-right:14px}
 .channel-row{padding:0 8px}
 .channel-link{
  padding:6px 15px;
  font-size:14px;
 }
 .brand-text{font-size:17px}
 .brand-mark{width:34px;height:34px;font-size:18px}
 .search-input{padding-left:14px;font-size:13px}
 .search-btn{padding:8px 13px}
 .cat-hero-tags span{font-size:12px;padding:3px 11px}
 .cat-breadcrumb{font-size:13px}
 .metric-card{padding:15px 8px}
 .metric-card .num{font-size:24px}
 .focus-card{border-radius:22px}
 .focus-media{min-height:190px}
 .filter-tabs{gap:6px;flex-wrap:nowrap;overflow-x:auto;width:100%;scrollbar-width:none}
 .filter-tabs::-webkit-scrollbar{display:none}
 .filter-tab{white-space:nowrap;padding:8px 14px}
 .side-col{
  grid-template-columns:1fr;
 }
 .data-badge{padding:4px 10px;font-size:11.5px}
 .topic-title{font-size:17px}
 .topic-summary{-webkit-line-clamp:3}
 .pagination-copy{display:none}
 .page-pagination a,.page-pagination span{width:38px;height:38px;min-width:38px}
 .page-pagination .pg-next,.page-pagination .pg-prev{min-width:58px}
 .cta-actions .btn{width:100%}
 .cta-panel h2{font-size:24px}
}

/* roulang: framework shim */
/* 覆盖 Bootstrap 等对 a/btn 的全局默认，避免导航出现下划线/蓝链 */
.site-header a,.site-header a:hover,.navbar a,.navbar a:hover,.nav-links a,.nav-links a:hover,header nav a,header nav a:hover{text-decoration:none}
.site-header .btn,.navbar .btn,.nav-cta{text-decoration:none}
