/* 走势查询：仅作用于免费数据中心的走势二级页 */
#trend .trend-card{padding-bottom:18px}
#trend .trend-head{align-items:flex-start;gap:12px}
#trend .trend-head .small{font-size:13px;line-height:1.65;margin-top:4px}
#trend .trend-controls{display:grid;gap:13px;margin-top:16px}
#trend .trend-control{min-width:0}
#trend .trend-control-title{color:#9ba9be;font-size:13px;font-weight:700;margin-bottom:7px}
#trend .trend-pills{display:flex;gap:7px;overflow-x:auto;padding:1px 1px 4px;scrollbar-width:none}
#trend .trend-pills::-webkit-scrollbar{display:none}
#trend .trend-pill{appearance:none;border:1px solid #ffffff18;background:#111b2d;color:#b8c3d5;border-radius:999px;cursor:pointer;flex:0 0 auto;font-size:13px;font-weight:700;line-height:1;padding:10px 13px}
#trend .trend-pill.active{background:linear-gradient(135deg,#f5c76b,#dca741);border-color:#f2c365;color:#111827;box-shadow:0 5px 16px #e8b64b26}
#trend .trend-chart-wrap{border:1px solid #ffffff10;border-radius:16px;background:linear-gradient(180deg,#101a2b,#0b1323);margin-top:14px;overflow:hidden;padding:8px 4px 2px}
#trendChart{height:310px;width:100%}
#trendChart[hidden]{display:none}
#trendChartStatus{margin-top:14px}
#trendChartStatus.hidden{display:none}
#trendFallback{margin-top:14px;overflow-x:auto}
#trendFallback.hidden{display:none}
#trendFallback table{border-collapse:collapse;min-width:520px;width:100%}
#trendFallback th,#trendFallback td{border-bottom:1px solid #ffffff0d;font-size:13px;padding:10px 8px;text-align:left;white-space:nowrap}
#trendFallback th{color:#91a0b6;font-weight:700}
#trendFallback .trend-special{font-size:16px;font-weight:800}
#trend .trend-footnote{font-size:12px;line-height:1.65;margin-top:12px}
@media (min-width:680px){
  #trend .trend-controls{grid-template-columns:auto 1fr;align-items:end}
  #trendChart{height:360px}
}
@media (max-width:360px){
  #trend .trend-pill{font-size:12px;padding:10px 11px}
  #trendChart{height:285px}
}
