.loading-spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;gap:1rem}.loading-spinner{border:3px solid #f3f3f3;border-top:3px solid #4F46E5;border-radius:50%;animation:spin 1s linear infinite}.loading-spinner-small{width:20px;height:20px;border-width:2px}.loading-spinner-medium{width:40px;height:40px;border-width:3px}.loading-spinner-large{width:60px;height:60px;border-width:4px}.loading-message{color:#6b7280;font-size:.875rem;margin:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
