.loading{justify-content:center;align-items:center;width:100%;min-height:80vh;padding:2rem;display:flex;position:relative;overflow:hidden}.loading_rings{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.loading_ring{border:1px solid #ffffff0d;border-radius:50%;position:absolute}.loading_ring_1{width:400px;height:400px}.loading_ring_2{width:600px;height:600px}.loading_ring_3{width:800px;height:800px}.loading_content{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex;position:relative}.loading_spinner{border:4px solid #c6902f33;border-top-color:var(--gold-color);border-radius:50%;width:72px;height:72px;animation:.9s linear infinite loading_spin}@keyframes loading_spin{to{transform:rotate(360deg)}}.loading_title{color:var(--white-color);margin:0;font-size:2rem;font-weight:700}.loading_text{color:var(--white-color);opacity:.85;max-width:420px;line-height:1.5}@media (max-width:768px){.loading_ring_1{width:280px;height:280px}.loading_ring_2{width:420px;height:420px}.loading_ring_3{width:560px;height:560px}.loading_title{font-size:1.5rem}.loading_spinner{border-width:3px;width:56px;height:56px}}
