.page-loading{background:var(--background-color);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.loader{border:2px solid #d4af3726;border-top-color:var(--primary);border-radius:50%;width:52px;height:52px;animation:.8s linear infinite spin}.page-loading h2{color:var(--color);margin-top:2rem;font-size:1.35rem;font-weight:600}.page-loading p{color:#8b8b8b;margin-top:.5rem;font-size:.95rem}.loading-line{background:#141414;border-radius:999px;width:220px;height:3px;margin-top:2rem;overflow:hidden}.loading-line span{background:var(--gradient-accent);width:35%;height:100%;animation:1.3s ease-in-out infinite loadingBar;display:block}@keyframes spin{to{transform:rotate(360deg)}}@keyframes loadingBar{0%{transform:translate(-120%)}to{transform:translate(320%)}}
