.loading-page{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background-color:white}.loading-content{text-align:center}.logo{font-size:24px;font-weight:700;margin-bottom:12px;color:#333}.loading-message{color:#666;font-size:16px;margin-bottom:10px}.loading-dots{display:flex;justify-content:center;gap:6px}.loading-dots span{width:8px;height:8px;background-color:#ea2e66;border-radius:50%;animation:pulse 1.5s infinite}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.2);opacity:1}}