.tournament-panel {min-width:0}
.tournament-panel__inner {padding:22px;border:1px solid var(--line);border-radius:12px;background:var(--surface,#121820)}
.tournament-panel .section-head {display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:16px}
.tournament-panel .section-head h2 {margin:0;font-size:23px;overflow-wrap:anywhere}
.tournament-panel .section-head .link {flex-shrink:0;font-size:14px}
.tournament-panel .tournament-cards {grid-template-columns:repeat(2,minmax(0,1fr))}
.tournament-panel .tournament-card {gap:9px;background:rgba(0,0,0,.12)}
@media(max-width:620px){.tournament-panel__inner{padding:16px}.tournament-panel .tournament-cards{grid-template-columns:minmax(0,1fr)}.tournament-panel .section-head h2{font-size:21px}}
