: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:inline}.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;
    }
}

/* V10.1 Patch 07：页脚联系方式 */
.footer-intro{
    margin:16px 0 0;
    color:#aeb3b8;
    font-size:13px;
    line-height:1.8;
}

.footer-contact{
    margin-top:18px;
    padding:13px 15px;
    background:rgba(255,255,255,.045);
    border-left:3px solid var(--yellow);
    border-radius:0 6px 6px 0;
}

.footer-contact-title{
    display:flex;
    align-items:center;
    gap:7px;
    margin-bottom:7px;
    color:#f1f3f5;
    font-size:13px;
    font-weight:700;
}

.footer-contact-title i{
    color:var(--yellow);
    font-size:14px;
}

.footer-contact-content{
    color:#b8bdc2;
    font-size:12px;
    line-height:1.85;
    word-break:break-word;
}

@media(max-width:576px){
    .footer-contact{
        margin-top:15px;
        padding:12px 13px;
    }
}

/* V10.1 Patch 08：全站返回顶部按钮 */
.back-to-top{
    position:fixed;
    right:24px;
    bottom:28px;
    z-index:980;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:48px;
    height:48px;
    padding:0;
    color:#2b3035;
    background:#f5b800;
    border:0;
    border-radius:12px;
    box-shadow:0 8px 22px rgba(0,0,0,.18);
    cursor:pointer;
    opacity:0;
    visibility:hidden;
    transform:translateY(14px);
    transition:
        opacity .22s ease,
        visibility .22s ease,
        transform .22s ease,
        background .2s ease,
        box-shadow .2s ease;
}

