*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#1c1833;color:#fff;overflow-x:hidden}button{font-family:inherit;background:none;border:none;-webkit-tap-highlight-color:transparent}button:active,button:focus{background-color:transparent}button:focus{outline:none}.spinner{width:36px;height:36px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.6)}}.pulse-dot{animation:pulse-dot 1.5s ease-in-out infinite}@keyframes eq-bar1{0%,to{height:4px}50%{height:14px}}@keyframes eq-bar2{0%,to{height:10px}33%{height:4px}66%{height:14px}}@keyframes eq-bar3{0%,to{height:7px}40%{height:14px}80%{height:4px}}.eq-bars{display:flex;align-items:flex-end;gap:2px;height:14px}.eq-bar{width:3px;border-radius:1px 1px 0 0;background-color:#6fcf97}.eq-bar:nth-child(1){animation:eq-bar1 .8s ease-in-out infinite;height:4px}.eq-bar:nth-child(2){animation:eq-bar2 .9s ease-in-out infinite;height:10px}.eq-bar:nth-child(3){animation:eq-bar3 .7s ease-in-out infinite;height:7px}.eq-bars-paused .eq-bar{animation-play-state:paused}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.feedback-slide-up{animation:slideUp .32s cubic-bezier(.16,1,.3,1)}
