/* roulang page: index */
:root {
    --bg: #F7F5F0;
    --white: #FFFFFF;
    --ink: #201B15;
    --soft: #6E655B;
    --line: #E8E1D8;
    --fox: #E2621B;
    --fox-dark: #C94D0E;
    --fox-light: #FFF4EA;
    --fox-pale: #FDE5D3;
    --blue-pale: #E8EFF4;
    --blue: #7FA3BC;
    --blue-dark: #2A4C66;
    --rad: 16px;
    --shadow-card: 0 1px 2px rgba(60, 40, 20, .05), 0 10px 30px rgba(60, 40, 20, .07);
    --shadow-hover: 0 2px 4px rgba(60, 40, 20, .06), 0 18px 40px rgba(60, 40, 20, .12);
  }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { margin: 0; background: var(--bg); color: var(--ink); font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; line-height: 1.75; }
  img { max-width: 100%; display: block; }
  a { text-decoration: none; color: inherit; }
  button { font-family: inherit; border: none; background: none; cursor: pointer; }
  input { font-family: inherit; }
  section[id] { scroll-margin-top: 86px; }
  .container-site { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 1.25rem; padding-right: 1.25rem; }
  @media (min-width: 768px) { .container-site { padding-left: 2rem; padding-right: 2rem; } }

  /* 玻璃导航 */
  .glass-nav { position: fixed; inset: 0 0 auto 0; z-index: 60; background: rgba(255,255,255,.62); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.7); box-shadow: 0 1px 12px rgba(60,40,20,.03); transition: background .35s ease, box-shadow .35s ease; }
  .glass-nav.scrolled { background: rgba(255,255,255,.98); box-shadow: 0 10px 30px rgba(60,40,20,.08); }
  .nav-brand { font-weight: 800; letter-spacing: .5px; color: var(--ink); font-size: 1.12rem; }
  .brand-mark { width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(145deg, #f0813b, #d75710); display: inline-flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 6px 14px rgba(226,98,27,.32); }
  .nav-link { position: relative; display: inline-flex; align-items: center; padding: .5rem .15rem; margin: 0 .85rem; font-weight: 500; color: #4c4a45; transition: color .2s ease; line-height: 1.4; }
  .nav-link:hover { color: var(--fox); }
  .nav-link.active { color: var(--fox); font-weight: 700; }
  .nav-link.active::after { content: ""; position: absolute; left: 10%; right: 10%; bottom: -2px; height: 4px; border-radius: 999px; background: var(--fox); }

  .search-pill { display: inline-flex; align-items: center; gap: .45rem; background: rgba(255,255,255,.85); border: 1px solid rgba(220,210,198,.85); border-radius: 999px; padding: .35rem .85rem; color: #978c80; font-size: .82rem; width: 175px; transition: border .2s ease, box-shadow .2s ease; }
  .search-pill:focus-within { border-color: var(--fox); box-shadow: 0 0 0 3px rgba(226,98,27,.13); }
  .search-pill input { background: transparent; border: none; outline: none; width: 100%; font-size: .82rem; color: var(--ink); }

  .btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font-weight: 700; border-radius: 999px; line-height: 1; transition: all .25s ease; text-align: center; }
  .btn-primary { background: var(--fox); color: #fff !important; padding: 1.05rem 2.2rem; box-shadow: 0 12px 26px rgba(226,98,27,.28); }
  .btn-primary:hover { background: var(--fox-dark); transform: translateY(-2px); box-shadow: 0 16px 30px rgba(226,98,27,.35); }
  .btn-primary:active { transform: translateY(0); box-shadow: 0 8px 16px rgba(226,98,27,.25);}
  .btn-primary:focus-visible { outline: 3px solid rgba(226,98,27,.4); outline-offset: 3px; }
  .btn-white { background: #fff; color: var(--ink) !important; padding: 1rem 2rem; box-shadow: 0 10px 22px rgba(0,0,0,.12); }
  .btn-white:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(0,0,0,.16); color: var(--fox) !important; }
  .btn-outline { background: #fff; border: 1px solid #DCD0C2; color: var(--ink) !important; padding: .9rem 1.8rem; }
  .btn-outline:hover { border-color: var(--fox); color: var(--fox) !important; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(60,40,20,.08); }
  .btn-ghost-light { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.55); color: #fff !important; padding: .9rem 1.8rem; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
  .btn-ghost-light:hover { background: rgba(255,255,255,.22); transform: translateY(-2px); }
  .btn-tiny { display: inline-flex; align-items: center; gap: .3rem; background: var(--fox); color: #fff !important; font-size: .78rem; font-weight: 600; border-radius: 999px; padding: .4rem .9rem; box-shadow: 0 4px 10px rgba(226,98,27,.24); transition: all .2s ease; }
  .btn-tiny:hover { background: var(--fox-dark); transform: translateY(-1px); }

  .tag-pill { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: .28rem .8rem; font-size: .78rem; white-space: nowrap; border: 1px solid #e2d8cd; background: #fff; color: #6e5f50; transition: all .2s ease; }
  .tag-pill:hover { border-color: var(--fox); color: var(--fox); }
  .tag-pill.active { background: var(--fox); color: #fff; border-color: var(--fox); font-weight: 600; }
  .dot-label { display: inline-flex; align-items: center; gap: .4rem; font-size: .78rem; color: #8b7f6f; }

  .section-flag { display: inline-flex; align-items: center; gap: .5rem; background: var(--fox-light); color: var(--fox-dark); border-radius: 999px; padding: .32rem .95rem; font-size: .78rem; font-weight: 700; }
  .section-flag.blue { background: #e4ecf3; color: var(--blue-dark); }

  .card-white { background: #fff; border-radius: var(--rad); box-shadow: var(--shadow-card); border: 1px solid rgba(255,255,255,.7); }
  .cover-frame { position: relative; overflow: hidden; border-radius: 12px; background: #ece1d6; aspect-ratio: 16 / 10; }
  .cover-frame.square { aspect-ratio: 4 / 3; }
  .cover-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
  .cover-frame:hover img { transform: scale(1.05); }
  .play-overlay { opacity: 0; transition: opacity .3s ease; position: absolute; inset: 0; background: rgba(20,12,6,.18); display: flex; align-items: center; justify-content: center; }
  .cover-frame:hover .play-overlay { opacity: 1; }

  .icon-dot { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 14px; background: var(--fox-light); color: var(--fox); flex: none; }

  .pain-card { background: #fff; border-radius: var(--rad); box-shadow: var(--shadow-card); padding: 1.6rem; border-left: 4px solid var(--fox); transition: transform .25s ease, box-shadow .25s ease; }
  .pain-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }

  .stat-num { font-weight: 800; color: var(--blue-dark); letter-spacing: -1px; line-height: 1.1; }
  .hover-fox:hover .stat-num { color: var(--fox); transition: color .25s ease; }

  .rank-item { border-bottom: 1px dashed #efe5da; padding: .85rem 0; display: flex; gap: .8rem; align-items: flex-start; transition: background .2s ease; }
  .rank-item:last-child { border-bottom: none; }
  .rank-num { font-size: 1.25rem; font-weight: 800; color: #35302a; width: 1.8rem; flex: none; transition: color .2s ease; }
  .rank-item:hover .rank-num { color: var(--fox); }

  .content-list-item { display: flex; flex-direction: column; gap: .35rem; padding: 1rem 0; border-bottom: 1px solid #f0e6db; transition: all .2s ease; }
  @media (min-width: 768px) { .content-list-item { flex-direction: row; align-items: center; padding: 1.1rem .8rem; gap: 1.2rem; } }
  .content-list-item:hover { background: #fff8f2; }
  .content-list-item .list-title { font-weight: 700; color: var(--ink); transition: color .2s ease; }
  .content-list-item:hover .list-title { color: var(--fox); }

  .testimonial-card { background: #fff; border-radius: var(--rad); box-shadow: var(--shadow-card); padding: 1.6rem; transition: transform .25s ease, box-shadow .25s ease; }
  .testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
  .avatar-round { width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; color: #fff; flex: none; }

  .cta-band { position: relative; overflow: hidden; border-radius: 28px; background: #211D18; } 
  .cta-band:before { content: ""; position: absolute; width: 480px; height: 480px; left: -120px; top: -160px; background: radial-gradient(circle, rgba(226,98,27,.35), transparent 62%); pointer-events: none; }
  .cta-band:after { content: ""; position: absolute; width: 420px; height: 420px; right: -80px; bottom: -180px; background: radial-gradient(circle, rgba(127,163,188,.28), transparent 65%); pointer-events: none; }

  .faq-item { background: #fff; border-radius: 18px; border: 1px solid #f0e6dc; padding: .8rem 1.2rem; box-shadow: 0 1px 2px rgba(60,40,20,.02); }
  .faq-q { display: flex; align-items: center; gap: .9rem; width: 100%; text-align: left; font-weight: 700; color: var(--ink); font-size: 1rem; line-height: 1.6; padding: .4rem 0; }
  .faq-q .q-mark { background: var(--fox-light); color: var(--fox); width: 30px; height: 30px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; font-size: .9rem; flex: none; font-weight: 800; }
  .faq-arrow { margin-left: auto; flex: none; transition: transform .3s ease; color: #b7aa99; }
  .faq-item.open .faq-arrow { transform: rotate(180deg); color: var(--fox); }
  .faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
  .faq-a-inner { padding: .2rem 0 .6rem 49px; color: var(--soft); font-size: .95rem; line-height: 1.8; }
  .faq-item.open .faq-a { max-height: 400px; }

  .footer-plain { background: #1F262B; color: rgba(255,255,255,.72); }
  .footer-plain a { transition: color .2s ease; }
  .footer-plain a:hover { color: #ff9b5b; }
  .footer-title { color: #fff; font-weight: 700; margin-bottom: .8rem; font-size: .98rem; }

  .mobile-menu { display: none; }
  .mobile-menu.open { display: block; animation: menuIn .3s ease both; }
  @media (min-width: 1024px) { .mobile-menu { display: none !important; } }
  @keyframes menuIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

  .scroll-hidenav { scrollbar-width: none; -ms-overflow-style: none; }
  .scroll-hidenav::-webkit-scrollbar { display: none; }

  .float-card-anim { animation: floaty 5s ease-in-out infinite; }
  @keyframes floaty { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-10px) } }

  .arrow-down { width: 10px; height: 10px; border-right: 2px solid rgba(255,255,255,.6); border-bottom: 2px solid rgba(255,255,255,.6); transform: rotate(45deg); }

/* roulang page: category1 */
:root {
    --bg: #F7F5F0;
    --white: #FFFFFF;
    --ink: #201B15;
    --soft: #6E655B;
    --line: #E8E1D8;
    --fox: #E2621B;
    --fox-dark: #C94D0E;
    --fox-light: #FFF4EA;
    --fox-pale: #FDE5D3;
    --blue-pale: #E8EFF4;
    --blue: #7FA3BC;
    --blue-dark: #2A4C66;
    --rad: 16px;
    --shadow-card: 0 1px 2px rgba(60, 40, 20, .05), 0 10px 30px rgba(60, 40, 20, .07);
    --shadow-hover: 0 2px 4px rgba(60, 40, 20, .06), 0 18px 40px rgba(60, 40, 20, .12);
  }

  html { scroll-behavior: smooth; }
  body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
  }
  img { max-width: 100%; display: block; }
  a { text-decoration: none; color: inherit; }
  button { font-family: inherit; border: none; background: none; cursor: pointer; }
  input { font-family: inherit; }
  ul, ol { list-style: none; margin: 0; padding: 0; }

  section[id] { scroll-margin-top: 90px; }

  .container-site {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  @media (min-width: 768px) {
    .container-site { padding-left: 2rem; padding-right: 2rem; }
  }

  /* ---------- 玻璃导航 ---------- */
  .glass-nav {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 60;
    background: rgba(255,255,255,.62);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255,255,255,.7);
    box-shadow: 0 1px 12px rgba(60,40,20,.03);
    transition: background .35s ease, box-shadow .35s ease;
  }
  .glass-nav.scrolled {
    background: rgba(255,255,255,.98);
    box-shadow: 0 10px 30px rgba(60,40,20,.08);
  }
  .nav-inner {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: height .3s ease;
  }
  .glass-nav.scrolled .nav-inner { height: 64px; }

  .nav-brand { font-weight: 800; letter-spacing: 1px; color: var(--ink); font-size: 1.12rem; }
  .brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(145deg, #f0813b, #d75710);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 6px 14px rgba(226,98,27,.32);
  }
  .brand-mark svg { width: 16px; height: 16px; }

  .nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: .5rem .15rem;
    margin: 0 .75rem;
    font-weight: 500;
    color: #4c4a45;
    line-height: 1.4;
    transition: color .2s ease;
    font-size: 15px;
    white-space: nowrap;
  }
  .nav-link:hover { color: var(--fox); }
  .nav-link.active { color: var(--fox); font-weight: 700; }
  .nav-link.active::after {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    bottom: -4px;
    height: 4px;
    border-radius: 999px;
    background: var(--fox);
  }

  .search-pill {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(220,210,198,.85);
    border-radius: 999px;
    padding: .4rem .9rem;
    color: #978c80;
    font-size: .82rem;
    width: 168px;
    transition: border .2s ease, box-shadow .2s ease;
  }
  .search-pill:focus-within { border-color: var(--fox); box-shadow: 0 0 0 3px rgba(226,98,27,.13); }
  .search-pill input {
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    font-size: .82rem;
    color: var(--ink);
  }
  .search-pill input::placeholder { color: #a89a8b; }

  /* ---------- 按钮 ---------- */
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    font-weight: 700;
    border-radius: 999px;
    line-height: 1;
    transition: all .25s ease;
    text-align: center;
  }
  .btn-primary {
    background: var(--fox);
    color: #fff !important;
    padding: 1.05rem 2.2rem;
    box-shadow: 0 12px 26px rgba(226,98,27,.28);
  }
  .btn-primary:hover { background: var(--fox-dark); transform: translateY(-2px); box-shadow: 0 16px 30px rgba(226,98,27,.35); }
  .btn-primary:active { transform: translateY(0); box-shadow: 0 8px 16px rgba(226,98,27,.25); }
  .btn-primary:focus-visible { outline: 3px solid rgba(226,98,27,.4); outline-offset: 3px; }

  .btn-white { background: #fff; color: var(--ink) !important; padding: .95rem 1.9rem; box-shadow: 0 10px 22px rgba(0,0,0,.12); }
  .btn-white:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(0,0,0,.16); color: var(--fox) !important; }

  .btn-outline { background: #fff; border: 1px solid #DCD0C2; color: var(--ink) !important; padding: .95rem 1.8rem; }
  .btn-outline:hover { border-color: var(--fox); color: var(--fox) !important; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(60,40,20,.08); }

  .btn-ghost-light { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.55); color: #fff !important; padding: .9rem 1.8rem; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
  .btn-ghost-light:hover { background: rgba(255,255,255,.22); transform: translateY(-2px); }

  .btn-tiny {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    background: var(--fox);
    color: #fff !important;
    font-size: .78rem;
    font-weight: 600;
    border-radius: 999px;
    padding: .42rem .9rem;
    box-shadow: 0 4px 10px rgba(226,98,27,.24);
    transition: all .2s ease;
    border: none;
  }
  .btn-tiny:hover { background: var(--fox-dark); transform: translateY(-1px); }

  .nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .6rem 1.25rem;
    background: var(--fox-light);
    border: 1px solid rgba(226,98,27,.25);
    color: var(--fox-dark) !important;
    font-weight: 700;
    border-radius: 999px;
    font-size: .86rem;
    transition: all .2s ease;
    white-space: nowrap;
  }
  .nav-cta:hover { background: var(--fox); color: #fff !important; transform: translateY(-1px); box-shadow: 0 8px 18px rgba(226,98,27,.25); }

  .simple-btn {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-weight: 700;
    color: var(--blue-dark);
    background: #dce9f1;
    padding: .6rem 1.05rem;
    border-radius: 999px;
    font-size: .84rem;
    transition: all .2s ease;
  }
  .simple-btn:hover { background: #cfdeea; transform: translateY(-1px); }
  .simple-btn .arrow { transition: transform .2s ease; }
  .simple-btn:hover .arrow { transform: translateX(3px); }

  /* ---------- 色块通用 ---------- */
  .section-flag {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: var(--fox-light);
    color: var(--fox-dark);
    border-radius: 999px;
    padding: .3rem .95rem;
    font-size: .78rem;
    font-weight: 700;
  }
  .section-flag.blue { background: #e4ecf3; color: var(--blue-dark); }
  .section-flag .dot { width: 6px; height: 6px; border-radius: 999px; background: currentColor; }
  .section-flag.blue-dot .dot { background: var(--fox); }

  .card-white {
    background: #fff;
    border-radius: var(--rad);
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(255,255,255,.7);
  }

  .cover-frame { overflow: hidden; }
  .cover-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.2,.7,.2,1);
  }
  .cover-frame:hover img { transform: scale(1.05); }

  .tag-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: .3rem .85rem;
    font-size: .8rem;
    white-space: nowrap;
    border: 1px solid #e2d8cd;
    background: #fff;
    color: #6e5f50;
    transition: all .2s ease;
  }
  .tag-pill:hover { border-color: var(--fox); color: var(--fox); }
  .tag-pill.active { background: var(--fox); color: #fff; border-color: var(--fox); font-weight: 600; }

  .rank-item {
    display: flex;
    gap: .85rem;
    align-items: center;
    padding: .95rem 0;
    border-bottom: 1px dashed #efe5da;
    transition: all .2s ease;
  }
  .rank-item:last-child { border-bottom: none; padding-bottom: .2rem; }
  .rank-num {
    width: 30px;
    font-size: 1.25rem;
    font-weight: 900;
    color: #ebdfd3;
    text-align: center;
    font-style: italic;
    transition: color .2s ease;
    flex: none;
  }
  .rank-item:hover .rank-num { color: var(--fox); }
  .rank-item:hover { background: transparent; }
  .rank-item a { flex: 1; font-weight: 600; font-size: .9rem; line-height: 1.55; color: var(--ink); transition: color .2s ease; }
  .rank-item:hover a { color: var(--fox); }
  .play-triangle { color: var(--blue); font-size: .62rem; margin-right: .2rem; }

  .block-title { font-size: 1.02rem; font-weight: 800; margin-bottom: 1rem; display: flex; align-items: center; gap: .5rem; }
  .block-title::before { content: ""; width: 4px; height: 18px; border-radius: 999px; background: var(--fox); display: block; }

  .sidebar-white {
    background: #fff;
    border-radius: var(--rad);
    box-shadow: var(--shadow-card);
    padding: 1.4rem;
  }
  .sidebar-soft {
    background: #fbf9f5;
    border: 1px solid #f0e6db;
    border-radius: var(--rad);
    padding: 1.2rem;
  }
  .sidebar-title { font-size: .86rem; font-weight: 800; color: var(--blue-dark); margin-bottom: .9rem; letter-spacing: 1px; }

  .avatar-noise {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: var(--fox-light);
    color: var(--fox-dark);
    font-weight: 800;
    font-size: .95rem;
  }

  /* ---------- 分类页顶部 ---------- */
  .cat-hero {
    position: relative;
    overflow: hidden;
    padding: 168px 0 68px;
    background: linear-gradient(140deg, #f2f5f7, #e6edf2 60%, #f2eee7);
    border-bottom: 1px solid rgba(226,98,27,.12);
  }
  .cat-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/assets/images/backpic/back-2.jpg');
    background-size: cover;
    background-position: center 30%;
    opacity: .14;
    filter: blur(1px);
  }
  .cat-hero::after {
    content: "";
    position: absolute;
    right: -140px;
    top: -160px;
    width: 440px;
    height: 440px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(226,98,27,.14), transparent 62%);
    pointer-events: none;
  }
  .cat-title {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.22;
    letter-spacing: .5px;
    margin: 1rem 0 .5rem;
  }
  .cat-title .accent { color: var(--fox); }
  @media (min-width: 768px) {
    .cat-title { font-size: 2.7rem; margin-top: 1.2rem; }
  }
  .cat-sub { color: #5c554d; font-size: 1rem; max-width: 560px; margin-top: .9rem; }
  .cat-meta-grid {
    background: rgba(255,255,255,.55);
    border: 1px solid rgba(255,255,255,.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 1.4rem .7rem;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(60,40,20,.05);
  }
  .cat-meta-item { text-align: center; padding: .4rem .2rem; }
  .cat-meta-item + .cat-meta-item { border-left: 1px solid rgba(90,120,140,.13); }
  .cat-meta-num { font-size: 1.85rem; font-weight: 900; color: var(--blue-dark); letter-spacing: .5px; line-height: 1.2; }
  .cat-meta-label { font-size: .72rem; color: #69625a; margin-top: .45rem; line-height: 1.6; }

  .breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: .3rem; font-size: .8rem; color: #8a8175; margin-top: 1.1rem; }
  .breadcrumb a { color: #7d7468; transition: color .2s ease; }
  .breadcrumb a:hover { color: var(--fox); }
  .breadcrumb span.sep { color: #c8beb2; }

  /* ---------- 筛选标签区 ---------- */
  .filter-sticky {
    position: sticky;
    top: 60px;
    z-index: 40;
    background: rgba(247,245,240,.84);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(232,225,216,.7);
    padding: .8rem 0;
  }
  .scroller-x {
    display: flex;
    gap: .55rem;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: .2rem .1rem;
  }
  .scroller-x::-webkit-scrollbar { display: none; }
  .filter-row { gap: 1rem; align-items: center; }

  /* ---------- 故事/片单行 ---------- */
  .story-row {
    display: grid;
    grid-template-columns: 46px 112px 1fr;
    gap: .9rem;
    align-items: center;
    background: #fff;
    border: 1px solid #f0e5db;
    border-radius: 18px;
    box-shadow: var(--shadow-card);
    padding: .8rem;
    transition: transform .28s ease, box-shadow .28s ease, background .28s ease;
  }
  .story-row:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
    background: #fffaf6;
  }
  @media (min-width: 768px) {
    .story-row { grid-template-columns: 72px 168px 1fr; gap: 1.15rem; padding: 1rem 1rem 1rem .4rem; }
  }
  .story-index {
    font-size: 2rem;
    font-weight: 900;
    color: #eaded1;
    text-align: center;
    transition: color .25s ease;
    font-style: italic;
    line-height: 1;
    align-self: center;
  }
  @media (min-width: 768px) {
    .story-index { font-size: 2.7rem; }
  }
  .story-row:hover .story-index { color: var(--fox); }
  .story-thumb {
    position: relative;
    display: block;
    height: 84px;
    border-radius: 12px;
    overflow: hidden;
    background: #edeae5;
  }
  @media (min-width: 768px) {
    .story-thumb { height: 108px; }
  }
  .story-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(20,15,8,.08);
    transition: background .3s ease;
  }
  .story-row:hover .story-thumb::after { background: rgba(226,98,27,.06); }
  .story-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(.8);
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    color: var(--fox-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .25s ease;
    box-shadow: 0 6px 16px rgba(30,20,10,.18);
    z-index: 2;
    pointer-events: none;
  }
  .story-thumb .story-play svg { width: 16px; height: 16px; margin-left: 1px; }
  .story-row:hover .story-play { opacity: 1; transform: translate(-50%,-50%) scale(1); }
  .story-content { min-width: 0; }
  .story-topline { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem .7rem; font-size: .72rem; color: #8c8174; }
  .story-cat {
    color: var(--blue-dark);
    background: #ecf2f6;
    border-radius: 999px;
    padding: .14rem .6rem;
    font-size: .72rem;
    font-weight: 600;
    white-space: nowrap;
    transition: background .2s ease, color .2s ease;
  }
  .story-row:hover .story-cat { background: var(--fox-light); color: var(--fox-dark); }
  .story-title {
    font-size: .98rem;
    font-weight: 800;
    line-height: 1.5;
    margin: .3rem 0 .25rem;
    color: var(--ink);
    transition: color .2s ease;
  }
  @media (min-width: 768px) {
    .story-title { font-size: 1.08rem; }
  }
  .story-title a { display: block; }
  .story-title a:hover { }
  .story-row:hover .story-title { color: var(--fox); }
  .story-desc {
    display: none;
    font-size: .84rem;
    color: var(--soft);
    line-height: 1.75;
    margin-top: .2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  @media (min-width: 768px) { .story-desc { display: -webkit-box; } }
  .story-metarow { display: flex; flex-wrap: wrap; gap: .5rem .9rem; margin-top: .45rem; font-size: .75rem; color: #9b8f82; align-items: center; }
  .story-metarow .hot { color: var(--fox-dark); font-weight: 700; }
  .story-metarow .dot-sep { width: 3px; height: 3px; border-radius: 999px; background: #cdc1b4; display: inline-block; }

  /* ---------- 主推荐卡 ---------- */
  .feature-card {
    background: #fff;
    border: 1px solid #efe3d8;
    border-radius: 24px;
    box-shadow: var(--shadow-card);
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease;
  }
  .feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
  .feature-cover { min-height: 250px; position: relative; background: #e9e2d9; }
  @media (min-width: 768px) { .feature-cover { min-height: 320px; } }
  .feature-cover-pattern {
    background: linear-gradient(to top, rgba(30,22,15,.6), rgba(30,22,15,.02) 45%);
  }
  .feature-live {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: var(--fox);
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
    border-radius: 999px;
    padding: .26rem .9rem;
    box-shadow: 0 8px 18px rgba(226,98,27,.32);
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    z-index: 2;
  }
  .feature-live .live-dot { width: 6px; height: 6px; background: #fff; border-radius: 99px; animation: pulse-dot 1.5s infinite; }
  @keyframes pulse-dot {
    0%,100% { box-shadow: 0 0 0 0 rgba(255,255,255,.5); }
    60% { box-shadow: 0 0 0 6px rgba(255,255,255,0); }
  }

  /* ---------- 分页 ---------- */
  .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: .5rem;
    margin: 2.2rem 0 1rem;
  }
  .pagination a {
    min-width: 42px;
    height: 42px;
    padding: 0 .7rem;
    border-radius: 999px;
    border: 1px solid #e2d6c9;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .86rem;
    font-weight: 700;
    color: #6d6257;
    transition: all .2s ease;
  }
  .pagination a:hover { border-color: var(--fox); color: var(--fox); transform: translateY(-1px); }
  .pagination a.active { background: var(--fox); color: #fff; border-color: var(--fox); box-shadow: 0 8px 18px rgba(226,98,27,.25); }
  .pagination a.disabled { opacity: .45; pointer-events: none; }

  /* ---------- 底部转化条 ---------- */
  .cta-blocks-bottom {
    background: linear-gradient(135deg, #e7eef3, #dbe7ee);
    border-radius: 28px;
    border: 1px solid rgba(122,160,185,.18);
  }
  .cta-blocks-bottom .text-blue { color: var(--blue-dark); }

  /* ---------- 页脚 ---------- */
  .footer-plain { background: #1F262B; color: #A6A1A0; }
  .footer-title { color: #fff; font-size: .95rem; font-weight: 700; margin-bottom: 1.1rem; letter-spacing: .3px; }
  .footer-plain a { transition: color .2s ease, opacity .2s ease; }
  .footer-plain a:hover { color: #F0813B; }
  .footer-bottomline { border-top: 1px solid rgba(255,255,255,.08); }
  .footer-link-list li { margin-bottom: .1rem; }
  .footer-link-list a { display: block; padding: .15rem 0; font-size: .86rem; }

  .to-top { position: relative; display: inline-flex; align-items: center; gap: .45rem; }
  .to-top .top-arrow { transition: transform .2s ease; }
  .to-top:hover .top-arrow { transform: translateY(-3px); }

  .back-top-btn {
    position: fixed;
    right: 20px;
    bottom: 24px;
    z-index: 55;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: var(--fox);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(226,98,27,.3);
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: all .3s ease;
  }
  .back-top-btn.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .back-top-btn:hover { background: var(--fox-dark); transform: translateY(-3px); }
  .back-top-btn svg { width: 19px; height: 19px; }

  /* ---------- 移动菜单 ---------- */
  .burger {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ink);
    transition: background .2s ease;
  }
  .burger:hover { background: rgba(226,98,27,.08); color: var(--fox); }
  .burger svg { width: 23px; height: 23px; }

  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 72;
    background: rgba(245,242,238,.97);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    transition: transform .3s ease, opacity .3s ease;
    overflow-y: auto;
  }
  .mobile-menu.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-menu .mobile-panel { background: #fff; width: 100%; max-width: 480px; margin: 4.5rem auto 1.5rem; border-radius: 24px; padding: 1.5rem 1.4rem 1.8rem; box-shadow: var(--shadow-hover); }
  .mobile-menu .mobile-link { display: block; font-size: 1.35rem; font-weight: 800; padding: .65rem 0; border-bottom: 1px solid #f2e7dd; transition: color .2s ease; }
  .mobile-menu .mobile-link:hover, .mobile-menu .mobile-link.active { color: var(--fox); }

  /* ---------- 通用动画 ---------- */
  .reveal { opacity: 1; transform: none; }
  @media (prefers-reduced-motion: no-preference) {
    .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
    .reveal.visible { opacity: 1; transform: none; }
  }

  .hover-lift { transition: transform .25s ease, box-shadow .25s ease; }
  .hover-lift:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }

  .line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

  .scrollbar-hide { scrollbar-width: none; }
  .scrollbar-hide::-webkit-scrollbar { display: none; }

  @media (max-width: 1023px) {
    .lg-hide-zone { display: none !important; }
    .b-search-pill-wrap { display: none !important; }
  }
  @media (min-width: 1024px) {
    .mobile-burger { display: none !important; }
  }

  .avatar-fox {
    background: linear-gradient(145deg, #faeadf, #f7cdb0);
    color: var(--fox-dark);
    border-radius: 999px;
    width: 44px;
    height: 44px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.1rem;
  }

  .hot-badge {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    background: #fff3eb;
    border: 1px solid #f6d7c2;
    color: var(--fox-dark);
    font-size: .72rem;
    font-weight: 700;
    padding: .2rem .7rem;
    border-radius: 999px;
  }
  .blue-text-gradient {
    background: linear-gradient(180deg,#2A4C66, #47738f);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
