/* roulang page: index */
:root{
      --ink:#211c22;
      --muted:#746b73;
      --berry:#9b405f;
      --berry-dark:#713047;
      --coral:#d97968;
      --cream:#fbf7f2;
      --mist:#f1e9e5;
      --paper:#fffdfb;
      --line:#e9ded9;
      --shadow:0 18px 55px rgba(59,35,43,.10);
      --soft-shadow:0 8px 26px rgba(59,35,43,.08);
      --radius:22px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--ink);
      background:var(--cream);
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
      line-height:1.75;
      -webkit-font-smoothing:antialiased;
    }
    a{color:inherit;text-decoration:none}
    img{display:block;max-width:100%}
    button,input{font:inherit}
    button{cursor:pointer}
    :focus-visible{outline:3px solid rgba(217,121,104,.55);outline-offset:3px}
    .container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
    .site-header{
      position:sticky;top:0;z-index:30;
      background:rgba(255,253,251,.94);
      border-bottom:1px solid var(--line);
      box-shadow:0 4px 20px rgba(53,31,37,.05);
      backdrop-filter:blur(12px);
    }
    .nav-wrap{height:78px;display:flex;align-items:center;gap:26px}
    .brand{display:flex;align-items:center;gap:11px;min-width:260px;font-weight:800;letter-spacing:-.03em}
    .brand-mark{
      width:38px;height:38px;border-radius:13px;background:var(--berry);
      color:white;display:grid;place-items:center;font-size:17px;
      box-shadow:0 7px 16px rgba(155,64,95,.24)
    }
    .brand-text{font-size:16px;line-height:1.2}
    .brand-text small{display:block;color:var(--muted);font-size:10px;font-weight:600;letter-spacing:.12em;margin-top:3px}
    .nav-links{display:flex;align-items:center;gap:6px;flex:1}
    .nav-link{padding:9px 14px;border-radius:12px;color:var(--muted);font-size:14px;transition:.2s ease}
    .nav-link:hover{color:var(--berry);background:#f8efec}
    .nav-link.active{color:var(--berry);background:#f8eceb;font-weight:700}
    .nav-actions{display:flex;align-items:center;gap:10px}
    .nav-search{display:flex;align-items:center;width:170px;height:42px;border:1px solid var(--line);border-radius:999px;background:white;padding:0 13px;gap:7px}
    .nav-search input{border:0;outline:0;width:100%;min-width:0;color:var(--ink);font-size:13px;background:transparent}
    .nav-search svg{width:17px;color:var(--muted);flex:none}
    .menu-toggle{display:none;border:1px solid var(--line);background:white;border-radius:12px;width:42px;height:42px;color:var(--ink)}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 20px;border-radius:13px;border:1px solid transparent;font-weight:700;font-size:14px;transition:.2s ease}
    .btn-primary{background:var(--berry);color:white;box-shadow:0 9px 20px rgba(155,64,95,.2)}
    .btn-primary:hover{background:var(--berry-dark);transform:translateY(-2px)}
    .btn-secondary{background:white;color:var(--berry);border-color:#dfc5c8}
    .btn-secondary:hover{background:#fff5f2;border-color:var(--coral)}
    .btn:active{transform:translateY(0) scale(.98)}
    .hero{padding:58px 0 76px;background:radial-gradient(circle at 86% 12%,#f7dcd2 0,transparent 28%),var(--cream)}
    .hero-stage{
      min-height:515px;border-radius:30px;overflow:hidden;position:relative;
      background:#2a2028;box-shadow:var(--shadow);display:grid;grid-template-columns:1.08fr .92fr;
    }
    .hero-stage:before{content:"";position:absolute;inset:0;background:linear-gradient(112deg,rgba(30,22,29,.96) 12%,rgba(48,28,40,.82) 53%,rgba(110,48,67,.27));z-index:1}
    .hero-art{position:absolute;inset:0;background:
      radial-gradient(ellipse at 78% 30%,rgba(217,121,104,.75),transparent 22%),
      radial-gradient(ellipse at 68% 82%,rgba(155,64,95,.85),transparent 34%),
      linear-gradient(135deg,#34242e,#92605c 48%,#31202a);
    }
    .hero-art:after{content:"";position:absolute;width:48%;height:125%;right:6%;top:-12%;background:linear-gradient(115deg,transparent 15%,rgba(255,220,205,.32) 46%,rgba(80,35,50,.12) 47%,transparent 70%);transform:rotate(8deg)}
    .hero-copy,.coupon-panel{position:relative;z-index:2}
    .hero-copy{padding:74px 58px;color:white;align-self:center}
    .eyebrow{display:inline-flex;align-items:center;gap:8px;color:#f5cfc4;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
    .eyebrow:before{content:"";width:24px;height:2px;background:var(--coral)}
    h1,h2,h3,p{margin-top:0}
    h1{font-size:clamp(38px,5vw,66px);line-height:1.12;letter-spacing:-.06em;margin:20px 0 22px;max-width:650px}
    .hero-copy p{color:#eadfe0;max-width:580px;font-size:16px;margin-bottom:30px}
    .hero-buttons{display:flex;flex-wrap:wrap;gap:12px}
    .coupon-panel{align-self:end;margin:0 48px 48px 0;justify-self:end;width:min(320px,80%);background:#fffaf5;color:var(--ink);padding:27px;border-radius:22px;box-shadow:0 20px 45px rgba(15,8,13,.28);transform:rotate(2deg)}
    .coupon-panel:before{content:"成人浏览提示";display:inline-block;color:var(--berry);font-size:11px;font-weight:800;letter-spacing:.12em;border:1px solid #e7c5c0;border-radius:999px;padding:4px 9px}
    .coupon-panel h3{font-size:25px;line-height:1.25;margin:18px 0 10px;letter-spacing:-.04em}
    .coupon-panel p{font-size:13px;color:var(--muted);margin-bottom:19px}
    .coupon-code{border-top:1px dashed #d8c2bc;border-bottom:1px dashed #d8c2bc;padding:11px 0;margin-bottom:17px;display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}
    .section{padding:90px 0}
    .section.alt{background:var(--paper)}
    .section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}
    .section-kicker{font-size:12px;color:var(--berry);font-weight:800;letter-spacing:.14em;margin-bottom:10px}
    h2{font-size:clamp(28px,4vw,45px);line-height:1.18;letter-spacing:-.055em;margin-bottom:12px}
    .section-head p{color:var(--muted);max-width:570px;margin-bottom:0}
    .story-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:stretch}
    .story-card{padding:36px;background:white;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--soft-shadow)}
    .story-card.dark{background:#2b2229;color:white;border-color:#2b2229}
    .story-card.dark p{color:#d7cbd0}
    .story-card p{color:var(--muted);font-size:15px}
    .number-list{display:grid;gap:18px;margin-top:24px}
    .number-item{display:flex;gap:15px;align-items:flex-start}
    .number-item b{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:#f7e4de;color:var(--berry);font-size:13px;flex:none}
    .number-item strong{display:block;font-size:15px;margin-bottom:2px}
    .number-item span{display:block;color:var(--muted);font-size:13px;line-height:1.6}
    .dark .number-item span{color:#cbbec3}
    .feature-layout{display:grid;grid-template-columns:1.22fr .78fr;gap:22px}
    .feature-main,.feature-small{position:relative;overflow:hidden;border-radius:var(--radius);min-height:330px;border:1px solid var(--line);background:#3a2831;color:white}
    .feature-main{padding:32px;display:flex;flex-direction:column;justify-content:end;background:linear-gradient(145deg,#4d2c3c,#c0746c)}
    .feature-main:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(24,15,20,.82),transparent 70%)}
    .feature-main>*{position:relative;z-index:1}
    .feature-small{min-height:330px;padding:27px;background:linear-gradient(145deg,#f1d2c7,#a95b71);color:white;display:flex;flex-direction:column;justify-content:space-between}
    .feature-small:after{content:"";position:absolute;right:-35px;top:32px;width:170px;height:250px;border-radius:90px 90px 20px 20px;background:rgba(255,238,226,.22);transform:rotate(15deg)}
    .feature-tag,.tag{display:inline-flex;width:max-content;padding:5px 10px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.04em;background:#f8e4de;color:var(--berry)}
    .feature-main .feature-tag{background:rgba(255,245,239,.18);color:#fff}
    .feature-main h3,.feature-small h3{font-size:28px;line-height:1.25;letter-spacing:-.04em;margin:15px 0 8px}
    .feature-small h3{font-size:23px}
    .feature-main p,.feature-small p{font-size:13px;margin:0;color:#f6e9e7}
    .theme-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
    .theme-card{padding:22px;background:#fff;border:1px solid var(--line);border-radius:17px;transition:.22s ease}
    .theme-card:hover{transform:translateY(-4px);box-shadow:var(--soft-shadow);border-color:#d6a9a5}
    .theme-card strong{display:block;margin:15px 0 5px;font-size:16px}
    .theme-card p{font-size:13px;color:var(--muted);margin:0;line-height:1.65}
    .theme-icon{width:38px;height:38px;border-radius:12px;background:#f7e4de;color:var(--berry);display:grid;place-items:center;font-weight:800}
    .metrics{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
    .metric{padding:30px 22px;border-right:1px solid var(--line)}
    .metric:last-child{border-right:0}
    .metric strong{display:block;font-size:38px;letter-spacing:-.06em;color:var(--berry);line-height:1.1}
    .metric span{display:block;color:var(--muted);font-size:13px;margin-top:8px}
    .quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    .quote{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px;box-shadow:0 5px 18px rgba(59,35,43,.04)}
    .quote p{font-size:15px;line-height:1.8;margin-bottom:20px}
    .quote footer{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:12px}
    .avatar{width:32px;height:32px;border-radius:50%;background:#e9c1b8;color:var(--berry);display:grid;place-items:center;font-weight:800}
    .news-layout{display:grid;grid-template-columns:1fr .72fr;gap:40px}
    .news-list{border-top:1px solid var(--line)}
    .news-item{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid var(--line);font-size:15px}
    .news-item a:hover{color:var(--berry)}
    .news-item time{color:var(--muted);font-size:12px;white-space:nowrap}
    .notice{background:#f5e6e0;border-radius:20px;padding:27px}
    .notice h3{font-size:21px;margin-bottom:10px}
    .notice p{font-size:13px;color:var(--muted);margin-bottom:17px}
    .faq-list{display:grid;gap:10px;max-width:860px}
    .faq-item{background:white;border:1px solid var(--line);border-radius:15px;overflow:hidden}
    .faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;background:transparent;border:0;padding:18px 20px;color:var(--ink);font-weight:700}
    .faq-question span:last-child{color:var(--berry);font-size:22px;transition:.2s}
    .faq-answer{display:none;padding:0 20px 20px;color:var(--muted);font-size:14px}
    .faq-item.open .faq-answer{display:block}
    .faq-item.open .faq-question span:last-child{transform:rotate(45deg)}
    .cta{padding:62px 0}
    .cta-box{background:#2b2229;color:white;border-radius:26px;padding:45px 52px;display:flex;justify-content:space-between;align-items:center;gap:30px}
    .cta-box h2{margin-bottom:10px}
    .cta-box p{color:#d7cbd0;margin:0;max-width:600px}
    .site-footer{background:#211c22;color:#d9cfd2;padding:48px 0 25px}
    .footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:35px;padding-bottom:35px}
    .footer-brand{color:white;font-weight:800;font-size:17px}
    .footer-copy{font-size:13px;color:#a99da2;max-width:300px;margin-top:12px}
    .footer-title{color:#fff;font-weight:700;font-size:13px;margin-bottom:13px}
    .footer-links{display:grid;gap:8px;font-size:13px;color:#a99da2}
    .footer-links a:hover{color:#f1b1a4}
    .footer-bottom{border-top:1px solid #3c3138;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#92858c;font-size:12px}
    @media(max-width:1024px){
      .brand{min-width:auto}.nav-links{gap:0}.nav-link{padding-inline:9px}.nav-search{width:145px}
      .hero-copy{padding:55px 40px}.coupon-panel{margin-right:30px}.theme-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:768px){
      .container{width:min(100% - 28px,600px)}.nav-wrap{height:68px;gap:10px}.brand-text{font-size:13px}.brand-mark{width:34px;height:34px}
      .nav-links,.nav-actions .btn{display:none}.nav-actions{margin-left:auto}.nav-actions .nav-search{display:flex;width:150px}.menu-toggle{display:block}
      .hero{padding:25px 0 45px}.hero-stage{display:block;min-height:0}.hero-copy{padding:55px 25px 40px;min-height:410px}.coupon-panel{width:calc(100% - 42px);margin:0 21px 25px;transform:none}
      .section{padding:62px 0}.section-head{display:block;margin-bottom:25px}.section-head p{margin-top:10px}
      .story-grid,.feature-layout,.news-layout{grid-template-columns:1fr}.feature-small{min-height:250px}.metrics{grid-template-columns:repeat(2,1fr)}.metric:nth-child(2){border-right:0}.metric:nth-child(-n+2){border-bottom:1px solid var(--line)}.quotes{grid-template-columns:1fr}
      .cta-box{display:block;padding:34px 25px}.cta-box .btn{margin-top:24px}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:7px}
    }
    @media(max-width:520px){
      h1{font-size:38px}.hero-copy p{font-size:14px}.hero-buttons .btn{width:100%}.theme-grid{grid-template-columns:1fr}.metrics{grid-template-columns:1fr}.metric{border-right:0!important;border-bottom:1px solid var(--line)}.metric:last-child{border-bottom:0}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.brand-text small{display:none}.nav-actions .nav-search{width:42px;padding:0;justify-content:center}.nav-search input{display:none}.nav-search svg{width:19px}
    }

/* roulang page: category1 */
:root{
 --ink:#211c22;--muted:#746b73;--berry:#9b405f;--berry-dark:#713047;
 --coral:#d97968;--cream:#fbf7f2;--mist:#f1e9e5;--paper:#fffdfb;
 --line:#e9ded9;--shadow:0 18px 55px rgba(59,35,43,.10);
 --soft-shadow:0 8px 26px rgba(59,35,43,.08);--radius:22px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--cream);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;line-height:1.75;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input{font:inherit}button{cursor:pointer}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,253,251,.95);border-bottom:1px solid var(--line);box-shadow:0 4px 20px rgba(53,31,37,.05);backdrop-filter:blur(12px)}
.nav-wrap{height:78px;display:flex;align-items:center;gap:26px}
.brand{display:flex;align-items:center;gap:11px;min-width:260px;font-weight:800;letter-spacing:-.03em}
.brand-mark{width:38px;height:38px;border-radius:13px;background:var(--berry);color:#fff;display:grid;place-items:center;font-size:17px;box-shadow:0 7px 16px rgba(155,64,95,.24)}
.brand-text{font-size:16px;line-height:1.2}.brand-text small{display:block;color:var(--muted);font-size:10px;font-weight:600;letter-spacing:.12em;margin-top:3px}
.nav-links{display:flex;align-items:center;gap:6px;flex:1}.nav-link{padding:9px 14px;border-radius:12px;color:var(--muted);font-size:14px;transition:.2s}
.nav-link:hover{color:var(--berry);background:#f8efec}.nav-link.active{color:var(--berry);background:#f8eceb;font-weight:700}
.nav-actions{display:flex;align-items:center;gap:10px}.nav-search{display:flex;align-items:center;width:170px;height:42px;border:1px solid var(--line);border-radius:999px;background:#fff;padding:0 13px;gap:7px}
.nav-search input{border:0;outline:0;width:100%;min-width:0;color:var(--ink);font-size:13px;background:transparent}.nav-search svg{width:17px;color:var(--muted);flex:none}
.menu-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;width:42px;height:42px;color:var(--ink)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 20px;border-radius:13px;border:1px solid transparent;font-weight:700;font-size:14px;transition:.2s}
.btn-primary{background:var(--berry);color:#fff;box-shadow:0 9px 20px rgba(155,64,95,.2)}.btn-primary:hover{background:var(--berry-dark);transform:translateY(-2px)}
.btn-secondary{background:#fff;color:var(--berry);border-color:#dfc5c8}.btn-secondary:hover{background:#fff5f2;border-color:var(--coral)}
.btn:active{transform:translateY(0) scale(.98)}.btn:focus-visible,.nav-link:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid rgba(217,121,104,.4);outline-offset:3px}
.page-banner{padding:64px 0 54px;background:radial-gradient(circle at 86% 0,#f5d8cf 0,transparent 28%),var(--cream)}
.banner-inner{display:flex;align-items:end;justify-content:space-between;gap:35px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--berry);font-size:12px;font-weight:800;letter-spacing:.15em}
.eyebrow:before{content:"";width:24px;height:2px;background:var(--coral)}
h1,h2,h3,p{margin-top:0}h1{font-size:clamp(34px,5vw,60px);line-height:1.15;letter-spacing:-.055em;margin:16px 0 18px;max-width:680px}
.banner-copy p{color:var(--muted);max-width:650px;font-size:16px;margin:0}.banner-note{min-width:225px;padding:20px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--soft-shadow);font-size:13px;color:var(--muted)}
.banner-note strong{display:block;color:var(--berry);font-size:25px;line-height:1.2;margin-bottom:4px}
.section{padding:72px 0}.section.alt{background:var(--paper)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:28px}
.section-head h2{font-size:30px;line-height:1.25;letter-spacing:-.04em;margin:0}.section-head p{color:var(--muted);max-width:510px;margin:0;font-size:14px}
.filter-bar{padding:18px;display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--soft-shadow);margin-bottom:28px}
.filter-label{font-weight:800;font-size:13px;margin-right:4px}.filter-btn{border:1px solid var(--line);background:#fff;color:var(--muted);padding:8px 14px;border-radius:999px;font-size:13px;transition:.2s}
.filter-btn:hover,.filter-btn.active{color:#fff;background:var(--berry);border-color:var(--berry)}.filter-btn:active{transform:scale(.96)}
.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:26px;align-items:start}
.media-list{display:grid;gap:15px}.media-item{display:grid;grid-template-columns:154px 1fr auto;gap:22px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:20px;padding:14px;transition:.25s;box-shadow:0 4px 15px rgba(59,35,43,.04)}
.media-item:hover{border-color:#d9aeb5;box-shadow:var(--soft-shadow);transform:translateY(-2px)}
.cover{height:128px;border-radius:14px;overflow:hidden;position:relative;background:linear-gradient(145deg,#4a293d,#d17b6d 60%,#f0c2ae)}
.cover:before{content:"";position:absolute;width:48%;height:115%;right:12%;top:-8%;background:linear-gradient(120deg,transparent,#f5d8ca88 45%,#512b4388 47%,transparent 72%);transform:rotate(8deg)}
.cover:after{content:"";position:absolute;left:14%;bottom:0;width:42%;height:72%;border-radius:55% 55% 0 0;background:#38252f99}
.cover.two{background:linear-gradient(145deg,#2f2736,#927080 52%,#e7b59d)}.cover.three{background:linear-gradient(145deg,#b36c66,#f2cbb7 55%,#6b3b54)}.cover.four{background:linear-gradient(145deg,#3b2832,#b65a69 58%,#e7aa9e)}
.media-info h3{font-size:19px;line-height:1.35;margin:8px 0 6px}.media-info p{font-size:13px;color:var(--muted);line-height:1.6;margin:0 0 9px}
.tag{display:inline-flex;padding:4px 9px;border-radius:999px;background:#f8e7e1;color:var(--berry);font-size:11px;font-weight:800;margin-right:5px}.meta{font-size:12px;color:#9a8b91}
.item-action{color:var(--berry);font-size:13px;font-weight:800;white-space:nowrap}.item-action:hover{color:var(--berry-dark)}
.side-panel{background:#2b2229;color:#fff;border-radius:22px;padding:25px;box-shadow:var(--shadow);position:sticky;top:105px}.side-panel h3{font-size:20px;margin:0 0 8px}.side-panel p{color:#d7cbd0;font-size:13px;line-height:1.7;margin-bottom:21px}
.side-tags{display:flex;gap:8px;flex-wrap:wrap}.side-tags a{padding:7px 11px;background:#44323c;color:#f2dce0;border-radius:9px;font-size:12px;transition:.2s}.side-tags a:hover{background:var(--coral);color:#fff}
.tip-strip{display:grid;grid-template-columns:1.1fr .9fr;gap:20px;align-items:stretch}.tip-card{padding:29px;background:#f5e9e4;border-radius:20px;border:1px solid #ead4cf}.tip-card.dark{background:var(--berry-dark);color:#fff;border-color:var(--berry-dark)}.tip-card h3{margin:0 0 8px;font-size:20px}.tip-card p{color:var(--muted);font-size:14px;margin:0}.tip-card.dark p{color:#f0dfe1}
.faq-list{display:grid;gap:10px;max-width:850px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:16px;padding:0 20px}.faq-item summary{padding:17px 0;font-weight:750;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:15px}.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:after{content:"－"}.faq-answer{color:var(--muted);font-size:14px;padding:0 0 18px;max-width:760px}
.cta{padding:48px 52px;border-radius:26px;background:#2b2229;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:25px;box-shadow:var(--shadow)}.cta h2{font-size:30px;line-height:1.3;margin:0 0 8px}.cta p{color:#d7cbd0;margin:0;font-size:14px}
.site-footer{background:#211b21;color:#d9cbd0;padding:28px 0;border-top:1px solid #392b34}.footer-main{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-brand{display:flex;align-items:center;gap:12px;font-weight:750}.avatar{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:#9b405f;color:#fff;font-size:13px}.footer-links{display:flex;gap:17px;flex-wrap:wrap;font-size:12px;color:#bfaeb5}.footer-links a:hover{color:#fff}.copyright{font-size:12px;color:#8f7d85;margin:20px 0 0;border-top:1px solid #382c34;padding-top:17px}
@media(max-width:900px){.brand{min-width:auto}.nav-links{gap:0}.nav-search{width:140px}.content-layout{grid-template-columns:1fr}.side-panel{position:static}.banner-inner{align-items:start;flex-direction:column}.banner-note{min-width:0;width:100%}}
@media(max-width:700px){.container{width:min(100% - 28px,560px)}.nav-wrap{height:68px;gap:10px}.brand-text{font-size:14px}.brand-text small{display:none}.brand-mark{width:34px;height:34px}.nav-links{display:none;position:absolute;left:14px;right:14px;top:74px;padding:8px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav-links.open{display:flex}.nav-link{padding:13px 14px}.nav-actions{margin-left:auto}.nav-search{width:42px;padding:0;justify-content:center}.nav-search input{display:none}.nav-search svg{width:18px}.nav-actions .btn{display:none}.menu-toggle{display:block}.page-banner{padding:43px 0 35px}h1{font-size:38px}.section{padding:52px 0}.section-head{display:block}.section-head h2{font-size:26px;margin-bottom:8px}.media-item{grid-template-columns:92px 1fr;gap:14px;padding:11px}.cover{height:116px}.item-action{grid-column:2}.media-info h3{font-size:16px;margin-top:5px}.media-info p{font-size:12px}.filter-bar{gap:8px;padding:14px}.filter-label{width:100%}.tip-strip{grid-template-columns:1fr}.cta{padding:30px 25px;display:block}.cta h2{font-size:25px}.cta .btn{margin-top:20px}.footer-main{display:block}.footer-links{margin-top:18px}}
@media(max-width:380px){.container{width:calc(100% - 22px)}h1{font-size:33px}.media-item{grid-template-columns:78px 1fr}.cover{height:105px}}
