.winners-accordion{margin-top:10px;border-radius:4px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.08)}.winners-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;background:#09347a;color:white;font-family:Arial,sans-serif;font-size:1.3rem;font-weight:700;padding:11px 16px;border:0;cursor:pointer;text-align:left;transition:background .2s ease}.winners-toggle:hover{background:#06264f}.winners-toggle.open{background:#06264f}.winners-chevron{font-size:1rem;transition:transform .25s ease;flex-shrink:0}.winners-toggle.open .winners-chevron{transform:rotate(180deg)}.winners-body{max-height:0;overflow:hidden;transition:max-height .35s ease;background:white}.winners-body.open{max-height:800px}.winners-table{width:100%;border-collapse:collapse;font-size:1.2rem}.winners-table thead tr{background:#f8f9fa;border-bottom:2px solid #09347a}.winners-table th{padding:8px 12px;text-align:left;font-weight:700;color:#09347a;white-space:nowrap}.winners-table td{padding:7px 12px;color:#555;border-bottom:1px solid #eee;vertical-align:middle}.winners-table tbody tr:last-child td{border-bottom:0}.winners-table tbody tr:hover{background:#f8f9fa}.score-cell{font-weight:700;color:#419639}