@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-animation{0%{box-shadow:0 0 rgba(0,0,0,.2)}to{box-shadow:0 0 0 20px transparent}}.player{width:100vw;max-width:512px;height:100vw;max-height:512px;position:relative}.record{object-fit:cover;position:relative}.overlay{object-fit:cover;position:absolute;top:0;left:0}.playing{animation:1.82s linear infinite spin}.pulse{animation:2s infinite pulse-animation}
