.gradient-flashing:before{content:"";position:absolute;width:100%;height:100%;background-image:linear-gradient(120deg,hsla(0,0%,100%,0) 50%,rgba(55,202,255,.3),hsla(0,0%,100%,0) 70%);top:0;opacity:0;animation-delay:var(--delay)}.gradient-flashing:hover:before{opacity:.3;animation:shine-x 2.5s ease-out infinite}@keyframes shine-x{0%{left:-100%}to{left:100%}}.gradient-flashing-bonus:before{content:"";position:absolute;width:100%;height:100%;background-image:linear-gradient(135deg,hsla(0,0%,100%,0) 50%,rgba(151,227,255,.325),hsla(0,0%,100%,0) 70%);top:0;animation-delay:var(--delay);opacity:.3;animation:shine-y 2.5s ease-out infinite}@keyframes shine-y{0%{top:-100%}to{top:100%}}.gold-border{background:linear-gradient(to right bottom,#eaa974,#e9d66c 14%,#99541b 28%,#eaa974 42%,#e9d66c 57%,#99541b 73%,#eaa974 89%)}