/* roulang page: index */
:root{
      --plum:#5b2348;
      --plum-dark:#35152e;
      --wine:#7b2e51;
      --berry:#b95770;
      --coral:#d98683;
      --cream:#fbf5ed;
      --paper:#fffaf5;
      --sand:#f2e5dc;
      --ink:#33272d;
      --muted:#786d72;
      --line:#e8d9d5;
      --white:#fff;
      --shadow:0 18px 44px rgba(71,35,48,.10);
      --soft-shadow:0 8px 24px rgba(71,35,48,.08);
      --radius:18px;
      --radius-sm:12px;
      --container:1200px;
    }
    *,*:before,*:after{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      background:var(--cream);
      color:var(--ink);
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      font-size:16px;
      line-height:1.85;
      -webkit-font-smoothing:antialiased;
    }
    a{color:inherit;text-decoration:none;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}
    a:hover{color:var(--plum)}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    button:focus,input:focus,a:focus{outline:3px solid rgba(185,87,112,.28);outline-offset:3px}
    .container{max-width:var(--container);margin:0 auto;padding:0 28px}
    .site-header{
      position:sticky;top:0;z-index:20;
      background:rgba(251,245,237,.96);
      border-bottom:1px solid var(--line);
      box-shadow:0 4px 18px rgba(70,34,48,.04);
    }
    .nav-shell{min-height:76px;display:flex;align-items:center;gap:22px}
    .brand{display:flex;align-items:center;gap:10px;min-width:248px;font-weight:800;color:var(--plum);letter-spacing:-.04em;font-size:18px}
    .brand-mark{
      width:34px;height:34px;border-radius:11px;background:var(--plum);color:#fff;
      display:grid;place-items:center;font-size:17px;box-shadow:0 5px 12px rgba(91,35,72,.2)
    }
    .desktop-links{display:flex;align-items:center;gap:6px;white-space:nowrap}
    .nav-link{padding:8px 13px;border-radius:10px;color:var(--muted);font-size:14px}
    .nav-link:hover,.nav-link.active{background:#f1e2e1;color:var(--plum);font-weight:700}
    .nav-search{flex:1;display:flex;min-width:250px;max-width:510px;margin-left:auto}
    .nav-search input{
      width:100%;height:46px;border:1px solid var(--line);border-right:0;border-radius:13px 0 0 13px;
      background:var(--paper);padding:0 16px;color:var(--ink);box-shadow:none
    }
    .nav-search input:focus{border-color:var(--berry);box-shadow:0 0 0 3px rgba(185,87,112,.12)}
    .search-button,.main-button{
      border:0;background:var(--plum);color:#fff;font-weight:700;cursor:pointer;
      border-radius:0 13px 13px 0;padding:0 19px;min-height:46px
    }
    .search-button:hover,.main-button:hover{background:var(--plum-dark);transform:translateY(-2px)}
    .menu-button{display:none;border:1px solid var(--line);background:var(--paper);color:var(--plum);border-radius:10px;padding:8px 11px}
    .hero{padding:76px 0 64px;position:relative;overflow:hidden}
    .hero:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;background:#f4ddd8;right:-180px;top:-150px;opacity:.65}
    .hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(380px,.94fr);gap:70px;align-items:center}
    .eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--wine);font-size:13px;font-weight:800;letter-spacing:.08em}
    .eyebrow:before,.section-kicker:before{content:"";width:24px;height:2px;background:var(--coral)}
    h1,h2,h3{color:var(--plum-dark);line-height:1.25;letter-spacing:-.04em;margin:0 0 18px;font-weight:800}
    h1{font-size:clamp(40px,5vw,60px);max-width:650px}
    h2{font-size:clamp(29px,3.2vw,38px)}
    h3{font-size:21px}
    .hero-copy{font-size:17px;color:var(--muted);max-width:650px;margin:0 0 28px;line-height:1.9}
    .hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
    .main-button,.outline-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;min-height:48px;padding:0 20px}
    .main-button{border-radius:12px}
    .outline-button{border:1px solid #cdaeba;color:var(--plum);background:transparent;font-weight:700}
    .outline-button:hover{background:#f3e4e3;border-color:var(--berry);transform:translateY(-2px)}
    .hero-search{margin-top:28px;display:flex;max-width:600px;background:var(--paper);border:1px solid var(--line);border-radius:15px;padding:6px;box-shadow:var(--soft-shadow)}
    .hero-search input{border:0;box-shadow:none;background:transparent;flex:1;padding:0 13px;min-width:0;height:43px}
    .hero-search button{border-radius:10px;min-height:43px}
    .quick-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}
    .tag{display:inline-flex;align-items:center;padding:4px 11px;border-radius:99px;background:#f4e6e1;color:var(--wine);font-size:12px;font-weight:700}
    .hero-note{font-size:12px;color:var(--muted);margin-top:15px}
    .editorial-board{background:var(--plum-dark);border-radius:26px;padding:18px;box-shadow:var(--shadow);transform:rotate(1deg)}
    .board-top{display:flex;justify-content:space-between;color:#ead6d5;font-size:12px;padding:4px 5px 14px}
    .cover-grid{display:grid;grid-template-columns:1.35fr .9fr;grid-template-rows:145px 118px;gap:10px}
    .cover{position:relative;border-radius:14px;overflow:hidden;padding:15px;display:flex;align-items:flex-end;color:#fff;background:linear-gradient(145deg,#9c5969,#4c2748)}
    .cover:nth-child(2){background:linear-gradient(145deg,#d59a86,#7b3658)}
    .cover:nth-child(3){background:linear-gradient(145deg,#6b466d,#b97879)}
    .cover:nth-child(4){background:linear-gradient(145deg,#b86d70,#4a2348)}
    .cover:first-child{grid-row:span 2}
    .cover:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(22,10,22,.72),transparent 68%)}
    .cover-text{position:relative;z-index:1;font-size:13px;font-weight:700}
    .board-bottom{display:flex;gap:8px;flex-wrap:wrap;padding:15px 3px 2px}
    .board-bottom span{font-size:11px;color:#f4d8d6;border:1px solid rgba(255,255,255,.22);padding:3px 9px;border-radius:99px}
    section{padding:92px 0}
    .section-head{max-width:700px;margin-bottom:38px}
    .section-head p{color:var(--muted);margin:0;max-width:650px}
    .pain-section{background:var(--paper)}
    .pain-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
    .pain-item{padding:28px 24px 26px;border-right:1px solid var(--line);position:relative}
    .pain-item:last-child{border-right:0}
    .number{font-size:12px;color:var(--coral);font-weight:800;letter-spacing:.1em}
    .pain-item h3{font-size:19px;margin:12px 0 8px}
    .pain-item p{font-size:14px;color:var(--muted);margin:0;line-height:1.75}
    .solution{background:#f8ede7}
    .solution-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:54px;align-items:start}
    .path-list{border-left:2px solid #d9abb0;margin:7px 0 0 12px}
    .path-step{position:relative;padding:0 0 25px 27px}
    .path-step:before{content:attr(data-step);position:absolute;left:-19px;top:0;width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:var(--wine);color:#fff;font-size:13px;font-weight:800}
    .path-step h3{font-size:18px;margin-bottom:5px}
    .path-step p{margin:0;color:var(--muted);font-size:14px}
    .feature-preview{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:var(--soft-shadow)}
    .preview-image{height:205px;border-radius:16px;background:linear-gradient(125deg,#633553,#d28a86 54%,#f1c8af);position:relative;overflow:hidden}
    .preview-image:after{content:"仅展示经过隐私处理的视觉摘要";position:absolute;bottom:14px;left:16px;color:#fff;background:rgba(48,20,41,.65);padding:5px 10px;border-radius:8px;font-size:12px}
    .preview-meta{display:flex;justify-content:space-between;align-items:center;margin:18px 0 8px;color:var(--muted);font-size:12px}
    .feature-preview p{color:var(--muted);font-size:14px;margin:0 0 16px}
    .results{background:var(--cream)}
    .result-layout{display:grid;grid-template-columns:1.28fr .72fr;gap:18px}
    .result-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:18px;display:flex;gap:18px;min-height:148px;box-shadow:0 5px 17px rgba(69,35,46,.04)}
    .result-card.featured{grid-row:span 2;display:block}
    .result-card.featured .result-cover{height:220px;width:100%;margin-bottom:18px}
    .result-cover{width:160px;min-width:160px;height:112px;border-radius:13px;background:linear-gradient(135deg,#713657,#cf8d86);position:relative;overflow:hidden}
    .result-cover:after{content:"合规预览";position:absolute;left:10px;bottom:9px;color:#fff;background:rgba(47,22,41,.62);font-size:11px;border-radius:6px;padding:2px 7px}
    .result-card:nth-child(2) .result-cover{background:linear-gradient(135deg,#bd7d73,#633655)}
    .result-card:nth-child(3) .result-cover{background:linear-gradient(135deg,#765170,#d6a084)}
    .result-card h3{font-size:19px;margin:10px 0 7px}
    .result-card p{font-size:13px;color:var(--muted);line-height:1.7;margin:0 0 12px}
    .card-meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:12px;color:var(--muted)}
    .link-arrow{color:var(--wine);font-size:13px;font-weight:800}
    .voices{background:var(--paper)}
    .voice-wall{display:grid;grid-template-columns:1fr 1.12fr 1fr;gap:18px;align-items:start}
    .voice{border:1px solid var(--line);border-radius:18px;padding:24px;background:#fffaf6}
    .voice:nth-child(2){margin-top:34px;background:#f5e7e2}
    .voice:nth-child(3){margin-top:10px}
    .quote{font-size:28px;color:var(--coral);line-height:1;margin-bottom:12px}
    .voice p{font-size:15px;margin:0 0 20px;color:var(--ink);line-height:1.85}
    .voice-user{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--muted)}
    .avatar{width:31px;height:31px;border-radius:50%;background:linear-gradient(135deg,#d18b8d,#633655)}
    .info-section{background:#f8ede7}
    .info-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}
    .article-list{background:var(--paper);border-radius:18px;padding:10px 22px;border:1px solid var(--line)}
    .article-link{display:flex;justify-content:space-between;gap:20px;padding:17px 0;border-bottom:1px solid var(--line);font-weight:700;font-size:15px}
    .article-link:last-child{border-bottom:0}
    .article-link span{color:var(--muted);font-size:12px;font-weight:400;white-space:nowrap}
    .safety-card{background:var(--plum-dark);color:#f8e9e5;border-radius:20px;padding:28px}
    .safety-card h3{color:#fff3ed}
    .safety-card p{font-size:14px;color:#dbc4c9}
    .safety-list{padding:0;margin:20px 0 0;list-style:none}
    .safety-list li{border-top:1px solid rgba(255,255,255,.16);padding:10px 0;font-size:14px}
    .guide-section{background:var(--cream)}
    .guide-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
    .guide-item{padding:22px 20px;border-left:3px solid var(--coral);background:var(--paper);border-radius:0 14px 14px 0}
    .guide-item h3{font-size:18px;margin-bottom:8px}
    .guide-item p{font-size:13px;color:var(--muted);margin:0;line-height:1.75}
    .cta{padding:78px 0;background:var(--plum-dark);color:#fbeee8}
    .cta h2{color:#fff8f1;margin-bottom:12px}
    .cta p{color:#dcc5ca;max-width:660px;margin:0 0 25px}
    .cta .hero-search{max-width:700px;background:#fff7f1;border-color:transparent}
    .cta .outline-button{color:#fff;border-color:#b98291}
    .site-footer{background:#241421;color:#ceb9bf;padding:48px 0 25px}
    .footer-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:50px}
    .footer-brand{color:#fff4ed;font-weight:800;font-size:18px;margin-bottom:12px}
    .footer-copy{font-size:13px;max-width:350px;line-height:1.8}
    .footer-title{color:#fff4ed;font-size:13px;font-weight:800;margin-bottom:12px}
    .footer-links{list-style:none;margin:0;padding:0;display:grid;gap:6px;font-size:13px}
    .footer-links a:hover{color:#fff}
    .footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:18px;font-size:12px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
    .age-note{color:#efb5ab}
    @media(max-width:1024px){
      .brand{min-width:210px}.desktop-links{display:none}.nav-shell{flex-wrap:wrap;padding-top:13px;padding-bottom:13px}.nav-search{order:3;flex-basis:100%;max-width:none}.menu-button{display:block;margin-left:auto}.hero-grid{gap:35px}.result-layout{grid-template-columns:1fr}
    }
    @media(max-width:768px){
      .container{padding:0 20px}.hero{padding:55px 0 45px}.hero-grid,.solution-grid{grid-template-columns:1fr}.editorial-board{max-width:560px;margin:10px auto 0}.pain-flow{grid-template-columns:1fr 1fr}.pain-item:nth-child(2){border-right:0}.pain-item:nth-child(-n+2){border-bottom:1px solid var(--line)}section{padding:65px 0}.voice-wall,.info-grid{grid-template-columns:1fr}.voice:nth-child(2),.voice:nth-child(3){margin-top:0}.guide-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-grid>div:first-child{grid-column:1/-1}}
    @media(max-width:520px){
      h1{font-size:39px}.hero-actions>*{width:100%}.hero-search{width:100%}.cover-grid{grid-template-rows:120px 100px}.result-card,.result-card.featured{display:block}.result-cover,.result-card.featured .result-cover{width:100%;height:170px;margin-bottom:15px}.pain-flow,.guide-grid{grid-template-columns:1fr}.pain-item{border-right:0!important;border-bottom:1px solid var(--line)!important}.pain-item:last-child{border-bottom:0!important}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:5px}}

/* roulang page: category1 */
:root{
      --plum:#5b2348;
      --plum-dark:#35152e;
      --wine:#7b2e51;
      --berry:#b95770;
      --coral:#d98683;
      --cream:#fbf5ed;
      --paper:#fffaf5;
      --sand:#f2e5dc;
      --ink:#33272d;
      --muted:#786d72;
      --line:#e8d9d5;
      --white:#fff;
      --shadow:0 18px 44px rgba(71,35,48,.10);
      --soft-shadow:0 8px 24px rgba(71,35,48,.08);
      --radius:18px;
      --radius-sm:12px;
      --container:1200px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      background:var(--cream);
      color:var(--ink);
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      font-size:16px;
      line-height:1.85;
      -webkit-font-smoothing:antialiased;
    }
    a{color:inherit;text-decoration:none;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}
    a:hover{color:var(--plum)}
    img{max-width:100%;display:block}
    button,input,select{font:inherit}
    button:focus,input:focus,select:focus,a:focus{outline:3px solid rgba(185,87,112,.28);outline-offset:3px}
    .container{max-width:var(--container);margin:0 auto;padding:0 28px}

    .site-header{
      position:sticky;
      top:0;
      z-index:20;
      background:rgba(251,245,237,.97);
      border-bottom:1px solid var(--line);
      box-shadow:0 4px 18px rgba(70,34,48,.04)
    }
    .nav-shell{min-height:76px;display:flex;align-items:center;gap:22px}
    .brand{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:248px;
      font-weight:800;
      color:var(--plum);
      letter-spacing:-.04em;
      font-size:18px
    }
    .brand-mark{
      width:34px;
      height:34px;
      border-radius:11px;
      background:var(--plum);
      color:#fff;
      display:grid;
      place-items:center;
      font-size:18px;
      box-shadow:0 5px 12px rgba(91,35,72,.2)
    }
    .desktop-links{display:flex;align-items:center;gap:3px}
    .nav-link{padding:8px 13px;border-radius:10px;color:var(--muted);font-size:14px}
    .nav-link:hover,.nav-link.active{background:#f1e2e1;color:var(--plum);font-weight:700}
    .nav-search{flex:1;display:flex;min-width:250px;max-width:510px;margin-left:auto}
    .nav-search input{
      width:100%;
      height:46px;
      border:1px solid var(--line);
      border-right:0;
      border-radius:13px 0 0 13px;
      background:var(--paper);
      padding:0 16px;
      color:var(--ink);
      box-shadow:none
    }
    .nav-search input:focus{border-color:var(--berry);box-shadow:0 0 0 3px rgba(185,87,112,.12)}
    .search-button,.main-button{
      border:0;
      background:var(--plum);
      color:#fff;
      font-weight:700;
      cursor:pointer;
      border-radius:0 13px 13px 0;
      padding:0 19px;
      min-height:46px
    }
    .search-button:hover,.main-button:hover{background:var(--plum-dark);transform:translateY(-2px)}
    .menu-button{
      display:none;
      border:1px solid var(--line);
      background:var(--paper);
      color:var(--plum);
      border-radius:10px;
      padding:8px 11px;
      cursor:pointer
    }

    .page-hero{
      padding:64px 0 48px;
      background:var(--paper);
      border-bottom:1px solid var(--line)
    }
    .breadcrumbs{
      display:flex;
      align-items:center;
      gap:9px;
      color:var(--muted);
      font-size:13px;
      margin-bottom:22px
    }
    .breadcrumbs a{color:var(--wine)}
    .breadcrumbs .current{color:var(--ink);font-weight:700}
    .hero-layout{
      display:grid;
      grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
      gap:62px;
      align-items:center
    }
    .eyebrow,.section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--wine);
      font-size:13px;
      font-weight:800;
      letter-spacing:.08em
    }
    .eyebrow:before,.section-kicker:before{content:"";width:24px;height:2px;background:var(--coral)}
    h1,h2,h3{color:var(--plum-dark);line-height:1.25;margin-top:0}
    h1{font-size:clamp(38px,4.6vw,56px);letter-spacing:-.04em;margin:14px 0 18px;font-weight:850}
    h2{font-size:clamp(28px,3vw,36px);letter-spacing:-.03em;margin-bottom:14px}
    h3{font-size:20px;margin-bottom:8px}
    .hero-summary{color:var(--muted);font-size:17px;max-width:670px;margin:0 0 25px}
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap}
    .main-button,.outline-button{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:12px;
      min-height:48px;
      padding:0 20px
    }
    .main-button{border-radius:12px}
    .outline-button{border:1px solid #cdaeba;color:var(--plum);background:transparent;font-weight:700}
    .outline-button:hover{background:#f3e4e3;border-color:var(--berry);transform:translateY(-2px)}
    .hero-visual{
      min-height:300px;
      border:1px solid var(--line);
      border-radius:24px;
      background:#f4e5df;
      padding:18px;
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden
    }
    .hero-visual:after{
      content:"";
      position:absolute;
      width:180px;
      height:180px;
      border-radius:50%;
      right:-55px;
      bottom:-55px;
      background:#d9a5a0;
      opacity:.5
    }
    .visual-top{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:12px;margin-bottom:14px}
    .visual-label{color:var(--wine);font-weight:800}
    .visual-stage{
      min-height:206px;
      display:grid;
      grid-template-columns:1.28fr .72fr;
      gap:11px;
      position:relative;
      z-index:1
    }
    .visual-panel{
      border-radius:16px;
      background:#713852;
      padding:20px;
      color:#fff6f0;
      display:flex;
      flex-direction:column;
      justify-content:flex-end;
      overflow:hidden
    }
    .visual-panel.large{background:linear-gradient(145deg,#6d3153,#ad6b6d)}
    .visual-panel.small{background:#c38b7e;justify-content:space-between}
    .visual-panel strong{font-size:22px;line-height:1.35}
    .visual-panel span{font-size:12px;opacity:.82}
    .visual-line{height:5px;background:rgba(255,255,255,.25);border-radius:9px;margin-top:13px}
    .visual-line i{display:block;width:68%;height:100%;background:#f4c5b5;border-radius:9px}

    section{padding:82px 0}
    .section-head{max-width:710px;margin-bottom:34px}
    .section-head p{color:var(--muted);margin:0;max-width:660px}
    .category-strip{
      background:var(--sand);
      border-bottom:1px solid var(--line);
      padding:17px 0
    }
    .strip-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
    .strip-text{font-size:14px;color:var(--muted)}
    .strip-text strong{color:var(--plum);font-size:19px;margin-right:8px}
    .tag-row{display:flex;gap:8px;flex-wrap:wrap}
    .tag{
      display:inline-flex;
      align-items:center;
      padding:4px 11px;
      border-radius:99px;
      background:#f4e6e1;
      color:var(--wine);
      font-size:12px;
      font-weight:700
    }
    .tag.selected{background:var(--plum);color:#fff}
    .filter-section{background:var(--cream);padding-bottom:42px}
    .filter-bar{
      display:flex;
      align-items:end;
      gap:18px;
      padding:20px;
      background:var(--paper);
      border:1px solid var(--line);
      border-radius:16px;
      box-shadow:var(--soft-shadow)
    }
    .filter-field{flex:1;min-width:160px}
    .filter-field label{display:block;color:var(--muted);font-size:12px;font-weight:700;margin-bottom:5px}
    .filter-field input,.filter-field select{
      width:100%;
      height:44px;
      border:1px solid var(--line);
      border-radius:10px;
      background:#fffdf9;
      color:var(--ink);
      padding:0 12px;
      box-shadow:none
    }
    .filter-submit{height:44px;border:0;border-radius:10px;background:var(--wine);color:#fff;padding:0 20px;font-weight:700;cursor:pointer}
    .filter-submit:hover{background:var(--plum-dark);transform:translateY(-1px)}
    .content-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:34px;align-items:start}
    .feature-item{
      display:grid;
      grid-template-columns:250px minmax(0,1fr);
      gap:24px;
      background:var(--plum-dark);
      color:#fff5ef;
      border-radius:20px;
      padding:20px;
      margin-bottom:22px;
      box-shadow:var(--shadow)
    }
    .cover{
      min-height:188px;
      border-radius:14px;
      background:linear-gradient(145deg,#bd7d73,#633655);
      position:relative;
      overflow:hidden
    }
    .cover:before{
      content:"隐私保护预览";
      position:absolute;
      inset:0;
      display:grid;
      place-items:center;
      color:rgba(255,255,255,.83);
      font-size:13px;
      letter-spacing:.08em;
      background:rgba(43,20,38,.22);
      backdrop-filter:blur(2px)
    }
    .feature-item h3{color:#fff5ef;font-size:25px;margin:13px 0 9px}
    .feature-item p{color:#e7d1d0;font-size:14px;margin:0 0 15px}
    .feature-meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:12px;color:#dcbcc2}
    .feature-meta .tag{background:#71405e;color:#fff1eb}
    .content-list{display:grid;gap:13px}
    .list-item{
      display:grid;
      grid-template-columns:142px minmax(0,1fr) auto;
      gap:18px;
      align-items:center;
      background:var(--paper);
      border:1px solid var(--line);
      border-radius:16px;
      padding:14px;
      transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease
    }
    .list-item:hover{transform:translateY(-3px);border-color:#cdaeba;box-shadow:var(--soft-shadow)}
    .list-cover{height:100px;border-radius:11px;background:linear-gradient(135deg,#7a4967,#c78978);position:relative;overflow:hidden}
    .list-item:nth-child(2) .list-cover{background:linear-gradient(135deg,#9b5d69,#e0aa8c)}
    .list-item:nth-child(3) .list-cover{background:linear-gradient(135deg,#633b56,#b87b7d)}
    .list-item:nth-child(4) .list-cover{background:linear-gradient(135deg,#bd897d,#80506b)}
    .list-cover:after{content:"";position:absolute;inset:0;background:rgba(47,23,40,.18)}
    .list-item h3{font-size:18px;margin:7px 0 5px}
    .list-item p{color:var(--muted);font-size:13px;line-height:1.65;margin:0 0 7px}
    .item-action{white-space:nowrap;color:var(--wine);font-size:13px;font-weight:800}
    .side-panel{
      background:var(--paper);
      border:1px solid var(--line);
      border-radius:17px;
      padding:21px;
      position:sticky;
      top:100px
    }
    .side-panel + .side-panel{margin-top:16px}
    .side-title{font-size:16px;color:var(--plum);font-weight:800;margin-bottom:13px}
    .side-links{list-style:none;padding:0;margin:0}
    .side-links li{border-bottom:1px solid var(--line)}
    .side-links li:last-child{border-bottom:0}
    .side-links a{display:flex;justify-content:space-between;padding:9px 0;color:var(--muted);font-size:13px}
    .side-links a:hover{color:var(--wine);padding-left:3px}
    .notice{font-size:13px;color:var(--muted);line-height:1.75;margin:0}
    .guide-section{background:#f8ede7}
    .guide-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:32px;align-items:stretch}
    .guide-copy{padding:8px 0}
    .guide-list{list-style:none;padding:0;margin:24px 0 0}
    .guide-list li{display:flex;gap:13px;margin:13px 0;color:var(--muted);font-size:14px}
    .guide-list b{flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:#ead0cd;color:var(--wine);display:grid;place-items:center;font-size:12px}
    .safety-card{background:var(--plum);color:#f8e9e5;border-radius:20px;padding:28px}
    .safety-card h3{color:#fff2eb;margin-bottom:12px}
    .safety-card p{color:#e6cbd0;font-size:14px;margin:0 0 16px}
    .safety-points{display:grid;gap:10px}
    .safety-points span{padding:10px 12px;border:1px solid rgba(255,255,255,.16);border-radius:10px;color:#f4dfe0;font-size:13px}
    .faq-section{background:var(--paper)}
    .accordion{background:transparent;margin:0;border:0}
    .accordion-item{border:1px solid var(--line);border-radius:12px;margin-bottom:10px;overflow:hidden;background:#fffdf9}
    .accordion-title{border:0;color:var(--plum);font-size:15px;font-weight:700;padding:17px 20px}
    .accordion-title:hover{background:#f8ebe7;color:var(--wine)}
    .accordion-content{border:0;background:#fffdf9;color:var(--muted);font-size:14px;line-height:1.8;padding:0 20px 17px}
    .cta-section{background:var(--plum-dark);color:#fff3ed;padding:70px 0}
    .cta-grid{display:flex;align-items:center;justify-content:space-between;gap:35px}
    .cta-section h2{color:#fff4ef;margin-bottom:10px}
    .cta-section p{color:#e5cfd0;margin:0;max-width:680px}
    .cta-form{display:flex;min-width:390px;background:var(--paper);padding:6px;border-radius:14px}
    .cta-form input{flex:1;min-width:0;border:0;background:transparent;height:44px;padding:0 12px;color:var(--ink);box-shadow:none}
    .cta-form button{border:0;border-radius:10px;background:var(--coral);color:var(--plum-dark);font-weight:800;padding:0 17px;cursor:pointer}
    .cta-form button:hover{background:#efb0a2;transform:translateY(-2px)}
    .site-footer{background:#24141f;color:#ead7d7;padding:44px 0 20px}
    .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px}
    .footer-brand{font-size:20px;font-weight:800;color:#fff0e9;margin-bottom:9px}
    .footer-copy{color:#bfa9ae;max-width:430px;font-size:13px;line-height:1.75;margin:0}
    .footer-title{font-size:13px;color:#f0c5bd;font-weight:800;margin-bottom:12px}
    .footer-links{list-style:none;padding:0;margin:0}
    .footer-links li{margin:5px 0}
    .footer-links a{color:#bfa9ae;font-size:13px}
    .footer-links a:hover{color:#fff0e9}
    .footer-bottom{display:flex;justify-content:space-between;gap:18px;border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:17px;color:#9e878e;font-size:12px}
    .age-note{color:#e2b3b3}
    .empty-state{display:none;padding:30px;text-align:center;background:var(--paper);border:1px dashed #cdaeba;border-radius:15px;color:var(--muted)}
    .pagination-wrap{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:28px}
    .page-number,.page-arrow{min-width:40px;height:40px;border:1px solid var(--line);border-radius:9px;display:grid;place-items:center;background:var(--paper);color:var(--muted);font-size:13px}
    .page-number.active,.page-number:hover,.page-arrow:hover{background:var(--plum);color:#fff;border-color:var(--plum)}
    .status-message{font-size:13px;color:var(--muted);margin:14px 0 0}
    @media (max-width:1100px){
      .brand{min-width:215px}
      .nav-shell{gap:14px}
      .hero-layout{gap:38px}
      .content-layout{grid-template-columns:minmax(0,1fr) 245px}
    }
    @media (max-width:768px){
      .container{padding:0 20px}
      .nav-shell{min-height:66px;flex-wrap:wrap;padding-top:10px;padding-bottom:10px}
      .brand{min-width:0;flex:1;font-size:16px}
      .desktop-links{order:4;display:none;width:100%;padding:8px 0 3px;border-top:1px solid var(--line)}
      .menu-open .desktop-links{display:flex}
      .menu-button{display:block}
      .nav-search{order:3;flex-basis:100%;max-width:none;margin:0}
      .site-header{position:relative}
      .hero-layout,.guide-grid{grid-template-columns:1fr;gap:28px}
      .page-hero{padding:43px 0 36px}
      section{padding:62px 0}
      .hero-visual{min-height:270px}
      .content-layout{grid-template-columns:1fr}
      .side-panel{position:static}
      .strip-inner{align-items:flex-start;flex-direction:column;gap:12px}
      .filter-bar{display:grid;grid-template-columns:1fr 1fr}
      .filter-submit{width:100%}
      .cta-grid{display:block}
      .cta-form{min-width:0;margin-top:24px}
      .footer-grid{grid-template-columns:1.3fr 1fr}
      .footer-grid>div:first-child{grid-column:1/-1}
    }
    @media (max-width:560px){
      h1{font-size:38px}
      .feature-item{grid-template-columns:1fr;gap:14px}
      .feature-item .cover{min-height:160px}
      .list-item{grid-template-columns:94px minmax(0,1fr);gap:12px}
      .list-cover{height:86px}
      .item-action{grid-column:2}
      .filter-bar{grid-template-columns:1fr}
      .cta-form{display:block;background:transparent;padding:0}
      .cta-form input{width:100%;border:1px solid rgba(255,255,255,.25);border-radius:10px;background:#fffaf5;height:46px;margin-bottom:10px}
      .cta-form button{width:100%;height:46px}
      .footer-grid{grid-template-columns:1fr}
      .footer-grid>div:first-child{grid-column:auto}
      .footer-bottom{display:block}
      .age-note{display:block;margin-top:7px}
    }
