.loading-container{justify-content:center;align-items:center;width:100%;min-height:300px;padding:40px 20px;display:flex}.loading-container.full-screen{z-index:9999;background:var(--bg-main,#0f172a);min-height:100vh;position:fixed;inset:0}.loading-content{flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.loading-spinner{border:3px solid #f75b0626;border-top-color:var(--primary,#f75b06);border-radius:50%;width:44px;height:44px;animation:.8s linear infinite loading-spin}.loading-message{color:var(--text-secondary,#94a3b8);letter-spacing:.02em;font-size:.95rem;font-weight:500}@keyframes loading-spin{to{transform:rotate(360deg)}}
