.court-card{display:flex;flex-direction:column;border:1px solid var(--gray-200);border-radius:8px;overflow:hidden;background:var(--bg-surface);text-decoration:none;color:inherit;transition:box-shadow .15s ease,transform .15s ease,border-color .15s ease}.court-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.court-card--selectable{cursor:pointer;-webkit-user-select:none;user-select:none}.court-card--selected{box-shadow:0 0 0 2px var(--primary-lighter)}.court-card--selected,.court-card--selected:hover{border-color:var(--primary)}.court-card__image{position:relative;width:100%;height:160px;overflow:hidden;background:var(--gray-100)}.court-card__image img{width:100%;height:100%;object-fit:cover}.court-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--gray-300)}.court-card__placeholder svg{width:48px;height:48px}.court-card__check-overlay{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:var(--primary);color:white;display:flex;align-items:center;justify-content:center}.court-card__body{padding:12px 16px 16px;display:flex;flex-direction:column;gap:6px}.court-card__name{font-size:16px;font-weight:600;color:var(--gray-900);margin:0;line-height:1.3}.court-card__rating{display:flex;align-items:center;gap:4px}.court-card__review-count{font-size:13px;color:var(--gray-600)}.court-card__new-badge{font-size:12px;font-weight:600;color:var(--primary);background:var(--primary-lighter);padding:2px 8px;border-radius:12px}.court-card__address{font-size:13px;color:var(--gray-600);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.court-card__location{font-size:12px;color:var(--ocean-gray);margin:0}.court-card__location--link{background:none;border:none;padding:0;font:inherit;color:inherit;text-decoration:none;cursor:pointer;transition:color .15s ease}.court-card__location--link:hover{color:var(--primary);text-decoration:underline}.court-card__distance{font-size:12px;font-weight:600;color:var(--primary);margin:0}.court-card__meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.court-card__meta-item{font-size:12px;color:var(--gray-600);background:var(--gray-100);padding:2px 8px;border-radius:6px}.court-card__tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}.court-card__tag{font-size:11px;color:var(--gray-700);background:var(--gray-200);padding:2px 8px;border-radius:12px}