.hot-head{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid var(--line)}
.hot-meta{font-size:12px;color:var(--muted)}
.hot-toolbar{display:flex;gap:8px;align-items:center;padding:8px 12px;border-bottom:1px solid var(--line);flex-wrap:wrap}
.hot-toolbar select{min-width:180px}
.hot-word-cloud-panel{padding:10px 12px;border-bottom:1px solid var(--line);background:#fbfcfe}
.hot-word-cloud-head{display:flex;justify-content:space-between;gap:8px;align-items:center;margin-bottom:8px;font-size:12px;font-weight:700;color:var(--text)}
.hot-word-cloud{min-height:132px}
.hot-cloud-svg{display:block;width:100%;height:auto;min-height:132px}
.hot-cloud-bg{fill:url(#hotCloudGlow);stroke:#dbe6f3;stroke-width:1}
.hot-cloud-orbit{fill:none;stroke:#dfe8f3;stroke-width:1;stroke-dasharray:3 6;opacity:.8;transform-origin:160px 88px}
.hot-cloud-orbit-a{transform:rotate(-8deg)}
.hot-cloud-orbit-b{transform:rotate(14deg)}
.hot-cloud-text{font-weight:700;paint-order:stroke;stroke:#fff;stroke-width:4px;stroke-linejoin:round;cursor:default;transition:opacity .18s ease,transform .18s ease}
.hot-cloud-svg:hover .hot-cloud-text{opacity:.82}
.hot-cloud-svg .hot-cloud-text:hover{opacity:1}
.hot-cloud-w1{fill:#64748b}
.hot-cloud-w2{fill:#38637e}
.hot-cloud-w3{fill:#0f766e}
.hot-cloud-w4{fill:#a0520d}
.hot-cloud-w5{fill:#b51f38;font-weight:900}
.hot-cloud-caption{font-size:8px;fill:#8a97a8;letter-spacing:0}
.hot-list{padding:10px;display:flex;flex-direction:column;gap:10px}
.hot-recent{padding:10px;display:flex;flex-direction:column;gap:8px}
.hot-section{display:flex;flex-direction:column;gap:10px}
.hot-section-title{font-size:12px;color:var(--muted);font-weight:700;padding:2px 2px 0}
.hot-source{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}
.hot-source-title{display:flex;justify-content:space-between;gap:8px;align-items:center;padding:8px 10px;background:#f8fbff;border-bottom:1px solid var(--line);font-size:12px}
.hot-source-title button{all:unset;cursor:pointer;font-weight:600;color:var(--text)}
.hot-items{padding:8px 10px;display:flex;flex-direction:column;gap:6px}
.hot-item{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:8px;align-items:start}
.hot-rank{font-size:12px;color:var(--muted);font-weight:700}
.hot-title{color:var(--text);text-decoration:none;font-size:13px;line-height:1.35}
.hot-extra{font-size:11px;color:var(--muted);margin-top:2px}
.hot-open{font-size:11px;color:var(--brand);text-decoration:none;white-space:nowrap;padding-top:1px}
