{"version":3,"sources":["styles.css"],"names":[],"mappings":"AAAA,KACE,sBAAuB,CACvB,2DAA8D,CAC9D,QAAS,CACT,YAAa,CAEb,sBAAuB,CACvB,kBAEF,CAEA,uBANE,YAAa,CAGb,qBASF,CANA,kBACE,UAAW,CAGX,UAAY,CACZ,kBACF,CAEA,aACE,oBACF,CAEA,mBACE,GACE,SAAU,CACV,iBAAkB,CAClB,SACF,CACA,GACE,SAAU,CACV,KACF,CACF","file":"src.3d07bb49.css","sourceRoot":"..","sourcesContent":["body {\n  font-family: sans-serif;\n  background: linear-gradient(to bottom right, #483150, #221f2a);\n  margin: 0;\n  height: 100vh;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  flex-direction: column;\n}\n\n.player-container {\n  width: 70vw;\n  display: flex;\n  flex-direction: column;\n  color: white;\n  margin-bottom: 20px;\n}\n\naudio-player {\n  animation: fade-in 2s;\n}\n\n@keyframes fade-in {\n  from {\n    opacity: 0;\n    position: relative;\n    top: -10px;\n  }\n  to {\n    opacity: 1;\n    top: 0;\n  }\n}\n"]}