.auth-layout{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:#06060f;position:relative;overflow:hidden}.auth-container{width:100%;max-width:420px;position:relative;z-index:1;background:rgba(10,10,25,.75);border:1px solid rgba(99,102,241,.2);border-radius:1.5rem;padding:2.5rem 2rem;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:0 0 0 1px rgba(99,102,241,.08),0 4px 32px rgba(0,0,0,.5),0 0 60px rgba(99,102,241,.06);animation:cardIn .6s cubic-bezier(.16,1,.3,1) both}@keyframes cardIn{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.auth-logo-icon{width:36px;height:36px;flex-shrink:0;filter:drop-shadow(0 0 12px rgba(99,102,241,.5))}.auth-logo-text{font-size:1.25rem;letter-spacing:-.02em}.auth-logo-text,.auth-title{font-weight:700;color:#f0f0ff}.auth-title{font-size:1.75rem;margin-bottom:.4rem;letter-spacing:-.03em;line-height:1.2}.auth-subtitle{color:rgba(180,180,220,.65);font-size:.938rem;margin-bottom:2rem;line-height:1.5}.auth-message{padding:.75rem 1rem;border-radius:.75rem;font-size:.875rem;margin-bottom:1.25rem;line-height:1.5}.auth-message.error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);color:#fca5a5}.auth-message.success{background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.2);color:#86efac}.auth-form{gap:1.1rem}.auth-field,.auth-form{display:flex;flex-direction:column}.auth-field{gap:.5rem}.auth-field label{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;font-weight:500;color:rgba(220,220,255,.85)}.auth-forgot{font-size:.813rem;color:#818cf8;text-decoration:none;font-weight:400;transition:color .15s}.auth-forgot:hover{color:#a5b4fc}.auth-field input{padding:.8rem 1rem;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.09);border-radius:.75rem;color:#f0f0ff;font-size:.938rem;outline:none;transition:all .2s ease}.auth-field input::placeholder{color:hsla(0,0%,100%,.2)}.auth-field input:focus{border-color:rgba(99,102,241,.55);background:rgba(99,102,241,.06);box-shadow:0 0 0 3px rgba(99,102,241,.12)}.auth-field input:disabled{opacity:.5;cursor:not-allowed}.auth-btn-primary{width:100%;padding:.82rem 1.5rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:.75rem;color:#fff;font-size:.938rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.4rem;position:relative;overflow:hidden}.auth-btn-primary:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,hsla(0,0%,100%,.08),transparent);opacity:0;transition:opacity .2s}.auth-btn-primary:hover:not(:disabled):before{opacity:1}.auth-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 24px rgba(99,102,241,.4)}.auth-btn-primary:active:not(:disabled){transform:translateY(0)}.auth-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-spinner-row{display:flex;align-items:center;justify-content:center;gap:.6rem}.auth-spinner{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.auth-footer{text-align:center;margin-top:1.5rem;font-size:.875rem;color:rgba(180,180,220,.5)}.auth-footer a{color:#818cf8;text-decoration:none;font-weight:500}.auth-footer a:hover{color:#a5b4fc;text-decoration:underline}.auth-verify-icon{color:#818cf8;margin-bottom:1.5rem}.auth-verify-tips{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);border-radius:.75rem;padding:1rem 1.25rem;margin-top:1rem}.auth-verify-tips p{font-size:.875rem;font-weight:500;color:#f0f0ff;margin-bottom:.5rem}.auth-verify-tips ul{list-style:none;padding:0;margin:0}.auth-verify-tips li{font-size:.813rem;color:rgba(180,180,220,.65);padding:.25rem 0 .25rem 1.25rem;position:relative}.auth-verify-tips li:before{content:"•";position:absolute;left:0;color:#818cf8}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.25rem 0}.auth-divider:after,.auth-divider:before{content:"";flex:1;height:1px;background:hsla(0,0%,100%,.08)}.auth-divider span{color:rgba(180,180,220,.4);font-size:.813rem;text-transform:uppercase;letter-spacing:.05em}