.hotspot-board{margin-top:22px;padding:30px;border:1px solid rgba(23,34,29,.08);border-radius:28px;background:linear-gradient(145deg,#fffdf8 0%,#f4f0e7 100%);box-shadow:var(--shadow);overflow:hidden}
.hotspot-board-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}
.hotspot-board-head h2{margin:0;font:700 30px/1.2 Georgia,"Songti SC",serif}
.hotspot-board-head>div:first-child>p:last-child{margin:9px 0 0;color:var(--muted);font-size:13px}
.hotspot-board-meta{display:grid;justify-items:end;gap:8px}.hotspot-board-meta small{color:var(--muted);font-size:10px}
.hotspot-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:25px}
.hotspot-card{--tone:#0b7a55;--tone-soft:#e6f2ec;min-width:0;padding:14px;border:1px solid rgba(23,34,29,.08);border-radius:20px;background:rgba(255,255,255,.92);box-shadow:0 12px 30px rgba(26,42,34,.06)}
.hotspot-card.tone-coral{--tone:#b84f43;--tone-soft:#f8e9e5}.hotspot-card.tone-green{--tone:#0b7a55;--tone-soft:#e3f1ea}.hotspot-card.tone-amber{--tone:#a46820;--tone-soft:#f8edda}.hotspot-card.tone-blue{--tone:#356f8d;--tone-soft:#e5eff4}
.hotspot-card>header{display:flex;align-items:center;gap:10px;min-height:50px;padding:3px 3px 12px}
.hotspot-card-mark{display:block;width:34px;height:34px;border-radius:12px;background:var(--tone-soft);box-shadow:inset 0 0 0 8px rgba(255,255,255,.38)}
.hotspot-card-mark:after{content:"";display:block;width:9px;height:9px;margin:12px;border-radius:50%;background:var(--tone)}
.hotspot-card h3{margin:0;color:var(--tone);font-size:17px}.hotspot-card header small{display:block;margin-top:3px;color:var(--muted);font-size:9px}
.hotspot-list{display:grid;gap:5px}.hotspot-row{display:grid;width:100%;grid-template-columns:28px minmax(0,1fr) 40px;align-items:center;gap:8px;min-height:55px;padding:8px;border:0;border-radius:12px;background:transparent;color:var(--ink);font:inherit;text-align:left;text-decoration:none;cursor:pointer;transition:background .18s,transform .18s}
.hotspot-row:hover,.hotspot-row:focus-visible{background:var(--tone-soft);transform:translateX(2px);outline:none}
.hotspot-rank{display:grid;place-items:center;width:28px;height:32px;border-radius:9px;background:#f0eee8;color:var(--muted);font:700 10px Georgia}
.hotspot-copy{display:grid;min-width:0}.hotspot-copy strong{display:-webkit-box;overflow:hidden;font-size:12px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hotspot-copy small{display:flex;align-items:center;flex-wrap:wrap;gap:4px;margin-top:4px;color:var(--muted);font-size:9px}
.hotspot-source{padding:2px 5px;border-radius:99px;font-style:normal;font-weight:900}.hotspot-source.trusted{background:#e4f3eb;color:#08784f}.hotspot-source.outside{background:#fff0df;color:#a85a13}
.hotspot-open{color:var(--tone);font-size:14px;font-weight:900;opacity:.5}.hotspot-row:hover .hotspot-open{opacity:1}
.hotspot-empty{grid-column:1/-1;padding:42px;border-radius:16px;background:#fff;color:var(--muted);text-align:center}
.hotspot-disclaimer{margin:16px 2px 0;color:var(--muted);font-size:10px;line-height:1.6}
.news-brief-dialog{position:fixed;z-index:120;inset:0;display:grid;place-items:center;padding:18px;background:rgba(8,20,15,.65);backdrop-filter:blur(8px)}.news-brief-dialog[hidden]{display:none}.news-brief-dialog>article{position:relative;width:min(620px,calc(100vw - 30px));box-sizing:border-box;padding:30px;border-radius:26px;background:#fffdf8;box-shadow:0 28px 80px rgba(0,0,0,.28)}.news-brief-dialog h2{margin:4px 0 18px;font:700 29px/1.2 Georgia,"Songti SC",serif}.news-brief-dialog>article>button{position:absolute;right:18px;top:16px;width:35px;height:35px;border:0;border-radius:50%;background:#edf2ee;color:#19372a;font-size:22px;cursor:pointer}.news-brief-state{display:flex;align-items:center;gap:9px;padding:11px 13px;border-radius:12px;background:#eef3f0;color:#65726c;font-size:12px}.news-brief-state i{width:9px;height:9px;border-radius:50%;background:#c78a2d}.news-brief-state.is-running i{animation:briefPulse 1s infinite}.news-brief-state.is-complete{background:#e5f4ec;color:#08784f}.news-brief-state.is-complete i{background:#11845f}.news-brief-state.is-error{background:#fff0ed;color:#b54539}.news-brief-state.is-error i{background:#d65348}.news-brief-copy{min-height:76px;margin:20px 0;color:#152a21;font-size:19px;line-height:1.85}.news-brief-dialog footer{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-top:15px;border-top:1px solid #e1e5e1;color:#68746e;font-size:11px}.news-brief-dialog footer a{color:#087c59;font-weight:800;text-decoration:none}.news-brief-dialog article>small{display:block;margin-top:12px;color:#849089;font-size:10px}@keyframes briefPulse{50%{transform:scale(1.45);opacity:.45}}
@media(max-width:1150px){.hotspot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.hotspot-board{margin-top:12px;padding:20px 14px;border-radius:21px}.hotspot-board-head{display:block}.hotspot-board-head h2{font-size:24px}.hotspot-board-head>div:first-child>p:last-child{font-size:11px;line-height:1.65}.hotspot-board-meta{justify-items:start;margin-top:13px}.hotspot-grid{display:flex;overflow-x:auto;gap:11px;margin:19px -14px 0;padding:0 14px 6px;scroll-snap-type:x mandatory}.hotspot-card{flex:0 0 88vw;scroll-snap-align:start;border-radius:18px}.hotspot-row{min-height:58px}.hotspot-copy strong{font-size:13px}.hotspot-empty{min-width:calc(100vw - 52px)}}
