.tournament-profile .player-profile__hero{isolation:isolate;text-align:center;justify-content:center;align-items:center;gap:var(--space-6);padding:var(--space-6);border-radius:var(--radius-md);flex-direction:column;min-height:360px;display:flex;position:relative;overflow:hidden}.tournament-profile .tournament-profile__art{z-index:-2;position:absolute;inset:0}.tournament-profile__art img{object-fit:cover;width:100%;height:100%}.tournament-profile .player-profile__hero:after{content:"";z-index:-1;background:linear-gradient(0deg, color-mix(in srgb, var(--color-canvas) 90%, transparent), color-mix(in srgb, var(--color-canvas) 65%, transparent));position:absolute;inset:0}.tournament-profile .player-profile__identity{flex:initial;justify-items:center;max-width:100%}.tournament-profile .player-profile__identity>.heading{font-size:clamp(var(--deck-detail-mobile-title), 4vw, var(--deck-detail-title-size))}.tournament-profile__facts{justify-content:center;gap:var(--space-3);flex-wrap:wrap;width:100%;display:flex}.tournament-profile__sections{gap:var(--space-2);padding-block:var(--space-4);flex-wrap:wrap;display:flex}.tournament-profile .player-profile__decks{margin-top:var(--space-6);scroll-margin-top:var(--space-4)}.tournament-profile .deck-overview__history-table-wrap{margin-top:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md)}.tournament-profile .deck-overview__history-table td{vertical-align:middle}.tournament-profile .deck-overview__history-table .public-deck-list{min-width:240px}.tournament-profile__result{border-radius:var(--radius-sm);padding:calc(var(--space-1) / 2) var(--space-1);background:var(--color-surface-active);display:inline-block}.tournament-profile__result--win{color:var(--color-match-win)}.tournament-profile__result--loss{color:var(--color-match-loss)}.tournament-profile__score{margin-top:var(--space-1);display:block}@media (width<=600px){.tournament-profile .player-profile__hero{padding:var(--space-3);gap:var(--space-3)}}.tournament-profile .player-profile__decks>.pagination{margin-top:var(--space-4)}.tournament-profile__cell{max-width:260px;position:relative}.tournament-profile__cell>.text,.tournament-profile__cell>.text-link>.text{white-space:nowrap;text-overflow:ellipsis;max-width:220px;display:block;overflow:hidden}.tournament-profile .tournament-profile__cell .public-deck-list__name{text-overflow:ellipsis;white-space:nowrap;max-width:180px;overflow:hidden}.tournament-profile .tournament-profile__cell[data-tooltip]:after{top:auto;bottom:calc(100% - 8px)}.tournament-profile .player-profile__hero .player-profile__intro{color:var(--color-text-muted)}