.back-to-top.is-visible{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.back-to-top:hover{
    background:#ffc928;
    box-shadow:0 10px 28px rgba(0,0,0,.24);
}

.back-to-top:focus-visible{
    outline:3px solid rgba(245,184,0,.35);
    outline-offset:3px;
}

.back-to-top i{
    font-size:20px;
    line-height:1;
}

.back-to-top span{
    margin-top:2px;
    font-size:10px;
    font-weight:700;
    line-height:1;
}

@media(max-width:767px){
    .back-to-top{
        right:14px;
        bottom:18px;
        width:43px;
        height:43px;
        border-radius:10px;
    }

    .back-to-top i{
        font-size:18px;
    }

    .back-to-top span{
        font-size:9px;
    }
}

@media(prefers-reduced-motion:reduce){
    .back-to-top{
        transition:none;
    }
}

/* V10.1 Patch 20：首页热门项目赛道信息强化 */
.featured-project-section .home-project-card{
    position:relative;
    display:flex;
    flex-direction:column;
    min-height:100%;
    padding:20px;
    overflow:hidden;
    background:#fff;
    border:1px solid #e8ebef;
    border-radius:12px;
    text-decoration:none;
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}

.featured-project-section .home-project-card::after{
    content:"";
    position:absolute;
    right:-32px;
    bottom:-42px;
    width:120px;
    height:120px;
    border-radius:50%;
    background:rgba(245,184,0,.055);
    pointer-events:none;
}

.featured-project-section .home-project-card:hover{
    transform:translateY(-4px);
    border-color:#efd06b;
    box-shadow:0 13px 30px rgba(33,39,45,.1);
}

.featured-project-section .home-project-card.is-warning{
    border-color:#f2d8d8;
    background:
        linear-gradient(180deg,#fff 0,#fffafa 100%);
}

.home-project-card-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:13px;
}

.home-project-card-top .tag{
    margin:0;
}

.home-project-risk,
.home-project-opportunity{
    display:inline-flex;
    align-items:center;
    gap:5px;
    padding:4px 8px;
    border-radius:999px;
    font-size:11px;
    font-weight:700;
    white-space:nowrap;
}

.home-project-risk{
    color:#b42318;
    background:#fff0ee;
    border:1px solid #ffd5d0;
}

.home-project-opportunity{
    color:#916900;
    background:#fff6cf;
    border:1px solid #f6df7f;
}

.featured-project-section .home-project-card h3{
    margin:0 0 9px;
    color:#252a30;
    font-size:18px;
    font-weight:750;
    line-height:1.5;
}

.home-project-summary{
    display:-webkit-box;
    min-height:50px;
    margin:0 0 16px!important;
    color:#747c85;
    font-size:13px;
    line-height:1.75;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.home-project-meta{
    display:grid;
    gap:9px;
    margin-top:auto;
}

.home-project-meta>span{
    display:grid;
    grid-template-columns:22px 66px minmax(0,1fr);
    align-items:start;
    gap:7px;
    padding:10px 11px;
    border-radius:8px;
    font-size:12px;
    line-height:1.55;
}

.home-project-meta i{
    margin-top:1px;
    font-size:14px;
}

.home-project-meta em{
    font-style:normal;
    color:#777f88;
    white-space:nowrap;
}

.home-project-meta strong{
    min-width:0;
    color:#343a40;
    font-size:12px;
    font-weight:700;
    word-break:break-word;
}

.home-project-cost{
    background:#fff8dc;
    border:1px solid #f4df8b;
}

.home-project-cost i,
.home-project-cost strong{
    color:#996e00;
}

.home-project-people{
    background:#f6f7f9;
    border:1px solid #e7e9ed;
}

.home-project-people i{
    color:#69727c;
}

.home-project-more{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:6px;
    margin-top:15px;
    padding-top:13px;
    color:#9b7200;
    border-top:1px solid #eef0f2;
    font-size:12px;
    font-weight:700;
}

.home-project-card:hover .home-project-more i{
    transform:translateX(3px);
}

.home-project-more i{
    transition:transform .2s ease;
}

@media(max-width:767px){
    .featured-project-section .home-project-card{
        padding:17px;
    }

    .home-project-card-top{
        align-items:flex-start;
    }

    .home-project-meta>span{
        grid-template-columns:20px 62px minmax(0,1fr);
        padding:9px 10px;
    }
}

/* V10.1 Patch 21：项目赛道栏目页卡片适配 */
.projects-category-page{
    align-items:start;
}

.project-category-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}

.project-category-card{
    position:relative;
    display:flex;
    flex-direction:column;
    min-width:0;
    min-height:100%;
    padding:20px;
    overflow:hidden;
    color:#252a30;
    background:#fff;
    border:1px solid #e8ebef;
    border-radius:12px;
    text-decoration:none;
    box-shadow:0 3px 14px rgba(32,38,44,.04);
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}

.project-category-card::after{
    content:"";
    position:absolute;
    right:-38px;
    bottom:-48px;
    width:130px;
    height:130px;
    border-radius:50%;
    background:rgba(245,184,0,.055);
    pointer-events:none;
}

.project-category-card:hover{
    color:#252a30;
    transform:translateY(-4px);
    border-color:#efd06b;
    box-shadow:0 13px 30px rgba(33,39,45,.1);
}

.project-category-card.is-warning{
    border-color:#f1d6d6;
    background:linear-gradient(180deg,#fff 0,#fffafa 100%);
}

.project-category-card-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:13px;
}

.project-category-card-top .tag{
    margin:0;
    max-width:55%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.project-category-risk,
.project-category-opportunity{
    display:inline-flex;
    align-items:center;
    gap:5px;
    flex:none;
    padding:4px 8px;
    border-radius:999px;
    font-size:11px;
    font-weight:700;
    white-space:nowrap;
}

.project-category-risk{
    color:#b42318;
    background:#fff0ee;
    border:1px solid #ffd5d0;
}

.project-category-opportunity{
    color:#916900;
    background:#fff6cf;
    border:1px solid #f6df7f;
}

.project-category-card h3{
    margin:0 0 9px;
    color:#252a30;
    font-size:18px;
    font-weight:750;
    line-height:1.5;
}

.project-category-summary{
    display:-webkit-box;
    min-height:50px;
    margin:0 0 16px;
    color:#747c85;
    font-size:13px;
    line-height:1.75;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.project-category-meta{
    display:grid;
    gap:9px;
    margin-top:auto;
}

.project-category-meta>span{
    display:grid;
    grid-template-columns:22px 66px minmax(0,1fr);
    align-items:start;
    gap:7px;
    padding:10px 11px;
    border-radius:8px;
    font-size:12px;
    line-height:1.55;
}

.project-category-meta i{
    margin-top:1px;
    font-size:14px;
}

.project-category-meta em{
    color:#777f88;
    font-style:normal;
    white-space:nowrap;
}

.project-category-meta strong{
    min-width:0;
    color:#343a40;
    font-size:12px;
    font-weight:700;
    word-break:break-word;
}

.project-category-cost{
    background:#fff8dc;
    border:1px solid #f4df8b;
}

.project-category-cost i,
.project-category-cost strong{
    color:#996e00;
}

.project-category-people{
    background:#f6f7f9;
    border:1px solid #e7e9ed;
}

.project-category-people i{
    color:#69727c;
}

.project-category-more{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:6px;
    margin-top:15px;
    padding-top:13px;
    color:#9b7200;
    border-top:1px solid #eef0f2;
    font-size:12px;
    font-weight:700;
}

.project-category-more i{
    transition:transform .2s ease;
}

.project-category-card:hover .project-category-more i{
    transform:translateX(3px);
}

.project-category-empty{
    grid-column:1/-1;
}

@media(max-width:1199px){
    .project-category-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:767px){
    .project-category-grid{
        grid-template-columns:1fr;
    }

    .project-category-card{
        padding:17px;
    }

    .project-category-card-top{
        align-items:flex-start;
    }

    .project-category-meta>span{
        grid-template-columns:20px 62px minmax(0,1fr);
        padding:9px 10px;
    }
}

/* V10.1 Patch 22：工具资料库页面优化 */
.tools-library-page{
    padding-top:26px;
    padding-bottom:44px;
}

.tools-library-count{
    color:#8b929a;
    font-size:13px;
}

.tools-library-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    margin-top:18px;
}

.tools-library-card{
    position:relative;
    display:grid;
    grid-template-columns:64px minmax(0,1fr);
    gap:18px;
    min-width:0;
    padding:22px;
    overflow:hidden;
    background:linear-gradient(145deg,#fff 0,#fff 74%,#fffaf0 100%);
    border:1px solid #e8ebef;
    border-radius:14px;
    box-shadow:0 4px 18px rgba(30,36,42,.045);
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}

.tools-library-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:3px;
    background:linear-gradient(90deg,#f5b800,#ffd65c);
}

.tools-library-card::after{
    content:"";
    position:absolute;
    right:-45px;
    top:-45px;
    width:130px;
    height:130px;
    border-radius:50%;
    background:rgba(245,184,0,.055);
    pointer-events:none;
}

.tools-library-card:hover{
    transform:translateY(-4px);
    border-color:#efd16c;
    box-shadow:0 15px 34px rgba(31,37,43,.1);
}

.tools-library-icon{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:center;
    width:58px;
    height:58px;
    color:#9c7000;
    background:#fff5ca;
    border:1px solid #efd97b;
    border-radius:14px;
    font-size:27px;
}

.tools-library-content{
    position:relative;
    z-index:1;
    min-width:0;
}

.tools-library-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:11px;
}

.tools-library-free,
.tools-library-category{
    display:inline-flex;
    align-items:center;
    gap:5px;
    padding:5px 9px;
    border-radius:999px;
    font-size:11px;
    font-weight:700;
    line-height:1;
}

.tools-library-free{
    color:#8e6700;
    background:#fff3bd;
    border:1px solid #f1da78;
    white-space:nowrap;
}

.tools-library-category{
    max-width:52%;
    overflow:hidden;
    color:#707780;
    background:#f5f6f8;
    border:1px solid #e5e8ec;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.tools-library-card h3{
    margin:0 0 9px;
    font-size:19px;
    font-weight:750;
    line-height:1.55;
}

.tools-library-card h3 a{
    color:#24292f;
    text-decoration:none;
}

.tools-library-card h3 a:hover{
    color:#a87500;
}

.tools-library-card p{
    display:-webkit-box;
    margin:0 0 17px;
    color:#747c85;
    font-size:13px;
    line-height:1.8;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.tools-library-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding-top:14px;
    border-top:1px solid #eceff2;
}

.tools-library-footer>span{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:#777f87;
    font-size:12px;
    font-weight:600;
}

.tools-library-footer>span i{
    color:#b18000;
}

.tools-library-footer>a{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:#956b00;
    font-size:12px;
    font-weight:750;
    text-decoration:none;
}

.tools-library-footer>a i{
    transition:transform .2s ease;
}

.tools-library-card:hover .tools-library-footer>a i{
    transform:translateX(3px);
}

.tools-library-empty{
    grid-column:1/-1;
}

@media(min-width:1280px){
    .tools-library-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }

    .tools-library-card{
        grid-template-columns:56px minmax(0,1fr);
        gap:15px;
        padding:20px;
    }

    .tools-library-icon{
        width:52px;
        height:52px;
        font-size:24px;
    }
}

@media(max-width:767px){
    .tools-library-grid{
        grid-template-columns:1fr;
    }

    .tools-library-card{
        grid-template-columns:48px minmax(0,1fr);
        gap:14px;
        padding:18px;
        border-radius:12px;
    }

    .tools-library-icon{
        width:46px;
        height:46px;
        border-radius:11px;
        font-size:21px;
    }

    .tools-library-card h3{
        font-size:17px;
    }

    .tools-library-top{
        align-items:flex-start;
    }

    .tools-library-category{
        max-width:48%;
    }

    .tools-library-footer{
        align-items:flex-end;
    }
}

/* V10.1 Patch 24：全站紧凑分页，避免页码撑出页面 */
.cc-pagination-wrap{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    margin:30px 0 6px;
    max-width:100%;
}

.pagination.cc-pagination{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:6px;
    max-width:100%;
    margin:0;
}

.pagination.cc-pagination>a,
.pagination.cc-pagination>span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:38px;
    height:38px;
    padding:0 11px;
    color:#555d66;
    background:#fff;
    border:1px solid #e5e8eb;
    border-radius:8px;
    font-size:13px;
    line-height:1;
    text-decoration:none;
    box-sizing:border-box;
}

