.loading-overlay{background:var(--color-background);z-index:9999;justify-content:center;align-items:center;animation:.25s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.loading-content{text-align:center;color:var(--color-foreground);flex-direction:column;align-items:center;gap:2rem;display:flex}.loading-spinner{justify-content:center;align-items:center;display:flex}.spinner{border:3px solid #d4af3733;border-top-color:#d4af37;border-radius:50%;width:48px;height:48px;margin-bottom:1rem;animation:.8s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text .loading-title{background:var(--gradient-brand-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.loading-text p{color:var(--color-muted);margin:0;font-size:1rem;font-weight:500}@media (max-width:768px){.loading-text .loading-title{font-size:1.5rem}.loading-text p{font-size:.9rem}.spinner{width:40px;height:40px}}
