@keyframes floatUp{0%{transform:translateY(100px) scale(.5)}to{transform:translateY(-100px) scale(1.3)}}.page-music-release-submitted .music-release-submitted-page{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;padding:8vh 20px 40px;color:#dcdcdc;font-family:Inter,sans-serif}.success-container{text-align:center;background:rgba(46,59,90,.4);backdrop-filter:blur(20px);border:1px solid rgba(95,105,134,.3);border-radius:20px;padding:50px 40px;max-width:520px;position:relative;z-index:1;box-shadow:0 20px 40px rgba(0,0,0,.3);animation:fadeInUp .6s ease-out;font-family:Inter,sans-serif}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.success-icon{margin-bottom:30px;animation:scaleIn .5s ease-out .3s both}.icon-wrapper{display:inline-block;animation:pulse 2s ease-in-out infinite}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.success-icon svg{filter:drop-shadow(0 4px 8px rgba(32,196,245,.3));animation:rotateIn .6s ease-out .3s both}@keyframes rotateIn{0%{transform:rotate(-180deg);opacity:0}to{transform:rotate(0deg);opacity:1}}.success-icon svg circle{animation:drawCircle 1s ease-out .6s both;stroke-dasharray:239;stroke-dashoffset:239}@keyframes drawCircle{0%{stroke-dashoffset:239}to{stroke-dashoffset:0}}.success-icon svg path{animation:drawCheck .6s ease-out 1.2s both;stroke-dasharray:50;stroke-dashoffset:50}@keyframes drawCheck{0%{stroke-dashoffset:50}to{stroke-dashoffset:0}}h1{font-size:2.5em;margin-bottom:20px;font-weight:600;color:#dcdcdc;animation:fadeIn .8s ease-out .4s both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.status-message{background:rgba(32,196,245,.15);border:1px solid rgba(32,196,245,.3);border-radius:12px;padding:16px 20px;margin-bottom:25px;font-size:1.1em;font-weight:500;color:#20c4f5;animation:slideIn .6s ease-out .6s both}@keyframes slideIn{0%{opacity:0}to{opacity:1}}.description{font-size:1em;line-height:1.6;margin-bottom:40px;color:#7481a6;max-width:450px;margin-left:auto;margin-right:auto;animation:fadeIn .8s ease-out .8s both}.description a{color:#20c4f5;text-decoration:none;font-weight:500;transition:color .3s ease}.description a:hover{color:#1a9bc7;text-decoration:underline}.action-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;animation:fadeIn .8s ease-out 1s both}.action-buttons>a{min-width:160px;color:#fff!important;text-decoration:none}@media(max-width:480px){.page-music-release-submitted .music-release-submitted-page{padding:4vh 15px 30px}.page-music-release-submitted .success-container{padding:40px 25px}.page-music-release-submitted h1{font-size:2em}.page-music-release-submitted .description{font-size:.95em}.page-music-release-submitted .action-buttons{flex-direction:column;align-items:center}.page-music-release-submitted .action-buttons>a{width:100%;max-width:280px}.page-music-release-submitted .success-icon svg{width:60px;height:60px}}