 
.leaderboard-card{max-width:530px;margin:auto;border-radius:20px;background:#fff}
.live-badge{background:#dff8ed;color:#13a66b;border-radius:25px;padding:5px 12px;font-size:12px;display:inline-flex;align-items:center;gap:8px}
.live-dot{width:8px;height:8px;background:#18b979;border-radius:50%}
.chart{height:450px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:0 10px}
.bar-item{flex:1;text-align:center}
.bar{width:100%;max-width:70px;margin:auto;border-radius:10px 10px 0 0;transition:
.4s;padding:10px 20px;color:white;font-size: 20px;text-align: left;display: flex;
  flex-direction: column;align-items: center;justify-content: end;}
.vertical-txt{text-orientation: mixed;writing-mode: vertical-lr;}
.rank-round{border: 2px solid;border-radius: 50%;width: 30px;height: 30px;padding-left:6px;margin-top: 4px;}
.rank1{background:#f8c64b}
.rank2{background:#72a9e8}
.rank3{background:#68c2bb}
.rank4{background:#9fc3e9}
.rank5{background:#b8c2d1}
.rank{margin-top:12px;border-radius:15px;padding:5px 7px;font-size:12px;background:#f0f3f8;color:#34456b;font-weight: bold;}
.company{margin-top:8px;font-size:12px;font-weight:bold;color:#101828;height:34px;overflow:hidden;text-overflow:ellipsis}
.suggest{color:#8b95a7;font-size:14px}
.crown{font-size:28px;margin-bottom:5px}