@keyframes shimmer{0%{color:#a8b5c4}50%{color:#64748b}to{color:#203159}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes gradientFade{0%{opacity:1}50%{opacity:.6}to{opacity:1}}@keyframes progressBar{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.logo-loader{animation:shimmer 1.5s infinite alternate;will-change:transform;transform:translateZ(0)}.loading-wrapper{position:fixed;inset:0;z-index:1000;background-color:#f5f4ff;display:flex;justify-content:center;align-items:center;color:#6b7280;flex-direction:column;gap:.5rem}.spinner{width:2rem;height:2rem;border:2px solid #dbeafe;border-top-color:#7a7efc;border-radius:50%;animation:spin 1s linear infinite}.loading-title{font-weight:600;font-size:40px;background:linear-gradient(90deg,#4c50cf,#1e3a8a);background-clip:text;-webkit-background-clip:text;color:transparent;text-shadow:0 2px 2px rgba(255,255,255,.4);line-height:1;animation:gradientFade 6s ease-in-out;margin:0}@media (min-width:768px){.loading-title{font-size:70px}}.loading-subtitle{font-weight:400;margin-left:.5rem}.loading-subtitle-text{font-size:16px;font-weight:400;color:black;margin:8px 0 0}@media (min-width:768px){.loading-subtitle-text{font-size:20px}}.progress-bar{max-width:40%;width:100%;height:4px;background-color:#a3bffa;margin-top:1.25rem;overflow:hidden}.progress-bar-fill{height:100%;width:100%;background-color:#584cc3;animation:progressBar 4s linear}