.competition-card{background:white;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s;text-decoration:none;color:inherit;display:flex;flex-direction:column;border:2px solid transparent;min-height:200px}.competition-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.12);border-color:#3498db}.competition-image{margin-bottom:.75rem;text-align:center}.competition-image img{max-width:100%;max-height:120px;object-fit:contain;border-radius:6px}.competition-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem;min-height:60px}.competition-header h3{margin:0;color:#2c3e50;font-size:1.2rem;flex:1 1;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word}.badges-container{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0;align-items:flex-end}.status-badge{padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;white-space:nowrap}.status-badge.upcoming{background:#d4edda;color:#155724}.status-badge.in_progress{background:#fff3cd;color:#856404}.status-badge.completed{background:#d1ecf1;color:#0c5460}.pza-badge{padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;color:#333;white-space:nowrap}.competition-details{display:flex;flex-direction:column;gap:.75rem}.detail-item{display:flex;align-items:center;gap:.5rem;color:#555;font-size:.95rem;word-wrap:break-word;overflow-wrap:break-word}.detail-item .icon{font-size:1.1rem;flex-shrink:0}.top-results-section{margin-top:.75rem;padding-top:.75rem;border-top:1px dashed #eee}.podium-toggle-container{margin-top:auto;padding-top:.75rem;border-top:1px solid #eee}.podium-toggle-btn{width:100%;padding:.5rem;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;color:#3498db;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.podium-toggle-btn:hover{background:#eef7fd;border-color:#3498db}.gender-podium{flex:1 1}.top-results-title{font-size:.8rem;text-transform:uppercase;color:#7f8c8d;font-weight:700;margin-bottom:.4rem}.top-result-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;margin-bottom:.2rem}.top-result-item .medal{font-size:1.1rem;width:1.5rem;text-align:center}.top-result-item .name{font-weight:600;color:#2c3e50}@media (max-width:768px){.competition-card{padding:1rem;min-height:auto}.competition-header{flex-direction:column;min-height:auto}.badges-container{flex-direction:row;width:100%;align-items:center;justify-content:flex-start}.competition-header h3{font-size:1.1rem}.detail-item{font-size:.85rem}.top-results-section>div{grid-template-columns:1fr!important}}