.appdl{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.appdl__card{flex-direction:column;align-items:center;gap:16px;max-width:420px;display:flex}.appdl__spinner{border:4px solid #70012b26;border-top-color:var(--brand-maroon);border-radius:50%;width:44px;height:44px;margin-bottom:8px;animation:.8s linear infinite appdl-spin}@keyframes appdl-spin{to{transform:rotate(360deg)}}.appdl__title{color:var(--brand-maroon);font-size:clamp(1.5rem,4vw,28px);font-weight:600;line-height:1.3}.appdl__sub{color:var(--brand-ink);opacity:.75;font-size:15px;font-weight:500;line-height:1.5}.appdl__cta{margin-top:8px}@media (prefers-reduced-motion:reduce){.appdl__spinner{animation:none}}
