.tournament-card{background:#fff;border-radius:10px;width:100%;min-height:110px;display:flex;align-items:center;overflow:hidden;padding:15px;box-sizing:border-box;gap:17px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.tournament-card:hover{transform:scale(1.03);box-shadow:0 6px 20px rgba(0,0,0,.12)}.tournament-card-photo-wrap{width:80px;height:80px;border-radius:10px;flex-shrink:0;overflow:hidden}.tournament-card-photo{width:100%;height:100%;object-fit:cover}.tournament-card-photo-placeholder{width:100%;height:100%;background:#e0e0e0}.tournament-card-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.tournament-card-name{font-size:clamp(14px,3.5vw,18px);font-weight:600;color:#000}.tournament-card-game,.tournament-card-name{font-family:Outfit,sans-serif;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tournament-card-game{font-size:12px;font-weight:400;color:var(--text-muted)}.tournament-card-format{font-family:Outfit,sans-serif;font-size:11px;font-weight:500;color:var(--text-muted);margin:0;opacity:.8}.tournament-card-row{display:flex;align-items:center;gap:6px}.tournament-card-label,.tournament-card-value{font-family:Outfit,sans-serif;font-size:13px;font-weight:400;color:#000}.tournament-card-badge{display:inline-block;padding:.2rem .55rem;border-radius:6px;font-size:.78rem;font-weight:600;white-space:nowrap}.badge-open{background:#d4edda;color:#155724}.badge-closed{background:#f8d7da;color:#721c24}[data-theme=dark] .tournament-card{background:var(--bg-card)}[data-theme=dark] .tournament-card-label,[data-theme=dark] .tournament-card-name,[data-theme=dark] .tournament-card-value{color:#fff}[data-theme=dark] .tournament-card-photo-placeholder{background:#333}[data-theme=dark] .badge-open{background:#1e4620;color:#a3cfbb}[data-theme=dark] .badge-closed{background:#4a1c21;color:#f5c2c7}@media (max-width:480px){.tournament-card{gap:10px;padding:10px}.tournament-card-photo-wrap{width:60px;height:60px}}