.pagination.cc-pagination>a:hover{
    color:#8d6500;
    border-color:#ecc84f;
    background:#fffaf0;
}

.pagination.cc-pagination>.active{
    color:#25282c;
    background:var(--yellow);
    border-color:var(--yellow);
    font-weight:750;
    box-shadow:0 5px 14px rgba(222,164,0,.16);
}

.pagination.cc-pagination>.cc-page-ellipsis{
    min-width:22px;
    padding:0 2px;
    color:#9aa0a6;
    background:transparent;
    border-color:transparent;
}

.pagination.cc-pagination>.cc-page-nav{
    gap:5px;
    min-width:auto;
    padding:0 13px;
}

.pagination.cc-pagination>.disabled{
    color:#b8bdc3;
    background:#f7f8f9;
    border-color:#eceef0;
    cursor:not-allowed;
}

.cc-pagination-info{
    color:#9298a0;
    font-size:12px;
}

@media(max-width:576px){
    .cc-pagination-wrap{
        margin-top:24px;
    }

    .pagination.cc-pagination{
        flex-wrap:nowrap;
        width:100%;
        gap:4px;
        overflow:hidden;
    }

    .pagination.cc-pagination>a,
    .pagination.cc-pagination>span{
        flex:0 0 auto;
        min-width:34px;
        height:34px;
        padding:0 8px;
        border-radius:7px;
        font-size:12px;
    }

    .pagination.cc-pagination>.cc-page-nav{
        min-width:34px;
        padding:0 8px;
    }

    .pagination.cc-pagination>.cc-page-nav span{
        display:none;
    }

    .pagination.cc-pagination>.cc-page-ellipsis{
        min-width:16px;
        padding:0;
    }
}

/* V10.1 Patch 27：首页内容快捷导航 */
.home-content-tabs{
    position:relative;
    display:flex;
    align-items:center;
    gap:4px;
    margin:0 0 16px;
    padding:0 8px;
    overflow-x:auto;
    overflow-y:hidden;
    background:#fff;
    border:1px solid #eceef1;
    border-radius:9px;
    box-shadow:0 3px 13px rgba(31,37,43,.045);
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
}

.home-content-tabs::-webkit-scrollbar{
    display:none;
}

.home-content-tabs>button{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    min-height:50px;
    padding:0 18px;
    color:#343a40;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    white-space:nowrap;
    transition:
        color .2s ease,
        background .2s ease;
}

.home-content-tabs>button:hover{
    color:#936800;
    background:#fff9e8;
}

.home-content-tabs>button.active{
    color:#795500;
    font-weight:750;
}

.home-content-tabs>button.active::before{
    content:"";
    position:absolute;
    top:-1px;
    left:14px;
    right:14px;
    height:3px;
    background:#f5b800;
    border-radius:0 0 3px 3px;
}

.home-content-tabs>button.active::after{
    content:"最新";
    position:absolute;
    top:4px;
    right:1px;
    display:none;
}

/* 首页创业干货阅读状态标签 */
.home-article-title-line{
    display:flex;
    align-items:flex-start;
    gap:9px;
    min-width:0;
    margin-bottom:7px;
}

.home-article-title-line h3{
    flex:0 1 auto;
    min-width:0;
    margin-bottom:0!important;
}

.home-reading-badge{
    display:inline-flex;
    align-items:center;
    gap:4px;
    flex:0 0 auto;
    margin-top:3px;
    padding:4px 7px;
    border-radius:5px;
    font-size:10px;
    font-weight:750;
    line-height:1;
    white-space:nowrap;
}

.home-reading-badge i{
    font-size:10px;
}

.home-reading-badge.badge-hot{
    color:#e14444;
    background:#fff1f1;
    border:1px solid #ffd9d9;
}

.home-reading-badge.badge-recommend{
    color:#a66d00;
    background:#fff7d8;
    border:1px solid #f1df91;
}

.home-reading-badge.badge-reading{
    color:#56708a;
    background:#f2f6fa;
    border:1px solid #dfe8f0;
}

@media(max-width:767px){
    .home-content-tabs{
        margin-bottom:13px;
        padding:0 4px;
        border-radius:8px;
    }

    .home-content-tabs>button{
        min-height:46px;
        padding:0 14px;
        font-size:13px;
    }

    .home-content-tabs>button.active::before{
        left:11px;
        right:11px;
    }

    .home-article-title-line{
        flex-wrap:wrap;
        gap:6px;
    }

    .home-reading-badge{
        margin-top:0;
        padding:4px 6px;
    }
}

/* V10.1 Patch 28：首页Tab真正原地切换内容 */
.home-content-tabs>button{
    border:0;
    outline:0;
    cursor:pointer;
    font-family:inherit;
}

.home-tab-panel[hidden]{
    display:none!important;
}

.home-tab-panel.active{
    display:block;
    animation:homeTabFade .18s ease;
}

@keyframes homeTabFade{
    from{opacity:.45;transform:translateY(3px)}
    to{opacity:1;transform:translateY(0)}
}

.home-tab-shell{
    min-height:420px;
}

.home-tab-project-grid,
.home-tab-tool-grid{
    margin-top:4px;
}

@media(max-width:767px){
    .home-tab-shell{
        min-height:0;
    }
}

/* V10.1 Patch 29：首页单一内容流 + Tab切换 + 自动加载 */
.home-content-tabs{
    margin-bottom:14px;
}

.home-feed-shell{
    margin:0 0 36px;
    padding:0;
    background:transparent;
    border:0;
    box-shadow:none;
}

.home-feed-panel[hidden]{
    display:none!important;
}

.home-feed-panel.active{
    display:block;
    animation:homeFeedFade .16s ease;
}

@keyframes homeFeedFade{
    from{opacity:.5}
    to{opacity:1}
}

/* Tab下方直接就是内容，不再出现大标题块 */
.home-feed-shell .home-section-head{
    display:none!important;
}

.home-feed-shell .project-category-grid,
.home-feed-shell .tools-library-grid{
    margin-top:0;
}

/* 项目Feed保持两列，更适合首页主栏宽度 */
.home-feed-shell .project-category-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
}

/* 工具Feed保持两列 */
.home-feed-shell .tools-library-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
}

/* 无限加载状态 */
.home-feed-status{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    margin-top:16px;
    color:#9298a0;
    font-size:12px;
    text-align:center;
}

.home-feed-loading{
    display:inline-flex;
    align-items:center;
    gap:7px;
}

.home-feed-loading i{
    color:#c58d00;
    font-size:15px;
    animation:homeFeedSpin .8s linear infinite;
}

@keyframes homeFeedSpin{
    to{transform:rotate(360deg)}
}

.home-feed-finished{
    color:#a0a5ab;
}

.home-feed-retry{
    padding:8px 14px;
    color:#8b6200;
    background:#fff8dc;
    border:1px solid #ecd16c;
    border-radius:7px;
    font-size:12px;
    cursor:pointer;
}

.home-feed-sentinel{
    width:100%;
    height:1px;
}

/* 删除后的旧重复板块即使缓存残留也不显示 */
.content-layout main>.featured-project-section,
.content-layout main>.featured-tool-section{
    display:none!important;
}

