.loading-screen{color:#14213d;background:#fffdf8;place-items:center;min-height:100vh;padding:24px;display:grid}.loading-card{text-align:center;justify-items:center;gap:16px;display:grid}.loading-card img{width:min(150px,42vw);height:auto}.loading-card p{color:#64748b;margin:0;font-size:.95rem}.loading-spinner{border:3px solid #dbeafe;border-top-color:#168fd0;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite loading-spin;display:block}.page-shell{animation:.22s ease-out both page-enter}@keyframes loading-spin{to{transform:rotate(360deg)}}@keyframes page-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.loading-spinner,.page-shell{animation:none}}
