.tournament-card{--tournament-card-gap:0.75rem;transition:transform .2s ease}.tournament-card:hover{transform:scale(1.02)}.tournament-card-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:var(--tournament-card-gap)}.tournament-card-details{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0}.tournament-card-detail{display:flex;align-items:center;gap:.5rem}.tournament-card-detail-label{display:flex;align-items:center;flex-shrink:0;color:var(--color-text-secondary)}.tournament-card-detail-value{margin:0;font-size:.875rem;color:var(--color-text-primary);line-height:1.4}.tournament-card-icon{width:1rem;height:1rem;flex-shrink:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media (min-width:640px){.tournament-card{--tournament-card-gap:1rem}.tournament-card-header{flex-direction:row;align-items:flex-start;justify-content:space-between}.tournament-card-detail-value{font-size:.9375rem}}@media (min-width:768px){.tournament-card-details{gap:.625rem}.tournament-card-icon{width:1.125rem;height:1.125rem}}@media (prefers-reduced-motion:reduce){.tournament-card{transition:none}}@media print{.tournament-card{page-break-inside:avoid}.tournament-card-icon{display:none}.tournament-card-detail-label:before{content:attr(data-label)}}@media (prefers-contrast:high){.tournament-card-detail-value{font-weight:500}.tournament-card-icon{stroke-width:2}}