.loading-container{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex}.loading-container.full-page{width:100%;height:calc(100vh - 150px)}.spinner{border:4px solid #ffffff1a;border-top-color:var(--accent-primary);border-radius:50%;width:50px;height:50px;margin-bottom:20px;animation:.8s linear infinite spinner}@keyframes spinner{to{transform:rotate(360deg)}}
