.loading-screen{color:#000;background:#c7dae6;place-items:center;gap:14px;min-height:100vh;font-family:Inter,sans-serif;display:grid}.loading-spinner{border:4px solid #71bbef40;border-top-color:#71bbef;border-radius:999px;width:42px;height:42px;animation:.75s linear infinite spin}.loading-screen p{color:#878484;margin:0;font-weight:700}@keyframes spin{to{transform:rotate(360deg)}}
