.loader-wrapper{background:linear-gradient(135deg,#f0f4f8,#d9e2ec);flex-direction:column;justify-content:center;align-items:center;height:100vh;font-family:Segoe UI,sans-serif;display:flex}.spinner{border:5px solid #e0e0e0;border-top-color:#0078d4;border-radius:50%;width:50px;height:50px;margin-bottom:16px;animation:1s linear infinite spin}.loading-text{color:#333;font-size:1.1rem;animation:.8s ease-in-out fadeIn}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
