.auth-page{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#f8fbff;font-family:Inter,system-ui,sans-serif;overflow:hidden;z-index:9999;transition:all .5s cubic-bezier(.4,0,.2,1)}.auth-orbs{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0;filter:blur(80px)}.auth-orb{position:absolute;border-radius:50%;opacity:.4;animation:float-orb 20s infinite alternate ease-in-out}.auth-orb-1{width:500px;height:500px;background:radial-gradient(circle,#4f46e5,transparent);top:-100px;left:-100px}.auth-orb-2{width:400px;height:400px;background:radial-gradient(circle,#0ea5e9,transparent);bottom:-50px;right:-50px;animation-delay:-5s}.auth-orb-3{width:300px;height:300px;background:radial-gradient(circle,#818cf8,transparent);top:40%;left:30%;animation-duration:25s}.auth-orb-4{width:450px;height:450px;background:radial-gradient(circle,#f472b6,transparent);bottom:20%;left:10%;opacity:.2}@keyframes float-orb{0%{transform:translate(0) scale(1)}to{transform:translate(100px,50px) scale(1.1)}}.auth-container{position:relative;z-index:10;display:flex;width:1000px;max-width:95vw;height:auto;min-height:650px;max-height:90vh;background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.5);border-radius:40px;box-shadow:0 40px 100px -20px #0003;overflow:hidden;animation:container-pop .8s cubic-bezier(.34,1.56,.64,1)}@keyframes container-pop{0%{opacity:0;transform:scale(.9) translateY(40px)}to{opacity:1;transform:scale(1) translateY(0)}}.auth-branding{flex:1;background:linear-gradient(135deg,#4f46e5,#3b82f6);padding:60px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.auth-branding-content{position:relative;z-index:2}.auth-logo-icon{width:70px;height:70px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:30px;border:1px solid rgba(255,255,255,.3)}.auth-brand-title{font-size:42px;font-weight:900;letter-spacing:-2px;margin-bottom:10px;font-family:Inter,sans-serif;font-style:italic}.auth-brand-subtitle{font-size:18px;opacity:.9;font-weight:500;margin-bottom:40px}.auth-features{display:flex;flex-direction:column;gap:20px}.auth-feature-item{display:flex;align-items:center;gap:15px;padding:15px;background:#ffffff1a;border-radius:18px;border:1px solid rgba(255,255,255,.1);transition:all .3s}.auth-feature-vip{background:linear-gradient(90deg,#eab30833,#ffffff1a);border:1px solid rgba(234,179,8,.3)}.auth-feature-badge{width:32px;height:32px;background:#fff3;border-radius:10px;display:flex;align-items:center;justify-content:center}.auth-feature-badge-vip{background:#eab308;color:#fff}.auth-feature-title{font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.auth-feature-desc{font-size:12px;opacity:.7}.auth-branding-footer{font-size:12px;opacity:.5;letter-spacing:1px}.auth-form-panel{width:450px;padding:50px 60px;background:#fff;display:flex;flex-direction:column;position:relative;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;flex:1}.auth-form-panel::-webkit-scrollbar{width:6px}.auth-form-panel::-webkit-scrollbar-track{background:transparent}.auth-form-panel::-webkit-scrollbar-thumb{background-color:#e2e8f0;border-radius:20px}.auth-form-content{height:100%;display:flex;flex-direction:column}.auth-form-header{margin-bottom:40px}.auth-form-title{font-size:32px;font-weight:900;color:#0f172a;letter-spacing:-1px}.auth-form-desc{font-size:14px;color:#64748b;margin-top:5px}.auth-back-btn{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:700;color:#64748b;margin-bottom:15px;transition:color .3s}.auth-back-btn:hover{color:#4f46e5}.auth-fields{display:flex;flex-direction:column;gap:20px;flex:1}.auth-input-group{display:flex;flex-direction:column;gap:8px}.auth-label{font-size:12px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;justify-content:space-between}.auth-hint{font-size:10px;color:#94a3b8;font-weight:400;text-transform:none}.auth-input-wrapper{position:relative;display:flex;align-items:center}.auth-input-icon{position:absolute;left:16px;width:18px;height:18px;color:#94a3b8}.auth-input{width:100%;height:60px;background:#f1f5f9;border:2px solid transparent;border-radius:18px;padding:0 50px;font-size:16px;font-weight:600;color:#1e293b;transition:all .3s}.auth-input:focus{background:#fff;border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e51a;outline:none}.auth-eye-btn{position:absolute;right:16px;color:#94a3b8;cursor:pointer}.auth-otp-row{display:flex;gap:10px}.auth-input-flex-1{flex:1}.auth-otp-btn{width:100px;height:60px;background:#4f46e5;color:#fff;border-radius:18px;font-size:14px;font-weight:800;transition:all .3s}.auth-otp-btn:disabled{background:#cbd5e1;cursor:not-allowed}.auth-row-between{display:flex;align-items:center;justify-content:space-between;margin-top:-5px}.auth-checkbox-label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#64748b;cursor:pointer}.auth-checkbox{width:18px;height:18px;border-radius:6px;border:2px solid #cbd5e1;accent-color:#4f46e5}.auth-link{font-size:13px;font-weight:700;color:#4f46e5}.auth-submit-btn{width:100%!important;height:80px!important;background:#0f172a!important;color:#fff!important;border-radius:28px!important;margin-top:30px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:22px!important;font-weight:900!important;transition:all .3s cubic-bezier(.34,1.56,.64,1)!important;box-shadow:0 15px 30px -5px #0f172a66!important;cursor:pointer!important;letter-spacing:3px!important;text-transform:uppercase!important}.auth-submit-btn:hover{transform:translateY(-3px) scale(1.02);background:#1e293b;box-shadow:0 20px 40px -10px #0f172a66}.auth-submit-btn:active{transform:translateY(-1px) scale(.98)}.auth-switch{margin-top:25px;text-align:center;font-size:14px}.auth-switch-text{color:#64748b}.auth-switch-btn{color:#4f46e5;font-weight:800;margin-left:5px}.auth-pwd-strength{margin-top:8px;display:flex;align-items:center;gap:10px}.auth-pwd-bar{flex:1;height:4px;background:#f1f5f9;border-radius:2px;position:relative}.auth-pwd-bar:after{content:"";position:absolute;left:0;top:0;height:100%;border-radius:2px;transition:width .3s,background .3s}.auth-pwd-weak:after{width:33%;background:#ef4444}.auth-pwd-medium:after{width:66%;background:#f59e0b}.auth-pwd-strong:after{width:100%;background:#10b981}.auth-pwd-text{font-size:10px;font-weight:800;color:#94a3b8;text-transform:uppercase}.auth-error-hint{font-size:11px;color:#ef4444;font-weight:600;margin-top:5px}.auth-toast{position:fixed;top:30px;left:50%;transform:translate(-50%);padding:16px 24px;border-radius:20px;background:#fff;box-shadow:0 20px 40px #0000001a;display:flex;align-items:center;gap:12px;font-weight:700;font-size:14px;z-index:10000;animation:toast-in .5s cubic-bezier(.175,.885,.32,1.275)}.auth-toast-success{color:#10b981;border:1px solid rgba(16,185,129,.2)}.auth-toast-error{color:#ef4444;border:1px solid rgba(239,68,68,.2)}@keyframes toast-in{0%{top:-100px;opacity:0}to{top:30px;opacity:1}}.animate-auth-in{animation:auth-fade-in .6s ease-out both}@keyframes auth-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .5s ease-out forwards}.animate-scale-up{animation:scale-up .5s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-up{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width: 768px){.auth-branding{display:none}.auth-form-panel{width:100%;padding:24px;height:100%;display:flex!important;align-items:center!important;justify-content:center!important;background:#fff}.auth-form-content{width:100%!important;max-width:400px;height:auto!important}.auth-container{width:100vw;height:100dvh;max-height:100dvh;border-radius:0;border:none;box-shadow:none;display:block;overflow-y:auto}.auth-submit-btn{height:72px!important;font-size:19px!important;border-radius:20px!important}.auth-input,.auth-otp-btn{height:54px!important;border-radius:14px!important}.auth-fields{flex:none!important;gap:15px!important}}
