.loading-container[data-v-86983526]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#666}.loading-spinner[data-v-86983526]{width:40px;height:40px;border-radius:50%;background:conic-gradient(#4361ee 0 25%,#f3f3f3 25% 100%);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 0);mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 0);animation:spin-86983526 1s linear infinite;margin-bottom:1rem}@keyframes spin-86983526{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}