.redirect-container{background:#f9fafb;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:20px;display:flex}.redirect-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:500px;display:flex}.logo-wrapper{margin-bottom:48px;animation:.6s ease-in fadeIn}.logo{object-fit:contain;width:auto;max-width:200px;height:auto}.loader-wrapper{margin-bottom:32px;animation:.8s ease-in fadeIn}.loader{border:4px solid #e5e7eb;border-top-color:#2a3d66;border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin}.redirect-text{color:#374151;margin:0;font-size:18px;font-weight:500;line-height:1.6;animation:1s ease-in fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.logo{max-width:160px}.loader{border-width:3px;width:50px;height:50px}.redirect-text{font-size:16px}.logo-wrapper{margin-bottom:40px}.loader-wrapper{margin-bottom:28px}}
