/* roulang page: index */
:root{
      --wine:#681d3b;
      --wine-dark:#421127;
      --berry:#9b345c;
      --amber:#c98535;
      --paper:#fbf7f3;
      --cream:#f4ebe6;
      --ink:#2f2027;
      --muted:#786d72;
      --line:#e7d9d7;
      --soft:#fffaf7;
      --shadow:0 14px 36px rgba(65,17,39,.09);
      --radius:12px;
      --container:1200px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--ink);
      background:var(--paper);
      font-family:"Noto Sans SC","PingFang SC","Microsoft YaHei",sans-serif;
      font-size:15px;
      line-height:1.8;
    }
    a{color:inherit;text-decoration:none}
    button,input,select{font:inherit}
    button{cursor:pointer}
    img{display:block;max-width:100%}
    .container{width:min(var(--container),calc(100% - 40px));margin:0 auto}
    .topbar{background:var(--wine-dark);color:#f9e9df;font-size:12px;letter-spacing:.03em}
    .topbar-inner{height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}
    .status{display:inline-flex;align-items:center;gap:8px}
    .status-dot{width:7px;height:7px;border-radius:50%;background:#e5aa52;box-shadow:0 0 0 4px rgba(229,170,82,.14)}
    .site-header{
      position:sticky;top:0;z-index:30;background:rgba(251,247,243,.97);
      border-bottom:1px solid var(--line);backdrop-filter:blur(8px)
    }
    .nav{height:76px;display:flex;align-items:center;gap:28px}
    .brand{display:flex;align-items:center;gap:11px;color:var(--wine);font-weight:800;white-space:nowrap}
    .brand-mark{width:34px;height:34px;border-radius:9px;background:var(--wine);color:#fff;display:grid;place-items:center;font-size:16px}
    .brand-name{font-size:17px;letter-spacing:.01em}
    .nav-links{display:flex;align-items:center;gap:5px;margin-left:auto}
    .nav-link{padding:8px 12px;color:var(--muted);border-radius:8px;transition:.2s}
    .nav-link:hover,.nav-link.active{color:var(--wine);background:#f1e4e2}
    .nav-cta{min-height:42px;padding:9px 17px;border-radius:8px;background:var(--wine);color:#fff;font-weight:700;transition:.2s}
    .nav-cta:hover{background:var(--berry);transform:translateY(-1px)}
    .menu-button{display:none;border:1px solid var(--line);background:#fff;color:var(--wine);border-radius:8px;width:42px;height:42px}
    .hero{background:var(--wine-dark);color:#fff;overflow:hidden}
    .hero-inner{min-height:560px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:54px;padding:70px 0 64px}
    .eyebrow{display:inline-flex;align-items:center;gap:8px;color:#f0c483;font-size:13px;font-weight:700;letter-spacing:.06em}
    .eyebrow:before{content:"";width:26px;height:2px;background:var(--amber)}
    h1,h2,h3,p{margin-top:0}
    h1{font-size:clamp(32px,4.2vw,54px);line-height:1.2;letter-spacing:0;font-weight:800;margin:18px 0 22px;max-width:690px}
    .hero-copy{color:#e9d7d4;max-width:640px;font-size:17px;line-height:1.9;margin-bottom:28px}
    .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:25px}
    .button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:10px 19px;border-radius:8px;border:1px solid transparent;font-weight:700;transition:.2s}
    .button-primary{background:#d99948;color:#321522}
    .button-primary:hover{background:#efb965;transform:translateY(-1px)}
    .button-light{border-color:#956075;color:#fff;background:transparent}
    .button-light:hover{background:#71304d;border-color:#b87c91}
    .trust-row{display:flex;flex-wrap:wrap;gap:18px;color:#d6bfc4;font-size:13px}
    .trust-row span{display:inline-flex;align-items:center;gap:7px}
    .trust-row b{color:#e7b467;font-size:16px}
    .hero-visual{position:relative;min-height:360px;display:grid;grid-template-columns:1fr 1.14fr;gap:12px;align-items:center}
    .cover-stack{display:grid;gap:12px}
    .cover{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:10px;min-height:142px;padding:18px;color:#fff;display:flex;align-items:end;background:#8c3659}
    .cover:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.16),transparent 45%,rgba(35,7,22,.44))}
    .cover:nth-child(2){background:#a86c3d;min-height:168px}
    .cover-large{min-height:330px;background:#78294b;display:flex;align-items:end}
    .cover-large:before{content:"";position:absolute;width:190px;height:190px;border:1px solid rgba(255,213,154,.5);border-radius:50%;top:38px;right:18px}
    .cover-content{position:relative;z-index:1}
    .cover-label{font-size:11px;color:#f2c47e;letter-spacing:.1em;margin-bottom:5px}
    .cover-title{font-size:20px;font-weight:800;line-height:1.35}
    .cover-small-title{font-size:15px;font-weight:700}
    .hero-note{position:absolute;left:-28px;bottom:13px;background:#fff8f2;color:var(--wine-dark);padding:11px 15px;border-radius:8px;font-size:12px;box-shadow:var(--shadow)}
    .section{padding:82px 0}
    .section-tint{background:var(--cream)}
    .section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:32px}
    .section-kicker{font-size:12px;letter-spacing:.12em;color:var(--berry);font-weight:800;margin-bottom:8px}
    h2{font-size:31px;line-height:1.3;margin-bottom:9px;color:var(--wine-dark)}
    .section-intro{max-width:650px;color:var(--muted);margin-bottom:0}
    .metrics{display:grid;grid-template-columns:1.15fr .9fr 1.2fr .9fr;gap:14px}
    .metric{background:var(--soft);border:1px solid var(--line);border-radius:10px;padding:22px;min-height:150px}
    .metric-index{font-size:12px;color:var(--berry);font-weight:800}
    .metric-number{font-size:34px;line-height:1.1;color:var(--wine);font-weight:800;margin:16px 0 8px}
    .metric-note{font-size:13px;color:var(--muted)}
    .trend{display:flex;align-items:center;gap:8px;color:#9b6130;font-size:13px}
    .trend-line{height:5px;background:#ead4c8;border-radius:6px;overflow:hidden;margin-top:17px}
    .trend-line i{display:block;width:72%;height:100%;background:var(--amber)}
    .matrix{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.8fr);gap:28px}
    .content-list{display:grid;gap:12px}
    .content-item{display:grid;grid-template-columns:138px 1fr auto;gap:18px;align-items:center;background:#fffdfa;border:1px solid var(--line);border-radius:10px;padding:12px;transition:.2s}
    .content-item:hover{border-color:#c58b9c;box-shadow:var(--shadow);transform:translateY(-2px)}
    .thumb{height:104px;border-radius:7px;position:relative;overflow:hidden;background:#71304d;color:#fff;padding:12px;display:flex;align-items:end}
    .thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(140deg,rgba(255,211,152,.24),transparent 45%,rgba(25,4,17,.5))}
    .thumb:nth-child(odd),.content-item:nth-child(2) .thumb{background:#a56b43}
    .thumb span{position:relative;z-index:1;font-size:11px}
    .item-title{font-size:17px;line-height:1.4;font-weight:800;color:var(--wine-dark);margin:8px 0}
    .item-desc{font-size:13px;color:var(--muted);line-height:1.65;margin:0}
    .tag-row{display:flex;flex-wrap:wrap;gap:6px}
    .tag{display:inline-flex;padding:3px 8px;border-radius:5px;background:#f3e5e4;color:var(--berry);font-size:11px;line-height:1.4}
    .tag.amber{background:#faecd8;color:#99622b}
    .item-meta{font-size:12px;color:var(--muted);white-space:nowrap}
    .filter-panel{background:var(--wine-dark);color:#fff;border-radius:10px;padding:25px;align-self:start}
    .filter-panel h3{font-size:20px;margin-bottom:8px}
    .filter-panel p{color:#d8c1c5;font-size:13px;line-height:1.7}
    .filter-group{padding:18px 0;border-top:1px solid rgba(255,255,255,.16)}
    .filter-label{font-size:12px;color:#eab46d;margin-bottom:10px}
    .filter-options{display:flex;flex-wrap:wrap;gap:8px}
    .filter-option{border:1px solid #825168;color:#f1dfe0;padding:6px 10px;border-radius:6px;font-size:12px;background:transparent;transition:.2s}
    .filter-option:hover,.filter-option.selected{background:#9b345c;border-color:#c46c89;color:#fff}
    .compare{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px;align-items:stretch}
    .compare-lead{background:var(--wine);color:#fff;border-radius:10px;padding:32px}
    .compare-lead h3{font-size:28px;line-height:1.35;margin:17px 0 12px}
    .compare-lead p{color:#ead7d9;line-height:1.8}
    .big-rate{font-size:55px;font-weight:800;color:#efb76b;line-height:1}
    .compare-table{background:#fffdfa;border:1px solid var(--line);border-radius:10px;padding:16px 22px}
    .compare-row{display:grid;grid-template-columns:1.1fr .8fr .8fr;gap:15px;align-items:center;padding:17px 0;border-bottom:1px solid var(--line);font-size:13px}
    .compare-row:last-child{border-bottom:0}
    .compare-row.head{color:var(--muted);font-size:12px;padding-top:7px}
    .check{color:#9a5c31;font-weight:800}
    .track-wrap{overflow:hidden}
    .track{display:flex;gap:14px;overflow-x:auto;padding:5px 3px 17px;scrollbar-color:#c68588 transparent}
    .topic-card{min-width:194px;background:#fffdfa;border:1px solid var(--line);border-radius:10px;overflow:hidden;transition:.2s}
    .topic-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
    .topic-art{height:158px;background:#7c2d51;position:relative;padding:16px;color:#fff;display:flex;align-items:end}
    .topic-card:nth-child(2) .topic-art{background:#a66c3d}.topic-card:nth-child(3) .topic-art{background:#824c60}.topic-card:nth-child(4) .topic-art{background:#b17c42}.topic-card:nth-child(5) .topic-art{background:#5b2945}
    .topic-art:before{content:"";position:absolute;inset:18px;border:1px solid rgba(255,255,255,.38);border-radius:50% 40% 48% 35%}
    .topic-art span{position:relative;font-size:12px;font-weight:700}
    .topic-body{padding:14px}.topic-body h3{font-size:16px;line-height:1.45;margin-bottom:5px}.topic-body p{font-size:12px;color:var(--muted);margin:0}
    .updates{display:grid;grid-template-columns:1fr .8fr;gap:30px}
    .update-list{background:#fffdfa;border:1px solid var(--line);border-radius:10px;padding:8px 22px}
    .update-item{display:grid;grid-template-columns:105px 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{color:var(--berry);font-size:12px;font-weight:800}.update-item strong{font-size:15px}.update-item span{font-size:12px;color:var(--muted)}
    .rank-panel{border:1px solid var(--line);border-radius:10px;background:#f8eeea;padding:24px}.rank-panel h3{font-size:20px;margin-bottom:15px}
    .rank{display:flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.rank:last-child{border:0}.rank-num{width:24px;color:var(--amber);font-weight:800}.rank strong{font-size:14px}.rank small{display:block;color:var(--muted);font-size:11px}
    .faq-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:55px}
    .faq-intro p{color:var(--muted);line-height:1.85}.faq-list{border-top:1px solid var(--line)}
    .faq-item{border-bottom:1px solid var(--line)}.faq-question{width:100%;display:flex;justify-content:space-between;gap:20px;text-align:left;border:0;background:transparent;padding:20px 0;color:var(--wine-dark);font-weight:800}.faq-question span:last-child{color:var(--berry);font-size:22px;line-height:1}.faq-answer{display:none;color:var(--muted);font-size:14px;line-height:1.85;padding:0 35px 20px 0}.faq-item.open .faq-answer{display:block}
    .cta-section{background:var(--wine-dark);color:#fff}.cta-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:start}.cta-section h2{color:#fff}.cta-section .section-intro{color:#dac4c8}.form-box{background:#fffdfa;color:var(--ink);border-radius:10px;padding:26px}
    .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:12px;color:var(--muted);font-weight:700}.field input,.field select{height:44px;border:1px solid var(--line);border-radius:7px;background:#fff;padding:8px 11px;outline:none}.field input:focus,.field select:focus{border-color:var(--berry);box-shadow:0 0 0 3px rgba(155,52,92,.12)}.consent{display:flex;gap:8px;align-items:flex-start;font-size:12px;color:var(--muted);margin:17px 0}.consent input{margin-top:5px;accent-color:var(--wine)}.form-message{font-size:13px;color:#8b5930;margin-top:10px;display:none}
    footer{background:#2d1722;color:#d9c5c8;padding:48px 0 28px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:50px;padding-bottom:35px;border-bottom:1px solid rgba(255,255,255,.15)}.footer-brand{color:#fff;font-size:18px;font-weight:800;margin-bottom:12px}.footer-copy{font-size:13px;line-height:1.8;color:#bfa9ae;max-width:390px}.footer-title{font-size:13px;color:#efb86d;font-weight:800;margin-bottom:13px}.footer-links{display:grid;gap:8px;font-size:13px}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:20px;font-size:12px;color:#a99298}
    .age-layer{position:fixed;inset:0;background:rgba(38,10,23,.72);z-index:80;display:grid;place-items:center;padding:20px}.age-box{max-width:440px;background:var(--paper);border-radius:12px;padding:30px;box-shadow:0 25px 80px rgba(0,0,0,.28)}.age-box h2{font-size:25px}.age-box p{font-size:14px;color:var(--muted)}.age-actions{display:flex;gap:10px;margin-top:22px}.age-actions .button{flex:1}.hidden{display:none!important}
    :focus-visible{outline:3px solid #e0a34e;outline-offset:3px}
    @media(max-width:900px){.hero-inner{grid-template-columns:1fr;gap:35px;padding-top:54px}.hero-visual{min-height:280px}.cover-large{min-height:270px}.metrics{grid-template-columns:1fr 1fr}.matrix,.compare,.updates,.faq-layout,.cta-layout{grid-template-columns:1fr}.section{padding:65px 0}.nav-links{display:none}.menu-button{display:block;margin-left:auto}.nav .nav-cta{display:none}.footer-grid{grid-template-columns:1fr 1fr}}
    @media(max-width:600px){.container{width:min(100% - 28px,var(--container))}.topbar-inner{height:38px}.topbar-inner span:last-child{display:none}.nav{height:64px;gap:10px}.brand-name{font-size:14px}.brand-mark{width:31px;height:31px}.hero-inner{min-height:auto;padding:44px 0 40px}.hero-copy{font-size:15px}.hero-actions .button{width:100%}.hero-visual{grid-template-columns:.8fr 1fr;min-height:220px}.cover{min-height:100px;padding:12px}.cover-large{min-height:220px}.cover-title{font-size:16px}.hero-note{left:8px;bottom:-9px}.section-head{display:block}.section-head .section-intro{margin-top:12px}.metrics{grid-template-columns:1fr 1fr;gap:9px}.metric{padding:15px;min-height:132px}.metric-number{font-size:27px;margin:12px 0 4px}.content-item{grid-template-columns:1fr;gap:11px}.thumb{height:145px}.item-meta{white-space:normal}.filter-panel{padding:20px}.compare-lead{padding:25px}.compare-row{grid-template-columns:1.2fr .8fr .8fr;gap:7px;padding:14px 0;font-size:12px}.update-item{grid-template-columns:75px 1fr;gap:10px}.update-item span{grid-column:2}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:8px}}

/* roulang page: category2 */
:root{
 --wine:#681d3b;
 --wine-dark:#421127;
 --berry:#9b345c;
 --amber:#c98535;
 --paper:#fbf7f3;
 --cream:#f4ebe6;
 --ink:#2f2027;
 --muted:#786d72;
 --line:#e7d9d7;
 --soft:#fffaf7;
 --shadow:0 14px 36px rgba(65,17,39,.09);
 --radius:12px;
 --container:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
 margin:0;color:var(--ink);background:var(--paper);
 font-family:"Noto Sans SC","PingFang SC","Microsoft YaHei",sans-serif;
 font-size:15px;line-height:1.8;
}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
::selection{background:#ead2d8;color:var(--wine-dark)}
.container{width:min(var(--container),calc(100% - 40px));margin:0 auto}
.topbar{background:var(--wine-dark);color:#f9e9df;font-size:12px;letter-spacing:.03em}
.topbar-inner{height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.topbar-note{display:flex;align-items:center;gap:8px}
.topbar-dot{width:7px;height:7px;border-radius:50%;background:#e0a653;display:inline-block}
.site-header{
 position:sticky;top:0;z-index:30;background:rgba(251,247,243,.97);
 border-bottom:1px solid var(--line);backdrop-filter:blur(8px)
}
.nav{height:76px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:11px;color:var(--wine);font-weight:800;white-space:nowrap}
.brand-mark{width:34px;height:34px;border-radius:9px;background:var(--wine);color:#fff;display:grid;place-items:center;font-size:16px;line-height:1}
.brand-name{font-size:17px;letter-spacing:.01em}
.nav-links{display:flex;align-items:center;gap:5px;margin-left:auto}
.nav-link{padding:8px 12px;color:var(--muted);border-radius:8px;transition:.2s}
.nav-link:hover,.nav-link.active{color:var(--wine);background:#f1e4e2}
.nav-cta{
 min-height:42px;padding:9px 17px;border-radius:8px;background:var(--wine);
 color:#fff;font-weight:700;transition:.2s;border:1px solid var(--wine)
}
.nav-cta:hover{background:var(--berry);border-color:var(--berry);transform:translateY(-1px)}
.nav-cta:active,.button:active{transform:translateY(0)}
.menu-button{display:none;border:1px solid var(--line);background:#fff;color:var(--wine);border-radius:8px;width:42px;height:42px}
.section{padding:78px 0}
.section-tint{background:var(--cream)}
.section-kicker{font-size:12px;letter-spacing:.12em;color:var(--berry);font-weight:800;margin:0 0 8px}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:30px}
.section-head h2{margin:0;color:var(--wine-dark);font-size:30px;line-height:1.35;font-weight:800}
.section-intro{max-width:610px;margin:0;color:var(--muted)}
.button{
 display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;
 padding:10px 19px;border-radius:8px;border:1px solid transparent;font-weight:700;transition:.2s
}
.button-primary{background:var(--wine);color:#fff;border-color:var(--wine)}
.button-primary:hover{background:var(--berry);border-color:var(--berry);transform:translateY(-1px)}
.button-secondary{background:#fffaf7;color:var(--wine);border-color:#d9b8c3}
.button-secondary:hover{background:#f4e5e7;border-color:#bd8093;transform:translateY(-1px)}
.button-amber{background:#d99948;color:#351723;border-color:#d99948}
.button-amber:hover{background:#efb965;border-color:#efb965;transform:translateY(-1px)}
.button:focus-visible,.nav-link:focus-visible,.nav-cta:focus-visible,.menu-button:focus-visible,.filter-button:focus-visible,.faq-question:focus-visible,input:focus-visible,select:focus-visible{
 outline:3px solid rgba(201,133,53,.38);outline-offset:3px
}
.page-banner{background:var(--wine-dark);color:#fff;border-bottom:1px solid #6e334b}
.page-banner-inner{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center;padding:56px 0 54px}
.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;color:#d7b8c2;font-size:13px;margin-bottom:16px}
.breadcrumb span{color:#efc27d}
.page-title{max-width:720px;margin:0 0 15px;font-size:43px;line-height:1.25;letter-spacing:-.025em;font-weight:800}
.page-summary{max-width:710px;color:#ead8dc;font-size:16px;line-height:1.9;margin:0}
.banner-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-self:stretch}
.banner-stat{padding:18px 17px;border:1px solid rgba(247,224,215,.25);border-radius:10px;background:rgba(255,250,247,.06)}
.banner-stat:nth-child(1){grid-column:span 2;background:#762943}
.banner-stat strong{display:block;color:#f5c778;font-size:27px;line-height:1.2;margin:7px 0 2px}
.banner-stat span{color:#e6cfd4;font-size:12px}
.stat-label{color:#f4d0aa;font-size:11px;letter-spacing:.1em;font-weight:800}
.filter-shell{margin-top:-25px;position:relative;z-index:3}
.filter-panel{background:var(--soft);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:19px 22px}
.filter-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr auto;align-items:end;gap:15px}
.field-label{display:block;color:var(--wine-dark);font-weight:800;font-size:12px;margin:0 0 7px}
.field-control{
 width:100%;min-height:43px;border:1px solid #dfcfcd;border-radius:8px;background:#fff;color:var(--ink);
 padding:9px 12px;outline:none;transition:.2s
}
.field-control:focus{border-color:var(--berry);box-shadow:0 0 0 3px rgba(155,52,92,.12)}
.filter-action{min-height:43px;white-space:nowrap}
.applied-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:15px;color:var(--muted);font-size:12px}
.applied-tag{display:inline-flex;align-items:center;gap:6px;border:1px solid #e7cbcf;background:#f9ebed;color:var(--berry);padding:3px 8px;border-radius:5px}
.applied-tag b{font-size:14px;line-height:1}
.index-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:34px;align-items:start}
.result-bar{display:flex;justify-content:space-between;align-items:center;gap:15px;padding-bottom:16px;border-bottom:1px solid var(--line);margin-bottom:18px}
.result-count{font-weight:800;color:var(--wine-dark)}
.result-count span{color:var(--berry)}
.sort-note{font-size:12px;color:var(--muted)}
.theme-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.theme-card{display:flex;flex-direction:column;background:#fffdfa;border:1px solid var(--line);border-radius:11px;overflow:hidden;transition:.22s}
.theme-card:hover{border-color:#c68b9d;box-shadow:var(--shadow);transform:translateY(-3px)}
.theme-art{height:148px;position:relative;overflow:hidden;background:#75455a}
.theme-art:before,.theme-art:after{content:"";position:absolute;border-radius:999px;opacity:.62}
.theme-art:before{width:160px;height:160px;background:#b76a69;left:-35px;top:-55px}
.theme-art:after{width:125px;height:125px;background:#d89b51;right:-25px;bottom:-52px}
.theme-card:nth-child(2) .theme-art{background:#795238}
.theme-card:nth-child(2) .theme-art:before{background:#d5a44f}
.theme-card:nth-child(2) .theme-art:after{background:#8f3154}
.theme-card:nth-child(3) .theme-art{background:#58334c}
.theme-card:nth-child(3) .theme-art:before{background:#a45065}
.theme-card:nth-child(3) .theme-art:after{background:#cb8852}
.theme-card:nth-child(4) .theme-art{background:#8e4a4d}
.theme-card:nth-child(4) .theme-art:before{background:#d18756}
.theme-card:nth-child(4) .theme-art:after{background:#592342}
.theme-card:nth-child(5) .theme-art{background:#58413e}
.theme-card:nth-child(5) .theme-art:before{background:#bb7048}
.theme-card:nth-child(5) .theme-art:after{background:#a33c5d}
.theme-card:nth-child(6) .theme-art{background:#71405a}
.theme-card:nth-child(6) .theme-art:before{background:#c27977}
.theme-card:nth-child(6) .theme-art:after{background:#dcaa5e}
.art-number{position:absolute;z-index:1;left:15px;top:13px;color:#fff9ef;background:rgba(54,18,34,.42);border:1px solid rgba(255,255,255,.28);border-radius:5px;padding:3px 7px;font-size:11px;font-weight:800;letter-spacing:.08em}
.art-caption{position:absolute;z-index:1;left:15px;bottom:13px;color:#fff;font-size:13px;font-weight:800}
.theme-body{padding:16px 17px 17px}
.tag-row{display:flex;flex-wrap:wrap;gap:6px}
.tag{display:inline-flex;padding:3px 8px;border-radius:5px;background:#f3e5e4;color:var(--berry);font-size:11px;line-height:1.4}
.tag.amber{background:#faecd8;color:#99622b}
.tag.dark{background:#eee5e9;color:#6d3150}
.theme-title{font-size:18px;line-height:1.42;color:var(--wine-dark);font-weight:800;margin:10px 0 7px}
.theme-desc{font-size:13px;color:var(--muted);line-height:1.7;margin:0;min-height:44px}
.card-foot{display:flex;justify-content:space-between;align-items:center;gap:10px;padding-top:14px;margin-top:14px;border-top:1px solid #eee1df}
.update-meta{font-size:11px;color:var(--muted)}
.card-link{font-size:13px;color:var(--wine);font-weight:800}
.card-link:hover{color:var(--berry)}
.sidebar-block{background:#fffdfa;border:1px solid var(--line);border-radius:10px;padding:20px;margin-bottom:16px}
.sidebar-title{color:var(--wine-dark);font-size:16px;font-weight:800;margin:0 0 13px}
.sidebar-copy{font-size:13px;color:var(--muted);line-height:1.75;margin:0}
.topic-list{display:grid;gap:7px}
.topic-link{display:flex;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px solid #eee2df;font-size:13px;transition:.2s}
.topic-link:last-child{border-bottom:0}
.topic-link:hover{color:var(--berry);padding-left:4px}
.topic-link span:last-child{color:#a78991;font-size:11px}
.notice-block{background:#f7e9df;border-color:#e3c4ae}
.notice-icon{display:inline-grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#d79b50;color:#fff;font-weight:800;margin-bottom:10px}
.progress-line{height:7px;border-radius:99px;background:#eadedb;overflow:hidden;margin:12px 0 7px}
.progress-line b{display:block;width:68%;height:100%;background:var(--berry);border-radius:99px}
.progress-meta{display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}
.related-band{background:var(--cream)}
.related-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.related-card{position:relative;background:#fffaf7;border:1px solid var(--line);border-radius:10px;padding:22px 23px;overflow:hidden;transition:.2s}
.related-card:after{content:"";position:absolute;right:-22px;bottom:-48px;width:130px;height:130px;border-radius:50%;background:#f0d5c7}
.related-card:hover{border-color:#c48999;transform:translateY(-2px);box-shadow:var(--shadow)}
.related-card h3{position:relative;z-index:1;color:var(--wine-dark);font-size:20px;line-height:1.4;margin:7px 0}
.related-card p{position:relative;z-index:1;color:var(--muted);font-size:13px;line-height:1.75;max-width:420px;margin:0 0 15px}
.faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:54px}
.faq-intro h2{font-size:30px;line-height:1.35;color:var(--wine-dark);margin:0 0 13px}
.faq-intro p{color:var(--muted);margin:0}
.faq-list{border-top:1px solid var(--line)}
.faq-item{border-bottom:1px solid var(--line)}
.faq-question{width:100%;display:flex;justify-content:space-between;gap:20px;text-align:left;border:0;background:transparent;padding:19px 0;color:var(--wine-dark);font-weight:800}
.faq-toggle{font-size:22px;line-height:1;color:var(--berry);transition:.2s}
.faq-answer{display:none;color:var(--muted);font-size:14px;line-height:1.85;padding:0 35px 19px 0}
.faq-item.open .faq-answer{display:block}
.faq-item.open .faq-toggle{transform:rotate(45deg)}
.mini-cta{background:var(--wine);color:#fff;padding:47px 0}
.mini-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}
.mini-cta h2{font-size:28px;line-height:1.35;margin:0 0 8px}
.mini-cta p{margin:0;color:#ead6db}
footer{background:#32111f;color:#eddbdd;padding:52px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.5fr .8fr .8fr;gap:48px}
.footer-brand{font-size:20px;font-weight:800;color:#fff4ee;margin-bottom:10px}
.footer-copy{max-width:470px;color:#cdb8bd;font-size:13px;line-height:1.8;margin:0}
.footer-title{font-size:13px;color:#f2c681;font-weight:800;margin-bottom:12px}
.footer-links{display:grid;gap:8px;font-size:13px;color:#d5c0c5}
.footer-links a{transition:.2s}
.footer-links a:hover{color:#f2c681;padding-left:3px}
.footer-bottom{display:flex;justify-content:space-between;gap:18px;margin-top:39px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);font-size:12px;color:#bca6ac}
.mobile-menu{display:none}
@media(max-width:1024px){
 .page-banner-inner{gap:28px}
 .index-layout{grid-template-columns:minmax(0,1fr) 250px;gap:22px}
 .nav{gap:16px}
 .nav-link{padding:8px 8px}
 .footer-grid{gap:28px}
}
@media(max-width:768px){
 .container{width:min(var(--container),calc(100% - 28px))}
 .topbar-inner{height:auto;min-height:36px;padding:7px 0}
 .topbar-inner span:last-child{display:none}
 .nav{height:66px;gap:10px}
 .brand-name{font-size:15px}
 .nav-links{display:none}
 .menu-button{display:grid;place-items:center;margin-left:auto}
 .nav-cta{padding:8px 11px;min-height:40px;font-size:13px}
 .mobile-menu{display:none;padding:0 0 15px}
 .mobile-menu.open{display:grid;gap:6px}
 .mobile-menu .nav-link{display:block;padding:10px 12px}
 .page-banner-inner{grid-template-columns:1fr;padding:42px 0 48px}
 .page-title{font-size:33px}
 .page-summary{font-size:15px}
 .banner-stats{max-width:520px}
 .filter-shell{margin-top:-19px}
 .filter-panel{padding:16px}
 .filter-grid{grid-template-columns:1fr 1fr}
 .filter-grid .filter-action{grid-column:span 2}
 .section{padding:60px 0}
 .section-head{display:block;margin-bottom:24px}
 .section-head h2{font-size:26px;margin-bottom:10px}
 .index-layout{grid-template-columns:1fr}
 .sidebar{display:grid;grid-template-columns:1fr 1fr;gap:14px}
 .sidebar-block{margin-bottom:0}
 .sidebar-block.notice-block{grid-column:span 2}
 .faq-layout{grid-template-columns:1fr;gap:27px}
 .mini-cta-inner{display:block}
 .mini-cta .button{margin-top:18px}
 .footer-grid{grid-template-columns:1fr 1fr;gap:27px}
 .footer-grid>div:first-child{grid-column:span 2}
}
@media(max-width:520px){
 body{font-size:14px}
 .topbar{font-size:11px}
 .brand-mark{width:31px;height:31px}
 .brand-name{font-size:14px}
 .nav-cta{display:none}
 .page-banner-inner{padding:34px 0 42px}
 .page-title{font-size:29px}
 .banner-stats{grid-template-columns:1fr 1fr}
 .banner-stat{padding:14px}
 .banner-stat strong{font-size:23px}
 .filter-grid{grid-template-columns:1fr}
 .filter-grid .filter-action{grid-column:auto}
 .theme-grid{grid-template-columns:1fr}
 .theme-art{height:138px}
 .sidebar{grid-template-columns:1fr}
 .sidebar-block.notice-block{grid-column:auto}
 .related-grid{grid-template-columns:1fr}
 .faq-question{padding:17px 0;font-size:14px}
 .faq-answer{padding-right:5px}
 .mini-cta{padding:38px 0}
 .mini-cta h2{font-size:24px}
 .footer-grid{grid-template-columns:1fr}
 .footer-grid>div:first-child{grid-column:auto}
 .footer-bottom{display:grid;gap:6px}
}

/* roulang page: category1 */
:root{
 --wine:#681d3b;
 --wine-dark:#421127;
 --berry:#9b345c;
 --amber:#c98535;
 --paper:#fbf7f3;
 --cream:#f4ebe6;
 --ink:#2f2027;
 --muted:#786d72;
 --line:#e7d9d7;
 --soft:#fffaf7;
 --shadow:0 14px 36px rgba(65,17,39,.09);
 --radius:12px;
 --container:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
 margin:0;color:var(--ink);background:var(--paper);
 font-family:"Noto Sans SC","PingFang SC","Microsoft YaHei",sans-serif;
 font-size:15px;line-height:1.8;
}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
.container{width:min(var(--container),calc(100% - 40px));margin:0 auto}
.topbar{background:var(--wine-dark);color:#f9e9df;font-size:12px;letter-spacing:.03em}
.topbar-inner{height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.status-dot{display:inline-block;width:7px;height:7px;background:#dfa451;border-radius:50%;margin-right:7px;box-shadow:0 0 0 3px rgba(223,164,81,.16)}
.site-header{position:sticky;top:0;z-index:30;background:rgba(251,247,243,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(8px)}
.nav{height:76px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:11px;color:var(--wine);font-weight:800;white-space:nowrap}
.brand-mark{width:34px;height:34px;border-radius:9px;background:var(--wine);color:#fff;display:grid;place-items:center;font-size:16px;line-height:1}
.brand-name{font-size:17px;letter-spacing:.01em}
.nav-links{display:flex;align-items:center;gap:5px;margin-left:auto}
.nav-link{padding:8px 12px;color:var(--muted);border-radius:8px;transition:.2s}
.nav-link:hover,.nav-link.active{color:var(--wine);background:#f1e4e2}
.nav-cta{min-height:42px;padding:9px 17px;border-radius:8px;background:var(--wine);color:#fff;font-weight:700;transition:.2s}
.nav-cta:hover{background:var(--berry);transform:translateY(-1px)}
.menu-button{display:none;border:1px solid var(--line);background:#fff;color:var(--wine);border-radius:8px;width:42px;height:42px}
.section{padding:78px 0}
.section-tint{background:var(--cream)}
.section-kicker{font-size:12px;letter-spacing:.12em;color:var(--berry);font-weight:800;margin-bottom:8px}
.section-title{font-size:31px;line-height:1.35;letter-spacing:-.02em;color:var(--wine-dark);margin:0}
.section-intro{max-width:650px;color:var(--muted);margin:10px 0 0}
.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:10px 19px;border-radius:8px;border:1px solid transparent;font-weight:700;transition:.2s}
.button-primary{background:var(--wine);color:#fff}
.button-primary:hover{background:var(--berry);transform:translateY(-1px)}
.button-secondary{border-color:#d5b7bf;background:#fffaf8;color:var(--wine)}
.button-secondary:hover{background:#f7e8e7;border-color:#bd8292}
.button:active{transform:translateY(0)}
.button:focus-visible,.nav-link:focus-visible,.nav-cta:focus-visible,.menu-button:focus-visible,.filter-chip:focus-visible,.faq-question:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(201,133,53,.38);outline-offset:3px}
.page-hero{padding:58px 0 50px;background:linear-gradient(115deg,#f5e9e5 0%,#fbf7f3 57%,#eee0e2 100%);border-bottom:1px solid var(--line);overflow:hidden}
.page-hero-grid{display:grid;grid-template-columns:1.08fr .72fr;gap:58px;align-items:center}
.crumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:13px;color:var(--muted);margin-bottom:19px}
.crumb strong{color:var(--berry)}
.page-hero h1{font-size:42px;line-height:1.23;letter-spacing:-.035em;color:var(--wine-dark);margin:0 0 17px;font-weight:800}
.page-hero-copy{font-size:16px;line-height:1.9;max-width:720px;color:#5d4c54;margin:0 0 25px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.hero-stats{display:flex;flex-wrap:wrap;gap:18px;margin-top:24px;color:var(--muted);font-size:13px}
.hero-stats strong{color:var(--wine);font-size:16px;margin-right:4px}
.region-panel{background:var(--wine-dark);padding:22px;border-radius:12px;color:#fff;box-shadow:var(--shadow);position:relative}
.region-panel:after{content:"";position:absolute;right:-18px;bottom:-18px;width:96px;height:96px;border:1px solid rgba(201,133,53,.45);border-radius:50%;pointer-events:none}
.panel-label{font-size:11px;letter-spacing:.12em;color:#efc682;font-weight:800}
.panel-title{font-size:23px;line-height:1.4;margin:8px 0 16px}
.region-meter{height:8px;border-radius:9px;background:#70344d;overflow:hidden;margin:17px 0 8px}
.region-meter span{display:block;height:100%;background:var(--amber);border-radius:inherit}
.panel-meta{display:flex;justify-content:space-between;color:#dec6cc;font-size:12px}
.mini-region-list{display:grid;gap:9px;margin-top:21px}
.mini-region{display:flex;align-items:center;justify-content:space-between;padding:9px 11px;background:rgba(255,255,255,.09);border-left:2px solid var(--amber);font-size:13px}
.mini-region b{font-weight:700}
.filter-section{padding:30px 0;background:#fffaf7;border-bottom:1px solid var(--line)}
.filter-bar{display:grid;grid-template-columns:1.2fr 1.6fr auto;gap:15px;align-items:center}
.search-wrap{position:relative}
.search-wrap input{width:100%;min-height:45px;border:1px solid var(--line);background:#fff;padding:0 14px 0 39px;border-radius:8px;color:var(--ink);transition:.2s}
.search-wrap input:focus{border-color:var(--berry);box-shadow:0 0 0 3px rgba(155,52,92,.1);outline:0}
.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--berry);font-size:16px}
.filter-chips{display:flex;align-items:center;gap:7px;overflow:auto;padding:3px 1px;scrollbar-width:thin}
.filter-chip{white-space:nowrap;border:1px solid var(--line);background:#fffdfa;color:var(--muted);padding:8px 12px;border-radius:7px;font-size:12px;transition:.2s}
.filter-chip:hover,.filter-chip.active{background:#f1e4e2;border-color:#d5adb8;color:var(--wine)}
.filter-result{font-size:13px;color:var(--muted);white-space:nowrap}
.filter-result strong{color:var(--wine)}
.index-layout{display:grid;grid-template-columns:minmax(0,1fr) 282px;gap:38px;align-items:start}
.list-top{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:17px}
.list-top h2{font-size:25px;line-height:1.4;margin:0;color:var(--wine-dark)}
.sort-select{min-height:40px;border:1px solid var(--line);background:#fffdfa;border-radius:7px;padding:0 11px;color:var(--muted);font-size:13px}
.content-list{display:grid;gap:13px}
.content-item{display:grid;grid-template-columns:156px 1fr auto;gap:18px;align-items:center;background:#fffdfa;border:1px solid var(--line);border-radius:10px;padding:12px;transition:.2s}
.content-item:hover{border-color:#c58b9c;box-shadow:var(--shadow);transform:translateY(-2px)}
.thumb{height:102px;border-radius:7px;overflow:hidden;background:#794258;position:relative}
.thumb:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2),transparent 44%),repeating-linear-gradient(135deg,rgba(255,255,255,.09) 0 1px,transparent 1px 10px)}
.thumb:after{content:"内容索引";position:absolute;left:12px;bottom:10px;color:#fff7ef;font-size:11px;font-weight:800;letter-spacing:.1em}
.content-item:nth-child(2) .thumb{background:#a56b43}
.content-item:nth-child(3) .thumb{background:#824c60}
.content-item:nth-child(4) .thumb{background:#a87b46}
.content-item:nth-child(5) .thumb{background:#603348}
.item-title{font-size:17px;line-height:1.42;font-weight:800;color:var(--wine-dark);margin:8px 0 6px}
.item-desc{font-size:13px;color:var(--muted);line-height:1.65;margin:0}
.tag-row{display:flex;flex-wrap:wrap;gap:6px}
.tag{display:inline-flex;padding:3px 8px;border-radius:5px;background:#f3e5e4;color:var(--berry);font-size:11px;line-height:1.4}
.tag.amber{background:#faecd8;color:#99622b}
.tag.gray{background:#eee8e6;color:#6d6266}
.item-action{display:flex;flex-direction:column;align-items:end;gap:10px;min-width:95px}
.item-meta{font-size:11px;color:var(--muted);white-space:nowrap}
.item-link{font-size:13px;color:var(--wine);font-weight:800;border-bottom:1px solid #d8a9b8;padding-bottom:2px}
.item-link:hover{color:var(--berry);border-color:var(--berry)}
.sidebar{display:grid;gap:18px}
.side-card{border:1px solid var(--line);background:#fffdfa;padding:19px;border-radius:10px}
.side-card h3{font-size:17px;margin:0 0 13px;color:var(--wine-dark)}
.side-card p{font-size:13px;color:var(--muted);line-height:1.72;margin:0}
.region-nav{display:grid;gap:3px}
.region-nav a{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-bottom:1px solid #eee2df;font-size:13px;color:#5f4e55;transition:.2s}
.region-nav a:last-child{border-bottom:0}
.region-nav a:hover{color:var(--wine);padding-left:4px}
.region-nav small{color:var(--muted)}
.side-tags{display:flex;flex-wrap:wrap;gap:7px}
.notice-card{background:#fff3df;border-color:#edd6af}
.notice-card h3{color:#865325}
.notice-card p{color:#765f47}
.compare-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px;align-items:stretch}
.compare-lead{background:var(--wine);color:#fff;border-radius:10px;padding:31px}
.compare-lead h2{font-size:29px;line-height:1.35;margin:13px 0}
.compare-lead p{color:#ead7d9;margin:0;line-height:1.85}
.compare-points{display:grid;gap:13px;margin-top:25px}
.compare-points span{display:flex;gap:9px;color:#f3d7bc;font-size:13px}
.compare-points b{color:#e7b467}
.compare-table{background:#fffdfa;border:1px solid var(--line);border-radius:10px;padding:10px 22px}
.compare-row{display:grid;grid-template-columns:1.18fr .8fr .8fr;gap:14px;align-items:center;padding:17px 0;border-bottom:1px solid var(--line);font-size:13px}
.compare-row:last-child{border-bottom:0}
.compare-row.head{color:var(--muted);font-size:12px;padding-top:10px}
.signal{display:inline-flex;align-items:center;gap:6px;color:#6d5c63}
.signal:before{content:"";width:8px;height:8px;background:var(--amber);border-radius:50%}
.signal.wine:before{background:var(--berry)}
.path-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:30px}
.path-card{background:#fffdfa;border:1px solid var(--line);border-radius:10px;padding:27px}
.path-card h2{font-size:27px;line-height:1.4;color:var(--wine-dark);margin:0 0 10px}
.path-card>p{color:var(--muted);margin:0}
.steps{display:grid;gap:0;margin-top:20px}
.step{display:grid;grid-template-columns:38px 1fr;gap:13px;padding:15px 0;border-top:1px solid var(--line)}
.step-number{width:28px;height:28px;border-radius:50%;background:#f1e4e2;color:var(--wine);font-weight:800;font-size:12px;display:grid;place-items:center;margin-top:2px}
.step strong{display:block;color:var(--wine-dark);font-size:15px;margin-bottom:2px}
.step span{display:block;color:var(--muted);font-size:13px;line-height:1.7}
.preference-box{background:#f1e4e2;border-radius:10px;padding:27px}
.preference-box h3{font-size:21px;line-height:1.4;color:var(--wine-dark);margin:0 0 12px}
.preference-box p{color:#6d505b;font-size:14px;margin:0 0 18px}
.preference-box ul{padding:0;margin:0 0 20px;list-style:none}
.preference-box li{padding:8px 0;border-bottom:1px solid rgba(104,29,59,.13);font-size:13px;color:#684957}
.preference-box li:before{content:"✓";color:var(--berry);font-weight:800;margin-right:9px}
.faq-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:55px}
.faq-intro p{color:var(--muted);line-height:1.85}
.faq-list{border-top:1px solid var(--line)}
.faq-item{border-bottom:1px solid var(--line)}
.faq-question{width:100%;display:flex;justify-content:space-between;gap:20px;text-align:left;border:0;background:transparent;padding:20px 0;color:var(--wine-dark);font-weight:800}
.faq-question span:last-child{color:var(--berry);font-size:22px;line-height:1.2}
.faq-answer{display:none;color:var(--muted);font-size:14px;line-height:1.85;padding:0 32px 19px 0}
.faq-item.open .faq-answer{display:block}
.faq-item.open .faq-question span:last-child{transform:rotate(45deg)}
.subscribe-strip{background:var(--wine-dark);color:#fff;padding:39px 0}
.subscribe-grid{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}
.subscribe-grid h2{font-size:28px;line-height:1.35;margin:0 0 7px}
.subscribe-grid p{color:#dec8ce;margin:0;font-size:14px}
.subscribe-actions{display:flex;flex-wrap:wrap;gap:11px}
footer{background:#2e1422;color:#e7d7d9;padding:52px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:48px}
.footer-brand{font-size:19px;font-weight:800;color:#fff4ef;margin-bottom:10px}
.footer-copy{max-width:440px;margin:0;color:#cbb5bb;font-size:13px;line-height:1.8}
.footer-title{font-size:13px;font-weight:800;color:#f2c987;letter-spacing:.06em;margin-bottom:13px}
.footer-links{display:grid;gap:8px;font-size:13px;color:#cbb5bb}
.footer-links a:hover{color:#fff0e3}
.footer-bottom{border-top:1px solid #573044;margin-top:38px;padding-top:17px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:12px;color:#af959e}
@media(max-width:1024px){
 .page-hero-grid{gap:32px}.index-layout{grid-template-columns:minmax(0,1fr) 240px}.content-item{grid-template-columns:126px 1fr}.item-action{display:none}.filter-bar{grid-template-columns:1fr 1.35fr}.filter-result{display:none}.faq-layout{gap:35px}
}
@media(max-width:768px){
 .container{width:min(var(--container),calc(100% - 30px))}
 .topbar-inner{height:auto;min-height:36px;padding:7px 0}.topbar-inner span:last-child{display:none}
 .nav{height:66px;gap:10px}.brand-name{font-size:15px}.brand-mark{width:32px;height:32px}
 .menu-button{display:grid;place-items:center;margin-left:auto}.nav-links{display:none;position:absolute;top:66px;left:15px;right:15px;margin:0;padding:10px;background:#fffaf7;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:10px;flex-direction:column;align-items:stretch}.nav-links.show{display:flex}.nav-link{padding:11px 12px}.nav-cta{padding:9px 12px;min-height:40px}
 .page-hero{padding:40px 0}.page-hero-grid{grid-template-columns:1fr;gap:28px}.page-hero h1{font-size:33px}.region-panel{max-width:540px}.section{padding:60px 0}.section-title{font-size:27px}
 .filter-bar{grid-template-columns:1fr;gap:10px}.filter-chips{max-width:100%}.index-layout{grid-template-columns:1fr;gap:25px}.sidebar{grid-template-columns:1fr 1fr}.list-top{align-items:start}.content-item{grid-template-columns:130px 1fr}.compare-grid,.path-grid,.faq-layout{grid-template-columns:1fr;gap:25px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-grid>div:first-child{grid-column:1/-1}.subscribe-grid{grid-template-columns:1fr}.subscribe-actions{margin-top:2px}
}
@media(max-width:520px){
 body{font-size:14px}.nav-cta{display:none}.page-hero h1{font-size:29px}.page-hero-copy{font-size:14px}.hero-actions .button{flex:1;padding:10px 12px}.hero-stats{gap:10px 16px}.section{padding:49px 0}.section-title{font-size:24px}.content-item{grid-template-columns:1fr;padding:11px}.thumb{height:142px}.item-title{font-size:16px}.sidebar{grid-template-columns:1fr}.compare-lead,.path-card,.preference-box{padding:22px}.compare-row{grid-template-columns:1fr 1fr;gap:7px 12px}.compare-row>div:first-child{grid-column:1/-1;font-weight:800}.compare-row.head{display:none}.faq-question{padding:17px 0}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{display:grid;gap:4px}.subscribe-grid h2{font-size:24px}
}
