html[data-theme="dark"],html[data-theme="dark"] body{background:#08090f!important;color:#f1f3f7}html[data-theme="light"],html[data-theme="light"] body{background:#f5f5f5!important;color:#1a1a1a}:root{--bg:#f5f5f5;--surface:#fff;--text:#1a1a1a;--text2:#8a8a8a;--border:#ececec;--accent:#ff6600;--accent2:#e55a00;--radius:8px;--shadow:0 2px 8px rgba(0,0,0,.06)}[data-theme="dark"]{--bg:#1a1a1a;--surface:#2a2a2a;--text:#e8e8e8;--text2:#9a9a9a;--border:#333;--accent:#ff8533;--accent2:#ff6600;--shadow:0 2px 8px rgba(0,0,0,.2)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Microsoft YaHei",sans-serif;background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}a{text-decoration:none;color:inherit}a:hover{color:var(--accent)}.gn-news-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);box-shadow:0 1px 4px rgba(0,0,0,.04)}[data-theme="dark"] .gn-news-header{background:rgba(26,26,26,.94)}.gn-news-header-inner{max-width:1200px;margin:0 auto;padding:18px 16px;display:grid;grid-template-columns:auto auto minmax(360px,1fr) auto;align-items:center;gap:18px}.logo{font-size:19px;font-weight:700;color:var(--text);display:flex;align-items:center;gap:8px;white-space:nowrap}.logo svg{width:28px;height:28px;color:var(--accent)}.nav-links{display:flex;gap:4px;margin-left:0}.nav-link{font-size:14px;padding:6px 12px;border-radius:6px;color:var(--text2);transition:.2s;white-space:nowrap}.nav-link:hover{background:var(--bg);color:var(--accent)}.nav-link.active{background:var(--accent);color:#fff}.tag-cloud{display:flex;gap:8px;flex-wrap:wrap;max-width:360px;justify-self:center;align-items:center}.tag-pill{font-size:12px;padding:3px 10px;border-radius:4px;background:var(--surface);border:1px solid var(--border);color:var(--text2);white-space:nowrap;transition:.2s;cursor:pointer;font-family:inherit}.tag-pill:hover,.tag-pill.is-active{border-color:var(--accent);color:var(--accent);background:#fff7f0}.gn-news-header-right{display:flex;align-items:center;justify-self:end}.theme-btn{width:34px;height:34px;background:transparent;border:0;cursor:pointer;font-size:21px;border-radius:50%;line-height:34px;text-align:center;color:var(--text);transition:.2s}.theme-btn:hover{background:var(--bg);transform:rotate(12deg)}.featured-list{display:flex;flex-direction:column;gap:28px}.featured-day{position:relative;padding-left:46px}.featured-day:before{content:"";position:absolute;left:14px;top:42px;bottom:-28px;width:2px;background:#e6e8ee}.featured-day:last-child:before{display:none}.featured-day-title{font-size:20px;font-weight:800;color:var(--text);padding-bottom:10px;border-bottom:1px solid var(--border);margin-bottom:16px}.featured-day-title span{font-size:13px;color:var(--text2);font-weight:400;margin-left:8px}.featured-item{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:18px 18px 16px;box-shadow:var(--shadow);transition:.22s;margin-bottom:22px}.featured-item:before{content:"";position:absolute;left:-35px;top:8px;width:6px;height:6px;border-radius:50%;background:#e1e4ea}.featured-item:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,.08)}.featured-meta{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--text2);margin-bottom:10px}.featured-score{margin-left:auto;background:#d8f8df;color:#089338;border-radius:7px;padding:4px 9px;font-weight:800}.featured-title{display:block;font-size:18px;font-weight:800;line-height:1.5;color:var(--text);margin-bottom:8px}.featured-title:hover{color:var(--accent)}.featured-desc{font-size:14px;color:#5f6773;line-height:1.8;margin-bottom:12px}.featured-thumb{display:block;width:100%;height:200px;border-radius:8px;object-fit:cover;margin:12px 0}.featured-thumb.is-small{width:auto;max-width:100%;height:auto;max-height:200px;object-fit:contain;margin:12px auto}.featured-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.featured-tag{font-size:12px;padding:3px 8px;border-radius:4px;background:#f5f6f8;color:#7e8793}.featured-tag:first-child{border:1px solid #2f74ff;color:#2f74ff;background:#fff}.featured-time{font-size:12px;color:var(--text2)}.featured-item.no-image .featured-desc{margin-bottom:14px}.featured-empty{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px;text-align:center;color:var(--text2)}.waterfall{max-width:1200px;margin:0 auto;padding:24px 16px 40px}.day-block{margin-bottom:40px}.day-title{font-size:22px;font-weight:700;color:var(--text);margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid var(--accent);display:flex;align-items:center;gap:10px}.day-count{font-size:13px;color:var(--text2);font-weight:400}.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.waterfall-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow);transition:.25s;display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}.waterfall-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.card-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px;gap:10px}.card-source{font-size:12px;color:var(--text2);display:flex;align-items:center;gap:6px}.card-score{font-size:12px;padding:2px 8px;border-radius:4px;font-weight:600;background:#fff5e6;color:#ff6600}[data-theme="dark"] .card-score{background:#3d2800;color:#ffaa33}.card-title{font-size:17px;font-weight:700;line-height:1.5;margin-bottom:8px;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-title:hover{color:var(--accent)}.card-summary{font-size:14px;color:var(--text2);line-height:1.7;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:3.4em}.card-img{width:100%;height:168px;object-fit:cover;border-radius:8px;margin-bottom:10px;background:#eee}.card-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.card-tag{font-size:12px;padding:3px 10px;border-radius:4px;background:#f0f0f0;color:var(--text2)}[data-theme="dark"] .card-tag{background:#333}.card-foot{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--text2);margin-top:auto}.load-more-wrap{display:flex;justify-content:center;padding:28px 0 8px}.load-more-btn{min-width:132px;height:42px;padding:0 26px;border:1px solid var(--border);border-radius:24px;background:var(--surface);box-shadow:var(--shadow);font-size:14px;color:var(--text2);cursor:pointer;transition:.2s}.load-more-btn:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.day-block.is-hidden{display:none}.footer{max-width:1200px;margin:0 auto;padding:24px 16px;text-align:center;font-size:13px;color:var(--text2);border-top:1px solid var(--border)}@media(max-width:1024px){.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gn-news-header-inner{grid-template-columns:auto 1fr auto;gap:12px}.tag-cloud{grid-column:1 / -1;justify-self:start;max-width:100%}.nav-link{padding:6px 10px}}@media(max-width:640px){body{min-width:0;background:var(--bg)}.gn-news-header{position:sticky;top:0}.gn-news-header-inner{display:flex;padding:10px 14px;align-items:center;gap:10px;overflow-x:auto;white-space:nowrap}.logo{width:auto;flex:0 0 auto;font-size:20px;gap:7px}.logo svg{width:24px;height:24px}.nav-links{display:flex;flex:0 0 auto;gap:4px;margin-left:4px;overflow:visible}.nav-link{font-size:13px;padding:5px 9px}.tag-cloud{display:none}.gn-news-header-right{flex:0 0 auto;margin-left:auto}.theme-btn{width:30px;height:30px;font-size:19px}.waterfall{padding:10px 14px 28px;max-width:100%}.day-block{margin-bottom:28px}.day-title{font-size:24px;line-height:1.25;margin:0 0 14px;padding:0 0 9px;border-bottom:2px solid var(--accent)}.day-count{font-size:13px}.news-grid{display:grid;grid-template-columns:1fr;gap:16px}.waterfall-card{padding:14px;border-radius:8px;box-shadow:var(--shadow)}.card-head{margin-bottom:8px}.card-source{font-size:12px}.card-title{font-size:18px;line-height:1.55;margin-bottom:8px}.card-summary{font-size:14px;line-height:1.8;-webkit-line-clamp:2;height:3.6em}.card-img{width:100%;height:auto;max-height:230px;object-fit:cover;border-radius:7px}.card-tags{margin-top:10px}.card-tag{font-size:12px}.card-foot{font-size:12px}.featured-day{padding-left:22px}.featured-day:before{left:7px}.featured-day-title{font-size:20px}.featured-item{padding:14px;border-radius:8px;margin-bottom:18px}.featured-item:before{left:-18px}.featured-title{font-size:18px}.featured-desc{font-size:14px}.featured-thumb{width:100%;height:200px;object-fit:cover}.featured-thumb.is-small{width:auto;max-width:100%;height:auto;max-height:200px;object-fit:contain;margin:12px auto}.featured-score{margin-left:auto}.footer{padding:18px 14px}}.add_bg{position:fixed;z-index:0;top:39px!important;height:1000px;width:1920px;margin:auto;margin-left:-960px;left:50%;pointer-events:auto}.add_bg a{display:block}.add_bg a img{width:100%;height:auto}.gn-news-header,.waterfall,.footer{position:relative;z-index:2}@media(max-width:1360px){.add_bg{display:none}}@media(max-width:640px){.add_bg{display:none}}.add_bg{top:39px!important;z-index:0!important}.gn-news-header{top:39px!important;margin-top:-39px!important;margin-bottom:39px!important;z-index:2147483646!important;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-bottom:0!important;box-shadow:none!important}.gn-news-header-inner{position:relative;background:#08090f!important;border-bottom:1px solid #252936}[data-theme="light"] .gn-news-header-inner{background:#fff!important;border-bottom-color:#ececec}[data-theme="dark"] .gn-news-header-inner{background:#08090f!important;border-bottom-color:#252936}.waterfall{background:#08090f!important;position:relative;z-index:2}[data-theme="light"] .waterfall{background:#f5f5f5!important}[data-theme="dark"] .waterfall{background:#08090f!important}@media(max-width:640px){.gn-news-header{margin-top:0!important;margin-bottom:0!important;top:0!important}}