/* roulang page: index */
:root{
      --bg: #f8f3ed;
      --bg-2: #fffaf5;
      --surface: rgba(255,255,255,.78);
      --surface-strong: #ffffff;
      --text: #2d241f;
      --muted: #77685f;
      --soft: #9d8f86;
      --line: rgba(117, 92, 75, .14);
      --primary: #d96f57;
      --primary-2: #f09b71;
      --accent: #e8b98e;
      --accent-2: #9d6d88;
      --success: #4b8f72;
      --shadow: 0 18px 40px rgba(89, 58, 42, .10);
      --shadow-soft: 0 12px 28px rgba(89, 58, 42, .08);
      --radius-xl: 28px;
      --radius-lg: 22px;
      --radius-md: 16px;
      --radius-sm: 12px;
      --container: 1200px;
      --gap: 24px;
      --gap-lg: 36px;
      --transition: all .28s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: -apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 20% 10%, rgba(240,155,113,.18), transparent 28%),
        radial-gradient(circle at 80% 0%, rgba(232,185,142,.2), transparent 26%),
        linear-gradient(180deg, #fdf9f5 0%, #fbf5ee 35%, #f8f2ea 100%);
      line-height:1.7;
      letter-spacing:.01em;
      overflow-x:hidden;
    }

    a{color:inherit;text-decoration:none;transition:var(--transition)}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    ::selection{background:rgba(217,111,87,.2)}
    :focus-visible{outline:3px solid rgba(217,111,87,.26);outline-offset:2px}

    .container{
      width:min(var(--container), calc(100% - 32px));
      margin:0 auto;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      backdrop-filter:saturate(180%) blur(18px);
      background:rgba(255,252,248,.82);
      border-bottom:1px solid rgba(117, 92, 75, .10);
      box-shadow:0 1px 0 rgba(255,255,255,.5);
    }

    .header-inner{
      min-height:76px;
      display:flex;
      align-items:center;
      gap:18px;
      justify-content:space-between;
    }

    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      flex:0 0 auto;
      min-width:0;
    }

    .brand-mark{
      width:42px;
      height:42px;
      border-radius:14px;
      background:
        linear-gradient(145deg, rgba(217,111,87,1), rgba(240,155,113,1));
      box-shadow:0 10px 20px rgba(217,111,87,.24);
      position:relative;
      overflow:hidden;
      flex:0 0 auto;
    }
    .brand-mark::before,
    .brand-mark::after{
      content:"";
      position:absolute;
      border-radius:50%;
      background:rgba(255,255,255,.9);
      filter:blur(.2px);
    }
    .brand-mark::before{
      width:12px;height:12px;left:10px;top:10px;
      box-shadow:14px 10px 0 rgba(255,255,255,.85);
    }
    .brand-mark::after{
      width:18px;height:4px;left:12px;bottom:10px;border-radius:999px;
      opacity:.85;
    }

    .brand-text{
      display:flex;
      flex-direction:column;
      min-width:0;
    }
    .brand-text strong{
      font-size:1.02rem;
      line-height:1.15;
      letter-spacing:-.02em;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .brand-text span{
      font-size:.78rem;
      color:var(--muted);
      margin-top:2px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }

    .nav{
      display:flex;
      align-items:center;
      gap:8px;
      flex:1 1 auto;
      justify-content:center;
      min-width:0;
    }

    .nav-link{
      padding:10px 14px;
      border-radius:999px;
      font-size:.96rem;
      color:var(--muted);
      border:1px solid transparent;
      background:transparent;
      white-space:nowrap;
    }
    .nav-link:hover{
      color:var(--text);
      background:rgba(217,111,87,.08);
      border-color:rgba(217,111,87,.12);
      transform:translateY(-1px);
    }
    .nav-link.active{
      color:#fff;
      background:linear-gradient(145deg, var(--primary), var(--primary-2));
      box-shadow:0 10px 20px rgba(217,111,87,.18);
    }

    .header-actions{
      display:flex;
      align-items:center;
      gap:10px;
      flex:0 0 auto;
      min-width:0;
    }

    .search-form{
      display:flex;
      align-items:center;
      gap:8px;
      padding:7px 8px 7px 14px;
      background:#fff;
      border:1px solid rgba(117, 92, 75, .12);
      border-radius:999px;
      box-shadow:0 10px 24px rgba(89, 58, 42, .05);
      min-width:260px;
    }
    .search-form input{
      border:none;
      outline:none;
      background:transparent;
      width:100%;
      color:var(--text);
      font-size:.95rem;
    }
    .search-form input::placeholder{color:#9a8e86}
    .search-btn{
      border:none;
      background:linear-gradient(145deg, #f2a178, #db7158);
      color:#fff;
      border-radius:999px;
      padding:10px 16px;
      cursor:pointer;
      box-shadow:0 10px 18px rgba(217,111,87,.18);
      transition:var(--transition);
    }
    .search-btn:hover{transform:translateY(-2px);box-shadow:0 14px 22px rgba(217,111,87,.24)}
    .search-btn:active{transform:translateY(0)}

    .cta-btn{
      border:none;
      background:#2f261f;
      color:#fff;
      padding:12px 18px;
      border-radius:999px;
      font-weight:700;
      letter-spacing:.01em;
      cursor:pointer;
      box-shadow:0 14px 24px rgba(47,38,31,.14);
      transition:var(--transition);
      white-space:nowrap;
    }
    .cta-btn:hover{
      background:#1f1915;
      transform:translateY(-2px);
      box-shadow:0 18px 28px rgba(47,38,31,.18);
    }
    .cta-btn:active{transform:translateY(0)}

    main{padding:24px 0 40px}

    .section{
      padding:30px 0;
    }

    .hero{
      position:relative;
      overflow:hidden;
      padding-top:18px;
    }
    .hero-shell{
      position:relative;
      background:
        linear-gradient(135deg, rgba(255,255,255,.82) 0%, rgba(255,250,245,.76) 52%, rgba(255,244,237,.92) 100%);
      border:1px solid rgba(117, 92, 75, .12);
      border-radius:34px;
      box-shadow:var(--shadow);
      padding:34px;
      overflow:hidden;
    }
    .hero-shell::before{
      content:"";
      position:absolute;
      inset:auto -70px -120px auto;
      width:260px;
      height:260px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(240,155,113,.22), rgba(240,155,113,0) 70%);
      pointer-events:none;
    }
    .hero-shell::after{
      content:"";
      position:absolute;
      inset:-70px auto auto -100px;
      width:280px;
      height:280px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(157,109,136,.16), rgba(157,109,136,0) 68%);
      pointer-events:none;
    }

    .hero-grid{
      display:grid;
      grid-template-columns: 1.15fr .95fr;
      gap:28px;
      align-items:stretch;
      position:relative;
      z-index:1;
    }

    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 14px;
      border-radius:999px;
      background:rgba(217,111,87,.10);
      color:#9e503f;
      font-size:.9rem;
      font-weight:700;
      margin-bottom:16px;
    }
    .eyebrow::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--primary);
      box-shadow:0 0 0 6px rgba(217,111,87,.12);
    }

    h1{
      margin:0;
      font-size:clamp(2.1rem, 5vw, 4.4rem);
      line-height:1.06;
      letter-spacing:-.04em;
      max-width:11ch;
    }

    .hero p{
      margin:18px 0 0;
      color:var(--muted);
      font-size:1.05rem;
      max-width:36em;
    }

    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:26px;
      align-items:center;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:16px;
      padding:13px 18px;
      font-weight:700;
      border:1px solid transparent;
      cursor:pointer;
      transition:var(--transition);
      white-space:nowrap;
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(145deg, var(--primary), var(--primary-2));
      box-shadow:0 14px 24px rgba(217,111,87,.18);
    }
    .btn-primary:hover{transform:translateY(-3px);box-shadow:0 18px 28px rgba(217,111,87,.24)}
    .btn-secondary{
      background:rgba(255,255,255,.8);
      color:var(--text);
      border-color:rgba(117, 92, 75, .12);
      box-shadow:0 8px 18px rgba(89, 58, 42, .05);
    }
    .btn-secondary:hover{
      transform:translateY(-2px);
      border-color:rgba(217,111,87,.22);
      background:#fff;
    }

    .hero-stats{
      display:flex;
      gap:14px;
      flex-wrap:wrap;
      margin-top:24px;
    }
    .stat{
      min-width:150px;
      flex:1 1 150px;
      background:rgba(255,255,255,.78);
      border:1px solid rgba(117, 92, 75, .10);
      border-radius:20px;
      padding:14px 16px;
      box-shadow:0 10px 22px rgba(89, 58, 42, .05);
    }
    .stat strong{
      display:block;
      font-size:1.15rem;
      line-height:1.2;
      margin-bottom:4px;
    }
    .stat span{
      color:var(--muted);
      font-size:.9rem;
    }

    .hero-panel{
      background:linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,251,247,.84));
      border:1px solid rgba(117, 92, 75, .12);
      border-radius:28px;
      padding:18px;
      box-shadow:var(--shadow-soft);
      display:grid;
      gap:14px;
    }
    .hero-panel-title{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:6px 4px 2px;
    }
    .hero-panel-title strong{
      font-size:1.05rem;
      letter-spacing:-.02em;
    }
    .hero-panel-title span{
      color:var(--muted);
      font-size:.9rem;
      white-space:nowrap;
    }
    .panel-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
    }
    .panel-card{
      background:var(--surface-strong);
      border:1px solid rgba(117, 92, 75, .10);
      border-radius:20px;
      padding:15px;
      box-shadow:0 10px 18px rgba(89,58,42,.05);
      min-height:118px;
      position:relative;
      overflow:hidden;
      transition:var(--transition);
    }
    .panel-card:hover{
      transform:translateY(-2px);
      box-shadow:0 16px 24px rgba(89,58,42,.08);
      border-color:rgba(217,111,87,.18);
    }
    .panel-num{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width:38px;
      height:38px;
      padding:0 10px;
      border-radius:12px;
      background:rgba(217,111,87,.10);
      color:#a74f3d;
      font-weight:800;
      margin-bottom:12px;
    }
    .panel-card h3{
      margin:0 0 6px;
      font-size:1rem;
      line-height:1.28;
    }
    .panel-card p{
      margin:0;
      color:var(--muted);
      font-size:.92rem;
      line-height:1.65;
    }
    .panel-tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      margin-top:12px;
      padding:6px 10px;
      border-radius:999px;
      background:#f8f1ea;
      color:#8a6552;
      font-size:.82rem;
      font-weight:600;
    }

    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:16px;
      margin-bottom:18px;
    }
    .section-head h2{
      margin:0;
      font-size:clamp(1.45rem, 2.3vw, 2.1rem);
      line-height:1.15;
      letter-spacing:-.03em;
    }
    .section-head p{
      margin:0;
      color:var(--muted);
      max-width:60ch;
      font-size:.98rem;
    }

    .rail{
      display:flex;
      gap:16px;
      overflow-x:auto;
      padding-bottom:10px;
      scroll-snap-type:x proximity;
      scrollbar-width:thin;
    }
    .rail::-webkit-scrollbar{height:10px}
    .rail::-webkit-scrollbar-thumb{
      background:rgba(157,109,136,.25);
      border-radius:999px;
    }
    .rail-card{
      flex:0 0 290px;
      scroll-snap-align:start;
      background:var(--surface-strong);
      border:1px solid rgba(117, 92, 75, .10);
      border-radius:24px;
      overflow:hidden;
      box-shadow:var(--shadow-soft);
      transition:var(--transition);
      position:relative;
    }
    .rail-card:hover{transform:translateY(-4px);box-shadow:0 18px 32px rgba(89,58,42,.10)}
    .cover{
      height:180px;
      position:relative;
      background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.38), transparent 28%),
        linear-gradient(135deg, #e9b08d 0%, #efc3a3 36%, #d98b74 100%);
      overflow:hidden;
    }
    .cover::before,
    .cover::after{
      content:"";
      position:absolute;
      border-radius:50%;
      background:rgba(255,255,255,.16);
      filter:blur(2px);
    }
    .cover::before{
      width:150px;height:150px;right:-30px;top:-24px;
    }
    .cover::after{
      width:90px;height:90px;left:18px;bottom:-18px;
      background:rgba(255,255,255,.22);
    }
    .cover.alt1{background:linear-gradient(135deg, #f3c3a2 0%, #e59a7d 46%, #b87d8d 100%)}
    .cover.alt2{background:linear-gradient(135deg, #f2d5b7 0%, #efb38b 48%, #d96f57 100%)}
    .cover.alt3{background:linear-gradient(135deg, #ecd8c0 0%, #d7aa8b 40%, #a66f80 100%)}
    .cover.alt4{background:linear-gradient(135deg, #f8dcc4 0%, #e3ab84 42%, #f08d66 100%)}
    .cover.alt5{background:linear-gradient(135deg, #f0cfbd 0%, #d7a08e 43%, #8e6d8f 100%)}
    .cover.alt6{background:linear-gradient(135deg, #eed9c7 0%, #ebae86 38%, #c87a6e 100%)}

    .rail-content{
      padding:16px;
    }
    .rail-content .topline{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      margin-bottom:10px;
    }
    .index-badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 10px;
      border-radius:999px;
      background:#f7f0e9;
      color:#8b6b5b;
      font-weight:800;
      font-size:.84rem;
    }
    .mini-pill{
      padding:6px 9px;
      border-radius:999px;
      background:rgba(217,111,87,.10);
      color:#9e503f;
      font-size:.78rem;
      font-weight:700;
      white-space:nowrap;
    }
    .rail-content h3{
      margin:0;
      font-size:1.04rem;
      line-height:1.35;
      letter-spacing:-.02em;
    }
    .rail-content p{
      margin:8px 0 14px;
      color:var(--muted);
      font-size:.92rem;
      line-height:1.65;
      min-height:56px;
    }
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }
    .chip{
      display:inline-flex;
      align-items:center;
      padding:6px 10px;
      border-radius:999px;
      background:#faf4ef;
      color:#7c655a;
      font-size:.78rem;
      border:1px solid rgba(117,92,75,.08);
    }

    .grid{
      display:grid;
      gap:18px;
    }
    .recommend-grid{
      grid-template-columns:repeat(4, minmax(0, 1fr));
    }
    .card{
      background:rgba(255,255,255,.85);
      border:1px solid rgba(117, 92, 75, .10);
      border-radius:24px;
      overflow:hidden;
      box-shadow:var(--shadow-soft);
      transition:var(--transition);
    }
    .card:hover{
      transform:translateY(-4px);
      box-shadow:0 18px 34px rgba(89,58,42,.10);
    }
    .card-body{
      padding:16px;
    }
    .card h3{
      margin:0;
      font-size:1.03rem;
      line-height:1.34;
      letter-spacing:-.02em;
    }
    .card p{
      margin:8px 0 0;
      color:var(--muted);
      font-size:.92rem;
      line-height:1.65;
    }
    .card .meta{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      margin-top:14px;
      color:#8d7a71;
      font-size:.82rem;
    }
    .thumb{
      height:165px;
      background:linear-gradient(135deg, #efb58e, #d97e6a);
      position:relative;
    }
    .thumb::after{
      content:"";
      position:absolute;
      inset:14px;
      border:1px solid rgba(255,255,255,.34);
      border-radius:18px;
    }
    .thumb.t2{background:linear-gradient(135deg, #eec5a7, #bf7f8a)}
    .thumb.t3{background:linear-gradient(135deg, #f2d2b4, #d98f7d)}
    .thumb.t4{background:linear-gradient(135deg, #e8b89a, #9d6d88)}
    .thumb.t5{background:linear-gradient(135deg, #f0cdaa, #c98870)}
    .thumb.t6{background:linear-gradient(135deg, #dfb49d, #a8788f)}

    .news-layout{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:18px;
      align-items:start;
    }
    .news-list{
      background:rgba(255,255,255,.82);
      border:1px solid rgba(117, 92, 75, .10);
      border-radius:24px;
      box-shadow:var(--shadow-soft);
      overflow:hidden;
    }
    .news-list-header{
      padding:18px 18px 14px;
      border-bottom:1px solid rgba(117,92,75,.10);
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:12px;
    }
    .news-list-header strong{
      font-size:1.03rem;
    }
    .news-list-header a{
      color:#9e503f;
      font-weight:700;
      font-size:.92rem;
    }
    .news-items{
      padding:8px 8px 12px;
    }
    .news-item{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:14px;
      padding:14px 12px;
      border-radius:18px;
      transition:var(--transition);
    }
    .news-item:hover{
      background:rgba(217,111,87,.06);
      transform:translateX(2px);
    }
    .news-item + .news-item{
      margin-top:4px;
      border-top:1px solid rgba(117,92,75,.08);
    }
    .news-item h4{
      margin:0;
      font-size:1rem;
      line-height:1.45;
      max-width:48ch;
    }
    .news-item p{
      margin:6px 0 0;
      color:var(--muted);
      font-size:.9rem;
      line-height:1.6;
    }
    .news-time{
      flex:0 0 auto;
      color:#a08f84;
      font-size:.85rem;
      white-space:nowrap;
      padding-top:3px;
    }

    .news-side{
      display:grid;
      gap:18px;
    }
    .side-box{
      background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,249,244,.9));
      border:1px solid rgba(117, 92, 75, .10);
      border-radius:24px;
      box-shadow:var(--shadow-soft);
      padding:18px;
    }
    .side-box h3{
      margin:0 0 10px;
      font-size:1.02rem;
    }
    .side-box ul{
      list-style:none;
      padding:0;
      margin:0;
    }
    .side-box li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      padding:10px 0;
      color:var(--muted);
      font-size:.94rem;
      border-top:1px dashed rgba(117,92,75,.10);
    }
    .side-box li:first-child{border-top:none;padding-top:0}
    .side-dot{
      width:8px;height:8px;margin-top:8px;border-radius:50%;
      background:var(--primary);
      box-shadow:0 0 0 5px rgba(217,111,87,.10);
      flex:0 0 auto;
    }

    .category-grid{
      grid-template-columns:repeat(4, minmax(0, 1fr));
    }
    .category-card{
      background:linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,251,247,.88));
      border:1px solid rgba(117,92,75,.10);
      border-radius:24px;
      padding:18px;
      box-shadow:var(--shadow-soft);
      transition:var(--transition);
      min-height:240px;
      display:flex;
      flex-direction:column;
    }
    .category-card:hover{
      transform:translateY(-4px);
      box-shadow:0 18px 32px rgba(89,58,42,.10);
    }
    .category-card .cat-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      margin-bottom:14px;
    }
    .cat-badge{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:42px;height:42px;
      border-radius:14px;
      background:rgba(217,111,87,.10);
      color:#a95140;
      font-weight:800;
    }
    .category-card h3{
      margin:0;
      font-size:1.06rem;
      line-height:1.35;
    }
    .category-card p{
      margin:8px 0 14px;
      color:var(--muted);
      font-size:.93rem;
      line-height:1.68;
    }
    .mini-list{
      list-style:none;
      padding:0;
      margin:0 0 16px;
      display:grid;
      gap:10px;
    }
    .mini-list li{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:10px 12px;
      border-radius:16px;
      background:#faf4ef;
      color:#6d5d55;
      font-size:.9rem;
      border:1px solid rgba(117,92,75,.08);
    }
    .mini-list span{
      color:#9a8072;
      font-size:.82rem;
      white-space:nowrap;
    }
    .card-link{
      margin-top:auto;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      padding:12px 15px;
      border-radius:16px;
      border:1px solid rgba(217,111,87,.16);
      background:rgba(217,111,87,.06);
      color:#9a4d3d;
      font-weight:700;
    }
    .card-link:hover{
      background:rgba(217,111,87,.11);
      transform:translateY(-2px);
    }

    .steps-layout{
      display:grid;
      grid-template-columns:.95fr 1.05fr;
      gap:18px;
      align-items:stretch;
    }
    .steps-box,
    .guide-box{
      background:rgba(255,255,255,.86);
      border:1px solid rgba(117,92,75,.10);
      border-radius:24px;
      box-shadow:var(--shadow-soft);
      padding:20px;
    }
    .steps-list{
      display:grid;
      gap:14px;
      margin-top:14px;
    }
    .step-row{
      display:flex;
      gap:14px;
      align-items:flex-start;
      padding:14px;
      border-radius:18px;
      background:#fffaf6;
      border:1px solid rgba(117,92,75,.08);
    }
    .step-index{
      width:40px;height:40px;border-radius:14px;
      background:linear-gradient(145deg, rgba(217,111,87,.16), rgba(240,155,113,.18));
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:800;
      color:#9e503f;
      flex:0 0 auto;
    }
    .step-row h3{
      margin:0 0 6px;
      font-size:1rem;
    }
    .step-row p{
      margin:0;
      color:var(--muted);
      font-size:.92rem;
      line-height:1.65;
    }
    .guide-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0, 1fr));
      gap:14px;
      margin-top:14px;
    }
    .guide-card{
      padding:16px;
      border-radius:18px;
      border:1px solid rgba(117,92,75,.08);
      background:linear-gradient(180deg, #fff, #fff8f3);
    }
    .guide-card strong{
      display:block;
      margin-bottom:8px;
      font-size:1rem;
    }
    .guide-card p{
      margin:0;
      color:var(--muted);
      font-size:.92rem;
      line-height:1.65;
    }

    .faq{
      display:grid;
      gap:12px;
    }
    .faq-item{
      background:rgba(255,255,255,.88);
      border:1px solid rgba(117,92,75,.10);
      border-radius:20px;
      overflow:hidden;
      box-shadow:var(--shadow-soft);
    }
    .faq-question{
      width:100%;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:18px 18px;
      background:transparent;
      border:none;
      text-align:left;
      color:var(--text);
      font-size:1rem;
      font-weight:700;
      cursor:pointer;
    }
    .faq-question span{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:30px;height:30px;
      border-radius:10px;
      background:rgba(217,111,87,.10);
      color:#9a4d3d;
      flex:0 0 auto;
      transition:var(--transition);
    }
    .faq-item.active .faq-question span{
      background:linear-gradient(145deg, var(--primary), var(--primary-2));
      color:#fff;
      transform:rotate(45deg);
    }
    .faq-answer{
      max-height:0;
      overflow:hidden;
      transition:max-height .32s ease;
      border-top:1px solid rgba(117,92,75,.08);
      background:#fffdfb;
    }
    .faq-answer p{
      margin:0;
      padding:16px 18px 18px;
      color:var(--muted);
      line-height:1.75;
      font-size:.95rem;
    }

    .cta-band{
      background:
        radial-gradient(circle at top left, rgba(240,155,113,.18), transparent 28%),
        linear-gradient(135deg, #fff8f2 0%, #fff1e8 58%, #f8e1d3 100%);
      border:1px solid rgba(117,92,75,.10);
      border-radius:32px;
      box-shadow:var(--shadow);
      padding:28px;
      overflow:hidden;
      position:relative;
    }
    .cta-band::after{
      content:"";
      position:absolute;
      right:-60px;
      bottom:-60px;
      width:180px;
      height:180px;
      border-radius:50%;
      background:rgba(157,109,136,.10);
      pointer-events:none;
    }
    .cta-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:20px;
      align-items:center;
      position:relative;
      z-index:1;
    }
    .cta-band h2{
      margin:0;
      font-size:clamp(1.55rem, 2.8vw, 2.35rem);
      line-height:1.15;
      letter-spacing:-.03em;
    }
    .cta-band p{
      margin:14px 0 0;
      color:var(--muted);
      font-size:1rem;
      max-width:40em;
    }
    .cta-form{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      justify-content:flex-end;
      align-items:center;
    }
    .cta-input{
      flex:1 1 290px;
      min-width:240px;
      border:1px solid rgba(117,92,75,.14);
      background:#fff;
      border-radius:16px;
      padding:14px 16px;
      outline:none;
      box-shadow:0 10px 18px rgba(89,58,42,.05);
    }
    .cta-input::placeholder{color:#a6968c}
    .cta-note{
      width:100%;
      color:#8f7d72;
      font-size:.86rem;
      margin-top:6px;
      text-align:right;
    }

    .site-footer{
      padding:30px 0 40px;
      border-top:1px solid rgba(117,92,75,.10);
      margin-top:20px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr .85fr;
      gap:22px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      gap:12px;
      align-items:flex-start;
    }
    .footer-brand .brand-mark{width:38px;height:38px;border-radius:13px}
    .footer-brand strong{
      display:block;
      font-size:1.02rem;
      margin-bottom:6px;
    }
    .footer-brand p{
      margin:0;
      color:var(--muted);
      font-size:.94rem;
      line-height:1.7;
    }
    .footer-col h3{
      margin:0 0 12px;
      font-size:1rem;
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:var(--muted);
      font-size:.94rem;
      width:fit-content;
    }
    .footer-links a:hover{
      color:var(--primary);
      transform:translateX(2px);
    }
    .copyright{
      margin-top:22px;
      padding-top:16px;
      border-top:1px solid rgba(117,92,75,.10);
      color:#8b7b72;
      font-size:.88rem;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
    }
    .back-top{
      color:#9c5643;
      font-weight:700;
    }

    .muted{
      color:var(--muted);
    }

    @media (max-width: 1280px){
      .recommend-grid,.category-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}
      .news-layout,.steps-layout,.cta-grid,.hero-grid,.footer-grid{grid-template-columns:1fr}
      .hero-panel{order:-1}
      .search-form{min-width:220px}
    }

    @media (max-width: 1024px){
      .header-inner{
        flex-wrap:wrap;
        padding:14px 0;
      }
      .nav{
        order:3;
        width:100%;
        justify-content:flex-start;
        overflow-x:auto;
        padding-bottom:2px;
      }
      .header-actions{
        margin-left:auto;
      }
      .recommend-grid,.category-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}
      .hero-shell{padding:24px}
      .panel-grid{grid-template-columns:1fr 1fr}
      .news-layout,.steps-layout,.cta-grid,.hero-grid,.footer-grid{grid-template-columns:1fr}
    }

    @media (max-width: 768px){
      .container{width:min(var(--container), calc(100% - 22px))}
      main{padding-top:10px}
      .section{padding:22px 0}
      .hero-shell{border-radius:28px;padding:20px}
      h1{max-width:none}
      .hero p{font-size:1rem}
      .header-actions{width:100%;justify-content:space-between}
      .search-form{
        flex:1 1 auto;
        min-width:0;
        width:100%;
      }
      .cta-btn{flex:0 0 auto}
      .panel-grid,.recommend-grid,.category-grid,.guide-grid{grid-template-columns:1fr}
      .rail-card{flex-basis:82vw;max-width:340px}
      .section-head{flex-direction:column;align-items:flex-start}
      .cta-form{justify-content:flex-start}
      .cta-note{text-align:left}
    }

    @media (max-width: 520px){
      .brand-text span{display:none}
      .nav-link{padding:9px 12px;font-size:.92rem}
      .search-form{padding:6px 7px 6px 12px}
      .search-btn,.cta-btn,.btn{border-radius:14px}
      .cta-band,.steps-box,.guide-box,.news-list,.side-box,.category-card{border-radius:22px}
      .hero-shell{padding:18px}
      .hero-actions{gap:10px}
      .btn{width:100%}
      .cta-btn{width:auto}
      .hero-stats .stat{min-width:unset}
      .faq-question{padding:16px}
      .faq-answer p{padding:0 16px 16px}
      .copyright{font-size:.84rem}
    }

    @media (max-width: 360px){
      .brand-mark{width:38px;height:38px}
      .nav-link{padding:8px 10px}
      .search-form input{font-size:.9rem}
      h1{font-size:2rem}
      .panel-card,.rail-content,.card-body,.side-box,.news-list-header,.news-item,.category-card,.step-row,.guide-card{padding-left:14px;padding-right:14px}
    }

/* roulang page: category1 */
:root{
      --bg:#fff8f1;
      --bg-soft:#fffdf9;
      --surface:#ffffff;
      --surface-warm:#fff3e9;
      --primary:#e86f56;
      --primary-strong:#d95745;
      --primary-soft:#ffe0d7;
      --accent:#b9768b;
      --accent-soft:#f7e5ec;
      --ink:#292522;
      --muted:#756b63;
      --weak:#9a8d83;
      --line:rgba(80,55,42,.12);
      --line-strong:rgba(80,55,42,.2);
      --success:#4d8b68;
      --warning:#c9872e;
      --radius-sm:12px;
      --radius:18px;
      --radius-lg:26px;
      --shadow:0 18px 50px rgba(130,77,52,.12);
      --shadow-soft:0 12px 30px rgba(130,77,52,.09);
      --shadow-hover:0 22px 60px rgba(130,77,52,.18);
      --container:1180px;
      --ease:.22s ease;
    }

    *{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      background:
        radial-gradient(circle at 8% 10%, rgba(255,214,197,.7), transparent 28%),
        radial-gradient(circle at 88% 4%, rgba(247,229,236,.9), transparent 24%),
        linear-gradient(180deg,#fffaf5 0%, var(--bg) 46%, #fffdf9 100%);
      color:var(--ink);
      line-height:1.72;
      letter-spacing:-.01em;
      min-height:100vh;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,select{font:inherit}
    button{cursor:pointer;border:0;background:none}
    input,select{outline:none}
    ::selection{background:var(--primary-soft);color:var(--ink)}
    :focus-visible{outline:3px solid rgba(232,111,86,.28);outline-offset:3px}

    .container{
      width:min(var(--container), calc(100% - 40px));
      margin:0 auto;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:100;
      background:rgba(255,255,255,.88);
      backdrop-filter:blur(18px);
      border-bottom:1px solid var(--line);
      box-shadow:0 8px 24px rgba(73,47,35,.04);
    }
    .header-inner{
      min-height:76px;
      display:flex;
      align-items:center;
      gap:26px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      flex:0 0 auto;
      min-width:245px;
    }
    .brand-mark{
      width:42px;
      height:42px;
      border-radius:16px;
      background:
        linear-gradient(135deg, #e86f56 0%, #f0a36a 55%, #b9768b 100%);
      box-shadow:0 12px 26px rgba(232,111,86,.28);
      position:relative;
      display:inline-block;
      flex:0 0 auto;
    }
    .brand-mark:before{
      content:"";
      position:absolute;
      width:16px;
      height:16px;
      border-radius:50%;
      background:#fff;
      left:9px;
      top:9px;
      box-shadow:12px 12px 0 rgba(255,255,255,.72);
    }
    .brand-text{
      display:flex;
      flex-direction:column;
      line-height:1.18;
    }
    .brand-text strong,
    .footer-brand strong{
      font-size:18px;
      font-weight:800;
      color:var(--ink);
      white-space:nowrap;
    }
    .brand-text span{
      margin-top:3px;
      font-size:12px;
      color:var(--muted);
      white-space:nowrap;
    }
    .nav{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      flex:1 1 auto;
    }
    .nav-link{
      padding:10px 15px;
      border-radius:999px;
      color:var(--muted);
      font-size:15px;
      font-weight:700;
      transition:background var(--ease), color var(--ease), transform var(--ease);
    }
    .nav-link:hover{
      color:var(--primary-strong);
      background:var(--surface-warm);
      transform:translateY(-1px);
    }
    .nav-link.active{
      color:var(--primary-strong);
      background:var(--primary-soft);
      box-shadow:inset 0 0 0 1px rgba(232,111,86,.12);
    }
    .header-actions{
      display:flex;
      align-items:center;
      gap:12px;
      flex:0 0 auto;
    }
    .search-form{
      width:286px;
      height:44px;
      display:flex;
      align-items:center;
      gap:8px;
      padding:5px 5px 5px 15px;
      border:1px solid var(--line);
      border-radius:999px;
      background:#fff;
      box-shadow:0 8px 24px rgba(75,49,35,.05);
      transition:border-color var(--ease), box-shadow var(--ease);
    }
    .search-form:focus-within{
      border-color:rgba(232,111,86,.44);
      box-shadow:0 12px 30px rgba(232,111,86,.12);
    }
    .search-form input{
      width:100%;
      min-width:0;
      border:0;
      background:transparent;
      color:var(--ink);
      font-size:14px;
    }
    .search-form input::placeholder{color:var(--weak)}
    .search-btn{
      flex:0 0 auto;
      height:34px;
      padding:0 14px;
      border-radius:999px;
      background:var(--surface-warm);
      color:var(--primary-strong);
      font-weight:800;
      font-size:13px;
      transition:background var(--ease), transform var(--ease);
    }
    .search-btn:hover{background:var(--primary-soft);transform:translateY(-1px)}
    .cta-btn,.btn-primary,.btn-secondary,.btn-ghost{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:999px;
      font-weight:800;
      white-space:nowrap;
      transition:transform var(--ease), box-shadow var(--ease), background var(--ease), color var(--ease), border-color var(--ease);
    }
    .cta-btn,.btn-primary{
      min-height:44px;
      padding:0 20px;
      background:linear-gradient(135deg,var(--primary) 0%, #f0a36a 100%);
      color:#fff;
      box-shadow:0 14px 30px rgba(232,111,86,.24);
    }
    .cta-btn:hover,.btn-primary:hover{
      transform:translateY(-3px);
      box-shadow:0 18px 42px rgba(232,111,86,.32);
      background:linear-gradient(135deg,var(--primary-strong) 0%, #ef9358 100%);
    }
    .btn-secondary{
      min-height:44px;
      padding:0 20px;
      background:#fff;
      color:var(--primary-strong);
      border:1px solid rgba(232,111,86,.22);
      box-shadow:0 12px 26px rgba(130,77,52,.08);
    }
    .btn-secondary:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft);background:var(--surface-warm)}
    .btn-ghost{
      min-height:38px;
      padding:0 14px;
      color:var(--muted);
      background:rgba(255,255,255,.58);
      border:1px solid var(--line);
    }
    .btn-ghost:hover,.btn-ghost.active{
      color:var(--primary-strong);
      border-color:rgba(232,111,86,.26);
      background:var(--primary-soft);
      transform:translateY(-2px);
    }

    main{overflow:hidden}
    .category-hero{
      padding:58px 0 34px;
    }
    .hero-shell{
      display:grid;
      grid-template-columns:5fr 7fr;
      gap:38px;
      align-items:center;
    }
    .hero-copy{
      position:relative;
      z-index:2;
      padding:28px 0;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      background:var(--accent-soft);
      color:#8b5266;
      font-size:13px;
      font-weight:800;
      margin-bottom:18px;
    }
    .eyebrow:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--primary);
      box-shadow:0 0 0 5px rgba(232,111,86,.13);
    }
    h1{
      font-size:clamp(34px,4.6vw,60px);
      line-height:1.08;
      letter-spacing:-.045em;
      font-weight:850;
      color:var(--ink);
      margin-bottom:18px;
    }
    .hero-copy p{
      max-width:560px;
      color:var(--muted);
      font-size:17px;
      line-height:1.85;
      margin-bottom:24px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-bottom:28px;
    }
    .kpi-row{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      max-width:560px;
    }
    .kpi{
      padding:14px 15px;
      border-radius:18px;
      background:rgba(255,255,255,.72);
      border:1px solid var(--line);
      box-shadow:0 10px 24px rgba(130,77,52,.07);
    }
    .kpi strong{
      display:block;
      font-size:22px;
      line-height:1;
      color:var(--primary-strong);
      margin-bottom:7px;
      font-weight:900;
    }
    .kpi span{font-size:13px;color:var(--muted);font-weight:700}

    .hero-visual{
      position:relative;
      min-height:420px;
      transform:rotate(-2deg) translateX(8px);
    }
    .dp-cover{
      position:absolute;
      inset:22px 0 0 34px;
      border-radius:34px;
      overflow:hidden;
      background:
        linear-gradient(135deg,rgba(41,37,34,.1),transparent 34%),
        radial-gradient(circle at 30% 28%, rgba(255,255,255,.95), transparent 0 10%, transparent 11%),
        linear-gradient(135deg,#ffe2d1 0%,#f7c2c9 45%,#fff7eb 100%);
      border:1px solid rgba(255,255,255,.72);
      box-shadow:var(--shadow);
    }
    .dp-cover:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(115deg, rgba(255,255,255,.55) 0 18%, transparent 19% 100%),
        radial-gradient(circle at 72% 28%, rgba(185,118,139,.28), transparent 25%),
        radial-gradient(circle at 24% 78%, rgba(232,111,86,.22), transparent 24%);
    }
    .dp-cover:after{
      content:"剧情分区";
      position:absolute;
      left:28px;
      bottom:26px;
      padding:10px 16px;
      border-radius:999px;
      background:rgba(255,255,255,.82);
      color:var(--ink);
      font-weight:900;
      box-shadow:0 12px 30px rgba(80,50,35,.12);
    }
    .hero-panel{
      position:absolute;
      right:24px;
      top:42px;
      width:275px;
      padding:18px;
      border-radius:24px;
      background:rgba(255,255,255,.86);
      border:1px solid rgba(255,255,255,.78);
      box-shadow:0 18px 42px rgba(105,62,45,.16);
      transform:rotate(2deg);
    }
    .panel-head{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line);
      margin-bottom:12px;
    }
    .panel-head strong{font-size:16px;font-weight:900}
    .status-dot{
      display:inline-flex;
      align-items:center;
      gap:6px;
      font-size:12px;
      color:var(--success);
      font-weight:800;
    }
    .status-dot:before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:var(--success);
      box-shadow:0 0 0 5px rgba(77,139,104,.12);
    }
    .step-list{display:grid;gap:10px}
    .step-item{
      display:grid;
      grid-template-columns:36px 1fr;
      gap:10px;
      align-items:center;
      padding:10px;
      border-radius:16px;
      background:#fff8f1;
      border:1px solid rgba(80,55,42,.08);
    }
    .step-num{
      width:34px;height:34px;border-radius:12px;
      display:grid;place-items:center;
      color:#fff;
      background:var(--primary);
      font-weight:900;
      font-size:13px;
    }
    .step-item b{display:block;font-size:14px}
    .step-item span{display:block;font-size:12px;color:var(--muted);line-height:1.4}
    .floating-badge{
      position:absolute;
      left:2px;
      bottom:38px;
      transform:rotate(2deg);
      padding:14px 16px;
      border-radius:20px;
      background:#fff;
      box-shadow:var(--shadow-soft);
      border:1px solid var(--line);
      font-weight:900;
      color:var(--accent);
    }

    .section{
      padding:44px 0;
    }
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:22px;
      margin-bottom:22px;
    }
    .section-title{
      max-width:760px;
    }
    .section-title .overline{
      display:block;
      color:var(--primary-strong);
      font-size:13px;
      font-weight:900;
      letter-spacing:.06em;
      margin-bottom:8px;
    }
    h2{
      font-size:clamp(25px,3vw,38px);
      line-height:1.22;
      font-weight:850;
      letter-spacing:-.035em;
      color:var(--ink);
    }
    .section-title p{
      color:var(--muted);
      margin-top:10px;
      font-size:15px;
      max-width:720px;
    }

    .filter-section{
      padding-top:20px;
    }
    .filter-card{
      background:rgba(255,255,255,.84);
      border:1px solid var(--line);
      border-radius:28px;
      padding:18px;
      box-shadow:var(--shadow-soft);
    }
    .filter-line{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
    }
    .filter-tags{
      display:flex;
      gap:10px;
      overflow-x:auto;
      padding:4px 2px 8px;
      scrollbar-width:thin;
    }
    .filter-tag{
      flex:0 0 auto;
      min-height:40px;
      padding:0 15px;
      border-radius:999px;
      border:1px solid var(--line);
      background:#fff;
      color:var(--muted);
      font-weight:850;
      font-size:14px;
      transition:all var(--ease);
    }
    .filter-tag:hover,
    .filter-tag.active{
      background:var(--primary);
      color:#fff;
      border-color:transparent;
      box-shadow:0 12px 28px rgba(232,111,86,.2);
      transform:translateY(-2px);
    }
    .sort-group{
      display:flex;
      gap:8px;
      flex-wrap:wrap;
    }
    .sort-btn{
      min-height:38px;
      padding:0 13px;
      border-radius:999px;
      background:var(--surface-warm);
      color:var(--muted);
      border:1px solid rgba(80,55,42,.08);
      font-size:13px;
      font-weight:850;
      transition:all var(--ease);
    }
    .sort-btn:hover,.sort-btn.active{
      color:var(--primary-strong);
      background:var(--primary-soft);
      transform:translateY(-2px);
    }

    .content-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 330px;
      gap:24px;
      align-items:start;
    }
    .card-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:18px;
    }
    .entry-card{
      border-radius:24px;
      overflow:hidden;
      background:rgba(255,255,255,.9);
      border:1px solid var(--line);
      box-shadow:0 12px 30px rgba(130,77,52,.08);
      transition:transform var(--ease), box-shadow var(--ease), border-color var(--ease);
    }
    .entry-card:hover{
      transform:translateY(-6px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(232,111,86,.22);
    }
    .cover{
      height:158px;
      position:relative;
      overflow:hidden;
      background:#f9dccf;
    }
    .cover:before{
      content:"";
      position:absolute;
      inset:0;
      transition:transform .45s ease;
    }
    .entry-card:hover .cover:before{transform:scale(1.07)}
    .cover.c1:before{background:linear-gradient(135deg,#ffd8c7,#f4b7c0 48%,#fff0d7)}
    .cover.c2:before{background:linear-gradient(135deg,#fbe5c6,#ffd2cc 52%,#e9d7f0)}
    .cover.c3:before{background:linear-gradient(135deg,#f7c2c9,#ffe7dc 54%,#fff8d8)}
    .cover.c4:before{background:linear-gradient(135deg,#ffd4b8,#f3d0df 45%,#fff6ee)}
    .cover.c5:before{background:linear-gradient(135deg,#ffe0d7,#ead6f2 50%,#f8e2c2)}
    .cover.c6:before{background:linear-gradient(135deg,#f8cbc5,#fff1df 50%,#f2d5df)}
    .cover:after{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(180deg,transparent 0%,rgba(41,37,34,.22) 100%),
        radial-gradient(circle at 24% 30%, rgba(255,255,255,.82), transparent 0 12%, transparent 13%);
      pointer-events:none;
    }
    .card-no{
      position:absolute;
      left:13px;
      top:13px;
      z-index:2;
      width:42px;
      height:34px;
      border-radius:13px;
      background:rgba(255,255,255,.86);
      display:grid;
      place-items:center;
      color:var(--primary-strong);
      font-weight:950;
      box-shadow:0 8px 20px rgba(80,50,35,.12);
    }
    .state{
      position:absolute;
      right:13px;
      top:13px;
      z-index:2;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(41,37,34,.72);
      color:#fff;
      font-size:12px;
      font-weight:850;
    }
    .entry-body{
      padding:16px 16px 18px;
    }
    .entry-body h3{
      font-size:17px;
      line-height:1.38;
      font-weight:900;
      margin-bottom:7px;
      color:var(--ink);
    }
    .entry-body p{
      color:var(--muted);
      font-size:13px;
      line-height:1.6;
      margin-bottom:12px;
    }
    .chips{
      display:flex;
      flex-wrap:wrap;
      gap:7px;
    }
    .chip{
      display:inline-flex;
      align-items:center;
      min-height:26px;
      padding:0 9px;
      border-radius:999px;
      background:var(--surface-warm);
      color:#8a5b4a;
      font-size:12px;
      font-weight:850;
      border:1px solid rgba(232,111,86,.09);
      transition:all var(--ease);
    }
    .entry-card:hover .chip:first-child{
      background:var(--primary-soft);
      color:var(--primary-strong);
    }
    .load-row{
      display:flex;
      justify-content:center;
      margin-top:24px;
    }

    .side-stack{
      display:grid;
      gap:18px;
      position:sticky;
      top:96px;
    }
    .side-card{
      border-radius:26px;
      background:rgba(255,255,255,.88);
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
      padding:20px;
    }
    .side-card h3{
      font-size:19px;
      font-weight:900;
      margin-bottom:12px;
    }
    .hot-list{
      display:grid;
      gap:10px;
    }
    .hot-item{
      display:grid;
      grid-template-columns:36px 1fr auto;
      gap:10px;
      align-items:center;
      padding:10px;
      border-radius:16px;
      background:var(--bg-soft);
      border:1px solid rgba(80,55,42,.07);
      transition:all var(--ease);
    }
    .hot-item:hover{
      transform:translateX(3px);
      border-color:rgba(232,111,86,.22);
      background:var(--surface-warm);
    }
    .hot-rank{
      width:32px;height:32px;
      border-radius:12px;
      display:grid;
      place-items:center;
      background:var(--primary-soft);
      color:var(--primary-strong);
      font-weight:950;
      font-size:13px;
    }
    .hot-item b{display:block;font-size:14px;line-height:1.35}
    .hot-item span{font-size:12px;color:var(--weak)}
    .heat{
      color:var(--warning);
      font-size:12px;
      font-weight:900;
    }
    .notice{
      padding:16px;
      border-radius:20px;
      background:linear-gradient(135deg,var(--surface-warm),#fff);
      border:1px dashed rgba(232,111,86,.28);
      color:var(--muted);
      font-size:14px;
    }
    .notice strong{
      display:block;
      color:var(--ink);
      margin-bottom:6px;
      font-size:15px;
    }

    .flow-wrap{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:20px;
      align-items:stretch;
    }
    .flow-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:28px;
      padding:24px;
      box-shadow:var(--shadow-soft);
    }
    .flow-steps{
      display:grid;
      gap:12px;
      margin-top:18px;
    }
    .flow-step{
      display:grid;
      grid-template-columns:48px 1fr;
      gap:14px;
      align-items:start;
      padding:14px;
      border-radius:20px;
      background:var(--bg-soft);
      border:1px solid rgba(80,55,42,.07);
    }
    .flow-step em{
      width:46px;height:46px;
      border-radius:16px;
      display:grid;
      place-items:center;
      font-style:normal;
      font-weight:950;
      color:#fff;
      background:linear-gradient(135deg,var(--primary),#f0a36a);
    }
    .flow-step strong{display:block;font-size:16px;margin-bottom:3px}
    .flow-step span{color:var(--muted);font-size:14px}
    .density-card{
      display:grid;
      grid-template-rows:auto 1fr;
      gap:18px;
      border-radius:28px;
      padding:24px;
      background:linear-gradient(135deg,#332a27 0%,#5d3d43 100%);
      color:#fff;
      box-shadow:0 22px 55px rgba(71,45,40,.2);
      position:relative;
      overflow:hidden;
    }
    .density-card:before{
      content:"";
      position:absolute;
      inset:-60px -70px auto auto;
      width:220px;height:220px;border-radius:50%;
      background:rgba(255,255,255,.12);
    }
    .density-card h3{font-size:24px;line-height:1.25;position:relative}
    .density-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
      position:relative;
    }
    .density-item{
      padding:16px;
      border-radius:20px;
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.14);
    }
    .density-item b{
      display:block;
      font-size:24px;
      line-height:1;
      margin-bottom:8px;
      color:#ffe0d7;
    }
    .density-item span{font-size:13px;color:rgba(255,255,255,.78)}

    .faq-list{
      display:grid;
      gap:12px;
      max-width:900px;
    }
    .faq-item{
      border:1px solid var(--line);
      border-radius:22px;
      background:rgba(255,255,255,.86);
      box-shadow:0 10px 26px rgba(130,77,52,.06);
      overflow:hidden;
    }
    .faq-question{
      width:100%;
      padding:18px 20px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      color:var(--ink);
      font-weight:900;
      text-align:left;
    }
    .faq-question span:last-child{
      width:28px;height:28px;border-radius:50%;
      display:grid;place-items:center;
      background:var(--surface-warm);
      color:var(--primary-strong);
      flex:0 0 auto;
      transition:transform var(--ease), background var(--ease);
    }
    .faq-item.open .faq-question span:last-child{
      transform:rotate(45deg);
      background:var(--primary-soft);
    }
    .faq-answer{
      max-height:0;
      overflow:hidden;
      transition:max-height .28s ease;
    }
    .faq-answer p{
      padding:0 20px 18px;
      color:var(--muted);
      font-size:15px;
      line-height:1.8;
    }

    .cta-section{
      padding:38px 0 64px;
    }
    .cta-panel{
      display:grid;
      grid-template-columns:1fr auto;
      gap:24px;
      align-items:center;
      padding:30px;
      border-radius:32px;
      background:
        radial-gradient(circle at 82% 18%, rgba(255,255,255,.44), transparent 20%),
        linear-gradient(135deg,#e86f56 0%,#b9768b 100%);
      color:#fff;
      box-shadow:0 24px 62px rgba(185,118,139,.25);
      overflow:hidden;
      position:relative;
    }
    .cta-panel:before{
      content:"";
      position:absolute;
      left:-44px;
      bottom:-54px;
      width:190px;height:190px;border-radius:50%;
      background:rgba(255,255,255,.12);
    }
    .cta-panel h2{color:#fff;margin-bottom:8px}
    .cta-panel p{color:rgba(255,255,255,.84);max-width:690px}
    .cta-panel .btn-primary{
      background:#fff;
      color:var(--primary-strong);
      box-shadow:0 16px 34px rgba(75,37,36,.16);
      position:relative;
    }
    .cta-panel .btn-primary:hover{background:#fff8f1}

    .site-footer{
      padding:46px 0 24px;
      background:#2d2724;
      color:#fff;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.3fr .7fr .7fr;
      gap:28px;
      align-items:start;
      padding-bottom:30px;
      border-bottom:1px solid rgba(255,255,255,.12);
    }
    .footer-brand{
      display:flex;
      gap:14px;
      align-items:flex-start;
    }
    .footer-brand .brand-mark{box-shadow:none}
    .footer-brand p{
      max-width:420px;
      margin-top:8px;
      color:rgba(255,255,255,.68);
      font-size:14px;
      line-height:1.8;
    }
    .footer-col h3{
      font-size:15px;
      margin-bottom:12px;
      color:#fff;
    }
    .footer-links{
      display:grid;
      gap:8px;
    }
    .footer-links a{
      color:rgba(255,255,255,.66);
      font-size:14px;
      transition:color var(--ease), transform var(--ease);
    }
    .footer-links a:hover{
      color:#fff;
      transform:translateX(3px);
    }
    .copyright{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding-top:20px;
      color:rgba(255,255,255,.58);
      font-size:13px;
    }
    .back-top{
      color:#fff;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.1);
      transition:background var(--ease), transform var(--ease);
    }
    .back-top:hover{
      background:rgba(255,255,255,.18);
      transform:translateY(-2px);
    }

    @media (max-width:1440px){
      :root{--container:1140px}
    }
    @media (max-width:1280px){
      .search-form{width:240px}
      .card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .content-layout{grid-template-columns:minmax(0,1fr) 310px}
    }
    @media (max-width:1024px){
      .header-inner{
        min-height:auto;
        padding:14px 0;
        flex-wrap:wrap;
      }
      .brand{min-width:220px}
      .nav{
        order:3;
        width:100%;
        justify-content:flex-start;
        overflow-x:auto;
        padding-top:2px;
      }
      .header-actions{margin-left:auto}
      .hero-shell{grid-template-columns:1fr;gap:18px}
      .hero-visual{min-height:360px;transform:none}
      .dp-cover{inset:0 0 0 0}
      .content-layout{grid-template-columns:1fr}
      .side-stack{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
      .flow-wrap{grid-template-columns:1fr}
    }
    @media (max-width:768px){
      .container{width:min(100% - 28px, var(--container))}
      .header-actions{
        width:100%;
        display:grid;
        grid-template-columns:1fr auto;
      }
      .search-form{width:100%}
      .category-hero{padding:38px 0 22px}
      .hero-copy{padding:10px 0}
      .hero-copy p{font-size:15px}
      .kpi-row{grid-template-columns:1fr;gap:10px}
      .hero-visual{min-height:330px}
      .hero-panel{
        width:245px;
        right:12px;
        top:28px;
      }
      .floating-badge{left:12px;bottom:22px}
      .section{padding:34px 0}
      .section-head{display:block}
      .section-head .btn-secondary{margin-top:14px}
      .filter-card{padding:14px;border-radius:24px}
      .filter-line{align-items:flex-start}
      .card-grid{grid-template-columns:1fr}
      .side-stack{grid-template-columns:1fr}
      .density-grid{grid-template-columns:1fr}
      .cta-panel{grid-template-columns:1fr;padding:24px;border-radius:26px}
      .footer-grid{grid-template-columns:1fr;gap:24px}
      .copyright{flex-direction:column;align-items:flex-start}
    }
    @media (max-width:480px){
      .brand{min-width:0}
      .brand-text strong{font-size:16px}
      .brand-text span{display:none}
      .brand-mark{width:38px;height:38px;border-radius:14px}
      .nav-link{padding:9px 13px;font-size:14px}
      .header-actions{grid-template-columns:1fr}
      .cta-btn{width:100%}
      h1{font-size:33px}
      h2{font-size:25px}
      .hero-actions{display:grid;grid-template-columns:1fr}
      .btn-primary,.btn-secondary{width:100%}
      .hero-visual{min-height:300px}
      .hero-panel{
        position:relative;
        width:auto;
        right:auto;
        top:auto;
        margin:22px 14px 0;
      }
      .dp-cover{border-radius:26px}
      .floating-badge{display:none}
      .cover{height:178px}
      .filter-tags{width:100%}
    }
    @media (max-width:360px){
      .container{width:min(100% - 22px, var(--container))}
      .search-form{padding-left:12px}
      .search-btn{padding:0 11px}
      .entry-body{padding:14px}
      .side-card,.flow-card,.density-card{padding:18px;border-radius:22px}
    }
