.errorscreen{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:100dvh;padding:2rem;display:flex}.errorscreen__mark{opacity:.8;width:5rem;height:auto;margin-bottom:.5rem}.errorscreen__code{margin:0;font-size:2.5rem;line-height:1}.errorscreen__title{margin:.25rem 0 0;font-size:clamp(1.4rem,4vw,2rem);font-weight:800}.errorscreen__text{color:var(--fg-muted);max-width:40ch;margin:.25rem 0 1.25rem}.errorscreen__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;display:flex}.errorscreen__button{background:var(--accent);color:var(--bg);font:inherit;cursor:pointer;border:0;border-radius:999px;padding:.6rem 1.4rem;font-weight:700}.errorscreen__button:hover{filter:brightness(1.1)}.errorscreen__link{color:var(--accent);font-weight:700;text-decoration:none}.errorscreen__link:hover{text-decoration:underline}
