.market-flow{margin:8px 0 40px;padding:28px 0 24px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.market-flow-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px}.market-flow-head h2{margin:4px 0;font:28px/1.2 Georgia,"Songti SC",serif}.market-flow-head p:not(.eyebrow){margin:0;color:var(--muted)}
.market-flow-status{display:flex;align-items:flex-end;flex-direction:column;gap:7px;color:var(--muted)}.market-flow-status button{border:1px solid #b9cdc3;background:#fafcf9;color:var(--green);border-radius:8px;padding:8px 14px;font-weight:600;cursor:pointer}.market-flow-status button:hover{background:var(--mint)}.market-flow-status button:disabled{opacity:.55;cursor:wait}
.market-flow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.market-flow-card{min-width:0;background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px;box-shadow:0 7px 22px #2e493908}.market-flow-card-head{display:flex;justify-content:space-between;gap:12px}.market-flow-rank{display:flex;align-items:center;gap:9px;min-width:0}.market-flow-rank span{display:grid;place-items:center;width:24px;height:24px;flex:0 0 auto;border-radius:7px;background:var(--mint);color:var(--green);font:600 12px Georgia,serif}.market-flow-rank h3{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}.market-flow-value{text-align:right;white-space:nowrap}.market-flow-value strong{display:block;font-size:16px}.market-flow-value small{color:var(--muted)}.market-flow-value.out strong,.market-flow-value.out small{color:var(--green)}.market-flow-value.in strong{color:var(--red)}
.market-flow-summary{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin-bottom:16px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 26px #2e493908;overflow:hidden}.market-flow-summary-chart{min-width:0;padding:20px 16px 12px 20px;border-right:1px solid var(--line);overflow-x:auto}.market-flow-summary-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:8px}.market-flow-summary-head h3,.market-hot-head h3{margin:0 0 3px;font-size:17px}.market-flow-summary-head p,.market-hot-head p{margin:0;color:var(--muted);font-size:12px}.market-flow-legend{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:6px 12px;min-height:37px}.market-flow-legend span{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:10px;white-space:nowrap}.market-flow-legend i{width:14px;height:3px;border-radius:2px}.market-flow-summary-svg{display:block;width:100%;min-width:520px;height:270px;overflow:visible}.market-flow-axis{fill:#7f8d86;font-size:11px}.market-flow-axis-title{fill:#617068;font-size:11px;font-weight:600}.market-flow-gridline{stroke:#e6ebe7;stroke-width:1}.market-flow-zero{stroke:#bdc9c2;stroke-width:1;stroke-dasharray:4 4}.market-hot-news{min-width:0;padding:20px}.market-hot-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid #edf0ed}.market-hot-head>span{flex:0 0 auto;padding:4px 8px;border-radius:12px;background:var(--mint);color:var(--green);font-size:10px}.market-hot-list{display:flex;flex-direction:column}.market-hot-item{display:block;padding:11px 2px;border-bottom:1px solid #edf0ed;color:var(--ink);text-decoration:none}.market-hot-item:last-child{border-bottom:0}.market-hot-item:hover strong{color:var(--green)}.market-hot-item div{display:flex;align-items:center;gap:8px;margin-bottom:4px;color:var(--muted);font-size:10px}.market-hot-item strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;transition:color .15s}.market-hot-sentiment{margin-left:auto;padding:1px 6px;border-radius:8px;background:#f0f2ef;color:var(--muted);font-size:9px}.market-hot-sentiment.positive{background:#fff0ee;color:var(--red)}.market-hot-sentiment.negative{background:var(--mint);color:var(--green)}.market-hot-empty{display:grid;place-items:center;min-height:250px;color:var(--muted);font-size:12px}
.market-flow-chart{display:block;width:100%;height:82px;margin-top:12px;overflow:visible}.market-flow-empty-line{display:grid;place-items:center;height:82px;margin-top:12px;color:#9aa49e;font-size:11px;background:#fafbf9;border-radius:7px}.market-flow-loading{grid-column:1/-1;text-align:center;padding:55px;color:var(--muted)}.market-flow-notice{margin-bottom:14px;padding:11px 13px;border:1px solid #e8c9c3;border-radius:8px;background:#fff3f1;color:#94453e}.market-flow-footnote{margin:14px 0 0;color:#8a9690;font-size:11px}
@media(max-width:900px){.market-flow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.market-flow-summary{grid-template-columns:1fr}.market-flow-summary-chart{border-right:0;border-bottom:1px solid var(--line)}.market-flow-legend{justify-content:flex-start;margin-top:10px}}@media(max-width:600px){.market-flow{margin-top:0}.market-flow-head{display:block}.market-flow-status{align-items:flex-start;margin-top:14px}.market-flow-grid{grid-template-columns:1fr}.market-flow-card{padding:14px}.market-flow-summary-chart,.market-hot-news{padding:16px 12px}.market-flow-summary-svg{height:250px}.market-flow-legend{gap:6px 10px}}
