.loading-page{background:#f0fbf7;flex-direction:column;justify-content:center;align-items:center;gap:0;width:100vw;height:100vh;display:flex}.loading-spinner{border:5px solid #c8ede4;border-top-color:#00a881;border-radius:50%;width:72px;height:72px;margin-bottom:28px;animation:.75s linear infinite loading-spin}@keyframes loading-spin{to{transform:rotate(360deg)}}.loading-title{color:#111;margin:0 0 10px;font-size:1.8rem;font-weight:700}.loading-accent{color:#00a881}.loading-subtitle{color:#6d737a;margin:0;font-size:.95rem}
