@keyframes wiggle{0%,to{transform:rotate(0deg)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 15px rgba(255,193,7,.6)}50%{box-shadow:0 0 25px rgba(255,193,7,.8)}}.group:hover .group-hover\:animate-wiggle{animation:wiggle .5s ease-in-out}.premio-card{transition:all .4s ease;position:relative;display:flex;flex-direction:column;min-height:200px;background:linear-gradient(135deg,rgba(255,193,7,.1),rgba(255,193,7,.05) 45%,transparent)}.premio-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.premio-card:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,#ffc107,#ffb300,#ffc107,#ffb300);border-radius:.75rem;z-index:-1;opacity:0;transition:opacity .3s ease;animation:pulse-glow 2s ease-in-out infinite}.premio-card:hover:before{opacity:1}.premio-details-button{transition:all .3s ease;position:relative;overflow:hidden;min-height:36px;max-height:44px}.premio-details-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.premio-details-button:hover:before{left:100%}.premio-details-button:hover{transform:scale(1.02);box-shadow:0 0 20px rgba(255,193,7,.4)}.premio-details-button:active{transform:scale(.98)}.premio-how-to-win-link{transition:all .2s ease;position:relative;min-height:36px;max-height:44px;white-space:nowrap;min-width:fit-content}.premio-how-to-win-link:hover{color:#fbbf24;transform:translateY(-1px);box-shadow:0 4px 12px rgba(251,191,36,.3)}.premio-how-to-win-link:active{transform:scale(.95)}@media (max-width:640px){.premio-card{max-width:100%;min-height:180px;padding:.75rem;gap:.75rem}.premio-details-button{height:36px;font-size:.75rem;padding:.5rem .75rem;min-width:0}.premio-details-button>div{width:100%;min-width:0}.premio-details-button>div>div:first-child{min-width:0;flex-shrink:1}.premio-details-button>div>div:last-child{flex-shrink:0;min-width:fit-content}.premio-how-to-win-link{height:36px;padding:.5rem .75rem;font-size:.75rem;min-width:fit-content}.premio-card:hover{transform:translateY(-1px)}.premio-details-button:hover{transform:scale(1.01)}.premio-how-to-win-link:hover{transform:translateY(0)}}@media (min-width:641px) and (max-width:1024px){.premio-card{padding:1rem;gap:1rem;min-height:200px}.premio-details-button,.premio-how-to-win-link{height:40px;padding:.75rem 1rem}}@media (min-width:1025px){.premio-card{padding:1rem;gap:1rem;min-height:220px}.premio-details-button,.premio-how-to-win-link{height:44px;padding:.75rem 1.25rem}}