/* ============================================================
   邕安系统 · 移动简报（mobile.html）· 单列卡片流，≤480px 优先
   ============================================================ */
html, body { overflow-x: hidden; }
.mb { max-width: 480px; margin: 0 auto; min-height: 100vh; padding-bottom: 24px; }
.mb-decl { font-size: 11px; padding: 6px 12px; }
.mb-head { position: sticky; top: 0; z-index: 10; padding: 12px 16px;
  background: linear-gradient(180deg, #0e1524, #0a0e17f2); backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 8px; }
.mb-head .logo { font-size: 18px; font-weight: 800;
  background: linear-gradient(90deg, #35c6e6, #4da3ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.mb-head .full { font-size: 12px; color: var(--ink-2); }
.mb-head .refresh { margin-left: auto; font-size: 11px; color: var(--ink-3); }

.mb-body { padding: 12px; display: flex; flex-direction: column; gap: 12px; }

.mb-banner { border-radius: 12px; padding: 16px; border: 1px solid var(--c);
  background: linear-gradient(135deg, color-mix(in srgb, var(--c) 26%, transparent), transparent); }
.mb-banner.lv-red { animation: pulse-red 2s infinite; }
.mb-banner .tag { display: inline-block; color: #0a0e17; background: var(--c); font-weight: 800;
  padding: 3px 12px; border-radius: 6px; font-size: 14px; }
.mb-banner .word { font-size: 26px; font-weight: 800; color: var(--c); margin-top: 8px; letter-spacing: 2px; }
.mb-banner .sub { font-size: 12px; color: var(--ink-2); margin-top: 6px; line-height: 1.5; }
.mb-banner .time { font-size: 11px; color: var(--ink-3); margin-top: 8px; }

.mb-card { background: var(--bg-panel); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.mb-card .hd { padding: 11px 14px; border-bottom: 1px solid var(--line); font-weight: 600; font-size: 14px;
  display: flex; align-items: center; gap: 8px; }
.mb-card .hd .glyph { width: 3px; height: 14px; background: var(--accent); border-radius: 2px; }
.mb-card .bd { padding: 6px 14px 12px; }

.risk-row { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.risk-row:last-child { border-bottom: none; }
.risk-row .rk { width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center;
  font-weight: 800; font-size: 13px; color: #0a0e17; flex: none; }
.risk-row .info { flex: 1; min-width: 0; }
.risk-row .nm { font-weight: 600; font-size: 14px; }
.risk-row .dt { font-size: 12px; color: var(--ink-3); margin-top: 2px; }
.risk-row .sc { text-align: right; }
.risk-row .sc b { font-size: 18px; font-variant-numeric: tabular-nums; }
.risk-row .sc .lv { font-size: 11px; }

.res-row { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.res-row:last-child { border-bottom: none; }
.res-row .nm { flex: 1; font-size: 14px; }
.res-row .bar { width: 90px; height: 8px; background: rgba(255,255,255,0.08); border-radius: 4px; overflow: hidden; }
.res-row .bar i { display: block; height: 100%; }
.res-row .r { width: 42px; text-align: right; font-weight: 700; font-variant-numeric: tabular-nums; }

.tip { padding: 10px 0; border-bottom: 1px solid var(--line); }
.tip:last-child { border-bottom: none; }
.tip .t { font-weight: 600; font-size: 13px; color: var(--accent); }
.tip .c { font-size: 12px; color: var(--ink-2); margin-top: 3px; line-height: 1.5; }

.mb-foot { text-align: center; font-size: 11px; color: var(--ink-3); padding: 16px; line-height: 1.6; }
.mb-foot a { color: var(--accent); }

/* —— 分灾种四色 —— */
.mb-haz { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.mb-haz-cap { border: 1px solid var(--c); background: var(--cbg); border-radius: 10px; padding: 8px 6px;
  text-align: center; }
.mb-haz-cap .k { display: block; font-size: 12px; color: var(--ink-2); }
.mb-haz-cap .v { display: block; font-size: 15px; font-weight: 800; margin-top: 3px; }

/* —— 熔断摘要 —— */
.cut-row { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.cut-row:last-child { border-bottom: none; }
.cut-row .ca { font-weight: 800; color: var(--lv-red); white-space: nowrap; }
.cut-row .cn { flex: 1; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cut-row .ct { font-size: 12px; color: var(--ink-3); white-space: nowrap; }
