/* Auth Shared Styles (extracted) */
.beautiful-btn{position:relative;display:inline-block;overflow:hidden}
.beautiful-btn::before,.beautiful-btn::after{content:"";position:absolute;inset:0;transition:opacity .35s ease;pointer-events:none}
.beautiful-btn::before{background:linear-gradient(90deg,#457EFF 0%,#72BCFF 32%,#B2C7FE 63%,#FFD1B7 100%);opacity:1;z-index:0}
.beautiful-btn::after{background:linear-gradient(90deg,#002EFF 0%,#457EFF 32%,#B2C7FE 63%,#FFD1B7 100%);opacity:0;z-index:0}
.beautiful-btn:hover::after{opacity:1}
.beautiful-btn>*{position:relative;z-index:1}