@media(max-width:767px){
    .home-feed-shell{
        margin-bottom:26px;
    }

    .home-feed-shell .project-category-grid,
    .home-feed-shell .tools-library-grid{
        grid-template-columns:1fr;
    }

    .home-feed-status{
        min-height:46px;
        margin-top:10px;
    }
}

@media(prefers-reduced-motion:reduce){
    .home-feed-panel.active{
        animation:none;
    }

    .home-feed-loading i{
        animation:none;
    }
}

/* V10.1 Patch 30：首页Tab视觉重做 + 固定30条 */
.home-content-tabs{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:8px;
    width:auto;
    max-width:100%;
    margin:0 0 18px;
    padding:6px;
    overflow-x:auto;
    overflow-y:hidden;
    background:#fff;
    border:1px solid #eceef1;
    border-radius:12px;
    box-shadow:0 5px 18px rgba(31,37,43,.045);
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
}

.home-content-tabs::-webkit-scrollbar{
    display:none;
}

.home-content-tabs>button{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    min-height:38px;
    padding:0 16px;
    color:#50575f;
    background:transparent;
    border:1px solid transparent;
    border-radius:9px;
    outline:0;
    font-family:inherit;
    font-size:14px;
    font-weight:650;
    line-height:1;
    white-space:nowrap;
    cursor:pointer;
    transition:
        color .18s ease,
        background .18s ease,
        border-color .18s ease,
        box-shadow .18s ease,
        transform .18s ease;
}

.home-content-tabs>button:hover{
    color:#8c6400;
    background:#fff9e7;
}

.home-content-tabs>button.active{
    color:#7c5700;
    background:#fff3bf;
    border-color:#f1d66d;
    box-shadow:0 3px 9px rgba(222,164,0,.12);
    font-weight:750;
}

.home-content-tabs>button.active::before,
.home-content-tabs>button.active::after{
    display:none!important;
}

.home-feed-shell{
    margin:0 0 34px;
    padding:0;
    background:transparent;
}

.home-feed-panel[hidden]{
    display:none!important;
}

.home-feed-panel.active{
    display:block;
}

.home-feed-shell .project-category-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
}

.home-feed-shell .tools-library-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
}

/* 查看更多内容 */
.home-feed-more-wrap{
    display:flex;
    justify-content:center;
    margin-top:24px;
}

.home-feed-more{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-width:152px;
    height:42px;
    padding:0 20px;
    color:#755300;
    background:#fff;
    border:1px solid #e9cf72;
    border-radius:999px;
    font-size:13px;
    font-weight:750;
    text-decoration:none;
    box-shadow:0 4px 12px rgba(34,40,46,.04);
    transition:
        color .18s ease,
        background .18s ease,
        border-color .18s ease,
        transform .18s ease,
        box-shadow .18s ease;
}

.home-feed-more:hover{
    color:#684900;
    background:#fff8d9;
    border-color:#e4bd37;
    transform:translateY(-2px);
    box-shadow:0 7px 18px rgba(201,147,0,.12);
}

.home-feed-more i{
    transition:transform .18s ease;
}

.home-feed-more:hover i{
    transform:translateX(3px);
}

/* Patch29 无限加载元素强制取消 */
.home-feed-status,
.home-feed-sentinel{
    display:none!important;
}

@media(max-width:767px){
    .home-content-tabs{
        display:flex;
        width:100%;
        gap:5px;
        margin-bottom:14px;
        padding:5px;
        border-radius:10px;
    }

    .home-content-tabs>button{
        flex:1 0 auto;
        min-width:max-content;
        min-height:36px;
        padding:0 13px;
        border-radius:8px;
        font-size:13px;
    }

    .home-feed-shell .project-category-grid,
    .home-feed-shell .tools-library-grid{
        grid-template-columns:1fr;
    }

    .home-feed-more-wrap{
        margin-top:18px;
    }

    .home-feed-more{
        height:40px;
        min-width:145px;
    }
}

/* V10.1 Patch 32：首页内容Tab整行化 */
.home-content-tabbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    width:100%;
    margin:0 0 18px;
    padding:0 18px;
    background:#fff;
    border:1px solid #e9ecef;
    border-radius:12px;
    box-shadow:0 5px 18px rgba(31,37,43,.045);
}

.home-content-tabbar .home-content-tabs{
    display:flex;
    align-items:center;
    gap:30px;
    width:auto;
    max-width:none;
    margin:0;
    padding:0;
    overflow:visible;
    background:transparent;
    border:0;
    border-radius:0;
    box-shadow:none;
}

.home-content-tabbar .home-content-tabs>button{
    position:relative;
    min-height:54px;
    padding:0 1px;
    color:#343a40;
    background:transparent;
    border:0;
    border-radius:0;
    box-shadow:none;
    font-size:14px;
    font-weight:650;
}

.home-content-tabbar .home-content-tabs>button:hover{
    color:#9a6b00;
    background:transparent;
}

.home-content-tabbar .home-content-tabs>button.active{
    color:#855e00;
    background:transparent;
    border:0;
    box-shadow:none;
    font-weight:750;
}

.home-content-tabbar .home-content-tabs>button.active::after{
    content:""!important;
    display:block!important;
    position:absolute;
    left:0;
    right:0;
    bottom:-1px;
    height:3px;
    background:#f5b800;
    border-radius:3px 3px 0 0;
}

.home-content-tabbar .home-content-tabs>button.active::before{
    display:none!important;
}

.home-tab-more{
    display:inline-flex;
    align-items:center;
    gap:7px;
    flex:0 0 auto;
    padding:8px 13px;
    color:#737a82;
    background:#fafbfc;
    border:1px solid #e7eaed;
    border-radius:7px;
    font-size:12px;
    font-weight:650;
    text-decoration:none;
    transition:
        color .18s ease,
        background .18s ease,
        border-color .18s ease,
        transform .18s ease;
}

.home-tab-more:hover{
    color:#8b6200;
    background:#fff9e8;
    border-color:#ecd16c;
    transform:translateY(-1px);
}

.home-tab-more i{
    font-size:12px;
    transition:transform .18s ease;
}

.home-tab-more:hover i{
    transform:translateX(3px);
}

/* Patch 30 底部查看更多按钮已移除 */
.home-feed-more-wrap{
    display:none!important;
}

@media(max-width:767px){
    .home-content-tabbar{
        gap:8px;
        padding:0 10px;
        border-radius:10px;
    }

    .home-content-tabbar .home-content-tabs{
        flex:1 1 auto;
        min-width:0;
        gap:22px;
        overflow-x:auto;
        overflow-y:hidden;
        scrollbar-width:none;
        -webkit-overflow-scrolling:touch;
    }

    .home-content-tabbar .home-content-tabs::-webkit-scrollbar{
        display:none;
    }

    .home-content-tabbar .home-content-tabs>button{
        flex:0 0 auto;
        min-width:auto;
        min-height:50px;
        padding:0;
        font-size:13px;
    }

    .home-tab-more{
        flex:0 0 auto;
        width:34px;
        height:34px;
        padding:0;
        justify-content:center;
        font-size:0;
        border-radius:8px;
    }

    .home-tab-more i{
        font-size:14px;
    }
}



