.tm-chart-card{background:#0c1322;border:1px solid #1e293b;border-radius:12px;padding:16px;margin-bottom:24px}
.tm-chart-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}
.tm-chart-title{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.7px;color:#64748b}
.tm-chart-wrap{position:relative;height:220px;background:#08111f;border:1px solid rgba(148,163,184,.08);border-radius:8px;padding:8px}
.tm-chart-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;flex-wrap:wrap}
.tm-chart-footer-left{display:flex;align-items:center;gap:10px;min-width:0;flex-wrap:wrap}
.tm-chart-brand{display:inline-flex;align-items:center;gap:6px;color:#8b949e;font-size:12px;font-weight:700;white-space:nowrap}
.tm-chart-brand svg{display:block;flex:0 0 auto}
.tm-chart-legend{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.tm-chart-legend-item{display:inline-flex;align-items:center;gap:5px;font-size:10px;color:#64748b;font-weight:700}
.tm-chart-legend-swatch{width:8px;height:8px;border-radius:2px;flex:0 0 auto}
