:root{--splash-background:#1A202C;--splash-icon-blue:#63B3ED;--splash-icon-teal:#4FD1C5;--splash-icon-light-gray:#A0AEC0}.animation-container{position:relative;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background-color:var(--splash-background);overflow:hidden;cursor:pointer;transition:opacity .3s ease;z-index:2}.paused .currency{animation-play-state:paused!important}.paused{opacity:.8;cursor:default}.currency{position:absolute;font-size:2em;font-weight:700;color:var(--splash-icon-teal);opacity:.8;animation:swirl 10s linear infinite;z-index:1}@keyframes swirl{0%{transform:rotate(0deg) translate(200px) rotate(0deg);opacity:.2}50%{transform:rotate(180deg) translate(150px) rotate(-180deg);opacity:.9}to{transform:rotate(1turn) translate(200px) rotate(-1turn);opacity:.2}}.currency:first-child{color:var(--splash-icon-teal);animation-delay:0s}.currency:nth-child(2){color:var(--splash-icon-blue);animation-delay:2s;font-size:2.5em}.currency:nth-child(3){color:var(--splash-icon-light-gray);animation-delay:4s}.currency:nth-child(4){color:var(--splash-icon-teal);animation-delay:6s;font-size:1.8em}.currency:nth-child(5){color:var(--splash-icon-blue);animation-delay:8s}