:root {
  --bg: #090d18;
  --panel: #111726;
  --panel-2: #151d30;
  --text: #f7f9fc;
  --muted: #9ca9bd;
  --line: rgba(255,255,255,.08);
  --danger: #ff626b;
  --warn: #ffbc55;
  --ok: #5fd19d;
  --blue: #73a7ff;
  --violet: #a88cff;
  --shadow: 0 18px 60px rgba(0,0,0,.28);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at top right,#121b31 0,#090d18 36%,#070a12 100%);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans TC",sans-serif}
a{color:inherit;text-decoration:none}
.shell{width:min(1180px,calc(100% - 28px));margin:0 auto;padding:28px 0 56px}
.topbar{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:22px}
.topbar h1{font-size:clamp(30px,5vw,52px);margin:4px 0 6px;letter-spacing:-.04em}
.eyebrow{font-size:12px;letter-spacing:.18em;color:#7f8da6;margin:0 0 4px;font-weight:800}
.muted,.meta{color:var(--muted)}
.date-pill{border:1px solid var(--line);background:rgba(255,255,255,.04);padding:10px 14px;border-radius:999px;color:#c9d2df;font-weight:700;white-space:nowrap}
.bento{display:grid;gap:14px}
.hero-grid{grid-template-columns:2fr repeat(3,1fr)}
.priority-grid{grid-template-columns:repeat(3,1fr)}
.domain-grid{grid-template-columns:repeat(3,1fr)}
.social-grid{grid-template-columns:2fr 1fr}
.action-grid{grid-template-columns:repeat(4,1fr)}
.archive-grid{grid-template-columns:1fr}
.card{background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.025));border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:var(--shadow);backdrop-filter:blur(16px)}
.hero{min-height:250px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(135deg,rgba(115,167,255,.16),rgba(168,140,255,.07)),var(--panel)}
.hero h2{font-size:clamp(26px,4vw,42px);line-height:1.05;max-width:780px;margin:28px 0 10px;letter-spacing:-.035em}
.hero p{max-width:760px;color:#c7d0dd;line-height:1.7;margin:0}
.card-kicker{font-size:13px;color:#9fb4d4;font-weight:800;letter-spacing:.08em}
.hero-line{display:flex;justify-content:space-between;align-items:center;gap:14px}
.hero-line>div{display:flex;align-items:center;gap:10px}
.risk-dot{width:11px;height:11px;border-radius:50%;background:var(--warn);box-shadow:0 0 0 8px rgba(255,188,85,.12)}
.risk-label{font-weight:800}
.status-chip,.badge,.mini-status{font-size:12px;font-weight:800;border-radius:999px;padding:7px 10px;display:inline-flex;align-items:center}
.status-chip{background:rgba(255,255,255,.06);color:#b9c6d8}
.metric{min-height:128px;display:flex;flex-direction:column;justify-content:space-between}
.metric-num{font-size:48px;font-weight:900;letter-spacing:-.05em}
.metric-label{color:var(--muted);font-weight:700}
.section-head{display:flex;align-items:end;justify-content:space-between;margin:42px 0 14px}
.section-head h2{font-size:28px;margin:3px 0 0;letter-spacing:-.03em}
.span-2{grid-column:span 2}
.alert-card h3,.domain h3,.action h3,.archive-card h3{font-size:22px;line-height:1.2;margin:12px 0 8px}
.alert-card p,.domain p,.action p,.note-card p{line-height:1.65;color:#c4cedc}
.badge-row{display:flex;flex-wrap:wrap;gap:8px}
.badge.danger{background:rgba(255,98,107,.14);color:#ff939a}
.badge.warn{background:rgba(255,188,85,.14);color:#ffd18a}
.badge.official{background:rgba(115,167,255,.12);color:#9dc0ff}
.badge.neutral{background:rgba(255,255,255,.08);color:#c8d2df}
.alert-card.p1{background:linear-gradient(180deg,rgba(255,98,107,.08),rgba(255,255,255,.025))}
.alert-card.p2{background:linear-gradient(180deg,rgba(255,188,85,.07),rgba(255,255,255,.025))}
.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}
.facts.compact{grid-template-columns:1fr}
.facts>div{border-top:1px solid var(--line);padding-top:12px}
.facts span{display:block;color:#7f8da6;font-size:12px;margin-bottom:5px}
.facts strong{font-size:14px;line-height:1.5}
.source{display:inline-flex;margin-top:10px;color:#a9c7ff;font-weight:800}
.domain{min-height:190px;position:relative;overflow:hidden}
.domain-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:rgba(255,255,255,.06);font-weight:900;color:#b8c6d9;border:1px solid var(--line)}
.domain.quiet{opacity:.84}
.domain.active{background:linear-gradient(150deg,rgba(115,167,255,.08),rgba(255,255,255,.025))}
.mini-status{margin-top:8px}
.mini-status.ok{background:rgba(95,209,157,.12);color:#88e6bd}
.mini-status.attention{background:rgba(255,188,85,.13);color:#ffd18b}
.note-card{display:flex;flex-direction:column;justify-content:space-between}
.note-num{font-size:54px;font-weight:900;color:#2b3852}
.action{min-height:190px}
.archive-card{display:flex;justify-content:space-between;align-items:center;transition:.18s transform ease,.18s border-color ease}
.archive-card:hover{transform:translateY(-2px);border-color:rgba(115,167,255,.45)}
.footer{margin-top:28px;color:#728198;font-size:13px;line-height:1.7}
@media (max-width:980px){
  .hero-grid{grid-template-columns:repeat(3,1fr)}
  .hero{grid-column:1/-1}
  .priority-grid,.domain-grid{grid-template-columns:repeat(2,1fr)}
  .action-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:680px){
  .shell{width:min(100% - 18px,1180px);padding-top:18px}
  .topbar{align-items:flex-start;flex-direction:column}
  .hero-grid,.priority-grid,.domain-grid,.social-grid,.action-grid{grid-template-columns:1fr}
  .span-2{grid-column:span 1}
  .facts{grid-template-columns:1fr}
  .card{border-radius:20px;padding:18px}
  .hero{min-height:unset}
  .metric{min-height:108px}
}