.error-screen{box-sizing:border-box;background:var(--black-color);justify-content:center;align-items:center;width:100%;min-height:100dvh;padding:24px;display:flex;position:relative;overflow:hidden}.error-screen__media{z-index:0;pointer-events:none;width:100%;height:100%;display:block;position:absolute;inset:0}.error-screen__card{z-index:1;box-sizing:border-box;text-align:center;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:420px;padding:32px 24px;display:flex;position:relative}.error-screen__code{outline-offset:-1px;height:44px;color:var(--white-color);font-family:var(--font-findsans);letter-spacing:.08em;background:linear-gradient(135deg,#242424 0%,#000 30% 70%,#000 100%);border-radius:64px;outline:1px solid #ffffff1a;justify-content:center;align-items:center;padding:0 20px;font-size:14px;font-weight:700;line-height:1;display:flex}.error-screen__texts{flex-direction:column;align-items:center;gap:16px;display:flex}.error-screen__title{color:var(--white-color);font-family:var(--font-findsans);letter-spacing:-.02em;margin:0;font-size:128px;font-weight:700;line-height:1}.error-screen__description{max-width:364px;color:var(--desc-color-80);margin:0;font-size:12px;line-height:20px}.error-screen__detail{box-sizing:border-box;border-radius:var(--card-radius);background:var(--card-color);outline:1px solid var(--outline-card-color);outline-offset:-1px;max-width:100%;color:var(--desc-color);word-break:break-word;padding:12px 16px;font-size:11px;line-height:16px}.error-screen__buttons{justify-content:center;align-items:center;gap:12px;width:100%;display:flex}@media (max-width:700px){.error-screen__title{font-size:90px}.error-screen__buttons{flex-direction:column;align-items:stretch}}
