.tao-hm-wrap{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#111118;border-radius:16px;overflow:visible;box-shadow:0 20px 60px rgb(0 0 0 / .6);margin:1.5rem 0;position:relative;color:#fff}.tao-hm-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;padding:1.1rem 1.4rem .5rem}.tao-hm-title{display:flex;align-items:center;gap:.55rem;font-size:1.25rem;font-weight:800;color:#fff}.tao-hm-dot{width:8px;height:8px;border-radius:50%;background:#0f8;box-shadow:0 0 8px #0f8;flex-shrink:0;animation:tao-pulse 2s ease-in-out infinite}@keyframes tao-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.4)}}.tao-hm-meta{display:flex;align-items:center;gap:.8rem;font-size:.72rem;color:#666}.tao-hm-source{color:#666;text-decoration:none}.tao-hm-source:hover{color:#aaa}.tao-hm-tabs{display:flex;align-items:center;gap:.3rem;padding:.4rem 1.4rem .7rem;flex-wrap:wrap}.tao-hm-tab{padding:.28rem .8rem;border:1px solid #333;border-radius:6px;background:#fff0;color:#888;font-size:.8rem;font-weight:700;font-family:inherit;cursor:pointer;transition:all .15s}.tao-hm-tab:hover{border-color:#666;color:#fff}.tao-hm-tab.active{background:#fff;color:#111;border-color:#fff}.tao-hm-legend{margin-left:.8rem;font-size:.7rem;color:#555}.tao-hm-legend b{color:#888}.tao-hm-treemap{position:relative;width:100%;overflow:hidden;background:#111118}.tao-hm-cell{position:absolute;box-sizing:border-box;border:2px solid #111118;border-radius:4px;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4px 3px;text-decoration:none;color:#fff;transition:filter .15s,border-color .15s}.tao-hm-cell:hover{border-color:rgb(255 255 255 / .5);filter:brightness(1.18);z-index:5}.tao-hm-cell-logo{width:24px;height:24px;border-radius:50%;object-fit:cover;margin-bottom:2px;flex-shrink:0}.tao-hm-cell-name{font-size:.7rem;font-weight:700;text-align:center;max-width:95%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2}.tao-hm-cell-sn{font-size:.58rem;opacity:.65;text-align:center}.tao-hm-cell-val{font-size:.65rem;font-weight:700;text-align:center;margin-top:1px}.tao-hm-up{color:#4caf7d}.tao-hm-down{color:#ef7070}.tao-hm-cell.sz-xs .tao-hm-cell-logo,.tao-hm-cell.sz-xs .tao-hm-cell-name,.tao-hm-cell.sz-xs .tao-hm-cell-sn,.tao-hm-cell.sz-xs .tao-hm-cell-val{display:none}.tao-hm-cell.sz-sm .tao-hm-cell-logo{display:none}.tao-hm-cell.sz-sm .tao-hm-cell-name{font-size:.62rem}.tao-hm-cell.sz-md .tao-hm-cell-logo{width:18px;height:18px}.tao-hm-tooltip{position:fixed;display:none;background:rgb(18 18 28 / .97);border:1px solid #2a2a3a;border-radius:10px;padding:.75rem 1rem;font-size:.78rem;color:#fff;pointer-events:none;z-index:99999;min-width:190px;box-shadow:0 8px 32px rgb(0 0 0 / .6)}.tao-hm-tip-name{font-weight:800;font-size:.92rem;margin-bottom:.4rem}.tao-hm-tip-row{display:flex;justify-content:space-between;gap:1.5rem;margin:.15rem 0;color:#888;font-size:.73rem}.tao-hm-tip-row b{color:#fff}.tao-hm-loading{display:none;position:absolute;inset:0;background:rgb(17 17 24 / .8);align-items:center;justify-content:center;border-radius:16px;z-index:20}.tao-hm-loading.show{display:flex}.tao-hm-spinner{width:36px;height:36px;border:4px solid rgb(255 255 255 / .1);border-top-color:#00d9ff;border-radius:50%;animation:tao-spin 1s linear infinite}@keyframes tao-spin{to{transform:rotate(360deg)}}.tao-hm-footer{display:flex;justify-content:space-between;padding:.5rem 1.4rem .8rem;font-size:.68rem;color:#444}.tao-hm-footer a{color:#444;text-decoration:none}.tao-hm-footer a:hover{color:#888}@media (max-width:600px){.tao-hm-title{font-size:1rem}.tao-hm-legend{display:none}}@media (prefers-reduced-motion:reduce){.tao-hm-dot,.tao-hm-spinner{animation:none!important}.tao-hm-cell{transition:none!important}}