.master-games{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,290px),1fr));gap:18px}
.master-games .master-panel{margin-bottom:0;min-width:0}
.master-game-card{display:flex;flex-direction:column}
.master-game-identity{display:flex;align-items:center;gap:18px;min-width:0}
.master-game-identity>div{min-width:0}
.master-games h2{margin:0 0 12px;overflow-wrap:anywhere}
.master-game-icon{width:88px;height:88px;flex:0 0 88px;object-fit:contain;border-radius:18px;background:#0b1118}
.master-game-action{margin-top:auto;display:flex;align-items:center;gap:8px;min-height:48px;padding:12px 0;line-height:1.5}
.master-game-search{display:flex;align-items:end;gap:16px;flex-wrap:wrap}
.master-game-search label{flex:1 1 220px;min-width:0}
.master-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.master-selected-game{display:flex;align-items:center;gap:14px;margin:0 0 22px}
.master-selected-game img{width:56px;height:56px;object-fit:contain;border-radius:12px}
