.profile-enhance{filter:contrast(1.05) saturate(1.1);transition:all .5s ease-in-out}.profile-enhance:hover{filter:contrast(1.1) saturate(1.2) brightness(1.05)}.profile-container{position:relative;width:280px;height:280px;margin:0 auto;border-radius:50%;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.15)}.profile-container:before{inset:-5px;background:linear-gradient(315deg,#46344e,#9b786f);animation:rotate 4s linear infinite}.profile-container:after,.profile-container:before{content:"";position:absolute;border-radius:50%;z-index:-1}.profile-container:after{inset:6px;background:#46344e}.profile-glow{position:absolute;width:100%;height:100%;background:linear-gradient(45deg,rgba(250,237,38,.3),rgba(155,120,111,.3));mix-blend-mode:screen;pointer-events:none;opacity:0;transition:opacity .5s ease}.profile-container:hover .profile-glow{opacity:1}.profile-border{position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border-radius:50%;border-color:#faed26 transparent #9b786f;border-style:solid;border-width:2px;animation:spin 8s linear infinite}.profile-border-outer{position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;border-radius:50%;border:2px dashed rgba(250,237,38,.3);animation:spin-reverse 12s linear infinite}.profile-particles{position:absolute;inset:0;z-index:10;pointer-events:none}.profile-particle{position:absolute;width:4px;height:4px;background:#faed26;border-radius:50%;opacity:0}.profile-container:hover .profile-particle:first-child{top:20%;left:20%;animation:float-particle 3s ease-in-out infinite;animation-delay:.2s}.profile-container:hover .profile-particle:nth-child(2){top:70%;left:15%;animation:float-particle 2.5s ease-in-out infinite;animation-delay:.5s}.profile-container:hover .profile-particle:nth-child(3){top:30%;left:80%;animation:float-particle 3.2s ease-in-out infinite;animation-delay:.1s}.profile-container:hover .profile-particle:nth-child(4){top:65%;left:75%;animation:float-particle 2.8s ease-in-out infinite;animation-delay:.7s}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin-reverse{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes float-particle{0%{transform:translateY(0) scale(1);opacity:0}50%{transform:translateY(-10px) scale(1.5);opacity:.8}to{transform:translateY(-20px) scale(1);opacity:0}}.profile-pulse{position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle,rgba(250,237,38,.2) 0,rgba(155,120,111,.2) 50%,transparent 70%);opacity:0;transform:scale(.8);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%{opacity:0;transform:scale(.8)}50%{opacity:.5;transform:scale(1.1)}to{opacity:0;transform:scale(1.3)}}