:root{--yellow:#f5b800;--yellow-deep:#dca400;--black:#202124;--text:#2d3237;--muted:#7b8188;--bg:#f4f5f6;--line:#e9eaec;--card:#fff;--footer:#2d3237;--radius:6px;--shadow:0 2px 12px rgba(32,38,44,.06)}*{box-sizing:border-box}html,body{overflow-x:hidden}body{margin:0;background:var(--bg);font-family:"Microsoft YaHei",Arial,sans-serif;color:var(--text);font-size:15px;line-height:1.72}a{text-decoration:none;color:inherit;transition:.2s}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));max-width:1180px!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}.top-bar{height:34px;display:flex;align-items:center;background:#24272b;color:#aeb2b7;font-size:12px}.top-bar a{color:#aeb2b7;margin-left:18px}.top-bar a:hover{color:var(--yellow)}.header-main{background:#fff;padding:18px 0}.brand{width:230px;height:58px;display:flex;align-items:center}.brand img{max-width:220px;max-height:58px;object-fit:contain}.logo-placeholder{font-size:13px;color:#999;border:1px dashed #ccc;padding:10px}.search-wrap{display:flex;max-width:430px;width:100%;height:40px}.search-wrap input{flex:1;border:2px solid var(--yellow);padding:0 14px;outline:0}.search-wrap button{border:0;background:var(--yellow);color:#222;padding:0 22px;font-weight:700}.mobile-toggle{display:none;border:0;background:none;font-size:28px}.nav-wrap{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.main-nav{list-style:none;display:flex;padding:0;margin:0}.main-nav a{display:block;padding:14px 22px;font-size:16px;font-weight:600;position:relative}.main-nav a:after{content:"";position:absolute;left:22px;right:22px;bottom:-1px;height:3px;background:var(--yellow);transform:scaleX(0);transition:.2s}.main-nav a:hover:after{transform:scaleX(1)}.mobile-link{display:block;padding:13px 0;border-bottom:1px solid var(--line)}.hero-wrap{margin-top:20px}.hero-grid{display:grid;grid-template-columns:minmax(0,2fr) 330px;gap:14px;align-items:stretch}.carousel{border-radius:var(--radius);overflow:hidden;background:#ddd}.carousel-inner,.carousel-item{height:356px}.carousel-item img{height:356px;width:100%;object-fit:cover}.carousel-caption-bg{position:absolute;bottom:0;left:0;right:0;padding:70px 24px 20px;background:linear-gradient(transparent,rgba(0,0,0,.8));color:#fff;font-size:22px;font-weight:700}.hero-side{display:grid;grid-template-rows:repeat(3,1fr);gap:10px;height:356px}.hero-mini{position:relative;overflow:hidden;border-radius:var(--radius);min-height:0}.hero-mini img{width:100%;height:100%;object-fit:cover;transition:.3s}.hero-mini:hover img{transform:scale(1.04)}.hero-mini span{position:absolute;inset:auto 0 0;padding:34px 12px 10px;background:linear-gradient(transparent,rgba(0,0,0,.82));color:#fff;font-weight:600;line-height:1.45}.section{margin:30px auto}.section-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:10px;margin-bottom:16px}.section-head h2{font-size:21px;margin:0;padding-left:11px;border-left:4px solid var(--yellow)}.section-head a{font-size:13px;color:#888}.content-layout{display:grid;grid-template-columns:minmax(0,820px) 330px;justify-content:center;gap:28px;align-items:start}.content-layout>main,.category-layout>main{min-width:0}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.cardx,.tool-card,.sidebar-box,.list-card,.article-box,.flash-detail{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow)}.cardx{overflow:hidden}.cardx:hover{transform:translateY(-2px);box-shadow:0 5px 20px rgba(0,0,0,.1)}.cardx img{height:185px;width:100%;object-fit:cover}.card-bodyx{padding:16px}.card-bodyx h3{font-size:18px;line-height:1.5;margin:9px 0}.card-bodyx p{color:#777}.tag{display:inline-block;font-size:12px;background:#fff8df;color:#8f6800;padding:3px 8px;border:1px solid #ffe49a}.meta{color:#aaa;font-size:12px}.list-card{display:flex;gap:18px;padding:16px;margin-bottom:14px;width:100%}.list-card img{width:220px;height:140px;object-fit:cover;flex:0 0 220px}.list-card h2{font-size:20px;margin:5px 0}.list-card p{color:#777;margin-bottom:8px}.sidebar-box{padding:18px;margin-bottom:18px}.sidebar-box h3{font-size:17px;border-bottom:1px solid var(--line);padding-bottom:10px;margin-bottom:8px}.rank{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid #f1f1f1}.rank i{font-style:normal;background:#bbb;color:#fff;width:24px;height:24px;text-align:center;line-height:24px;flex:none}.rank:nth-child(-n+3) i{background:var(--yellow);color:#222}.tool-card{padding:19px}.ad-slot{position:relative;margin:18px 0;background:#fff;overflow:hidden}.ad-slot img{width:100%;max-height:160px;object-fit:cover}.ad-slot small{position:absolute;right:4px;bottom:3px;background:rgba(0,0,0,.48);color:#fff;padding:1px 5px;font-size:10px}.ad-text{padding:18px}.category-layout{display:grid;grid-template-columns:190px minmax(0,930px);justify-content:center;gap:28px;margin:28px auto 0;align-items:start}.category-nav{background:#fff;align-self:start;position:sticky;top:68px;box-shadow:var(--shadow)}.category-nav a{display:block;padding:12px 15px;border-bottom:1px solid var(--line)}.category-nav a:hover{background:#fff8df;color:#8a6500}.article-box{padding:34px;width:100%}.article-box h1{font-size:30px;line-height:1.45;margin-top:0}.article-content{font-size:17px;line-height:1.95}.article-content img{max-width:100%;height:auto;margin:18px auto}.article-content h2{margin-top:30px;font-size:23px;border-left:4px solid var(--yellow);padding-left:12px}.btn-main{display:inline-block;background:var(--yellow);color:#222!important;padding:10px 20px;font-weight:700}.flash-list{display:flex;flex-direction:column}.flash-item{display:block;padding:12px 0;border-bottom:1px solid #eceef0}.flash-item:last-child{border-bottom:0}.flash-time{font-size:12px;color:#a0a4a8;margin-bottom:4px}.flash-title{font-size:15px;font-weight:700;line-height:1.55}.flash-summary{font-size:13px;color:#777;line-height:1.6;margin-top:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.flash-more{display:block;text-align:center;margin-top:10px;font-size:13px;color:#8b6800}.flash-detail{padding:32px;max-width:850px;margin:30px auto}.flash-detail h1{font-size:27px;line-height:1.5}.source-box{background:#f7f8f9;border-left:4px solid var(--yellow);padding:14px 16px;margin-top:24px}.footer{background:#2d3237;color:#aeb3b8;margin-top:52px;padding:42px 0 0}.footer-top{display:grid;grid-template-columns:1.45fr .8fr 1.55fr .75fr;gap:38px}.footer-title{color:#fff;font-size:16px;font-weight:700;margin-bottom:14px}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px}.footer-links a,.footer-hot a{color:#b7bbc0;font-size:13px}.footer-links a:hover,.footer-hot a:hover{color:var(--yellow)}.footer-hot{display:flex;flex-direction:column;gap:9px}.footer-partners{display:flex;flex-wrap:wrap;gap:10px}.footer-partners a{background:#fff;border-radius:4px;width:92px;height:38px;display:flex;align-items:center;justify-content:center;padding:5px}.footer-partners img{max-width:100%;max-height:28px;object-fit:contain}.footer-qr img{width:104px;height:104px;object-fit:cover;background:#fff;padding:4px}.footer-qr .info{font-size:12px;margin-top:7px}.footer-bottom{border-top:1px solid #41464b;margin-top:34px;padding:22px 0}.footer-bottom-inner{display:grid;grid-template-columns:180px 1fr auto;gap:24px;align-items:center}.footer-logo img{max-width:160px;max-height:48px;object-fit:contain}.footer-info{font-size:12px;line-height:1.85}.footer-social{display:flex;gap:12px;font-size:21px}.empty{background:#fff;padding:40px;text-align:center}.pagination{display:flex;gap:6px}.pagination a{background:#fff;padding:7px 12px}.pagination .active{background:var(--yellow);color:#222}@media(max-width:992px){.main-nav{display:none}.mobile-toggle{display:block}.search-wrap{display:none}.hero-grid,.content-layout,.category-layout{grid-template-columns:1fr}.hero-side{grid-template-columns:repeat(3,1fr);grid-template-rows:none;height:130px}.category-nav{position:static;display:flex;overflow:auto}.category-nav a{white-space:nowrap}.grid-3{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:repeat(2,1fr)}.footer-bottom-inner{grid-template-columns:1fr}.content-layout{max-width:820px}}@media(max-width:576px){.container{width:min(100% - 24px,1180px)}.top-bar{display:none}.header-main{padding:12px 0}.brand{width:185px;height:48px}.brand img{max-width:180px;max-height:48px}.carousel-inner,.carousel-item,.carousel-item img{height:225px}.carousel-caption-bg{font-size:17px;padding:52px 15px 14px}.hero-side{grid-template-columns:1fr;height:auto}.hero-mini{height:112px}.grid-2,.grid-3{grid-template-columns:1fr}.list-card{display:block}.list-card img{width:100%;height:185px;flex:none}.article-box,.flash-detail{padding:20px}.article-box h1,.flash-detail h1{font-size:24px}.footer-top{grid-template-columns:1fr}.footer-bottom-inner{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(2,1fr)}}/* V5 branding, mega menu, breadcrumbs and tags */
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.brand-combo{display:flex;align-items:center;gap:13px;min-width:310px}.brand-icon{width:66px;height:66px;object-fit:contain;border-radius:14px}.placeholder-icon{display:grid;place-items:center;background:var(--yellow);font-size:32px;color:#252525}.brand-copy{display:flex;flex-direction:column;line-height:1.1}.brand-copy strong{font-size:31px;letter-spacing:1px;color:#222;white-space:nowrap}.brand-copy small{font-size:12px;color:#858585;margin-top:8px;white-space:nowrap}.main-nav>li{position:static}.main-nav>li>a i{font-size:11px;margin-left:5px}.mega-dropdown{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid var(--line);box-shadow:0 15px 35px rgba(0,0,0,.12);padding:28px 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;z-index:50}.has-mega:hover .mega-dropdown{opacity:1;visibility:visible;transform:none}.mega-dropdown-inner{width:min(1180px,calc(100% - 32px));margin:auto}.mega-row{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.mega-col h5{font-size:16px;margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid var(--line)}.mega-link{display:block;padding:9px 0;color:#30343a;font-weight:600}.mega-link span{display:block;color:#999;font-size:12px;font-weight:400;margin-top:3px}.mega-link:hover{color:#b57f00}.mega-card{display:flex;gap:13px;background:#faf7ed;padding:14px;border-radius:8px}.mega-card-cover{width:62px;height:62px;display:grid;place-items:center;background:var(--yellow);font-size:27px;border-radius:7px;flex:none}.mega-card p{margin:5px 0 0;color:#888;font-size:12px}.mobile-sublink{display:block;padding:9px 0 9px 18px;color:#777;border-bottom:1px dashed #eee}.breadcrumb-wrap{padding:16px 0 2px;color:#8a8e93;font-size:13px}.breadcrumb-wrap a:hover{color:#b57f00}.breadcrumb-wrap em{font-style:normal;color:#555}.article-tags{margin-top:30px;padding-top:18px;border-top:1px solid var(--line)}.article-tags a,.tag-cloud a{display:inline-flex;align-items:center;gap:7px;margin:5px;padding:6px 11px;background:#fff8df;border:1px solid #ffe29a;border-radius:3px;color:#745400}.tag-cloud{background:#fff;padding:22px;box-shadow:var(--shadow)}.tag-cloud span{font-size:11px;color:#999}.content-narrow{max-width:880px!important}.footer-brand{display:flex;align-items:center;gap:10px;color:#fff}.footer-brand img{width:46px;height:46px;object-fit:contain}.footer-brand strong{font-size:23px}.flash-item .flash-time{color:#a67b00}.flash-item .flash-summary{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
@media(max-width:992px){.brand-combo{min-width:auto}.brand-icon{width:56px;height:56px}.brand-copy strong{font-size:26px}.mega-dropdown{display:none}.search-wrap{max-width:380px}}
@media(max-width:576px){.header-inner{gap:10px}.brand-icon{width:46px;height:46px;border-radius:10px}.brand-copy strong{font-size:22px}.brand-copy small{font-size:10px;margin-top:5px;max-width:160px;overflow:hidden;text-overflow:ellipsis}.brand-combo{max-width:230px}.search-wrap{display:none}.mobile-toggle{display:block}.breadcrumb-wrap{font-size:12px;white-space:nowrap;overflow:auto}.footer-brand strong{font-size:20px}}

/* 历史样式已整合 */
.mega-row-four{grid-template-columns:repeat(4,minmax(0,1fr)) 250px;align-items:stretch}.mega-row-four .mega-col{padding:6px 2px}.mega-main-link{font-weight:400;color:#777}.mega-image-col a{height:100%;min-height:140px;position:relative;display:block;overflow:hidden;border-radius:8px;background:#f6f6f6}.mega-image-col img{width:100%;height:140px;object-fit:cover}.mega-image-col span{position:absolute;left:0;right:0;bottom:0;padding:35px 12px 10px;background:linear-gradient(transparent,rgba(0,0,0,.78));color:#fff;font-weight:700}.mega-image-placeholder{display:grid!important;place-items:center;color:#6e5500;background:#fff5c7!important;font-size:15px}.mega-image-placeholder i{font-size:36px}.project-side-card{display:block;padding:12px 0;border-bottom:1px solid #eee}.project-side-card:last-child{border-bottom:0}.project-side-card strong{display:block;font-size:15px;line-height:1.45}.project-side-card small{display:block;color:#888;margin-top:5px}.project-side-card .cost{color:#a47400}.tool-card .meta-clean{display:block;color:#999;font-size:12px;margin-top:9px}@media(max-width:1199px){.mega-row-four{grid-template-columns:repeat(4,minmax(0,1fr)) 210px}}

.prev-next{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:30px 0;padding:18px 0;border-top:1px solid #eee;border-bottom:1px solid #eee}.prev-next div:last-child{text-align:right}.related-section{margin-top:28px}.related-section h3{font-size:20px;margin-bottom:15px}.related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.related-grid a{display:flex;flex-direction:column;padding:15px;border:1px solid #eee;border-radius:9px;background:#fff}.related-grid span{color:#777;font-size:13px;margin-top:6px}@media(max-width:700px){.prev-next,.related-grid{grid-template-columns:1fr}.prev-next div:last-child{text-align:left}}

/* 相关推荐与快讯样式 */
.prev-next{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:34px 0 30px;padding:0;border:0}.prev-next-card{min-height:112px;display:flex;flex-direction:column;justify-content:center;padding:20px 22px;border:1px solid #ececec;border-radius:10px;background:#fff;box-shadow:0 5px 20px rgba(35,38,41,.05);transition:.22s}.prev-next-card:hover{border-color:#f0c84e;box-shadow:0 9px 26px rgba(35,38,41,.1);transform:translateY(-2px)}.prev-next-card[aria-disabled=true]{pointer-events:none;opacity:.58}.prev-next-card strong{font-size:16px;line-height:1.55;margin-top:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pn-label{font-size:12px;color:#9a7a16;font-weight:700;letter-spacing:.04em}.next-card{text-align:right;align-items:flex-end}.related-section{margin-top:34px;padding-top:26px;border-top:1px solid #ececec}.related-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.related-head h3{font-size:22px;margin:2px 0 0}.related-head .eyebrow{font-size:11px;letter-spacing:.16em;color:#b58a08;font-weight:800}.related-note{font-size:12px;color:#999}.related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.related-card{display:grid!important;grid-template-columns:150px minmax(0,1fr);min-height:130px;padding:0!important;border:1px solid #ececec!important;border-radius:10px!important;overflow:hidden;background:#fff;box-shadow:0 4px 16px rgba(35,38,41,.04);transition:.22s}.related-card:hover{border-color:#efc84b!important;box-shadow:0 10px 25px rgba(35,38,41,.1);transform:translateY(-3px)}.related-cover{height:100%;min-height:130px;overflow:hidden;background:#f4f4f4}.related-cover img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.related-card:hover .related-cover img{transform:scale(1.05)}.related-placeholder{width:100%;height:100%;min-height:130px;display:grid;place-items:center;background:linear-gradient(135deg,#fff7d6,#f4c837);font-size:34px;color:#6f5709}.related-body{min-width:0;padding:16px 16px 14px;display:flex;flex-direction:column}.related-body strong{font-size:16px;line-height:1.52;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-body p{font-size:13px;line-height:1.65;color:#777;margin:8px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-body>span{margin-top:auto;padding-top:8px;font-size:12px;color:#9b7310;font-weight:700}.newsflash-article{background:#fff;border-radius:10px;box-shadow:0 8px 28px rgba(35,38,41,.06)}.newsflash-header{padding-bottom:22px;border-bottom:1px solid #eceff1;margin-bottom:24px}.newsflash-kicker{display:inline-flex;background:#fff3bd;color:#735600;font-size:12px;font-weight:800;padding:5px 9px;border-radius:4px;margin-bottom:12px}.newsflash-header h1{margin:0 0 15px}.newsflash-meta{display:flex;flex-wrap:wrap;gap:18px;color:#8b9095;font-size:13px}.newsflash-lead{font-size:18px;line-height:1.85;color:#444;font-weight:600;padding:18px 20px;background:#f7f8f9;border-left:4px solid var(--yellow);margin:0 0 26px}.newsflash-content p{font-size:17px;line-height:1.95;margin:0 0 20px}.source-link-box{display:flex;align-items:center;justify-content:space-between;gap:20px;border-left:0;border:1px solid #e6e8ea;border-radius:8px;background:#fafafa}.source-link-box div{display:flex;flex-direction:column;gap:4px}.source-link-box span{font-size:13px;color:#888}.source-link-box a{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;background:#2d3237;color:#fff;padding:9px 14px;border-radius:5px}.source-link-box a:hover{background:#171a1d;color:#fff}@media(max-width:760px){.prev-next{grid-template-columns:1fr}.next-card{text-align:left;align-items:flex-start}.related-head{align-items:flex-start;flex-direction:column;gap:5px}.related-grid{grid-template-columns:1fr}.related-card{grid-template-columns:112px minmax(0,1fr);min-height:116px}.related-cover,.related-placeholder{min-height:116px}.related-body{padding:13px}.newsflash-meta{gap:8px;flex-direction:column}.newsflash-lead{font-size:16px;padding:15px}.source-link-box{align-items:flex-start;flex-direction:column}}

/* V8 Patch 07: 快讯侧栏精简 */
.flash-sidebar .flash-list{display:flex;flex-direction:column;gap:0}
.flash-sidebar .flash-item{position:relative;display:block;padding:14px 0 14px 14px;border-bottom:1px solid #eef0f2;transition:all .2s ease}
.flash-sidebar .flash-item::before{content:"";position:absolute;left:0;top:18px;width:3px;height:18px;border-radius:3px;background:#f4b400;opacity:0;transition:opacity .2s ease}
.flash-sidebar .flash-item:hover{padding-left:18px;background:#fffdf5}
.flash-sidebar .flash-item:hover::before{opacity:1}
.flash-sidebar .flash-time{font-size:12px;color:#9aa0a6;margin-bottom:5px}
.flash-sidebar .flash-title{font-size:15px;font-weight:700;line-height:1.55;color:#202124}
.flash-sidebar .flash-summary{font-size:13px;line-height:1.6;color:#6b7280;margin-top:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.flash-sidebar .flash-more{display:block;text-align:right;padding-top:14px;font-weight:600;color:#6b7280}
.flash-sidebar .flash-more:hover{color:#c78b00}

/* V8 Patch 10：首页创业干货横向信息流 */
.home-news-section{margin-top:0}.home-article-stream{display:flex;flex-direction:column;gap:14px}.home-article-row{display:grid;grid-template-columns:236px minmax(0,1fr);gap:18px;background:#fff;border:1px solid #edf0f3;border-radius:8px;padding:14px;box-shadow:0 2px 10px rgba(31,42,55,.045);transition:all .22s ease}.home-article-row:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(31,42,55,.09);border-color:#f3cf53}.home-article-cover{height:132px;position:relative;overflow:hidden;border-radius:5px;background:#eef1f4}.home-article-cover img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.home-article-row:hover .home-article-cover img{transform:scale(1.035)}.home-article-cover>span{position:absolute;left:10px;top:10px;background:#293342;color:#fff;border-radius:3px;padding:4px 9px;font-size:12px;line-height:1.4}.home-article-info{min-width:0;display:flex;flex-direction:column}.home-article-info h3{font-size:20px;line-height:1.42;margin:0 0 8px;font-weight:700}.home-article-info h3 a{color:#171a1f}.home-article-info h3 a:hover{color:#c69200}.home-article-info p{font-size:14px;color:#626974;line-height:1.72;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-article-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:15px;margin-top:auto;padding-top:12px}.home-article-meta{display:flex;gap:14px;color:#9299a3;font-size:12px;white-space:nowrap}.home-article-meta i{margin-right:3px}.home-article-tags{display:flex;justify-content:flex-end;gap:6px;flex-wrap:wrap}.home-article-tags span{background:#f4f5f6;border:1px solid #e9ebee;color:#7b828c;border-radius:3px;font-size:12px;padding:3px 7px;line-height:1.35}
@media(max-width:767px){.home-article-row{grid-template-columns:116px minmax(0,1fr);gap:12px;padding:10px}.home-article-cover{height:88px}.home-article-info h3{font-size:16px;margin-bottom:5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-article-info p{display:none}.home-article-bottom{padding-top:8px;align-items:center}.home-article-meta span:first-child{display:none}.home-article-tags{display:none}}
@media(max-width:420px){.home-article-row{grid-template-columns:104px minmax(0,1fr)}.home-article-cover{height:78px}.home-article-info h3{font-size:15px}}

/* V8 Patch 11：首页整体间距与区块样式统一修复 */
.hero-wrap{
    margin-top:24px;
    margin-bottom:0;
}
.hero-grid{
    gap:18px;
}
.content-layout{
    margin-top:30px;
    gap:30px;
}
.content-layout>main,
.content-layout>aside{
    min-width:0;
}
.content-layout>aside{
    padding-top:0;
}
.home-news-section{
    margin:0 0 34px;
}
.home-section-head{
    min-height:72px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:15px 18px;
    margin:0 0 16px;
    border:1px solid #e9ecef;
    border-bottom:1px solid #e9ecef;
    border-radius:9px;
    background:#fff;
    box-shadow:0 3px 14px rgba(31,42,55,.045);
}
.home-section-title{
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:2px;
}
.home-section-kicker{
    color:#b68500;
    font-size:10px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.14em;
}
.home-section-head h2{
    margin:0;
    padding:0;
    border:0;
    color:#1f252b;
    font-size:22px;
    line-height:1.35;
    font-weight:800;
}
.home-section-head h2::before{
    content:"";
    display:inline-block;
    width:5px;
    height:22px;
    margin-right:10px;
    border-radius:5px;
    background:var(--yellow);
    vertical-align:-3px;
}
.home-section-more{
    flex:none;
    display:inline-flex!important;
    align-items:center;
    gap:7px;
    padding:8px 12px;
    border:1px solid #eceff1;
    border-radius:5px;
    background:#fafafa;
    color:#6d737a!important;
    font-size:13px!important;
    font-weight:600;
    white-space:nowrap;
}
.home-section-more:hover{
    border-color:#e5bd33;
    background:#fff8dc;
    color:#9a6d00!important;
}
.home-article-stream{
    gap:16px;
}
.home-article-row{
    min-height:162px;
    padding:15px;
    border-radius:9px;
}
.home-article-cover{
    height:132px;
    align-self:center;
}
.home-article-info h3{
    overflow-wrap:anywhere;
}
.home-article-bottom{
    min-height:27px;
}
.sidebar-box{
    margin-bottom:22px;
    border:1px solid #eceff1;
    border-radius:9px;
    box-shadow:0 3px 14px rgba(31,42,55,.045);
}
.sidebar-box>h3{
    display:flex;
    align-items:center;
    min-height:38px;
    margin:0 0 10px;
    padding:0 0 11px;
    border-bottom:1px solid #eceff1;
    color:#23282e;
    font-size:17px;
    line-height:1.4;
}
.flash-sidebar{
    padding:18px 18px 15px;
}
.flash-sidebar .flash-list{
    margin-top:2px;
}
.flash-sidebar .flash-item:first-child{
    padding-top:11px;
}
.flash-sidebar .flash-item:first-child::before{
    top:15px;
}
.flash-sidebar .flash-more{
    margin-top:3px;
    padding-top:13px;
    border-top:1px solid #f1f2f3;
}
.content-layout main>.section:not(.home-news-section){
    margin-top:34px;
    margin-bottom:34px;
}
.content-layout main>.section:not(.home-news-section)>.section-head{
    min-height:52px;
    padding-bottom:12px;
    margin-bottom:18px;
}
.content-layout main>.section:not(.home-news-section)>.section-head h2{
    line-height:1.35;
}
.tool-card{
    min-width:0;
    overflow:hidden;
}
.tool-card h3,
.project-side-card strong,
.rank span{
    overflow-wrap:anywhere;
}

@media(max-width:992px){
    .content-layout{
        margin-top:24px;
        gap:24px;
    }
    .content-layout>aside{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:18px;
    }
    .content-layout>aside>.sidebar-box,
    .content-layout>aside>.ad-slot{
        margin-bottom:0;
    }
}

@media(max-width:767px){
    .hero-wrap{
        margin-top:16px;
    }
    .content-layout{
        margin-top:20px;
    }
    .home-section-head{
        min-height:60px;
        padding:12px 13px;
        gap:10px;
    }
    .home-section-kicker{
        display:none;
    }
    .home-section-head h2{
        font-size:19px;
    }
    .home-section-head h2::before{
        width:4px;
        height:19px;
        margin-right:8px;
        vertical-align:-3px;
    }
    .home-section-more{
        padding:6px 8px;
        font-size:12px!important;
    }
    .home-article-row{
        min-height:108px;
    }
    .content-layout>aside{
        grid-template-columns:1fr;
    }
    .sidebar-box{
        margin-bottom:18px!important;
    }
}

@media(max-width:420px){
    .home-section-head{
        align-items:center;
    }
    .home-section-more i{
        display:none;
    }
}

/* V8 Patch 12：首页侧栏视觉统一 */
.sidebar-panel{
    position:relative;
    overflow:hidden;
    padding:0;
    background:#fff;
}
.sidebar-panel::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:3px;
    background:linear-gradient(90deg,var(--yellow),#ffd95d 68%,transparent);
}
.sidebar-panel-head{
    min-height:58px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:15px 17px 11px;
    border-bottom:1px solid #eceff1;
    background:linear-gradient(180deg,#fffef9,#fff);
}
.sidebar-panel-head h3,
.sidebar-box .sidebar-panel-head h3{
    min-height:0;
    display:flex;
    align-items:center;
    gap:8px;
    margin:0;
    padding:0;
    border:0;
    color:#20252b;
    font-size:17px;
    font-weight:800;
}
.sidebar-panel-head h3 i{
    width:28px;
    height:28px;
    display:inline-grid;
    place-items:center;
    border-radius:7px;
    background:#fff3bd;
    color:#a87500;
    font-size:14px;
}
.sidebar-panel-head>a{
    flex:none;
    color:#949aa1;
    font-size:12px;
    font-weight:600;
}
.sidebar-panel-head>a:hover{color:#a87500}
.flash-sidebar .flash-list{padding:0 17px}
.flash-sidebar .flash-more{margin:0 17px 13px}
.hot-reading-panel .rank,
.tool-template-panel .rank{
    margin:0 17px;
    padding:12px 0;
    align-items:flex-start;
}
.hot-reading-panel .rank span,
.tool-template-panel .rank span{
    min-width:0;
    font-size:14px;
    line-height:1.55;
    font-weight:600;
    color:#30353b;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.hot-reading-panel .rank:hover span,
.tool-template-panel .rank:hover span{color:#a87500}
.hot-reading-panel .rank i{
    border-radius:6px;
    font-size:12px;
    font-weight:800;
}
.tool-template-panel .rank>i{
    border-radius:7px;
    background:#fff6d8!important;
    color:#a87500!important;
}
.hot-project-panel{padding-bottom:8px}
.hot-project-panel .project-side-card{
    display:block;
    margin:0 14px 10px;
    padding:13px 13px 12px;
    border:1px solid #edf0f2;
    border-radius:8px;
    background:#fff;
    transition:.22s ease;
}
.hot-project-panel .project-side-card:first-of-type{margin-top:13px}
.hot-project-panel .project-side-card:hover{
    transform:translateY(-2px);
    border-color:#edc94c;
    background:#fffdf6;
    box-shadow:0 6px 18px rgba(31,42,55,.07);
}
.hot-project-panel .project-side-card strong{
    display:block;
    margin-bottom:8px;
    font-size:15px;
    line-height:1.5;
    color:#262b31;
}
.hot-project-panel .project-side-card small{
    display:block;
    color:#7d848b;
    font-size:12px;
    line-height:1.6;
}
.hot-project-panel .project-side-card .cost{
    display:inline-block;
    padding:2px 6px;
    margin-right:4px;
    border-radius:4px;
    background:#fff1b5;
    color:#8a6500;
    font-weight:700;
}
.sidebar-panel .flash-item:last-child,
.sidebar-panel .rank:last-child{border-bottom:0}
.content-layout>aside>.ad-slot{
    border-radius:9px;
    border:1px solid #eceff1;
    box-shadow:0 3px 14px rgba(31,42,55,.045);
}
@media(max-width:992px){
    .sidebar-panel{height:100%}
}
@media(max-width:767px){
    .sidebar-panel-head{min-height:54px;padding:13px 14px 10px}
    .flash-sidebar .flash-list{padding:0 14px}
    .flash-sidebar .flash-more{margin:0 14px 12px}
    .hot-reading-panel .rank,.tool-template-panel .rank{margin:0 14px}
}

/* V8 Patch 13 - unified featured sections and detail sidebar */
.compact-section-head{margin-bottom:18px}
.compact-section-head .home-section-title h2{display:flex;align-items:center;gap:10px}
.compact-section-head .home-section-title h2 i{font-size:18px;color:#b07c00}
.featured-card-grid{gap:18px}
.featured-card-grid .tool-card{position:relative;min-height:220px;padding:21px 20px;border:1px solid #eceef1;box-shadow:0 5px 18px rgba(35,38,41,.05);overflow:hidden;transition:all .22s ease}
.featured-card-grid .tool-card::before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--yellow),#ffd965)}
.featured-card-grid .tool-card:hover{border-color:#e6bd38;box-shadow:0 12px 28px rgba(35,38,41,.1);transform:translateY(-4px)}
.featured-card-grid .tool-card h3{font-size:18px;line-height:1.5;margin:13px 0 9px}
.featured-card-grid .tool-card p{font-size:14px;line-height:1.7;color:#697078;margin:6px 0}
.featured-card-grid .tool-card .tag{border-radius:4px;font-weight:700}
.featured-card-grid .tool-card .meta-clean{padding-top:10px;margin-top:12px;border-top:1px dashed #e5e7ea}

.content-layout>aside .sidebar-panel{overflow:hidden;padding:0}
.detail-side-list,.detail-rank-list,.detail-project-list{padding:6px 16px 12px}
.detail-side-item{display:grid;grid-template-columns:8px minmax(0,1fr) 14px;gap:10px;align-items:center;padding:13px 0;border-bottom:1px solid #eef0f2}
.detail-side-item:last-child{border-bottom:0}
.detail-side-dot{width:7px;height:7px;border-radius:50%;background:#f2bd24;box-shadow:0 0 0 4px #fff5cf}
.detail-side-item strong{font-size:14px;line-height:1.55;font-weight:600;color:#30343a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.detail-side-item>i{font-size:11px;color:#bbb;transition:.2s}
.detail-side-item:hover strong{color:#a87500}
.detail-side-item:hover>i{color:#b07c00;transform:translateX(2px)}
.detail-rank-item{display:grid;grid-template-columns:30px minmax(0,1fr);gap:11px;align-items:start;padding:12px 0;border-bottom:1px solid #eef0f2}
.detail-rank-item:last-child{border-bottom:0}
.detail-rank-num{width:26px;height:26px;display:grid;place-items:center;border-radius:6px;background:#eef0f2;color:#777;font-size:12px;font-weight:800}
.detail-rank-item:nth-child(1) .detail-rank-num,.detail-rank-item:nth-child(2) .detail-rank-num,.detail-rank-item:nth-child(3) .detail-rank-num{background:var(--yellow);color:#2e2a1a}
.detail-rank-item strong{font-size:14px;line-height:1.55;font-weight:600;color:#30343a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.detail-rank-item:hover strong{color:#a87500}
.detail-project-item{display:block;margin:10px 0;padding:14px;border:1px solid #eceef1;border-radius:9px;background:linear-gradient(145deg,#fff,#fffdf5);transition:.2s}
.detail-project-item:hover{border-color:#edc64b;box-shadow:0 7px 18px rgba(35,38,41,.08);transform:translateY(-2px)}
.detail-project-item strong{display:block;font-size:15px;line-height:1.5;color:#30343a;margin-bottom:9px}
.detail-project-item>div{display:flex;flex-direction:column;gap:5px}
.detail-project-item span{align-self:flex-start;padding:3px 7px;border-radius:4px;background:#fff1b7;color:#7d5b00;font-size:12px;font-weight:700}
.detail-project-item small{color:#858b91;font-size:12px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.detail-side-empty{padding:18px 0;text-align:center;color:#aaa;font-size:13px}
.article-box+.sidebar-box{margin-top:18px}

@media(max-width:992px){
  .featured-card-grid .tool-card{min-height:200px}
  .content-layout>aside .sidebar-panel{height:auto}
}
@media(max-width:576px){
  .compact-section-head .home-section-title h2{font-size:20px}
  .compact-section-head .home-section-kicker{display:none}
  .featured-card-grid .tool-card{min-height:0;padding:18px}
  .detail-side-list,.detail-rank-list,.detail-project-list{padding-left:14px;padding-right:14px}
}

/* V8 Patch 18：详情页相关文章改为纵向图文信息流 */
.related-stream-section{margin-top:34px}
.related-stream{display:flex;flex-direction:column;background:#fff;border:1px solid #eceff3;border-radius:14px;overflow:hidden}
.related-stream-item{display:grid;grid-template-columns:190px minmax(0,1fr);gap:20px;padding:18px;color:inherit;border-bottom:1px solid #edf0f3;transition:background .2s ease,transform .2s ease}
.related-stream-item:last-child{border-bottom:0}
.related-stream-item:hover{background:#fffaf0}
.related-stream-cover{width:190px;height:116px;border-radius:10px;overflow:hidden;background:#f3f4f6;flex-shrink:0}
.related-stream-cover img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.related-stream-item:hover .related-stream-cover img{transform:scale(1.04)}
.related-stream-cover .related-placeholder{height:100%;display:flex;align-items:center;justify-content:center;font-size:28px;color:#b6bcc5;background:#f4f5f7}
.related-stream-body{min-width:0;display:flex;flex-direction:column;justify-content:center}
.related-stream-body strong{font-size:17px;line-height:1.55;color:#20252b;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;transition:color .2s ease}
.related-stream-item:hover .related-stream-body strong{color:#d89b00}
.related-stream-body p{margin:8px 0 10px;color:#777f89;font-size:14px;line-height:1.75;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.related-stream-more{font-size:13px;color:#9a7a20;align-self:flex-start}
.related-stream-more i{margin-left:3px;transition:transform .2s ease}
.related-stream-item:hover .related-stream-more i{transform:translateX(3px)}
@media (max-width:767px){
 .related-stream-item{grid-template-columns:118px minmax(0,1fr);gap:12px;padding:13px}
 .related-stream-cover{width:118px;height:82px;border-radius:8px}
 .related-stream-body strong{font-size:15px;line-height:1.45}
 .related-stream-body p{font-size:13px;line-height:1.55;margin:5px 0 0;-webkit-line-clamp:2}
 .related-stream-more{display:none}
}
@media (max-width:420px){
 .related-stream-item{grid-template-columns:104px minmax(0,1fr)}
 .related-stream-cover{width:104px;height:74px}
}

/* V8 Patch 19：恢复文章末尾配图来源信息卡片 */
.photo-credit{
    display:flex;
    align-items:flex-start;
    gap:11px;
    margin:30px 0 22px;
    padding:13px 16px;
    border:1px solid #edf0f2;
    border-left:3px solid var(--yellow,#f2bd24);
    border-radius:9px;
    background:#fafbfc;
    color:#8a9096;
    font-size:12px;
    line-height:1.7;
    box-shadow:0 2px 8px rgba(35,38,41,.025);
}
.photo-credit-icon{
    width:27px;
    height:27px;
    display:grid;
    place-items:center;
    flex:0 0 27px;
    border-radius:50%;
    background:#fff4c8;
    color:#9b7400;
    font-size:13px;
}
.photo-credit-main{min-width:0;flex:1}
.photo-credit-title{
    margin:0 0 3px;
    color:#62686f;
    font-size:13px;
    font-weight:700;
}
.photo-credit-lines{
    display:flex;
    flex-wrap:wrap;
    gap:2px 15px;
    color:#969ca2;
}
.photo-credit-lines span{position:relative;white-space:normal}
.photo-credit-lines span+span::before{
    content:"·";
    position:absolute;
    left:-10px;
    color:#c4c8cc;
}
.photo-credit a{color:inherit;text-decoration:none}
.photo-credit a:hover{color:#9b7400}
@media(max-width:576px){
    .photo-credit{margin:24px 0 18px;padding:12px 13px;gap:9px}
    .photo-credit-icon{width:25px;height:25px;flex-basis:25px}
    .photo-credit-lines{display:block}
    .photo-credit-lines span{display:block}
    .photo-credit-lines span+span::before{display:none}
}

/* ===== Patch 21：首页免费工具资料高级卡片 ===== */
.resource-card-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
}
.resource-card{
    min-width:0;
    overflow:hidden;
    background:#fff;
    border:1px solid #e8ebf0;
    border-radius:12px;
    box-shadow:0 4px 16px rgba(22,32,51,.055);
    transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.resource-card:hover{
    transform:translateY(-4px);
    border-color:rgba(242,183,5,.72);
    box-shadow:0 12px 30px rgba(22,32,51,.11);
}
.resource-card-cover{
    position:relative;
    display:block;
    aspect-ratio:16/9;
    overflow:hidden;
    background:#eef1f5;
}
.resource-card-cover img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .4s ease;
}
.resource-card:hover .resource-card-cover img{transform:scale(1.055)}
.resource-free-badge{
    position:absolute;
    left:13px;
    top:13px;
    display:inline-flex;
    align-items:center;
    gap:5px;
    padding:5px 10px;
    color:#332600;
    background:rgba(255,198,17,.96);
    border-radius:999px;
    box-shadow:0 3px 10px rgba(0,0,0,.12);
    font-size:12px;
    font-weight:650;
    line-height:1;
}
.resource-card-body{
    display:flex;
    flex-direction:column;
    min-height:218px;
    padding:17px 18px 16px;
}
.resource-category{
    margin-bottom:8px;
    color:#b27d00;
    font-size:12px;
    font-weight:650;
    letter-spacing:.04em;
}
.resource-card h3{
    margin:0 0 9px;
    font-size:18px;
    font-weight:650;
    line-height:1.5;
}
.resource-card h3 a{
    display:-webkit-box;
    overflow:hidden;
    color:#20242c;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.resource-card h3 a:hover{color:#d69a00}
.resource-card p{
    display:-webkit-box;
    overflow:hidden;
    margin:0 0 16px;
    color:#6b7280;
    font-size:14px;
    line-height:1.72;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.resource-card-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-top:auto;
    padding-top:13px;
    border-top:1px solid #eef0f3;
    font-size:13px;
}
.resource-card-footer>span{
    display:inline-flex;
    align-items:center;
    gap:5px;
    color:#8b929e;
}
.resource-card-footer>a{
    display:inline-flex;
    align-items:center;
    gap:5px;
    color:#b27d00;
    font-weight:650;
    white-space:nowrap;
}
.resource-card-footer>a:hover{color:#d69a00;gap:8px}

@media(max-width:991px){
    .resource-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
    .resource-card-grid{grid-template-columns:1fr;gap:15px}
    .resource-card{display:grid;grid-template-columns:136px minmax(0,1fr);border-radius:10px}
    .resource-card-cover{height:100%;min-height:156px;aspect-ratio:auto}
    .resource-free-badge{left:8px;top:8px;padding:4px 7px;font-size:11px}
    .resource-card-body{min-height:156px;padding:13px 14px 12px}
    .resource-category{margin-bottom:5px}
    .resource-card h3{margin-bottom:6px;font-size:16px;line-height:1.45}
    .resource-card p{margin-bottom:9px;font-size:13px;line-height:1.6;-webkit-line-clamp:2}
    .resource-card-footer{padding-top:8px;font-size:12px}
    .resource-card-footer>span{display:none}
}
@media(max-width:390px){
    .resource-card{grid-template-columns:112px minmax(0,1fr)}
}



/* V8 Patch 22：项目与工具资料全面无图化 */
.resource-doc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.resource-doc-card{display:flex;gap:16px;min-height:220px;padding:24px;background:#fff;border:1px solid #e9edf3;border-radius:14px;box-shadow:0 4px 16px rgba(15,23,42,.045);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.resource-doc-card:hover{transform:translateY(-4px);border-color:#f0bd24;box-shadow:0 12px 28px rgba(15,23,42,.1)}.resource-doc-icon{display:flex;align-items:center;justify-content:center;width:54px;height:54px;flex:0 0 54px;border-radius:14px;background:#fff7d6;color:#d89b00;font-size:25px}.resource-doc-content{min-width:0;flex:1;display:flex;flex-direction:column}.resource-doc-top{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:13px}.resource-doc-card .resource-free-badge{position:static;display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border-radius:999px;background:#fff3bf;color:#9a6a00;font-size:12px;font-weight:600}.resource-doc-card .resource-category{margin:0;color:#8a9099;font-size:12px}.resource-doc-card h3{margin:0 0 12px;font-size:18px;line-height:1.55}.resource-doc-card h3 a:hover{color:#d89b00}.resource-doc-card p{margin:0 0 18px;color:#667085;font-size:14px;line-height:1.75;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.resource-doc-card .resource-card-footer{margin-top:auto;padding-top:14px;border-top:1px solid #eef1f5}.project-info-card{min-height:240px;padding-top:4px}.project-info-card .card-bodyx{padding:24px}.related-stream-icon{display:flex;align-items:center;justify-content:center;width:92px;min-height:86px;flex:0 0 92px;border-radius:10px;background:#fff7d6;color:#d89b00;font-size:28px}@media(max-width:991px){.resource-doc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.resource-doc-grid{grid-template-columns:1fr;gap:14px}.resource-doc-card{min-height:auto;padding:18px}.resource-doc-icon{width:46px;height:46px;flex-basis:46px;font-size:22px}.resource-doc-card h3{font-size:16px}.related-stream-icon{width:64px;min-height:68px;flex-basis:64px;font-size:22px}}

/* V8 Patch 23：首页免费工具资料无图卡片对齐修复 */
.featured-tool-section .resource-doc-grid{
    align-items:stretch;
}
.featured-tool-section .resource-doc-card{
    display:block;
    min-height:230px;
    padding:22px;
    text-align:left !important;
}
.featured-tool-section .resource-doc-icon{
    width:46px;
    height:46px;
    margin:0 0 15px;
    border-radius:12px;
    font-size:22px;
}
.featured-tool-section .resource-doc-content{
    width:100%;
    min-width:0;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    text-align:left !important;
}
.featured-tool-section .resource-doc-top{
    justify-content:flex-start;
    width:100%;
    margin-bottom:11px;
    text-align:left;
}
.featured-tool-section .resource-doc-card .resource-free-badge,
.featured-tool-section .resource-doc-card .resource-category{
    position:static;
    text-align:left;
}
.featured-tool-section .resource-doc-card h3,
.featured-tool-section .resource-doc-card h3 a,
.featured-tool-section .resource-doc-card p{
    width:100%;
    text-align:left !important;
}
.featured-tool-section .resource-doc-card h3{
    min-height:55px;
    margin:0 0 10px;
    font-size:18px;
    line-height:1.55;
}
.featured-tool-section .resource-doc-card p{
    min-height:74px;
    margin:0 0 18px;
    -webkit-line-clamp:3;
}
.featured-tool-section .resource-card-footer{
    width:100%;
    justify-content:space-between;
    margin-top:auto;
    text-align:left;
}
.featured-tool-section .resource-card-footer > span,
.featured-tool-section .resource-card-footer > a{
    text-align:left;
}
@media(max-width:767px){
    .featured-tool-section .resource-doc-card{
        display:grid;
        grid-template-columns:48px minmax(0,1fr);
        gap:13px;
        min-height:auto;
        padding:17px;
    }
    .featured-tool-section .resource-doc-icon{
        width:48px;
        height:48px;
        margin:0;
    }
    .featured-tool-section .resource-doc-card h3{
        min-height:0;
        font-size:16px;
    }
    .featured-tool-section .resource-doc-card p{
        min-height:0;
        -webkit-line-clamp:2;
    }
}

/* Patch 24: fixed advertising slots */
.ad-slot{
    position:relative;
    width:100%;
    margin:22px 0;
    overflow:hidden;
    border-radius:10px;
    background:#f7f8fa;
    text-align:center;
}
.ad-slot img{
    display:block;
    width:100%;
    height:auto;
    max-height:260px;
    object-fit:cover;
}
.ad-position-home_banner_bottom{
    margin:24px 0 30px;
}
.ad-position-content_sidebar{
    margin:0 0 20px;
}
.ad-position-content_sidebar img{
    aspect-ratio:16/9;
    max-height:none;
}
.ad-custom-html{
    width:100%;
    overflow:hidden;
}
.ad-label{
    position:absolute;
    right:8px;
    bottom:6px;
    padding:2px 6px;
    border-radius:3px;
    background:rgba(0,0,0,.48);
    color:#fff;
    font-size:10px;
    line-height:1.4;
    pointer-events:none;
}
@media(max-width:767px){
    .ad-position-home_banner_bottom{margin:16px 0 22px}
    .ad-position-content_sidebar{margin-bottom:16px}
    .ad-slot{border-radius:8px}
}
/* V9.0.5：侧边栏恢复普通页面滚动，不吸顶、不限高、不出现内部滚动条 */
.content-layout > aside,
.content-layout aside,
.home-layout > aside,
.home-layout aside{
    position:static!important;
    top:auto!important;
    max-height:none!important;
    height:auto!important;
    overflow:visible!important;
    overflow-y:visible!important;
    overscroll-behavior:auto!important;
    scrollbar-width:auto!important;
}
.content-layout > aside::-webkit-scrollbar,
.content-layout aside::-webkit-scrollbar,
.home-layout > aside::-webkit-scrollbar,
.home-layout aside::-webkit-scrollbar{
    display:none!important;
}

/* V9.0.2：首页仅保留主轮播 */
.hero-grid{grid-template-columns:minmax(0,1fr)!important;}
.hero-side{display:none!important;}
@media(max-width:992px){.hero-grid{grid-template-columns:1fr!important;}}

/* V10.1 final integration: no internal sidebar scrolling / single full-width hero */
.hero-grid{display:block!important;grid-template-columns:1fr!important}
.hero-side{display:none!important}
.content-layout>aside,.content-layout aside,.sidebar-panel,.sidebar-box{max-height:none!important;overflow:visible!important;position:static!important;scrollbar-width:auto!important}
.content-layout>aside::-webkit-scrollbar,.sidebar-panel::-webkit-scrollbar,.sidebar-box::-webkit-scrollbar{display:none!important}
.article-lead-image{margin:0 0 28px}.article-lead-image img{display:block;width:100%;height:auto;max-height:520px;object-fit:cover;border-radius:10px}.article-lead-image figcaption{margin-top:7px;color:#a0a5ab;font-size:12px;text-align:right}
.footer-info a[href*="beian.miit.gov.cn"]{color:#aeb3b8;text-decoration:none}.footer-info a[href*="beian.miit.gov.cn"]:hover{color:var(--yellow);text-decoration:underline}

/* V10.1 Patch 01：首页主轮播 + 每日三小图推荐 */
.hero-grid{
    display:grid!important;
    grid-template-columns:minmax(0,2fr) 330px!important;
    gap:14px!important;
    align-items:stretch!important;
}

.hero-side{
    display:grid!important;
    grid-template-rows:repeat(3,minmax(0,1fr))!important;
    gap:10px!important;
    height:356px!important;
}

.hero-mini{
    display:block!important;
    position:relative!important;
    min-height:0!important;
    overflow:hidden!important;
    border-radius:6px!important;
    background:#dfe2e5!important;
}

.hero-mini img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    transition:transform .3s ease!important;
}

.hero-mini:hover img{
    transform:scale(1.045)!important;
}

.hero-mini span{
    position:absolute!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    padding:36px 13px 11px!important;
    color:#fff!important;
    background:linear-gradient(transparent,rgba(0,0,0,.84))!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.45!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
}

@media(max-width:992px){
    .hero-grid{
        grid-template-columns:1fr!important;
    }

    .hero-side{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
        grid-template-rows:none!important;
        height:132px!important;
    }
}

@media(max-width:576px){
    .hero-side{
        grid-template-columns:1fr!important;
        height:auto!important;
    }

    .hero-mini{
        height:112px!important;
    }
}

/* V10.1 Patch 02：详情页侧栏与首页侧栏统一 */
.content-layout>aside .reader-recommend-panel,
.content-layout>aside .detail-hot-reading-panel,
.content-layout>aside .detail-hot-project-panel,
.content-layout>aside .content-tip-panel{
    padding:0!important;
    overflow:hidden!important;
    border:1px solid #eceff1;
    border-radius:9px;
    box-shadow:0 3px 14px rgba(31,42,55,.045);
}
.content-layout>aside .detail-reader-list,
.content-layout>aside .detail-hot-reading-panel{
    padding-bottom:5px;
}
.content-layout>aside .reader-recommend-panel .rank,
.content-layout>aside .detail-hot-reading-panel .rank{
    margin:0 17px;
    padding:12px 0;
    align-items:flex-start;
}
.content-layout>aside .reader-recommend-panel .rank span,
.content-layout>aside .detail-hot-reading-panel .rank span{
    min-width:0;
    color:#30353b;
    font-size:14px;
    font-weight:600;
    line-height:1.55;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.content-layout>aside .reader-recommend-panel .rank:hover span,
.content-layout>aside .detail-hot-reading-panel .rank:hover span{
    color:#a87500;
}
.content-layout>aside .reader-recommend-panel .reader-icon{
    display:grid;
    place-items:center;
    width:25px;
    height:25px;
    flex:0 0 25px;
    border-radius:7px;
    background:#fff6d8!important;
    color:#a87500!important;
}
.content-layout>aside .reader-recommend-panel .reader-icon i{
    width:auto;
    height:auto;
    line-height:1;
    background:transparent!important;
    color:inherit!important;
    font-size:13px;
}
.content-layout>aside .detail-hot-reading-panel .rank>i{
    border-radius:6px;
    font-size:12px;
    font-weight:800;
}
.content-tip-body{
    padding:16px 17px 18px;
    color:#69717a;
    background:linear-gradient(180deg,#fffef9,#fff);
    font-size:13px;
    line-height:1.8;
}
.content-tip-body p{margin:0}
.content-tip-panel .sidebar-panel-head h3 i{
    background:#fff0bf;
    color:#9a6d00;
}
@media(max-width:992px){
    .content-layout>aside .reader-recommend-panel .rank,
    .content-layout>aside .detail-hot-reading-panel .rank{
        margin:0 14px;
    }
}

/* =========================================================
 * V10.1 Patch 04：文章正文排版优化
 * 仅作用于正文内容区，不影响首页、栏目、后台和侧边栏
 * ========================================================= */

:root{
    --cc-article-text:#252a34;
    --cc-article-muted:#667085;
    --cc-article-heading:#1f2937;
    --cc-article-accent:#f2b705;
    --cc-article-border:#eceff3;
}

/* 兼容当前模板及历史版本可能使用的正文容器类名 */
.article-content,
.entry-content,
.post-content,
.content-body,
.detail-content,
.article-body,
.interpretation-body{
    color:var(--cc-article-text);
    font-family:
        "PingFang SC",
        "Microsoft YaHei",
        "Noto Sans CJK SC",
        "Source Han Sans SC",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size:17px;
    font-weight:400;
    line-height:1.92;
    letter-spacing:.008em;
    word-break:break-word;
    overflow-wrap:anywhere;
    text-align:left;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
}

/* 段落紧凑但保留舒适阅读间距 */
.article-content p,
.entry-content p,
.post-content p,
.content-body p,
.detail-content p,
.article-body p,
.interpretation-body p{
    margin:0 0 1.08em;
    color:var(--cc-article-text);
    line-height:1.92;
}

/* 链接适合中英文与数字混排 */
.article-content a,
.entry-content a,
.post-content a,
.content-body a,
.detail-content a,
.article-body a,
.interpretation-body a{
    color:#2f5fa7;
    text-decoration:none;
    border-bottom:1px solid rgba(47,95,167,.22);
}

.article-content a:hover,
.entry-content a:hover,
.post-content a:hover,
.content-body a:hover,
.detail-content a:hover,
.article-body a:hover,
.interpretation-body a:hover{
    color:#d79b00;
    border-bottom-color:#d79b00;
}

/* 二级标题缩小并降低字重，黄色竖线重新对齐 */
.article-content h2,
.entry-content h2,
.post-content h2,
.content-body h2,
.detail-content h2,
.article-body h2,
.interpretation-body h2{
    position:relative;
    margin:2em 0 .8em;
    padding-left:16px;
    color:var(--cc-article-heading);
    font-size:24px;
    font-weight:650;
    line-height:1.46;
    letter-spacing:0;
}

.article-content h2::before,
.entry-content h2::before,
.post-content h2::before,
.content-body h2::before,
.detail-content h2::before,
.article-body h2::before,
.interpretation-body h2::before{
    content:"";
    position:absolute;
    left:0;
    top:.17em;
    width:4px;
    height:1.1em;
    border-radius:3px;
    background:var(--cc-article-accent);
}

/* 三级标题层级 */
.article-content h3,
.entry-content h3,
.post-content h3,
.content-body h3,
.detail-content h3,
.article-body h3,
.interpretation-body h3{
    margin:1.5em 0 .66em;
    color:var(--cc-article-heading);
    font-size:20px;
    font-weight:620;
    line-height:1.52;
}

.article-content h4,
.entry-content h4,
.post-content h4,
.content-body h4,
.detail-content h4,
.article-body h4,
.interpretation-body h4{
    margin:1.28em 0 .58em;
    color:var(--cc-article-heading);
    font-size:18px;
    font-weight:620;
    line-height:1.55;
}

/* 列表缩进与行距 */
.article-content ul,
.article-content ol,
.entry-content ul,
.entry-content ol,
.post-content ul,
.post-content ol,
.content-body ul,
.content-body ol,
.detail-content ul,
.detail-content ol,
.article-body ul,
.article-body ol,
.interpretation-body ul,
.interpretation-body ol{
    margin:.52em 0 1.18em;
    padding-left:1.62em;
}

.article-content li,
.entry-content li,
.post-content li,
.content-body li,
.detail-content li,
.article-body li,
.interpretation-body li{
    margin:.32em 0;
    padding-left:.1em;
    line-height:1.82;
}

.article-content li::marker,
.entry-content li::marker,
.post-content li::marker,
.content-body li::marker,
.detail-content li::marker,
.article-body li::marker,
.interpretation-body li::marker{
    color:#565d69;
}

/* 引用 */
.article-content blockquote,
.entry-content blockquote,
.post-content blockquote,
.content-body blockquote,
.detail-content blockquote,
.article-body blockquote,
.interpretation-body blockquote{
    margin:1.35em 0;
    padding:14px 18px;
    color:#555f6d;
    background:#f8f9fb;
    border-left:4px solid var(--cc-article-accent);
    border-radius:0 7px 7px 0;
}

.article-content blockquote p:last-child,
.entry-content blockquote p:last-child,
.post-content blockquote p:last-child,
.content-body blockquote p:last-child,
.detail-content blockquote p:last-child,
.article-body blockquote p:last-child,
.interpretation-body blockquote p:last-child{
    margin-bottom:0;
}

/* 正文图片 */
.article-content img,
.entry-content img,
.post-content img,
.content-body img,
.detail-content img,
.article-body img,
.interpretation-body img{
    display:block;
    max-width:100%;
    height:auto;
    margin:1.38em auto;
    border-radius:8px;
}

/* 表格 */
.article-content table,
.entry-content table,
.post-content table,
.content-body table,
.detail-content table,
.article-body table,
.interpretation-body table{
    width:100%;
    margin:1.3em 0;
    border-collapse:collapse;
    font-size:15px;
    line-height:1.65;
}

.article-content th,
.article-content td,
.entry-content th,
.entry-content td,
.post-content th,
.post-content td,
.content-body th,
.content-body td,
.detail-content th,
.detail-content td,
.article-body th,
.article-body td,
.interpretation-body th,
.interpretation-body td{
    padding:11px 13px;
    border:1px solid #e7eaf0;
    text-align:left;
    vertical-align:top;
}

.article-content th,
.entry-content th,
.post-content th,
.content-body th,
.detail-content th,
.article-body th,
.interpretation-body th{
    background:#f7f8fa;
    font-weight:600;
}

/* 行内代码和代码块 */
.article-content code,
.entry-content code,
.post-content code,
.content-body code,
.detail-content code,
.article-body code,
.interpretation-body code{
    padding:2px 5px;
    background:#f3f4f6;
    border-radius:4px;
    font-size:.9em;
}

.article-content pre,
.entry-content pre,
.post-content pre,
.content-body pre,
.detail-content pre,
.article-body pre,
.interpretation-body pre{
    margin:1.35em 0;
    padding:16px;
    overflow:auto;
    color:#f5f7fa;
    background:#20242c;
    border-radius:8px;
    font-size:14px;
    line-height:1.7;
}

.article-content pre code,
.entry-content pre code,
.post-content pre code,
.content-body pre code,
.detail-content pre code,
.article-body pre code,
.interpretation-body pre code{
    padding:0;
    color:inherit;
    background:transparent;
}

/* 分割线 */
.article-content hr,
.entry-content hr,
.post-content hr,
.content-body hr,
.detail-content hr,
.article-body hr,
.interpretation-body hr{
    margin:1.9em 0;
    border:0;
    border-top:1px solid var(--cc-article-border);
}

/* 手机端独立适配 */
@media(max-width:767px){
    .article-content,
    .entry-content,
    .post-content,
    .content-body,
    .detail-content,
    .article-body,
    .interpretation-body{
        font-size:16px;
        line-height:1.86;
        letter-spacing:0;
    }

    .article-content p,
    .entry-content p,
    .post-content p,
    .content-body p,
    .detail-content p,
    .article-body p,
    .interpretation-body p{
        margin-bottom:1em;
        line-height:1.86;
    }

    .article-content h2,
    .entry-content h2,
    .post-content h2,
    .content-body h2,
    .detail-content h2,
    .article-body h2,
    .interpretation-body h2{
        margin-top:1.72em;
        padding-left:13px;
        font-size:21px;
    }

    .article-content h3,
    .entry-content h3,
    .post-content h3,
    .content-body h3,
    .detail-content h3,
    .article-body h3,
    .interpretation-body h3{
        font-size:18px;
    }

    .article-content ul,
    .article-content ol,
    .entry-content ul,
    .entry-content ol,
    .post-content ul,
    .post-content ol,
    .content-body ul,
    .content-body ol,
    .detail-content ul,
    .detail-content ol,
    .article-body ul,
    .article-body ol,
    .interpretation-body ul,
    .interpretation-body ol{
        padding-left:1.38em;
    }

    .article-content table,
    .entry-content table,
    .post-content table,
    .content-body table,
    .detail-content table,
    .article-body table,
    .interpretation-body table{
        display:block;
        max-width:100%;
        overflow-x:auto;
        white-space:nowrap;
    }
}

