.auth-container{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100vw;background:linear-gradient(-45deg,#75218c,#2563eb,#7c3aed,#1d2084);background-size:400% 400%;animation:gradientBG 6s ease infinite;padding:20px;box-sizing:border-box}@keyframes gradientBG{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.auth-card{display:flex;width:1050px;max-width:100%;height:650px;background:#ffffff;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);transition:all .3s ease}.sms-shell[style*="--sms-shell-bg: radial-gradient"] .auth-card{background:#1e293b;box-shadow:0 25px 50px -12px rgba(0,0,0,.5)}.auth-left{flex:1 1;padding:48px 56px;flex-direction:column;min-width:0}.auth-left,.auth-right{display:flex;justify-content:center}.auth-right{flex:1.3 1;background:linear-gradient(135deg,#eff6ff,#f5f3ff,#ecfdf5,#f8fafc);align-items:center;position:relative;overflow:hidden;border-left:1px solid #f1f5f9}.sms-shell[style*="--sms-shell-bg: radial-gradient"] .auth-right{background:linear-gradient(135deg,#0f172a,#1e1b4b,#172554,#020617);border-left:1px solid #334155}.auth-right-image{width:100%!important;height:100%!important;object-fit:contain!important;animation:floatIllustration 6s ease-in-out infinite}.auth-header{margin-bottom:32px}.auth-title{font-size:32px!important;font-weight:800!important;color:#0f172a!important;margin-bottom:12px!important;letter-spacing:-.5px;text-transform:uppercase}.sms-shell[style*="--sms-shell-bg: radial-gradient"] .auth-title{color:#f8fafc!important}.auth-subtitle{font-size:14px!important;color:#64748b!important;line-height:1.6!important;margin:0!important}.sms-shell[style*="--sms-shell-bg: radial-gradient"] .auth-subtitle{color:#94a3b8!important}.auth-form-label{display:block;font-size:13px;font-weight:600;color:#64748b;margin-bottom:8px}.sms-shell[style*="--sms-shell-bg: radial-gradient"] .auth-form-label{color:#94a3b8}.auth-input{border-radius:12px!important;padding:10px 14px!important;border-color:#e2e8f0!important}.auth-input:focus,.auth-input:hover{border-color:var(--sms-primary,#2563eb)!important}.sms-shell[style*="--sms-shell-bg: radial-gradient"] .auth-input{background:#0f172a!important;border-color:#334155!important;color:#f8fafc!important}.auth-checkbox{font-size:13px!important;color:#64748b!important}.sms-shell[style*="--sms-shell-bg: radial-gradient"] .auth-checkbox{color:#94a3b8!important}.auth-submit-btn{height:48px!important;font-weight:600!important;border-radius:12px!important;font-size:15px!important;margin-top:12px!important;background:var(--sms-primary,#2563eb)!important;border-color:var(--sms-primary,#2563eb)!important;box-shadow:0 4px 12px rgba(37,99,235,.2)!important}.auth-submit-btn:hover{background:var(--sms-secondary,#0ea5e9)!important;border-color:var(--sms-secondary,#0ea5e9)!important}.auth-footer{margin-top:24px;text-align:left;font-size:14px;color:#64748b}.sms-shell[style*="--sms-shell-bg: radial-gradient"] .auth-footer{color:#94a3b8}.auth-link{color:var(--sms-primary,#2563eb);font-weight:600;text-decoration:none;margin-left:4px}.auth-link:hover{color:var(--sms-secondary,#0ea5e9);text-decoration:underline}@keyframes floatIllustration{0%{transform:translateY(10px) rotate(0deg)}50%{transform:translateY(-20px) rotate(-2deg)}to{transform:translateY(10px) rotate(0deg)}}@media (max-width:850px){.auth-card{height:auto;flex-direction:column}.auth-right{display:none}.auth-left{padding:40px 28px}}