
        *{margin:0;padding:0;box-sizing:border-box}
        body{font-family:'PingFang SC','Microsoft YaHei',sans-serif;background:#faf0f5;color:#2d1b2d;line-height:1.7;overflow-x:hidden}
        a{text-decoration:none;color:inherit}

        .top{position:sticky;top:0;z-index:999;display:flex;align-items:center;gap:12px;padding:0 24px;height:60px;background:rgba(255,248,250,0.94);backdrop-filter:blur(16px);border-bottom:2px solid rgba(232,112,138,0.06);flex-shrink:0}
        .logo{font-size:20px;font-weight:900;display:flex;align-items:center;gap:8px;color:#2d1b2d;flex-shrink:0}
        .logo i{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#e8708a,#9b59b6);display:grid;place-items:center;font-size:18px;color:#fff}
        .tabs{display:flex;gap:2px;margin-left:6px;flex-wrap:wrap}
        .tabs a{padding:7px 16px;border-radius:8px;font-size:13px;color:#8a7a8a;font-weight:500;cursor:pointer;transition:.2s;white-space:nowrap}
        .tabs a:hover{background:#fce4ea;color:#4a2a3a}
        .tabs a.on{background:linear-gradient(135deg,#e8708a,#9b59b6);color:#fff}
        .search{flex:1;max-width:420px;margin:0 12px;position:relative;min-width:120px}
        .search input{width:100%;padding:8px 16px 8px 38px;border-radius:22px;border:2px solid #fce4ea;background:#fff;outline:none;font-size:13px;color:#2d1b2d;transition:.2s}
        .search input::placeholder{color:#c0a8b8}
        .search input:focus{border-color:#e8708a;box-shadow:0 0 0 4px rgba(232,112,138,0.04)}
        .search::before{content:"🔍";position:absolute;left:13px;top:50%;transform:translateY(-50%);font-size:13px;opacity:.4}
        .topr{margin-left:auto;display:flex;gap:8px;align-items:center;flex-wrap:wrap;flex-shrink:0}
        .btn{font-size:12.5px;padding:7px 18px;border-radius:20px;cursor:pointer;border:none;font-weight:600;transition:.2s}
        .btn-o{border:2px solid #e8708a;color:#e8708a;background:transparent}
        .btn-o:hover{background:#fce4ea}
        .btn-f{background:linear-gradient(135deg,#e8708a,#9b59b6);color:#fff}
        .btn-f:hover{filter:brightness(1.06);transform:scale(1.02)}

        /* ===== 左右两栏：固定左侧 + 右侧滚动 ===== */
        .app-wrap{display:flex;height:calc(100vh - 60px);overflow:hidden;position:relative}

        /* ===== 左侧栏：固定 + 可拖动调整宽度 ===== */
        .side{width:200px;min-width:140px;max-width:320px;height:100%;overflow-y:auto;padding:12px 8px 20px 16px;background:#fff;border-right:2px solid #f5e8ec;flex-shrink:0;position:relative;z-index:10;transition:width 0.08s ease}
        .side::-webkit-scrollbar{width:3px}
        .side::-webkit-scrollbar-thumb{background:#e8708a;border-radius:4px}
        .side::-webkit-scrollbar-track{background:#faf0f5}
        .side-group{margin-bottom:18px}
        .side-title{font-size:11px;color:#b8a0b0;text-transform:uppercase;letter-spacing:1.5px;padding:0 12px;margin-bottom:6px;font-weight:700}
        .cat{font-size:13px;padding:8px 12px;border-radius:10px;cursor:pointer;margin-bottom:2px;display:flex;align-items:center;gap:8px;color:#8a7a8a;transition:.15s}
        .cat:hover{background:#fce4ea;color:#4a2a3a}
        .cat.on{background:#fce4ea;color:#4a2a3a;font-weight:700}
        .cat .dot{width:6px;height:6px;border-radius:50%;background:#e8708a}
        .cat .dot.live{background:#ef4444;animation:pulse 1.5s infinite}
        @keyframes pulse{0%,100%{opacity:1}50%{opacity:.3}}

        /* ===== 拖拽分隔条 ===== */
        .resizer{width:6px;height:100%;background:transparent;cursor:col-resize;flex-shrink:0;position:relative;z-index:20;transition:background 0.2s}
        .resizer:hover,.resizer.active{background:#e8708a}
        .resizer::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2px;height:40px;background:#d0c0c8;border-radius:2px;opacity:0.3}

        /* ===== 右侧主内容：滚动 ===== */
        .main{flex:1;overflow-y:auto;padding:16px 24px 40px 24px;background:#faf0f5;min-width:0}
        .main::-webkit-scrollbar{width:4px}
        .main::-webkit-scrollbar-thumb{background:#e8708a;border-radius:4px}
        .main::-webkit-scrollbar-track{background:#faf0f5}

        /* ===== 内容样式（与之前保持一致） ===== */
        .hero{position:relative;border-radius:20px;overflow:hidden;margin-bottom:16px;background:linear-gradient(135deg,#fce4ea,#f0dce6)}
        .hero-cover{width:100%;aspect-ratio:16/5.5;position:relative;overflow:hidden}
        .hero-cover img{width:100%;height:100%;object-fit:cover;display:block}
        .hero-cover::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(252,228,234,0.85) 0%,transparent 50%)}
        .hero-content{position:absolute;bottom:0;left:0;right:0;padding:30px 40px}
        .hero-content .badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:2px;padding:4px 18px;border-radius:30px;background:linear-gradient(135deg,#e8708a,#9b59b6);color:#fff;margin-bottom:10px}
        .hero-content h1{font-size:34px;font-weight:900;line-height:1.2;color:#2d1b2d}
        .hero-content h1 span{background:linear-gradient(135deg,#e8708a,#9b59b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
        .hero-content .sub{font-size:15px;color:#6a4a5a;margin-top:4px;font-weight:500}
        .hero-content .chips{display:flex;gap:8px;margin-top:14px;flex-wrap:wrap}
        .hero-content .chips span{padding:4px 16px;border-radius:30px;font-size:12px;background:rgba(255,255,255,0.6);border:1px solid rgba(232,112,138,0.08);color:#4a2a3a;font-weight:500;backdrop-filter:blur(4px)}
        .hero-content .chips span:nth-child(1){border-color:#e8708a;color:#e8708a;background:rgba(255,255,255,0.4)}
        .hero-content .chips span:nth-child(2){border-color:#9b59b6;color:#9b59b6;background:rgba(255,255,255,0.4)}
        .hero-content .chips span:nth-child(3){border-color:#f0a060;color:#f0a060;background:rgba(255,255,255,0.4)}
        .hero-content .chips span:nth-child(4){border-color:#60a0f0;color:#60a0f0;background:rgba(255,255,255,0.4)}
        .hero-content .lead{margin-top:14px;padding:10px 18px;background:rgba(255,255,255,0.5);border-left:4px solid #e8708a;border-radius:6px;font-size:13.5px;color:#5a3a4a;max-width:720px;backdrop-filter:blur(4px)}
        .hero-content .lead b{color:#c85872}

        .about{background:#fff;border-radius:16px;padding:28px 32px;margin-bottom:16px;border-top:5px solid #e8708a;box-shadow:0 4px 20px rgba(232,112,138,0.04)}
        .about h2{font-size:22px;font-weight:900;color:#2d1b2d;margin-bottom:4px}
        .about h2 span{background:linear-gradient(135deg,#e8708a,#9b59b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
        .about .subtt{font-size:14px;color:#8a7a8a;margin-bottom:16px}
        .about .grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
        .about .grid p{font-size:14px;color:#3d2a3d;line-height:2}
        .about .grid p strong{color:#c85872}
        .about .tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}
        .about .tags span{padding:4px 16px;border-radius:30px;font-size:12px;font-weight:600;background:#fce4ea;color:#c85872;border:1px solid rgba(232,112,138,0.04)}
        @media(max-width:700px){.about .grid{grid-template-columns:1fr}}

        .stats{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:16px}
        @media(max-width:900px){.stats{grid-template-columns:repeat(3,1fr)}}
        .stat{background:#fff;border-radius:14px;padding:20px 12px;text-align:center;border-top:4px solid;box-shadow:0 2px 12px rgba(232,112,138,0.02)}
        .stat:nth-child(1){border-top-color:#e8708a}
        .stat:nth-child(2){border-top-color:#9b59b6}
        .stat:nth-child(3){border-top-color:#f0a060}
        .stat:nth-child(4){border-top-color:#60a0f0}
        .stat:nth-child(5){border-top-color:#60c070}
        .stat .num{font-size:2.2rem;font-weight:900;line-height:1.2}
        .stat:nth-child(1) .num{color:#e8708a}
        .stat:nth-child(2) .num{color:#9b59b6}
        .stat:nth-child(3) .num{color:#f0a060}
        .stat:nth-child(4) .num{color:#60a0f0}
        .stat:nth-child(5) .num{color:#60c070}
        .stat .lbl{font-size:12.5px;color:#8a7a8a;margin-top:6px;font-weight:500}

        .sec-head{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}
        .sec-head h2,.sec-head h2{font-size:20px;font-weight:900;color:#2d1b2d}
        .sec-head .tag{font-size:10.5px;font-weight:700;padding:3px 14px;border-radius:30px;background:#fce4ea;color:#e8708a;border:1px solid rgba(232,112,138,0.04)}
        .sec-head .more{margin-left:auto;font-size:13px;color:#b8a0b0;cursor:pointer}
        .sec-head .more:hover{color:#e8708a}

        .feed{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}
        @media(max-width:1100px){.feed{grid-template-columns:repeat(3,1fr)}}
        @media(max-width:700px){.feed{grid-template-columns:repeat(2,1fr)}}
        .vc{background:#fff;border-radius:14px;overflow:hidden;cursor:pointer;transition:.3s;border:1px solid #f5e8ec;box-shadow:0 2px 8px rgba(232,112,138,0.02)}
        .vc:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(232,112,138,0.08);border-color:#e8708a}
        .vc .cv{aspect-ratio:16/9;position:relative;overflow:hidden;background:#f5e8ec}
        .vc .cv img{width:100%;height:100%;object-fit:cover;display:block}
        .vc .tag{position:absolute;top:8px;left:8px;font-size:9.5px;padding:2px 12px;border-radius:4px;color:#fff;font-weight:700}
        .tag-pink{background:linear-gradient(135deg,#e8708a,#9b59b6)}
        .tag-gold{background:linear-gradient(135deg,#f0a060,#e8708a)}
        .tag-blue{background:linear-gradient(135deg,#60a0f0,#9b59b6)}
        .tag-green{background:linear-gradient(135deg,#60c070,#e8708a)}
        .vc .dur{position:absolute;bottom:8px;right:8px;background:rgba(0,0,0,.6);color:#fff;font-size:10px;padding:2px 8px;border-radius:4px}
        .vc .bd{padding:12px 14px}
        .vc h4{font-size:14px;font-weight:700;line-height:1.4;margin-bottom:4px;color:#2d1b2d;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
        .vc .desc{font-size:12px;color:#8a7a8a;line-height:1.6;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
        .vc .info{font-size:11.5px;color:#b8a0b0;display:flex;align-items:center;gap:6px}
        .vc .info .src{color:#e8708a;font-weight:600}
        .vc .info .res{margin-left:auto;font-size:9.5px;padding:1px 8px;background:#fce4ea;border-radius:3px;color:#c85872}

        .row2{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}
        @media(max-width:780px){.row2{grid-template-columns:1fr}}
        .box{background:#fff;border-radius:14px;padding:18px 20px;border:1px solid #f5e8ec;box-shadow:0 2px 8px rgba(232,112,138,0.02)}
        .box h2{font-size:15px;margin-bottom:12px;color:#2d1b2d;display:flex;align-items:center;gap:6px}
        .box ul{list-style:none}
        .box li{padding:8px 0;border-bottom:1px solid #f5e8ec;font-size:13.5px;cursor:pointer;display:flex;align-items:center;gap:10px;transition:.15s;color:#4a3a4a}
        .box li:last-child{border:none}
        .box li:hover{color:#e8708a}
        .box li b{color:#e8708a;font-weight:900;min-width:20px}
        .box li .tag{font-size:9px;padding:1px 10px;border-radius:3px;margin-left:auto;font-weight:600}
        .tag-hot{background:#fce4ea;color:#ef4444}
        .tag-new{background:#e8f0fe;color:#60a0f0}
        .tag-up{background:#e8f8ec;color:#60c070}
        .tag-rec{background:#fce4ea;color:#e8708a}

        .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px}
        @media(max-width:780px){.features-grid{grid-template-columns:repeat(2,1fr)}}
        .feature-card{background:#fff;border-radius:14px;padding:20px 18px;border-top:4px solid;border:1px solid #f5e8ec;transition:.3s;box-shadow:0 2px 8px rgba(232,112,138,0.02)}
        .feature-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(232,112,138,0.06);border-color:#e8708a}
        .feature-card:nth-child(1){border-top-color:#e8708a}
        .feature-card:nth-child(2){border-top-color:#9b59b6}
        .feature-card:nth-child(3){border-top-color:#f0a060}
        .feature-card:nth-child(4){border-top-color:#60a0f0}
        .feature-card:nth-child(5){border-top-color:#60c070}
        .feature-card:nth-child(6){border-top-color:#e8708a}
        .feature-card .icon{font-size:30px;display:block;margin-bottom:8px}
        .feature-card h4{font-size:15px;font-weight:700;color:#2d1b2d;margin-bottom:6px}
        .feature-card p{font-size:12.5px;color:#7a6a7a;line-height:1.8}

        .advantages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px}
        @media(max-width:780px){.advantages-grid{grid-template-columns:repeat(2,1fr)}}
        .adv-card{background:#fff;border-radius:14px;padding:18px 20px;border-left:4px solid;border:1px solid #f5e8ec;transition:.3s;box-shadow:0 2px 8px rgba(232,112,138,0.02)}
        .adv-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(232,112,138,0.06);border-color:#e8708a}
        .adv-card:nth-child(1){border-left-color:#e8708a}
        .adv-card:nth-child(2){border-left-color:#9b59b6}
        .adv-card:nth-child(3){border-left-color:#f0a060}
        .adv-card:nth-child(4){border-left-color:#60a0f0}
        .adv-card:nth-child(5){border-left-color:#60c070}
        .adv-card:nth-child(6){border-left-color:#e8708a}
        .adv-card .num{font-size:12px;font-weight:800;color:#e8708a;margin-bottom:4px}
        .adv-card h4{font-size:14.5px;font-weight:700;color:#2d1b2d;margin-bottom:4px}
        .adv-card p{font-size:12.5px;color:#7a6a7a;line-height:1.8}

        .insights-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:20px}
        @media(max-width:700px){.insights-grid{grid-template-columns:1fr}}
        .insight-card{background:#fff;border-radius:14px;padding:20px 22px;border-top:4px solid;border:1px solid #f5e8ec;transition:.3s;box-shadow:0 2px 8px rgba(232,112,138,0.02)}
        .insight-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(232,112,138,0.06);border-color:#e8708a}
        .insight-card:nth-child(1){border-top-color:#e8708a}
        .insight-card:nth-child(2){border-top-color:#9b59b6}
        .insight-card:nth-child(3){border-top-color:#f0a060}
        .insight-card:nth-child(4){border-top-color:#60a0f0}
        .insight-card .icon{font-size:26px;display:block;margin-bottom:6px}
        .insight-card h4{font-size:15px;font-weight:700;color:#2d1b2d;margin-bottom:8px}
        .insight-card p{font-size:13px;color:#5a4a5a;line-height:1.9}
        .insight-card .stag{display:inline-block;font-size:10.5px;padding:2px 14px;border-radius:30px;margin-top:10px;font-weight:600;background:#fce4ea;color:#c85872}

        .tl-wrap{margin-bottom:20px}
        .tl-scroll{display:flex;gap:16px;overflow-x:auto;padding:8px 4px 14px;scroll-snap-type:x mandatory}
        .tl-scroll::-webkit-scrollbar{height:6px}
        .tl-scroll::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#e8708a,#9b59b6);border-radius:6px}
        .tl-scroll::-webkit-scrollbar-track{background:#f5e8ec;border-radius:6px}
        .tl-card{min-width:180px;flex:0 0 220px;background:#fff;border-radius:14px;padding:18px 20px;border-top:4px solid;border:1px solid #f5e8ec;scroll-snap-align:start;transition:.3s;box-shadow:0 2px 8px rgba(232,112,138,0.02)}
        .tl-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(232,112,138,0.06);border-color:#e8708a}
        .tl-card:nth-child(1){border-top-color:#e8708a}
        .tl-card:nth-child(2){border-top-color:#9b59b6}
        .tl-card:nth-child(3){border-top-color:#f0a060}
        .tl-card:nth-child(4){border-top-color:#60a0f0}
        .tl-card:nth-child(5){border-top-color:#60c070}
        .tl-card:nth-child(6){border-top-color:#e8708a}
        .tl-card .ty{font-size:14px;font-weight:800;color:#2d1b2d}
        .tl-card .td{font-size:12.5px;color:#7a6a7a;line-height:1.8;margin-top:6px}
        .tl-card .ti{font-size:11px;color:#b8a0b0;font-weight:600;margin-bottom:4px}

        .cm-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:20px}
        @media(max-width:700px){.cm-list{grid-template-columns:1fr}}
        .cm{background:#fff;border-radius:12px;padding:14px 16px;display:flex;gap:12px;border:1px solid #f5e8ec;box-shadow:0 2px 8px rgba(232,112,138,0.02)}
        .cm-av{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:14px;flex-shrink:0;color:#fff}
        .cm-name{font-size:14px;font-weight:700;color:#2d1b2d;display:flex;align-items:center;gap:6px}
        .cm-name .lv{font-size:9.5px;padding:1px 10px;border-radius:30px;font-weight:600}
        .cm-txt{font-size:12.5px;color:#5a4a5a;line-height:1.7;margin-top:4px}
        .cm-like{color:#e8708a;font-size:12px;margin-top:4px;display:flex;align-items:center;gap:4px}

        .ft{background:linear-gradient(135deg,#fce4ea,#f5e8ec);border-radius:16px;padding:32px 36px;margin-top:16px;border:1px solid rgba(232,112,138,0.04)}
        .ft-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:28px;margin-bottom:18px}
        @media(max-width:780px){.ft-grid{grid-template-columns:1fr 1fr}}
        .ft h4{font-size:14px;color:#c85872;margin-bottom:12px;font-weight:700}
        .ft a,.ft p{font-size:13px;color:#8a7a8a;line-height:2.4;display:block}
        .ft a:hover{color:#e8708a}
        .ft-desc strong{font-size:22px;color:#2d1b2d;display:block;margin-bottom:4px}
        .ft-desc .sub{color:#e8708a;font-size:14px}
        .ft-desc p{color:#8a7a8a;font-size:13px;line-height:1.9;margin-top:8px}
        .ft-bar{background:rgba(239,68,68,0.03);padding:12px 20px;border-radius:8px;text-align:center;font-size:13px;color:#8a7a8a;border:1px solid rgba(232,112,138,0.04)}
        .ft-bar b{color:#ef4444}
        .copy{text-align:center;margin-top:16px;padding-top:14px;border-top:1px solid rgba(232,112,138,0.04);font-size:12px;color:#b8a0b0}

        .gotop{position:fixed;bottom:24px;right:24px;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#e8708a,#9b59b6);color:#fff;border:none;font-size:20px;cursor:pointer;display:none;z-index:999;box-shadow:0 4px 24px rgba(232,112,138,0.2);transition:.2s}
        .gotop:hover{transform:scale(1.08)}

        /* ===== 移动端适配：侧栏隐藏 ===== */
        @media(max-width:860px){
            .side{display:none}
            .resizer{display:none}
            .app-wrap{height:auto;min-height:calc(100vh - 60px)}
            .main{padding:12px 16px 30px 16px;overflow-y:visible}
        }
    
/* 模版适配补充：保留原配色与网格 */
[hidden]{display:none!important}button,input{font:inherit}button:disabled{cursor:default;opacity:.55}a:focus-visible,button:focus-visible,[tabindex]:focus-visible{outline:3px solid #9b59b6;outline-offset:3px}.resizer{touch-action:none}.main{scroll-behavior:smooth}.hero-cover{min-height:350px}.vc>a{display:block;height:100%}.filter-status{color:#8a7a8a;font-size:13px;margin-bottom:12px}.box li a{flex:1}.topr a{white-space:nowrap}.cm-av{background:#fce4ea;color:#e8708a}.cm-name .lv{background:#fce4ea;color:#e8708a}.cm-like{cursor:default}.logo i{font-style:normal}.top .logo img{width:38px;height:38px;object-fit:contain}
@media(max-width:1100px){.tabs a{padding:7px 9px}.top{gap:6px;padding:0 16px}}
@media(max-width:860px){.top{height:auto;min-height:60px;flex-wrap:wrap;padding:10px 16px}.tabs{order:4;flex-basis:100%;flex-wrap:nowrap;overflow-x:auto;margin:0}.search{margin:0 6px;max-width:none}.hero-cover{aspect-ratio:auto;min-height:0}.hero-cover>img{position:absolute;inset:0;height:100%}.hero-content{position:relative;padding:26px 22px}.hero-content h1{font-size:30px}.hero-content .lead{font-size:13px}.app-wrap{overflow:visible}.about{padding:22px}.stats{gap:8px}.stat .num{font-size:1.6rem}}
@media(max-width:480px){.logo{font-size:17px}.topr .btn{padding:5px 9px}.search{order:3;flex-basis:100%;margin:4px 0}.hero-content .chips{gap:5px}.hero-content .chips span{padding:3px 10px}.hero-content .sub{font-size:13px}.stats{grid-template-columns:repeat(2,1fr)}.feed{gap:10px}.vc .bd{padding:10px}.features-grid,.advantages-grid{grid-template-columns:1fr}.ft{padding:24px 20px}.ft-grid{gap:18px}.main{padding:12px 12px 30px}.gotop{right:14px;bottom:14px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* 本站阅读适配：沿用模版4框架与粉紫配色。 */
.skip-link{position:fixed;top:-100px;left:16px;z-index:2000;padding:10px 18px;background:#fff;border:2px solid #9b59b6}.skip-link:focus{top:8px}
.hero-content{z-index:1}.hero-content h1{line-height:1.45}.hero-cover::after{pointer-events:none}.hero-content .lead{font-size:16px}.hero-content .chips span{color:#704065!important;border-color:#bb84ba!important}
.about .grid p,.feature-card p,.adv-card p,.insight-card p,.cm-txt,.tl-card .td{font-size:16px;color:#584659}.vc .desc{font-size:14px;line-height:1.8;height:auto;min-height:50px;-webkit-line-clamp:3}.vc h4{font-size:16px}.vc .info{flex-wrap:wrap;font-size:12px}
.tabs a,.cat,.btn,.search input,.about .subtt,.stat .lbl,.cm-name .lv,.tl-card .ti,.ft a,.ft p,.filter-status,.side-title{font-size:14px}.side-title,.cat,.tabs a,.ft a,.ft p,.copy,.tl-card .ti,.stat .lbl{color:#6d546c}.copy{font-size:13px}.cm-name{flex-wrap:wrap}.cm-like{font-size:14px;color:#84428c}.cm-av{flex-shrink:0}.box li a{min-width:0}.box li .tag{flex-shrink:0}.box li{align-items:flex-start}.ft-bar{color:#624b60}.feature-card h4,.adv-card h4,.insight-card h4,.tl-card .ty{font-size:17px}
.guide-page{overflow-x:clip}.guide-top-nav{display:flex;gap:20px;margin-left:auto;flex-wrap:wrap;font-size:15px}.guide-layout{display:grid;grid-template-columns:220px minmax(0,920px);gap:28px;max-width:1240px;margin:28px auto;padding:0 24px}.guide-toc{position:sticky;top:88px;align-self:start;background:#fff;border:1px solid #f0dce6;border-radius:16px;padding:20px;max-height:calc(100vh - 110px);overflow:auto}.guide-toc a{display:block;margin:12px 0;font-size:14px;color:#764880}.article{background:#fff;border-radius:20px;padding:36px 44px;min-width:0;box-shadow:0 8px 40px #a457ad08}.article h1{font-size:32px;line-height:1.45;margin:12px 0 24px}.article h2{font-size:24px;line-height:1.5;margin:0 0 16px}.article h3{font-size:18px;margin:16px 0 8px}.article p,.article li{font-size:16px;line-height:1.95;color:#503e50}.article p{margin:12px 0}.article section{margin-top:36px;padding-top:12px;scroll-margin-top:100px}.article a{color:#814491;text-decoration:underline;text-underline-offset:3px}.article ol,.article ul{padding-left:25px}.article li{padding-left:4px;margin:9px 0}.eyebrow{font-size:13px!important;letter-spacing:1px;color:#8a4b8d!important}.breadcrumbs{font-size:14px;color:#775e73;margin-bottom:20px}.quick-answer{background:linear-gradient(135deg,#fff0f5,#f3e9fa);border-left:4px solid #e8708a;border-radius:12px;padding:20px 24px}.quick-answer strong{color:#854681}.quick-answer p{margin-bottom:0}.table-wrap{overflow-x:auto;margin:20px 0;border:1px solid #eddae8;border-radius:10px}table{border-collapse:collapse;width:100%;font-size:15px}caption{padding:12px;text-align:left;color:#735073;background:#fff7fb}th,td{padding:12px 14px;border-bottom:1px solid #eedeea;text-align:left;vertical-align:top}th{background:#fbf2f9;min-width:100px}td{min-width:170px}.article-qa{border-bottom:1px solid #f0e3ed;padding-bottom:16px}.related a{display:block;padding:12px 0}.guide-footer{max-width:1200px;margin:30px auto;padding:24px;font-size:14px;color:#6e546b}.guide-footer a{color:#824387;text-decoration:underline}
.check-panel{border:1px solid #e7cde6;border-radius:14px;padding:24px!important;background:#fdf8fc}.check-panel fieldset{border:0}.check-panel legend{font-weight:700;margin:14px 0}.check-item{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid #eeddea;cursor:pointer;line-height:1.8}.check-item input{width:20px;height:20px;flex-shrink:0;margin-top:4px;accent-color:#9b59b6}.check-item:has(input:checked){color:#6b4173;background:#f7edf8}.check-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.check-actions button{min-height:42px}
@media(min-width:861px) and (max-width:1180px){.top .tabs a{padding:7px 6px;font-size:12px}.top{gap:5px}.top .logo{font-size:18px}.top .logo img{width:30px;height:30px}.top .search{min-width:110px;margin:0 5px}.topr .btn{padding:7px 8px;font-size:12px}}
@media(max-width:860px){.hero-content .lead{font-size:16px}.hero-content{padding:28px 22px}.hero-content h1{font-size:29px}.hero-cover{min-height:0}.guide-layout{display:block;padding:0 16px;margin:16px auto}.guide-toc{position:static;max-height:none;margin-bottom:18px}.guide-toc nav{display:flex;flex-wrap:wrap;gap:4px 18px}.guide-toc a{margin:6px 0}.article{padding:26px 22px}.article h1{font-size:28px}.article section{scroll-margin-top:135px}.guide-top-nav{gap:12px;font-size:14px}.table-wrap{max-width:100%}}
@media(max-width:480px){.feed{grid-template-columns:1fr}.hero-content h1 span{display:block}.hero-content .sub{font-size:15px}.article{padding:24px 18px}.article h1{font-size:25px}.article h2{font-size:21px}.guide-layout{padding:0 10px}.check-panel{padding:16px!important}.quick-answer{padding:16px}.top .logo{font-size:17px}.topr{gap:4px}.guide-top-nav{width:100%;margin:5px 0}.cm-name{font-size:16px}}
@media print{.guide-page .top,.guide-toc,.guide-footer,.breadcrumbs,.related,.skip-link,.check-actions{display:none!important}.guide-layout{display:block;margin:0;padding:0}.article{box-shadow:none;padding:0}.article section{break-inside:avoid}.check-panel{background:#fff}.article h1{font-size:22px}.article p,.article li,.check-item{font-size:12px}.article a{color:#222}.table-wrap{overflow:visible}}
