:root{color-scheme:light;--ink: #111827;--text: #1f2937;--muted: #6b7280;--line: #e5e7eb;--surface: #ffffff;--bg: #f3f4f6;--brand: #0f2747;--brand-accent: #1a5fb4;--brand-soft: #eef4fc;--risk-low: #2f9e44;--risk-medium: #d97706;--risk-high: #dc2626;--risk-critical: #7e22ce;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;line-height:1.6;color:var(--text);background:var(--bg)}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1}.container{width:min(720px,calc(100% - 32px));margin:0 auto}.container-wide{width:min(1160px,calc(100% - 32px));margin:0 auto}.site-header{background:var(--brand);color:#fff;border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;z-index:100}.site-header-inner{width:min(1160px,calc(100% - 32px));margin:0 auto;display:flex;align-items:center;gap:24px;min-height:60px}.site-brand{display:flex;align-items:center;gap:10px;flex-shrink:0}.site-search{flex:1;max-width:320px;margin:0 auto}.site-search input{width:100%;border:none;border-radius:999px;padding:8px 14px;font-size:.9rem;background:#ffffff24;color:#fff}.site-search input::placeholder{color:#ffffffa6}.site-search input:focus{outline:2px solid rgba(255,255,255,.35);background:#fff3}.site-menu-btn{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0;border:none;border-radius:8px;background:#ffffff1a;cursor:pointer}.site-menu-btn span{display:block;height:2px;margin:0 auto;width:18px;background:#fff;border-radius:1px}.site-mobile-panel{display:none;background:#0c1f38;border-top:1px solid rgba(255,255,255,.08);padding:16px}.site-mobile-search{display:flex;gap:8px;margin-bottom:12px}.site-mobile-search input{flex:1;border:none;border-radius:8px;padding:10px 12px}.site-mobile-search button{border:none;border-radius:8px;padding:0 14px;background:#fff;color:var(--brand);font-weight:600}.site-mobile-nav{display:flex;flex-direction:column;gap:4px}.site-mobile-link{padding:12px 8px;color:#ffffffeb;border-bottom:1px solid rgba(255,255,255,.08);font-size:1rem}.site-brand-logo{width:36px;height:36px;display:block;object-fit:contain;flex-shrink:0;border-radius:8px}.site-brand-text{display:flex;flex-direction:column;line-height:1.2}.site-brand-text strong{font-size:1.05rem;letter-spacing:.04em}.site-brand-text small{font-size:.72rem;opacity:.75}.site-nav{display:flex;gap:20px}.site-nav-link{color:#ffffffe0;font-size:.95rem}.site-nav-link:hover{color:#fff}.site-header-cta{padding:7px 14px;border-radius:999px;background:#fff;color:var(--brand);font-size:.88rem;font-weight:600}.home-topbar{background:var(--surface);border-bottom:1px solid var(--line);padding:28px 0 24px}.home-kicker,.channel-kicker,.section-label{margin:0 0 8px;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--brand-accent)}.home-title{margin:0 0 8px;font-size:clamp(1.6rem,3vw,2rem);color:var(--ink);line-height:1.25}.home-subtitle{margin:0;color:var(--muted)}.home-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;padding:28px 0 48px}.home-section+.home-section{margin-top:32px}.home-sidebar{display:flex;flex-direction:column;gap:16px}.sidebar-panel{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:18px}.sidebar-title{margin:0 0 14px;font-size:.95rem;color:var(--ink)}.sidebar-empty{margin:0;font-size:.9rem}.subscribe-panel{background:var(--brand-soft);border-color:#cfe0f7}.subscribe-panel p{margin:0;font-size:.92rem;color:#334155;line-height:1.7}.headline-card,.article-card{display:block;background:var(--surface);border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:border-color .15s,box-shadow .15s}.headline-card:hover,.article-card:hover{border-color:#bfd3f2;box-shadow:0 8px 24px #0f27470f}.headline-card{display:grid;grid-template-columns:1.1fr 1fr}.headline-card-media,.article-card-thumb{min-height:160px;overflow:hidden}.article-cover{width:100%;height:100%;min-height:inherit}.article-cover-image img{width:100%;height:100%;min-height:160px;object-fit:cover;display:block}.article-cover-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:160px;color:#fff;text-align:center;padding:16px}.article-cover-placeholder.headline{min-height:220px}.risk-bg-low{background:linear-gradient(145deg,#166534,#22c55e)}.risk-bg-medium{background:linear-gradient(145deg,#9a3412,#f59e0b)}.risk-bg-high{background:linear-gradient(145deg,#991b1b,#ef4444)}.risk-bg-critical{background:linear-gradient(145deg,#581c87,#a855f7)}.article-cover-label{font-size:1.4rem;font-weight:700;letter-spacing:.06em}.article-cover-risk{font-size:.78rem;opacity:.9;padding:3px 10px;border-radius:999px;background:#0000002e}.headline-card-media img,.article-card-thumb img{width:100%;height:100%;min-height:160px;object-fit:cover;display:block}.headline-card-body,.article-card-body{padding:24px}.headline-card h2{margin:10px 0;font-size:clamp(1.25rem,2.2vw,1.65rem);line-height:1.35;color:var(--ink)}.headline-card p,.article-card p{margin:0;color:var(--muted);line-height:1.7}.article-list{display:flex;flex-direction:column;gap:14px}.article-card{display:grid;grid-template-columns:160px 1fr}.article-card-thumb{min-height:120px}.article-card-thumb img{min-height:110px}.article-card h3{margin:8px 0 6px;font-size:1.05rem;line-height:1.4;color:var(--ink)}.card-meta-row,.article-badges,.tag-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.card-byline,.article-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px;font-size:.88rem;color:var(--muted)}.risk-badge,.country-tag,.category-tag,.impact-tag,.reviewed-tag{display:inline-flex;align-items:center;border-radius:4px;padding:3px 8px;font-size:.78rem;font-weight:600}.risk-low{background:#ecfdf3;color:var(--risk-low)}.risk-medium{background:#fff7ed;color:var(--risk-medium)}.risk-high{background:#fef2f2;color:var(--risk-high)}.risk-critical{background:#faf5ff;color:var(--risk-critical)}.country-tag,.category-tag,.impact-tag{background:#f3f4f6;color:#4b5563;font-weight:500}.reviewed-tag{background:var(--brand-soft);color:var(--brand-accent)}.brief-list{display:flex;flex-direction:column;gap:12px}.brief-item{display:flex;flex-direction:column;gap:4px;padding-bottom:12px;border-bottom:1px solid var(--line)}.brief-item:last-child{border-bottom:none;padding-bottom:0}.brief-item-title{font-size:.92rem;line-height:1.45;color:var(--ink)}.brief-item-time{font-size:.78rem;color:var(--muted)}.country-index{list-style:none;margin:0;padding:0}.country-index li+li{margin-top:6px}.country-index a{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--line);font-size:.92rem}.country-index span{color:var(--muted)}.article-page{padding:24px 0 56px}.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px;font-size:.88rem;color:var(--muted)}.breadcrumb a{color:var(--brand-accent)}.article-header h1{margin:12px 0;font-size:clamp(1.7rem,4vw,2.2rem);line-height:1.28;color:var(--ink)}.cover-image{width:100%;border-radius:12px;margin:20px 0}.article-hero-cover{margin:20px 0;border-radius:12px;overflow:hidden}.article-hero-cover .article-cover-placeholder{min-height:200px}.share-bar{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:16px 0 8px;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.share-bar-label{font-size:.88rem;color:var(--muted);margin-right:4px}.share-btn{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:8px;padding:6px 14px;font-size:.88rem;cursor:pointer}.share-btn-primary{background:var(--brand-soft);border-color:#bfd3f2;color:var(--brand-accent)}.search-form{display:flex;gap:10px;margin-bottom:24px}.search-form input{flex:1;border:1px solid var(--line);border-radius:10px;padding:12px 14px;font-size:1rem}.search-form button{border:none;border-radius:10px;padding:0 20px;background:var(--brand);color:#fff;font-weight:600;cursor:pointer}.search-result-count{margin:0 0 16px;color:var(--muted);font-size:.92rem}.article-body{margin-top:24px;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:32px 36px}.article-lead{padding-bottom:24px;margin-bottom:8px;border-bottom:1px solid var(--line)}.article-lead .article-markdown{font-size:1.08rem;line-height:1.9;color:#334155}.article-subhead{margin:28px 0 14px;font-size:1.1rem;font-weight:600;color:var(--ink)}.article-subhead:first-of-type{margin-top:8px}.article-sources{margin-top:28px;padding:16px 18px;background:#f9fafb;border-radius:8px;border:1px solid var(--line)}.article-sources h2{margin:0 0 8px;font-size:.88rem;color:var(--muted);font-weight:600}.article-sources p{margin:0;font-size:.92rem}.related-section{margin-top:32px}.related-list{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:8px 16px}.article-footer{margin-top:32px;padding:20px;border-radius:12px;background:var(--brand-soft);color:#1e3a5f}.article-footer p{margin:0}.article-disclaimer{margin-top:10px!important;font-size:.85rem;opacity:.85}.channel-page{padding:28px 0 56px}.channel-header h1{margin:0 0 8px;font-size:2rem;color:var(--ink)}.about-lead{max-width:720px;font-size:1.05rem;line-height:1.8;color:#374151}.about-block{margin-top:28px;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:24px}.about-block h2{margin:0 0 12px;font-size:1.05rem}.about-block p,.about-block li{color:#4b5563;line-height:1.8}.empty-panel{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:40px 24px;text-align:center}.muted{color:var(--muted)}.article-body .article-markdown,.article-markdown{color:var(--text);font-size:1rem;line-height:1.85;word-break:break-word}.article-markdown>:first-child{margin-top:0}.article-markdown>:last-child{margin-bottom:0}.article-markdown p{margin:0 0 1em}.article-markdown p:last-child{margin-bottom:0}.article-markdown ol{margin:0;padding-left:1.35em;list-style:decimal}.article-markdown ul{margin:0;padding-left:1.35em;list-style:disc}.article-markdown li{margin-bottom:1.1em;padding-left:.25em}.article-markdown li:last-child{margin-bottom:0}.article-markdown li>p{margin:0}.article-markdown li strong{font-weight:600;color:var(--ink)}.article-markdown strong{color:var(--ink);font-weight:600}.site-footer{background:var(--brand);color:#ffffffe0;padding:32px 0 24px;margin-top:auto}.site-footer-inner{width:min(1160px,calc(100% - 32px));margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:24px}.site-footer-brand strong{font-size:1.05rem}.site-footer-brand p{margin:8px 0 0;max-width:420px;font-size:.9rem;opacity:.8;line-height:1.6}.site-footer-links{display:flex;flex-direction:column;gap:8px;font-size:.9rem}.site-footer-links a{color:#ffffffe6}.site-footer-copy,.site-footer-disclaimer{width:min(1160px,calc(100% - 32px));margin:16px auto 0;font-size:.82rem;opacity:.65;text-align:center}@media(max-width:900px){.home-layout,.headline-card,.article-card{grid-template-columns:1fr}.site-search,.site-nav,.site-header-cta-desktop{display:none}.site-menu-btn{display:flex}.site-mobile-panel{display:block}.site-footer-inner{grid-template-columns:1fr}.article-body{padding:22px 20px}}
