.loading-indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100px;font-size:1.1rem;color:#4a5568;font-weight:500;gap:16px}.loader-spinner{width:38px;height:38px;border:4px solid #e0e7ef;border-top-color:#38bdf8;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:8px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader-dots{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:8px;height:24px}.loader-dots .dot{width:12px;height:12px;background:#38bdf8;border-radius:50%;animation:bounce .7s infinite alternate}.loader-dots .dot:nth-child(2){animation-delay:.2s}.loader-dots .dot:nth-child(3){animation-delay:.4s}@keyframes bounce{to{transform:translateY(-12px);background:#818cf8}}