.loading{background-color:#f8fafc;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:40px 20px;display:flex}.loading svg{stroke:#c2c962;fill:none;stroke-width:3px}#infinity-outline{stroke-dasharray:500;stroke-dashoffset:500px;animation:3s cubic-bezier(.4,0,.2,1) infinite drawPath}#infinity-bg{opacity:.2}@keyframes drawPath{0%{stroke-dashoffset:500px}50%{stroke-dashoffset:0}to{stroke-dashoffset:-500px}}.loading-text{color:#c2c962;letter-spacing:1px;margin-top:20px;font-size:18px;font-weight:500;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
