
    table{width:100%;border-collapse:separate;border-spacing:0 10px}
    th{
      text-align:left;color:var(--muted);
      font-size:12px;font-weight:800;
      padding:0 12px 6px;
    }
    td{
      padding:12px;
      border-top:1px solid var(--stroke);
      border-bottom:1px solid var(--stroke);
      background: var(--card);
      font-size:14px;
    }
    tr td:first-child{
      border-left:1px solid var(--stroke);
      border-top-left-radius:14px;
      border-bottom-left-radius:14px;
    }
    tr td:last-child{
      border-right:1px solid var(--stroke);
      border-top-right-radius:14px;
      border-bottom-right-radius:14px;
    }
    .rank{
      display:inline-flex;align-items:center;gap:8px;
      font-weight:800;
    }
    .medal{
      width:10px;height:10px;border-radius:99px;
      background: linear-gradient(90deg, var(--brand3), var(--brand1));
      box-shadow: 0 0 0 3px rgba(52,211,153,0.16);
    }

