.round{margin-bottom:40px;background:#fff;padding:25px;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.round h3{margin-top:0;padding-bottom:10px;border-bottom:2px solid var(--padel-light);color:var(--padel-dark);font-size:1.5rem}.match{margin-bottom:15px;padding:15px;background:linear-gradient(to right,#f8f9fa,white);border-left:4px solid var(--padel-primary);border-radius:4px;transition:all .3s ease}.match:hover{transform:translateX(5px);box-shadow:2px 2px 8px rgba(0,0,0,.1)}.groups{display:flex;flex-wrap:wrap;gap:25px;margin-bottom:40px}.group{border:1px solid #ddd;padding:20px;background:#fff;border-radius:8px;flex:1;min-width:250px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.group h4{margin-top:0;color:var(--padel-primary);text-align:center;padding-bottom:10px;border-bottom:1px solid #eee}.group ul{padding-left:20px}.group li{margin-bottom:8px;padding:6px 0;border-bottom:1px dashed #eee}.podium{display:flex;justify-content:center;gap:30px;margin:50px 0;text-align:center;align-items:flex-end}.podium-place{display:flex;flex-direction:column;align-items:center;background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);min-width:180px}.first-place{height:200px;background:linear-gradient(to bottom,#ffd700,#f1c40f);order:2}.second-place{height:160px;background:linear-gradient(to bottom,#c0c0c0,#bdc3c7);order:1}.third-place{height:120px;background:linear-gradient(to bottom,#cd7f32,#e67e22);order:3}.trophy{font-size:50px;margin-bottom:15px}.podium-place strong{display:block;font-size:1.2rem;margin-bottom:10px;font-family:"Montserrat",sans-serif}.schedule{margin-top:40px}.schedule h2{color:var(--padel-dark);padding-bottom:10px;border-bottom:2px solid var(--padel-accent)}.schedule-item{background:#fff;padding:20px;margin-bottom:15px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center}.schedule-time{font-weight:600;color:var(--padel-primary);min-width:100px}.schedule-match{flex-grow:1;padding:0 20px}.schedule-court{background:var(--padel-light);color:white;padding:5px 10px;border-radius:4px;font-size:.9rem;min-width:80px;text-align:center}.court-1{background:#3a6b8f}.court-2{background:#5fbd8f}.court-3{background:#8f6b3a}.court-4{background:#8f3a6b}.court-5{background:#6b3a8f}@media (max-width:768px){.podium{flex-direction:column;align-items:center;gap:15px}.podium-place{width:80%;height:auto!important;order:0!important}.schedule-item{flex-direction:column;text-align:center}.schedule-time,.schedule-court{margin-bottom:10px}}