:root{--ink:#e8edf2;--muted:#8c9aaa;--panel:#111a24;--panel2:#151f2a;--line:#263440;--bg:#090f15;--blue:#53c5ff;--teal:#4ee6bf;--amber:#ffbd5b;--red:#ff6e73;--shadow:0 18px 45px rgba(0,0,0,.24)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:14px/1.55 Inter,"PingFang SC","Microsoft YaHei",sans-serif}.sidebar{position:fixed;inset:0 auto 0 0;width:244px;padding:29px 16px;background:#0d141c;border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:3}.brand{display:flex;gap:11px;align-items:center;color:#fff;text-decoration:none;font-weight:800;font-size:16px;letter-spacing:1.1px;padding:0 9px}.brand small{display:block;margin-top:1px;font-size:8px;color:var(--blue);letter-spacing:1.6px}.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:9px;background:linear-gradient(145deg,#69d4ff,#4085ef);color:#08111b;font-size:18px;box-shadow:0 0 28px rgba(83,197,255,.27)}.nav-links{margin-top:48px;display:grid;gap:5px}.nav-links a{display:flex;gap:12px;align-items:center;border-radius:8px;padding:11px 12px;color:#91a0af;text-decoration:none;transition:.18s}.nav-links a:hover{color:#fff;background:#14202c}.nav-links a.active{color:#b9edff;background:linear-gradient(90deg,rgba(54,160,209,.2),rgba(54,160,209,.06));box-shadow:inset 2px 0 var(--blue)}.nav-links span{font-size:17px;width:18px;text-align:center}.side-foot{margin-top:auto;color:#8b9baa;font-size:12px;line-height:1.7;padding:14px 10px 10px;border-top:1px solid rgba(255,255,255,.04)}.side-foot i,.source-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--teal);margin-right:7px;box-shadow:0 0 9px rgba(78,230,191,.65)}.source-dot.off{background:#647384;box-shadow:none}.main{margin-left:244px;min-height:100vh}.topbar{height:73px;padding:0 40px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;background:rgba(9,15,21,.85);backdrop-filter:blur(12px);position:sticky;top:0;z-index:2}.crumb,.eyebrow{color:#64798d;font-size:10px;letter-spacing:1.55px;font-weight:700}.top-actions{display:flex;align-items:center;gap:14px}.top-tags{font-size:11px;color:#64798d;letter-spacing:.5px;white-space:nowrap}.top-user{font-size:12px;color:#a7b7c6;white-space:nowrap}.collection-state{font-size:12px;color:#a7b7c6}.collection-state:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--teal);margin-right:7px}.collection-state.running:before{background:var(--amber);box-shadow:0 0 10px var(--amber);animation:pulse 1s infinite}@keyframes pulse{50%{opacity:.3}}.content{max-width:1500px;margin:0 auto;padding:42px}.btn{border:1px solid transparent;border-radius:7px;padding:9px 14px;color:#eaf7ff;background:transparent;cursor:pointer;font:600 13px inherit;text-decoration:none;display:inline-flex;justify-content:center;align-items:center;transition:.18s}.btn:disabled{cursor:not-allowed;opacity:.45}.btn-primary{color:#06131c;background:var(--blue);box-shadow:0 5px 18px rgba(83,197,255,.15)}.btn-primary:hover{background:#8bdcff}.btn-secondary{border-color:#354859;background:#162431;color:#c4e9fb}.btn-secondary:hover,.btn-quiet:hover{background:#203546}.btn-quiet{border-color:#334554;color:#a8bac8}.btn-small{padding:6px 10px;font-size:12px}.full{width:100%}.flash{margin-bottom:18px;padding:11px 14px;border:1px solid;border-radius:7px}.flash-success{color:#81f0ca;border-color:rgba(78,230,191,.35);background:rgba(78,230,191,.09)}.flash-warning{color:#ffd08c;border-color:rgba(255,189,91,.35);background:rgba(255,189,91,.09)}.flash-error{color:#ff9da1;border-color:rgba(255,110,115,.35);background:rgba(255,110,115,.09)}.hero{display:flex;justify-content:space-between;align-items:end;gap:44px;padding:12px 0 36px;background:radial-gradient(ellipse 60% 90% at 82% 15%,rgba(36,117,151,.14),transparent 70%)}h1,h2,p{margin-top:0}.hero h1{font-size:clamp(27px,3.2vw,44px);line-height:1.18;letter-spacing:-1.4px;max-width:750px;margin:8px 0 14px}.hero-text,.page-heading p{color:var(--muted);max-width:690px;font-size:15px}.next-run{min-width:235px;border-left:2px solid var(--blue);padding:5px 0 5px 18px}.next-run span,.next-run small{display:block;color:var(--muted);font-size:12px}.next-run strong{display:block;font-size:22px;color:#ccefff;margin:3px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.metric,.panel{border:1px solid var(--line);background:linear-gradient(155deg,var(--panel2),var(--panel));box-shadow:var(--shadow)}.metric{min-height:118px;padding:18px 19px;border-radius:10px;position:relative;overflow:hidden}.metric:after{content:"";position:absolute;right:-15px;bottom:-21px;width:80px;height:80px;border-radius:50%;background:rgba(83,197,255,.08)}.metric span{color:var(--muted);font-size:13px}.metric strong{display:block;font-size:36px;letter-spacing:-1px;line-height:1.25}.metric em{font-style:normal;font-size:9px;letter-spacing:1.2px;color:#59748a}.metric.danger strong{color:#ff959a}.metric.amber strong{color:#ffd08a}.two-col{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.8fr);gap:18px}.panel{border-radius:10px}.feed-panel{padding:22px}.panel-head{display:flex;justify-content:space-between;gap:15px;align-items:start;margin-bottom:16px}.panel-head h2,.panel h2{font-size:17px;margin:3px 0 0}.text-link{color:#83d8ff;text-decoration:none;font-size:12px;white-space:nowrap}.intel-list{border-top:1px solid var(--line)}.intel-row{display:flex;align-items:center;gap:13px;padding:14px 3px;border-bottom:1px solid rgba(38,52,64,.8);color:var(--ink);text-decoration:none}.intel-row:hover b{color:var(--blue)}.severity{display:inline-flex;justify-content:center;min-width:35px;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:700}.severity-紧急{background:rgba(255,110,115,.17);color:#ff9fa3}.severity-高{background:rgba(255,160,85,.16);color:#ffc080}.severity-中{background:rgba(255,208,110,.13);color:#ffe09b}.severity-低{background:rgba(83,197,255,.13);color:#92dcff}.intel-main{min-width:0;flex:1}.intel-main b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.intel-main small,td small{display:block;color:#7d8e9d;margin-top:3px}.score{color:#5b7283;font:700 12px ui-monospace,monospace}.right-stack{display:grid;gap:18px}.compact{padding:20px}.signal-row{display:grid;grid-template-columns:74px 1fr 24px;align-items:center;gap:9px;margin:12px 0;font-size:12px}.signal-row div{height:5px;background:#1c2b38;border-radius:5px;overflow:hidden}.signal-row i{display:block;height:100%;border-radius:5px;background:linear-gradient(90deg,#42a7d8,#4ee6bf)}.signal-row b{color:#a5c3d6}.muted{color:var(--muted);font-size:13px}.brief-title{font-weight:700;margin-bottom:5px}.brief-link{font-weight:600;font-size:14px;color:#c8d6e2;display:block;margin-bottom:4px;text-decoration:none}.brief-link:hover{color:var(--blue)}.brief-summary{font-size:12px;color:#7d8e9d;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.brief-source{font-size:11px;color:#4a5d6e}.source-panel{margin-top:18px;padding:20px}.source-health{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.source-health>div{padding:10px;border-radius:6px;background:rgba(6,12,18,.25);min-width:0}.source-health b{display:block;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.source-health small{display:block;color:#718494;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-heading{margin-bottom:25px}.page-heading h1{font-size:32px;letter-spacing:-.8px;margin:5px 0 7px}.heading-actions{display:flex;justify-content:space-between;align-items:end;gap:20px}.filter-bar{display:grid;grid-template-columns:minmax(180px,1.5fr) repeat(5,minmax(110px,.65fr)) auto;gap:9px;margin-bottom:12px}.filter-toggles{grid-column:1/-1;display:flex;align-items:center;gap:20px;padding:5px 0 10px;border-top:1px solid rgba(255,255,255,.04)}.filter-bar input,.filter-bar select,input,select,textarea{border:1px solid #304151;background:#0b131c;color:#dce8ef;border-radius:6px;padding:9px 10px;font:13px inherit;width:100%;outline:none}.filter-bar input:focus,.filter-bar select:focus,input:focus,select:focus,textarea:focus{border-color:#4a9abe;box-shadow:0 0 0 3px rgba(83,197,255,.1)}textarea{resize:vertical}.table-panel{padding:5px 0}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th{text-align:left;color:#718698;font-size:10px;text-transform:uppercase;letter-spacing:1px;font-weight:700;padding:13px 18px;border-bottom:1px solid var(--line);white-space:nowrap}td{padding:15px 18px;border-bottom:1px solid rgba(38,52,64,.75);vertical-align:top;font-size:12px}tr:last-child td{border:0}.title-cell{min-width:330px}.title-cell a{color:#dceaf3;font-size:13px;font-weight:700;text-decoration:none}.title-cell a:hover{color:var(--blue)}.title-cell p{max-width:460px;color:#8496a4;margin:4px 0 0;line-height:1.45}.category-tag,.tag,.type-tag,.status{display:inline-block;padding:2px 6px;border-radius:4px;margin:0 3px 3px 0;font-size:10px}.category-tag{color:#9adfff;background:rgba(83,197,255,.12)}.tag{color:#a9bbc9;background:#1a2936}.type-tag{color:#bcc7d1;background:#202b36}.status{color:#b4c3cf;background:#1f2d3a}.status-研判中{color:#ffd390;background:rgba(255,189,91,.12)}.status-已确认{color:#85edca;background:rgba(78,230,191,.12)}.score-label{display:block;color:#748999;margin-top:4px}.empty-state{text-align:center;padding:35px;color:var(--muted);display:grid;gap:4px}.empty-state b{color:#c0d0dc}.back-link{display:inline-block;color:#84d8ff;text-decoration:none;font-size:12px;margin-bottom:17px}.detail-layout{display:grid;grid-template-columns:minmax(0,1.5fr) 280px;gap:18px}.detail-main{padding:30px}.detail-main h1{font-size:31px;line-height:1.3;letter-spacing:-.6px;margin:15px 0}.detail-meta{display:flex;gap:8px;color:#90a4b4;font-size:12px;align-items:center}.lead{font-size:16px;line-height:1.8;color:#c7d4dc;white-space:pre-line}.provenance{border-top:1px solid var(--line);margin-top:29px;padding-top:18px}.provenance dl{display:grid;grid-template-columns:110px 1fr;gap:11px;margin:15px 0 0}.provenance dt{color:#738799}.provenance dd{margin:0;word-break:break-word}.provenance a,.url-text{color:#72cef7;text-decoration:none}.disclaimer,.policy-note{margin-top:27px;padding:12px 14px;background:rgba(255,189,91,.07);border-left:2px solid var(--amber);color:#d9c49e;font-size:12px}.action-card{padding:22px;height:max-content}.action-card h2{margin-bottom:17px}.status-choice{width:100%;padding:9px 10px;color:#91a5b4;background:#0c151e;border:1px solid #2b3b4a;border-radius:6px;margin:3px 0;cursor:pointer;text-align:left}.status-choice:hover,.status-choice.selected{border-color:#4b9ec3;color:#d8f2ff;background:#16303f}.tag-head{margin-top:25px}.source-layout{display:grid;grid-template-columns:minmax(0,1.6fr) 330px;gap:18px}.source-layout .table-panel{padding:20px}.source-desc{font-size:11px;color:#8b9cac;margin:2px 0}.url-text{display:block;max-width:350px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;margin-top:3px}.add-source{padding:21px;height:max-content}.add-source h2{margin-bottom:18px}.add-source label,.settings-form label{display:block;font-size:12px;color:#9aabb9;margin-bottom:12px}.add-source input,.add-source select,.add-source textarea,.settings-form input{display:block;margin-top:5px}.digest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.digest-card{display:block;min-height:195px;padding:20px;border:1px solid var(--line);background:linear-gradient(150deg,#172431,#101922);border-radius:10px;color:#d6e2eb;text-decoration:none;transition:.2s}.digest-card:hover{border-color:#4b93b5;transform:translateY(-2px)}.digest-icon{display:grid;place-items:center;width:34px;height:34px;background:#1b374a;color:#80d7ff;border-radius:7px;margin-bottom:17px}.digest-card h2{font-size:17px;margin:4px 0}.digest-card p:not(.eyebrow){color:#8597a6;font-size:12px}.digest-card>span:last-child{color:#80d7ff;font-size:12px}.digest-header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.digest-header h1{margin:5px 0;font-size:31px}.digest-header p{color:var(--muted);margin:0}.markdown-preview{padding:30px;white-space:pre-wrap;color:#d3dde5;line-height:1.85;font-family:"PingFang SC","Microsoft YaHei",sans-serif;max-width:920px}.settings-form{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:1000px}.settings-form .panel{padding:22px}.settings-form h2{margin-bottom:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.settings-form .save-button{grid-column:1/-1;padding:13px}@media(max-width:1080px){.sidebar{width:206px}.main{margin-left:206px}.content{padding:30px}.stats-grid{grid-template-columns:repeat(2,1fr)}.filter-bar{grid-template-columns:1fr 1fr 1fr}.source-layout{grid-template-columns:1fr}.add-source{max-width:none}.digest-grid{grid-template-columns:1fr 1fr}}@media(max-width:720px){.sidebar{position:static;width:auto;height:auto;padding:15px;border-right:0;border-bottom:1px solid var(--line)}.brand{padding:0}.nav-links{margin:17px 0 0;display:flex;overflow:auto}.nav-links a{white-space:nowrap;padding:7px 9px;font-size:12px}.nav-links span{display:none}.side-foot{display:none}.main{margin:0}.topbar{height:58px;padding:0 16px}.crumb{display:none}.content{padding:24px 16px}.hero{display:block;padding-bottom:25px}.next-run{margin-top:20px}.stats-grid{grid-template-columns:1fr 1fr}.metric{min-height:95px}.metric strong{font-size:28px}.two-col,.detail-layout{grid-template-columns:1fr}.source-health{grid-template-columns:1fr 1fr}.filter-bar{grid-template-columns:1fr 1fr}.filter-bar input{grid-column:1/-1}.filter-bar .btn{grid-column:1/-1}.heading-actions,.digest-header{align-items:start;flex-direction:column}.digest-grid,.settings-form{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.detail-main{padding:21px}.detail-main h1{font-size:25px}.action-card{order:-1}.top-actions{gap:8px}.collection-state{display:none}}
/* ── 主题切换按钮 ── */
.theme-toggle{display:grid;place-items:center;width:34px;height:34px;border:1px solid #334554;border-radius:50%;background:transparent;cursor:pointer;font-size:17px;transition:.2s;color:#c0d0dc;visibility:hidden}.theme-toggle:hover{background:#203546;color:#fff}[data-theme="light"] .theme-toggle{border-color:#c4cdd6;color:#5a6e82}[data-theme="light"] .theme-toggle:hover{background:#e2e6ea;color:#111827}
/* ── 浅色主题 ── */
[data-theme="light"]{--ink:#1a1a2e;--muted:#475569;--panel:#fff;--panel2:#f4f5f8;--line:#dde1e6;--bg:#f0f2f5;--blue:#1a66d2;--teal:#0e978b;--amber:#c46c12;--red:#c53030;--shadow:0 4px 18px rgba(0,0,0,.06)}[data-theme="light"] body{background:var(--bg);color:var(--ink)}[data-theme="light"] .sidebar{background:#e3e7ee;border-right:1px solid var(--line)}[data-theme="light"] .brand{color:#111827}[data-theme="light"] .nav-links a{color:#4a5e7a}[data-theme="light"] .nav-links a:hover{color:#111827;background:#d4d9e0}[data-theme="light"] .nav-links a.active{color:#0a4a9e;background:linear-gradient(90deg,rgba(26,102,210,.13),rgba(26,102,210,.04));box-shadow:inset 2px 0 var(--blue)}[data-theme="light"] .side-foot{color:#4a5e7a;border-top-color:rgba(0,0,0,.06)}[data-theme="light"] .source-dot.off{background:#94a3b8}[data-theme="light"] .topbar{background:rgba(255,255,255,.92);border-bottom:1px solid var(--line)}[data-theme="light"] .crumb,[data-theme="light"] .eyebrow{color:#5a6e86}[data-theme="light"] .collection-state{color:#4a5e7a}[data-theme="light"] .btn{color:#0a2140}[data-theme="light"] .btn-primary{color:#fff;box-shadow:0 4px 14px rgba(26,102,210,.18)}[data-theme="light"] .btn-primary:hover{background:#458cd8}[data-theme="light"] .btn-secondary{border-color:#c4cdd6;background:#e8ecf1;color:#1a3a5c}[data-theme="light"] .btn-secondary:hover,[data-theme="light"] .btn-quiet:hover{background:#d4d9e0}[data-theme="light"] .btn-quiet{border-color:#c4cdd6;color:#3a5a7c}[data-theme="light"] .flash-success{color:#0d714e;border-color:rgba(13,148,136,.35);background:rgba(13,148,136,.08)}[data-theme="light"] .flash-warning{color:#924a0c;border-color:rgba(196,108,18,.35);background:rgba(196,108,18,.08)}[data-theme="light"] .flash-error{color:#b01a1a;border-color:rgba(197,48,48,.35);background:rgba(197,48,48,.08)}[data-theme="light"] .hero{background:radial-gradient(ellipse 60% 90% at 82% 15%,rgba(26,102,210,.07),transparent 70%)}[data-theme="light"] .next-run strong{color:#1a3a5c}[data-theme="light"] .metric:after{background:rgba(26,102,210,.05)}[data-theme="light"] .metric em{color:#778ea0}[data-theme="light"] .metric.danger strong{color:#b91c1c}[data-theme="light"] .metric.amber strong{color:#924a0c}[data-theme="light"] .text-link{color:#1a66d2}[data-theme="light"] .intel-row{border-bottom-color:rgba(0,0,0,.07)}[data-theme="light"] .intel-main small,[data-theme="light"] td small{color:#5a6e86}[data-theme="light"] .score{color:#5a6e86}[data-theme="light"] .signal-row div{background:#e2e6ea}[data-theme="light"] .signal-row b{color:#2a4a6c}[data-theme="light"] .source-health>div{background:rgba(0,0,0,.035)}[data-theme="light"] .source-health small{color:#5a6e86}[data-theme="light"] .filter-bar input,[data-theme="light"] .filter-bar select,[data-theme="light"] input,[data-theme="light"] select,[data-theme="light"] textarea{border-color:#c4cdd6;background:#fff;color:#1a1a2e}[data-theme="light"] .filter-bar input:focus,[data-theme="light"] .filter-bar select:focus,[data-theme="light"] input:focus,[data-theme="light"] select:focus,[data-theme="light"] textarea:focus{border-color:#1a66d2;box-shadow:0 0 0 3px rgba(26,102,210,.1)}[data-theme="light"] th{color:#5a6e86}[data-theme="light"] td{border-bottom-color:rgba(0,0,0,.05)}[data-theme="light"] .title-cell a{color:#0a1e3c}[data-theme="light"] .title-cell p{color:#5a6e86}[data-theme="light"] .category-tag{color:#0b4a9e;background:rgba(26,102,210,.09)}[data-theme="light"] .tag{color:#3a5a7c;background:#e2e6ec}[data-theme="light"] .type-tag{color:#4a5e7a;background:#e8ecf2}[data-theme="light"] .status{color:#4a5e7a;background:#e8ecf2}[data-theme="light"] .status-研判中{color:#924a0c;background:rgba(196,108,18,.1)}[data-theme="light"] .status-已确认{color:#0d714e;background:rgba(13,148,136,.1)}[data-theme="light"] .score-label{color:#6b7d91}[data-theme="light"] .empty-state b{color:#3a5a7c}[data-theme="light"] .back-link{color:#1a66d2}[data-theme="light"] .detail-meta{color:#5a6e86}[data-theme="light"] .lead{color:#2a3a4e}[data-theme="light"] .provenance dt{color:#5a6e86}[data-theme="light"] .provenance a,[data-theme="light"] .url-text{color:#1a66d2}[data-theme="light"] .disclaimer,[data-theme="light"] .policy-note{color:#7a551e;background:rgba(196,108,18,.06)}[data-theme="light"] .status-choice{color:#3a5a7c;background:#f8f9fa;border-color:#c4cdd6}[data-theme="light"] .status-choice:hover,[data-theme="light"] .status-choice.selected{border-color:#1a66d2;color:#0a3a6c;background:#e1ebf5}[data-theme="light"] .source-desc{color:#5a6e86}[data-theme="light"] .add-source label,[data-theme="light"] .settings-form label{color:#4a5e7a}[data-theme="light"] .digest-card{color:#1a2a3e;background:linear-gradient(150deg,#f8f9fb,#fff)}[data-theme="light"] .digest-card:hover{border-color:#3584c8}[data-theme="light"] .digest-icon{background:#dde8f5;color:#1a66d2}[data-theme="light"] .digest-card p:not(.eyebrow){color:#5a6e86}[data-theme="light"] .digest-card>span:last-child{color:#1a66d2}[data-theme="light"] .markdown-preview{color:#2a3a4e}[data-theme="light"] .filter-toggles{border-top-color:rgba(0,0,0,.06)}[data-theme="light"] .brief-link{color:#0a1e3c}[data-theme="light"] .brief-link:hover{color:var(--blue)}[data-theme="light"] .brief-summary{color:#475569}[data-theme="light"] .brief-source{color:#6b7d91}[data-theme="light"] .top-tags{color:#5a6e86}[data-theme="light"] .score{color:#475569}[data-theme="light"] th{color:#475569}[data-theme="light"] .detail-meta{color:#475569}[data-theme="light"] .provenance dt{color:#475569}[data-theme="light"] .source-health small{color:#475569}[data-theme="light"] .source-desc{color:#475569}[data-theme="light"] .title-cell p{color:#475569}[data-theme="light"] .intel-main small,[data-theme="light"] td small{color:#475569}[data-theme="light"] .score-label{color:#475569}[data-theme="light"] .digest-card p:not(.eyebrow){color:#475569}
/* ── 全球态势地图 ── */
.map-panel{padding:18px 22px 14px}.map-panel .panel-head{margin-bottom:10px}.map-container{display:grid;grid-template-columns:1fr 140px;gap:12px;align-items:start}.echarts-map{width:100%;height:460px;border-radius:6px;overflow:hidden}.map-stats{display:flex;flex-direction:column;gap:8px;padding:8px 0}.map-stat{text-align:center;padding:10px 8px;background:rgba(6,12,18,.35);border-radius:6px;border:1px solid rgba(255,255,255,.04)}.map-stat b{display:block;font-size:22px;color:#e6f0f8;line-height:1.2}.map-stat span{font-size:10px;color:var(--muted);letter-spacing:.5px}.map-stat.danger b{color:#ff959a}.map-legend{display:flex;align-items:center;gap:4px;flex-wrap:wrap;margin-top:4px}.map-legend-dot{display:inline-block;width:8px;height:8px;border-radius:50%}.map-legend-label{font-size:10px;color:var(--muted);margin-right:6px}[data-theme="light"] .map-stat{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.06)}[data-theme="light"] .map-stat b{color:#1a1a2e}[data-theme="light"] .map-stat.danger b{color:#b91c1c}@media(max-width:1080px){.map-container{grid-template-columns:1fr}.echarts-map{height:380px}.map-stats{flex-direction:row;flex-wrap:wrap;gap:6px}.map-stat{flex:1;min-width:70px}}@media(max-width:720px){.echarts-map{height:280px}.map-stats{flex-direction:row}.map-stat b{font-size:16px}}
