.crash-recovery{position:fixed;inset:0;width:100%;height:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:1.5rem;background:white;color:black;z-index:2147483647}@media (prefers-color-scheme:dark){.crash-recovery{background:black;color:white}}.crash-recovery[data-theme=dark]{background:black;color:white}.crash-recovery[data-theme=light]{background:white;color:black}.crash-recovery .crash-recovery__card{width:100%;max-width:22rem;border-color:currentColor;background:transparent;align-items:center;text-align:center}.crash-recovery__content{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding-top:1.5rem;padding-bottom:1.5rem}.crash-recovery__icon{opacity:.9}.crash-recovery__spinner{display:flex;align-items:center;justify-content:center;height:56px}.crash-recovery__title{font-size:1.125rem;font-weight:600;margin:0}.crash-recovery__subtitle{font-size:.875rem;opacity:.7;margin:0;line-height:1.4}.crash-recovery__logo{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);width:auto;height:.875rem;opacity:.9}.crash-recovery:not([data-theme]) .crash-recovery__logo,.crash-recovery[data-theme=dark] .crash-recovery__logo{filter:none}@media (prefers-color-scheme:light){.crash-recovery:not([data-theme]) .crash-recovery__logo{filter:invert(1)}}.crash-recovery[data-theme=light] .crash-recovery__logo{filter:invert(1)}