.zc-wrap{width:100%;margin:0 auto;padding:0 10px;box-sizing:border-box}
#zc_chart{display:block;margin:0 auto 20px;max-width:800px;width:100%;height:auto}
#zc_list{max-width:600px;margin:0 auto}
.zc-row{display:flex;align-items:center;justify-content:space-between;border-radius:5px;padding:8px 12px;margin-bottom:6px;flex-wrap:wrap;overflow-x:auto}
.zc-rank{width:30px;font-weight:600}
.zc-left{display:flex;align-items:center;gap:10px;flex:1;min-width:0}
.zc-img-wrap{width:40px;height:40px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#fff}
.zc-img-wrap img,.zc-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}
.zc-title{text-decoration:none;color:#111;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}
.zc-meta{font-size:13px;color:#444;white-space:nowrap;width:auto;text-align:right;margin-left:auto}
.zc-arrow{font-weight:bold;margin-right:4px}
.zc-up{color:#28a745}
.zc-down{color:#dc3545}
@media(max-width:600px){
  #zc_list a{font-size:14px!important}
  canvas#zc_chart{width:100%!important;height:auto!important}
  .zc-img-wrap{width:32px;height:32px}
}
#zc_chart { max-height: 240px; height: auto; }