.loading-spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;min-height:200px}.loading-spinner-container.full-page{min-height:100vh;width:100%}.loading-spinner{position:relative;display:inline-block}.spinner-circle{border-radius:50%;border-style:solid;border-color:#e79d22 #e0e0e0 #e0e0e0;animation:spin .8s linear infinite}.spinner-small .spinner-circle{width:24px;height:24px;border-width:3px}.spinner-medium .spinner-circle{width:40px;height:40px;border-width:4px}.spinner-large .spinner-circle{width:60px;height:60px;border-width:5px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-text{margin-top:16px;font-size:16px;color:#666;text-align:center}.loading-spinner[role=status]:after{content:"Loading...";position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}