.error-screen{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:100dvh;padding:120px 20px;display:flex}.error-screen__title{color:var(--typographyBasePrimary);letter-spacing:-.02em;margin:0;font-size:2.25rem;font-weight:500;line-height:1.2}.error-screen__message{max-width:560px;color:var(--typographyBaseSecondary);margin:12px 0 0;font-size:1.25rem;font-weight:400;line-height:1.45}.error-screen__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:40px;display:flex}.error-screen__action{min-width:160px;height:56px;color:var(--typographyInvertedPrimaryInverted);background:var(--uIInteractiveHiddenPrimaryDefault);cursor:pointer;border:0;border-radius:16px;justify-content:center;align-items:center;padding:0 32px;font-size:1rem;text-decoration:none;display:inline-flex}.error-screen__action--secondary{color:var(--typographyBasePrimary);background:var(--control-background)}.error-screen__digest{color:var(--typographyBaseSecondary);margin-top:28px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8125rem}@media (max-width:700px){.error-screen__title{font-size:1.75rem}.error-screen__message{font-size:1.0625rem}}
