.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}
.auth-box{width:92%;max-width:400px;padding:2.5rem 2.2rem;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);border-radius:22px;border:1px solid rgba(180,130,230,.22);box-shadow:0 16px 50px rgba(155,89,208,.18);animation:fadeUp .4s ease;position:relative;overflow:hidden}
.auth-box::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#e879b8,#c9a6f5,#5ba8e8)}
.auth-logo{width:80px;height:80px;margin:0 auto 1rem;display:block;border-radius:50%;border:2.5px solid rgba(232,121,184,.45);filter:drop-shadow(0 4px 14px rgba(155,89,208,.35));animation:float 4s ease-in-out infinite}
.auth-title{text-align:center;margin-bottom:.3rem}
.auth-subtitle{text-align:center;color:#7a6290;font-style:italic;margin-bottom:1.8rem;font-size:.92rem}
.auth-footer{text-align:center;margin-top:1.3rem;color:#7a6290;font-size:.88rem}
.auth-link{color:#9b59d0;font-weight:700}
.auth-link:hover{color:#e879b8}
.auth-divider{display:flex;align-items:center;gap:.8rem;margin:1.2rem 0}
.auth-divider::before,.auth-divider::after{content:'';flex:1;height:1px;background:rgba(180,130,230,.25)}
.auth-divider span{font-size:.78rem;color:#7a6290;white-space:nowrap}