/* 首页信息流：手机端显示作者 + 日期 + 阅读数 */
@media(max-width:767px){
  .home-article-meta{
    gap:7px!important;
    font-size:11px!important;
    min-width:0;
    max-width:100%;
    overflow:hidden;
  }
  .home-article-meta span{
    display:inline!important;
    flex:none;
  }
  .home-article-meta span:first-child{
    max-width:90px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
}

/* V10.2 首页参考图代码复刻：仅首页 home-ref-* 结构 */
.home-ref-shell{margin-top:18px;margin-bottom:26px}
.home-ref-shell>.ad-slot:first-child{margin-top:0}
.home-ref-hero{display:grid;grid-template-columns:minmax(0,1.92fr) minmax(300px,.98fr);gap:14px;align-items:stretch}
.home-ref-hero-main{min-width:0}
.home-ref-hero-main .carousel,.home-ref-hero-main .carousel-inner,.home-ref-hero-main .carousel-item{height:390px!important;border-radius:10px}
.home-ref-hero-link{display:block;position:relative;width:100%;height:390px;overflow:hidden;border-radius:10px}
.home-ref-hero-link>img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .45s ease}
.home-ref-hero-link:hover>img{transform:scale(1.025)}
.home-ref-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,16,28,.72) 0%,rgba(8,16,28,.46) 43%,rgba(8,16,28,.08) 78%,rgba(8,16,28,0) 100%)}
.home-ref-hero-copy{position:absolute;left:28px;bottom:28px;width:min(76%,620px);color:#fff;z-index:2}
.home-ref-kicker{display:inline-flex!important;align-items:center!important;width:auto!important;position:static!important;background:rgba(18,24,31,.72)!important;border:1px solid rgba(255,255,255,.58)!important;border-radius:999px!important;padding:6px 13px!important;font-size:13px!important;font-weight:600!important;color:#fff!important;line-height:1.2!important;margin-bottom:14px}
.home-ref-hero-copy strong{display:block;font-size:34px;line-height:1.22;letter-spacing:-.5px;text-shadow:0 2px 10px rgba(0,0,0,.24)}
.home-ref-hero-copy small{display:block;margin-top:12px;font-size:15px;line-height:1.7;color:rgba(255,255,255,.9);max-width:560px}
.home-ref-read{display:inline-flex!important;align-items:center!important;gap:8px!important;width:auto!important;position:static!important;margin-top:18px!important;padding:9px 17px!important;border-radius:999px!important;background:#fff!important;color:#202124!important;font-size:13px!important;font-weight:700!important;line-height:1.2!important}
.home-ref-hero-main .carousel-control-prev,.home-ref-hero-main .carousel-control-next{width:46px;opacity:0;transition:.2s}
.home-ref-hero-main:hover .carousel-control-prev,.home-ref-hero-main:hover .carousel-control-next{opacity:.9}
.home-ref-hero-main .carousel-control-prev-icon,.home-ref-hero-main .carousel-control-next-icon{width:36px;height:36px;border-radius:50%;background-color:rgba(18,24,31,.68);background-size:46%}

.home-ref-hero-side.hero-side{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:repeat(3,minmax(0,1fr))!important;height:390px!important;gap:11px!important}
.home-ref-hero-mini.hero-mini{height:auto!important;border-radius:9px!important;background:#eef1f4!important}
.home-ref-hero-mini.hero-mini>img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important}
.home-ref-hero-mini .home-ref-mini-shade{position:absolute!important;inset:0!important;display:block!important;padding:0!important;background:linear-gradient(90deg,rgba(250,250,250,.97) 0%,rgba(250,250,250,.9) 42%,rgba(250,250,250,.35) 67%,rgba(250,250,250,.02) 100%)!important}
.home-ref-hero-mini .home-ref-mini-copy{position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:64%!important;padding:13px 12px 10px 15px!important;background:none!important;color:#202124!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;overflow:hidden!important}
.home-ref-hero-mini .home-ref-mini-tag{position:static!important;display:inline-flex!important;width:auto!important;padding:4px 9px!important;border-radius:999px!important;background:rgba(32,37,44,.78)!important;color:#fff!important;font-size:11px!important;font-weight:600!important;line-height:1.2!important;margin-bottom:7px!important}
.home-ref-hero-mini .home-ref-mini-copy strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:16px;line-height:1.42;color:#111827}
.home-ref-hero-mini .home-ref-mini-copy small{display:block;margin-top:6px;color:#9097a1;font-size:11px;white-space:nowrap}
.home-ref-hero-mini .home-ref-mini-copy small i{margin-left:7px}

.home-ref-shortcuts{margin-top:14px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));background:#fff;border:1px solid #e8ebef;border-radius:10px;box-shadow:0 3px 16px rgba(31,42,55,.04);overflow:hidden}
.home-ref-shortcuts>a{display:flex;align-items:center;gap:11px;min-width:0;padding:18px 15px;border-right:1px solid #edf0f3}
.home-ref-shortcuts>a:last-child{border-right:0}
.home-ref-shortcuts>a:hover{background:#fffaf0}
.home-ref-shortcuts>a>span:last-child{min-width:0}
.home-ref-shortcuts strong{display:block;font-size:15px;color:#172033;white-space:nowrap}
.home-ref-shortcuts small{display:block;margin-top:3px;color:#9aa1aa;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.home-ref-shortcut-icon{width:46px;height:46px;flex:0 0 46px;border-radius:50%;display:grid;place-items:center;font-size:21px}
.home-ref-shortcut-icon.tone-orange{background:#fff3df;color:#f59f00}.home-ref-shortcut-icon.tone-purple{background:#f1ecff;color:#7158e2}.home-ref-shortcut-icon.tone-amber{background:#fff0df;color:#e78919}.home-ref-shortcut-icon.tone-blue{background:#e9f4ff;color:#2d83e8}.home-ref-shortcut-icon.tone-cyan{background:#e5f5ff;color:#1676d2}.home-ref-shortcut-icon.tone-gold{background:#fff2df;color:#f39b10}

.home-ref-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:16px;margin-top:16px;align-items:start}
.home-ref-main-card{background:#fff;border:1px solid #e8ebef;border-radius:10px;padding:0 20px 8px;box-shadow:0 3px 16px rgba(31,42,55,.04);min-width:0}
.home-ref-tabbar.home-content-tabbar{margin:0;padding:17px 0 11px;border-bottom:1px solid #eceff2;display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fff;position:relative;top:auto}
.home-ref-tabbar .home-content-tabs{gap:26px;display:flex;align-items:center;overflow:auto;scrollbar-width:none}
.home-ref-tabbar .home-content-tabs::-webkit-scrollbar{display:none}
.home-ref-tabbar .home-content-tabs button{border:0;background:none;padding:3px 0 10px;font-size:15px;font-weight:600;color:#394150;white-space:nowrap;position:relative}
.home-ref-tabbar .home-content-tabs button.active{color:#111827}
.home-ref-tabbar .home-content-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:3px;border-radius:3px;background:#f5a500}
.home-ref-tabbar .home-tab-more{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid #e5e9ee;border-radius:7px;color:#67707d;font-size:12px;white-space:nowrap}
.home-ref-main-card .home-feed-shell{padding-top:5px}
.home-ref-main-card .home-article-stream{gap:0}
.home-ref-main-card .home-article-row{border:0;border-bottom:1px solid #edf0f3;border-radius:0;box-shadow:none;padding:16px 0;grid-template-columns:200px minmax(0,1fr);gap:18px}
.home-ref-main-card .home-article-row:last-child{border-bottom:0}
.home-ref-main-card .home-article-row:hover{transform:none;box-shadow:none;border-color:#edf0f3;background:#fffdf8}
.home-ref-main-card .home-article-cover{height:116px;border-radius:7px}
.home-ref-main-card .home-article-cover>span{background:#fff7e7;color:#eb8e00;border:1px solid #ffe2aa;border-radius:999px;padding:3px 9px}
.home-ref-main-card .home-article-info h3{font-size:19px;line-height:1.42;margin-top:2px}
.home-ref-main-card .home-article-info p{font-size:13px;color:#7a828e}
.home-ref-main-card .home-reading-badge{border-radius:5px;font-size:11px}
.home-ref-main-card .project-category-grid,.home-ref-main-card .tools-library-grid{padding:16px 0}

.home-ref-sidebar{display:flex;flex-direction:column;gap:14px;min-width:0}
.home-ref-sidebar>.sidebar-box,.home-ref-sidebar>.ad-slot{margin:0!important}
.home-ref-side-card{border:1px solid #e8ebef!important;border-radius:10px!important;box-shadow:0 3px 16px rgba(31,42,55,.04)!important;background:#fff!important;overflow:hidden!important;padding:0!important}
.home-ref-side-card .sidebar-panel-head{display:flex;align-items:center;justify-content:space-between;padding:15px 17px 10px;border-bottom:0}
.home-ref-side-card .sidebar-panel-head h3{margin:0!important;padding:0!important;border:0!important;font-size:17px!important}
.home-ref-side-card .sidebar-panel-head h3 i{color:#f5a500;margin-right:7px}
.home-ref-side-card .sidebar-panel-head>a{font-size:11px;color:#9ba2ab}
.home-ref-side-card .flash-list{padding:0 17px 12px!important}
.home-ref-side-card .flash-item{display:grid!important;grid-template-columns:44px minmax(0,1fr);gap:7px;padding:10px 0!important;border-bottom:1px solid #eef1f4!important}
.home-ref-side-card .flash-item:before{display:none!important}
.home-ref-side-card .flash-time{margin:1px 0 0!important;color:#8fa0b6!important;font-size:12px!important}
.home-ref-side-card .flash-title{font-size:13px!important;line-height:1.5!important;font-weight:500!important;color:#263248!important}
.home-ref-side-card .rank{padding:10px 17px;border-bottom:1px solid #f0f2f4}
.home-ref-side-card .rank>i{width:22px;height:22px;line-height:22px;border-radius:5px;font-size:11px}
.home-ref-side-card .rank span{font-size:13px;line-height:1.45;color:#3c4655}
.home-ref-subscribe-card{background:linear-gradient(145deg,#fffdf8,#fff8ea);border:1px solid #f5dfb1;border-radius:10px;padding:17px;box-shadow:0 3px 16px rgba(31,42,55,.035)}
.home-ref-subscribe-title{display:flex;align-items:center;gap:9px;color:#1f2937;font-size:17px}
.home-ref-subscribe-title>i{color:#f3a000;font-size:20px}
.home-ref-subscribe-card p{margin:8px 0 12px;color:#87909c;font-size:12px;line-height:1.7}
.home-ref-subscribe-links{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.home-ref-subscribe-links a{text-align:center;background:#fff;border:1px solid #f1dfbc;border-radius:6px;padding:7px 4px;font-size:11px;color:#8a6500}
.home-ref-subscribe-links a:hover{background:#f5a500;color:#fff;border-color:#f5a500}

.home-ref-brand-strip{display:grid;grid-template-columns:1.45fr repeat(3,.72fr) auto;align-items:center;gap:18px;margin-top:16px;padding:18px 22px;background:linear-gradient(90deg,#eef7ff,#f8fbff);border:1px solid #d9eafb;border-radius:10px}
.home-ref-brand-copy strong{display:block;font-size:23px;color:#1b2a41}.home-ref-brand-copy span{display:block;margin-top:2px;color:#5f6f83;font-size:13px}
.home-ref-stat{display:flex;align-items:center;gap:10px}.home-ref-stat>i{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;background:#dfefff;color:#2674d9;font-size:18px}.home-ref-stat span{display:block}.home-ref-stat strong{display:block;color:#23324a;font-size:15px;line-height:1.2}.home-ref-stat small{display:block;color:#8390a1;font-size:11px;margin-top:3px}
.home-ref-about-btn{display:inline-flex;align-items:center;gap:8px;padding:9px 15px;border:1px solid #3d8df0;border-radius:7px;color:#2a7ee8;font-size:12px;font-weight:700;background:#fff}.home-ref-about-btn:hover{background:#2a7ee8;color:#fff}

@media(max-width:1100px){
  .home-ref-shortcuts{grid-template-columns:repeat(3,1fr)}
  .home-ref-shortcuts>a:nth-child(3){border-right:0}.home-ref-shortcuts>a:nth-child(-n+3){border-bottom:1px solid #edf0f3}
  .home-ref-brand-strip{grid-template-columns:1.2fr repeat(3,.8fr)}.home-ref-about-btn{display:none}
}
@media(max-width:992px){
  .home-ref-hero{grid-template-columns:1fr}
  .home-ref-hero-side.hero-side{grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-template-rows:1fr!important;height:140px!important}
  .home-ref-hero-mini .home-ref-mini-copy{width:76%!important}
  .home-ref-content-grid{grid-template-columns:1fr}
  .home-ref-sidebar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-ref-sidebar>.ad-slot{grid-column:1/-1}
}
@media(max-width:700px){
  .home-ref-shell{margin-top:12px}
  .home-ref-hero-main .carousel,.home-ref-hero-main .carousel-inner,.home-ref-hero-main .carousel-item,.home-ref-hero-link{height:280px!important}
  .home-ref-hero-copy{left:18px;bottom:20px;width:84%}.home-ref-hero-copy strong{font-size:25px}.home-ref-hero-copy small{font-size:13px;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
  .home-ref-hero-side.hero-side{grid-template-columns:1fr!important;grid-template-rows:repeat(3,108px)!important;height:auto!important}
  .home-ref-hero-mini.hero-mini{height:108px!important}
  .home-ref-shortcuts{grid-template-columns:repeat(2,1fr)}
  .home-ref-shortcuts>a{padding:14px 11px}.home-ref-shortcuts>a:nth-child(3){border-right:1px solid #edf0f3}.home-ref-shortcuts>a:nth-child(even){border-right:0}.home-ref-shortcuts>a:nth-child(-n+4){border-bottom:1px solid #edf0f3}
  .home-ref-shortcut-icon{width:39px;height:39px;flex-basis:39px;font-size:18px}.home-ref-shortcuts strong{font-size:13px}.home-ref-shortcuts small{font-size:10px}
  .home-ref-main-card{padding:0 12px 5px}.home-ref-tabbar.home-content-tabbar{padding-top:13px}.home-ref-tabbar .home-content-tabs{gap:20px}.home-ref-tabbar .home-content-tabs button{font-size:13px}.home-ref-tabbar .home-tab-more{font-size:0;padding:7px}.home-ref-tabbar .home-tab-more i{font-size:13px}
  .home-ref-main-card .home-article-row{grid-template-columns:110px minmax(0,1fr);gap:11px;padding:12px 0}.home-ref-main-card .home-article-cover{height:82px}.home-ref-main-card .home-article-info h3{font-size:15px;margin:0 0 5px}.home-ref-main-card .home-article-info p{display:none}.home-ref-main-card .home-article-bottom{padding-top:5px}.home-ref-main-card .home-article-meta{gap:8px;font-size:10px}
  .home-ref-sidebar{grid-template-columns:1fr}
  .home-ref-brand-strip{grid-template-columns:1fr 1fr;gap:14px;padding:16px}.home-ref-brand-copy{grid-column:1/-1}.home-ref-stat:nth-of-type(3){display:none}
}
@media(max-width:420px){
  .home-ref-hero-copy strong{font-size:22px}.home-ref-read{margin-top:12px!important}
  .home-ref-shortcuts{grid-template-columns:1fr 1fr}
  .home-ref-main-card .home-article-row{grid-template-columns:96px minmax(0,1fr)}.home-ref-main-card .home-article-cover{height:74px}
}

/* Home sidebar enrichment */
.home-ref-project-list,.home-ref-tool-list,.home-ref-interpret-list{padding:0 17px 12px}
.home-ref-project-item{display:block;padding:11px 0;border-bottom:1px solid #f0f2f4;color:#273247}
.home-ref-project-item:last-child{border-bottom:0}
.home-ref-project-item strong{display:block;font-size:13px;line-height:1.5;font-weight:650;color:#2e394b;transition:.18s}
.home-ref-project-item small{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:7px;font-size:11px;color:#98a1ad}
.home-ref-project-item small span{color:#b27700;white-space:nowrap}
.home-ref-project-item small em{font-style:normal;max-width:115px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.home-ref-project-item:hover strong{color:#f29a00}
.home-ref-tool-list>a{display:grid;grid-template-columns:30px minmax(0,1fr) 12px;align-items:center;gap:9px;padding:10px 0;border-bottom:1px solid #f0f2f4;color:#3b4656;font-size:13px;line-height:1.42}
.home-ref-tool-list>a:last-child{border-bottom:0}
.home-ref-tool-list>a>i{font-size:10px;color:#c2c8d0}
.home-ref-tool-icon{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:#f4f7fb;color:#4779cb;font-size:14px}
.home-ref-tool-list>a:hover{color:#f29a00}
.home-ref-interpret-list>a{display:block;padding:10px 0;border-bottom:1px solid #f0f2f4}
.home-ref-interpret-list>a:last-child{border-bottom:0}
.home-ref-interpret-tag{display:inline-flex;align-items:center;height:20px;padding:0 7px;border-radius:5px;background:#eef5ff;color:#4c76ad;font-size:10px;margin-bottom:5px}
.home-ref-interpret-list strong{display:block;color:#354155;font-size:13px;line-height:1.48;font-weight:600}
.home-ref-interpret-list>a:hover strong{color:#f29a00}
.home-ref-nav-card{background:#fff;border:1px solid #e8ebef;border-radius:10px;padding:15px 17px 17px;box-shadow:0 3px 16px rgba(31,42,55,.04)}
.home-ref-nav-title{display:flex;align-items:center;gap:8px;font-size:17px;color:#253146;margin-bottom:13px}
.home-ref-nav-title>i{color:#f3a000}
.home-ref-nav-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.home-ref-nav-grid>a{display:flex;align-items:center;gap:7px;padding:10px 9px;border:1px solid #edf0f3;border-radius:8px;background:#fafbfd;color:#586578;font-size:12px;transition:.18s}
.home-ref-nav-grid>a i{font-size:14px;color:#6d89b4}
.home-ref-nav-grid>a:hover{background:#fff8ea;border-color:#f2d89f;color:#b47400;transform:translateY(-1px)}
@media(max-width:991px){.home-ref-nav-card{min-height:100%}}
@media(max-width:575px){.home-ref-project-item small{align-items:flex-start;flex-direction:column;gap:3px}.home-ref-nav-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* Home popular projects sidebar v2 */
.home-ref-project-list-v2{padding:8px 12px 13px}
.home-ref-project-item-v2{position:relative;display:grid;grid-template-columns:30px minmax(0,1fr);gap:10px;margin:0 0 8px;padding:12px 11px;border:1px solid #edf0f4!important;border-radius:11px;background:linear-gradient(180deg,#fff 0%,#fcfcfd 100%);color:#273247;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}
.home-ref-project-item-v2:last-child{margin-bottom:0;border-bottom:1px solid #edf0f4!important}
.home-ref-project-item-v2:hover{transform:translateY(-2px);border-color:#ffd99a!important;box-shadow:0 7px 18px rgba(33,45,68,.08);background:#fffdf9}
.home-ref-project-no{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:#fff5df;color:#e68a00;font-size:11px;font-weight:800;letter-spacing:.3px}
.home-ref-project-main{display:block;min-width:0}
.home-ref-project-title-line{display:flex;align-items:flex-start;gap:6px;min-width:0}
.home-ref-project-item-v2 strong{display:-webkit-box;flex:1;min-width:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:13px;line-height:1.55;font-weight:700;color:#273247;transition:.18s}
.home-ref-project-hot{flex:0 0 auto;display:inline-flex;align-items:center;gap:3px;height:21px;padding:0 6px;border-radius:6px;background:#fff0ec;color:#ef6548;font-size:10px;font-weight:700;white-space:nowrap}
.home-ref-project-tags{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:8px}
.home-ref-project-cost,.home-ref-project-people{display:inline-flex;align-items:center;gap:4px;max-width:100%;height:23px;padding:0 7px;border-radius:6px;font-size:10px;line-height:23px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.home-ref-project-cost{background:#fff7e9;color:#b66f00;border:1px solid #ffe6b8}
.home-ref-project-people{background:#f4f6f9;color:#7b8797;border:1px solid #e9edf2;max-width:125px}
.home-ref-project-more{display:inline-flex;align-items:center;gap:4px;margin-top:8px;color:#9aa3af;font-size:10px;font-weight:600;transition:.18s}
.home-ref-project-item-v2:hover strong,.home-ref-project-item-v2:hover .home-ref-project-more{color:#ed9300}
.home-ref-project-more i{font-size:10px;transition:transform .18s ease}
.home-ref-project-item-v2:hover .home-ref-project-more i{transform:translateX(2px)}
@media(max-width:575px){
  .home-ref-project-list-v2{padding:7px 10px 11px}
  .home-ref-project-item-v2{grid-template-columns:28px minmax(0,1fr);gap:9px;padding:11px 10px}
  .home-ref-project-no{width:28px;height:28px;border-radius:8px}
  .home-ref-project-people{max-width:110px}
}

/* 2026-09-06 首页内容Tab样式修复：去掉嵌套卡片边框/顶部橙线，恢复单层横向导航 */
.home-ref-main-card .home-ref-tabbar.home-content-tabbar{
    width:100%;
    margin:0!important;
    padding:16px 0 10px!important;
    background:transparent!important;
    border:0!important;
    border-bottom:1px solid #eceff2!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow:visible!important;
}
.home-ref-main-card .home-ref-tabbar .home-content-tabs{
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow-x:auto!important;
    overflow-y:visible!important;
}
.home-ref-main-card .home-ref-tabbar .home-content-tabs>button{
    min-height:0!important;
    padding:4px 0 10px!important;
    margin:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    color:#374151!important;
    line-height:1.4!important;
}
.home-ref-main-card .home-ref-tabbar .home-content-tabs>button:hover{
    color:#f59e0b!important;
    background:transparent!important;
}
.home-ref-main-card .home-ref-tabbar .home-content-tabs>button.active{
    color:#111827!important;
    background:transparent!important;
    font-weight:700!important;
}
.home-ref-main-card .home-ref-tabbar .home-content-tabs>button.active::before{
    content:none!important;
    display:none!important;
    top:auto!important;
    bottom:auto!important;
}
.home-ref-main-card .home-ref-tabbar .home-content-tabs>button.active::after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    top:auto!important;
    left:0!important;
    right:0!important;
    bottom:-11px!important;
    width:auto!important;
    height:3px!important;
    background:#f5a500!important;
    border-radius:999px!important;
}
.home-ref-main-card .home-ref-tabbar .home-tab-more{
    flex:0 0 auto!important;
    margin:0!important;
    min-height:34px!important;
    padding:7px 11px!important;
    background:#fff!important;
    border:1px solid #e5e7eb!important;
    border-radius:8px!important;
    box-shadow:none!important;
}

@media(max-width:767px){
    .home-ref-main-card .home-ref-tabbar.home-content-tabbar{
        padding:12px 0 8px!important;
        gap:10px!important;
    }
    .home-ref-main-card .home-ref-tabbar .home-content-tabs{
        gap:20px!important;
    }
    .home-ref-main-card .home-ref-tabbar .home-content-tabs>button{
        font-size:13px!important;
        padding-bottom:9px!important;
    }
    .home-ref-main-card .home-ref-tabbar .home-content-tabs>button.active::after{
        bottom:-9px!important;
    }
}

/* 2026-09-06 首页首屏右侧三条推荐卡片修复：完整背景图 + 深色渐变，避免白雾遮罩/图片割裂 */
.home-ref-hero-side.hero-side{
  gap:10px!important;
}
.home-ref-hero-mini.hero-mini{
  position:relative!important;
  isolation:isolate!important;
  min-height:0!important;
  border:1px solid rgba(15,23,42,.06)!important;
  border-radius:11px!important;
  background:#1f2937!important;
  box-shadow:0 3px 12px rgba(15,23,42,.06)!important;
  overflow:hidden!important;
}
.home-ref-hero-mini.hero-mini>img{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  filter:none!important;
  opacity:1!important;
  transform:scale(1.001);
  transition:transform .35s ease!important;
}
.home-ref-hero-mini.hero-mini:hover>img{transform:scale(1.035)!important}
.home-ref-hero-mini .home-ref-mini-shade{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  padding:0!important;
  background:linear-gradient(90deg,rgba(9,15,25,.82) 0%,rgba(9,15,25,.67) 43%,rgba(9,15,25,.30) 72%,rgba(9,15,25,.08) 100%)!important;
}
.home-ref-hero-mini .home-ref-mini-copy{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  width:100%!important;
  height:100%!important;
  padding:12px 15px!important;
  background:none!important;
  color:#fff!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  overflow:hidden!important;
}
.home-ref-hero-mini .home-ref-mini-tag{
  position:static!important;
  display:inline-flex!important;
  width:auto!important;
  max-width:72%!important;
  padding:4px 9px!important;
  border:1px solid rgba(255,255,255,.28)!important;
  border-radius:999px!important;
  background:rgba(17,24,39,.58)!important;
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
  color:#fff!important;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1.2!important;
  margin:0 0 6px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.home-ref-hero-mini .home-ref-mini-copy strong{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  width:min(86%,285px)!important;
  overflow:hidden!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:700!important;
  line-height:1.42!important;
  text-shadow:0 1px 5px rgba(0,0,0,.28)!important;
}
.home-ref-hero-mini .home-ref-mini-copy small{
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
  margin-top:6px!important;
  color:rgba(255,255,255,.76)!important;
  font-size:10px!important;
  line-height:1.2!important;
  white-space:nowrap!important;
  text-shadow:0 1px 3px rgba(0,0,0,.24)!important;
}
.home-ref-hero-mini .home-ref-mini-copy small i{margin-left:4px!important}
@media(max-width:991px){
  .home-ref-hero-mini .home-ref-mini-copy{padding:11px 13px!important}
  .home-ref-hero-mini .home-ref-mini-copy strong{width:92%!important;font-size:14px!important}
}
@media(max-width:620px){
  .home-ref-hero-mini .home-ref-mini-shade{background:linear-gradient(90deg,rgba(9,15,25,.82),rgba(9,15,25,.48) 68%,rgba(9,15,25,.16))!important}
  .home-ref-hero-mini .home-ref-mini-copy strong{width:88%!important}
}

/* 2026-09-06 首页首屏左右底部强制对齐 */
@media (min-width: 992px){
  .home-ref-hero{
    height:390px!important;
    min-height:390px!important;
    align-items:stretch!important;
  }
  .home-ref-hero-main,
  .home-ref-hero-main .carousel,
  .home-ref-hero-main .carousel-inner,
  .home-ref-hero-main .carousel-item,
  .home-ref-hero-link{
    height:390px!important;
    min-height:390px!important;
  }
  .home-ref-hero-side.hero-side{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-rows:repeat(3,minmax(0,1fr))!important;
    height:390px!important;
    min-height:390px!important;
    align-self:stretch!important;
    gap:10px!important;
    margin:0!important;
    padding:0!important;
  }
  .home-ref-hero-side.hero-side .home-ref-hero-mini.hero-mini{
    height:auto!important;
    min-height:0!important;
    margin:0!important;
  }
}

/* 2026-09-06 首页主轮播灰色底条修复：兼容当前旧版轮播HTML结构 */
@media (min-width: 992px){
  .hero-grid > .carousel,
  .hero-grid > .carousel .carousel-inner,
  .hero-grid > .carousel .carousel-item,
  .hero-grid > .carousel .carousel-item > a{
    display:block!important;
    height:390px!important;
    min-height:390px!important;
    overflow:hidden!important;
  }
  .hero-grid > .carousel .carousel-item > a > img,
  .hero-grid > .carousel .carousel-item > img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:390px!important;
    object-fit:cover!important;
    margin:0!important;
  }
  .hero-grid > .carousel{
    background:transparent!important;
  }
}
