.not-found-page{--not-found-ink:#fff;--not-found-muted:#ffffffd9;--not-found-card:#fffdf8;min-height:100dvh;color:var(--not-found-ink);background-color:#0d1a22;background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;padding:88px 24px 48px;display:flex}.not-found-page__brand{line-height:1;position:absolute;top:24px;left:24px}.not-found-page__brand .logo{width:148px;height:34px}@media (max-width:520px){.not-found-page__brand{top:16px;left:16px}.not-found-page__brand .logo{width:120px;height:28px}}.not-found-page__main{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:420px;display:flex}.not-found-page__card{aspect-ratio:2/3;background:var(--not-found-card);border-radius:12px;place-items:center;width:min(148px,42vw);display:grid;transform:rotate(-4deg);box-shadow:inset 0 1px #fffc,0 18px 40px #1e20301f}.not-found-page__card-code{letter-spacing:-.04em;color:var(--main-color);font-size:clamp(40px,10vw,52px);font-weight:600;line-height:1}.not-found-page__title{letter-spacing:-.03em;color:var(--not-found-ink);margin-top:36px;font-size:clamp(28px,6vw,36px);font-weight:600;line-height:1.15}.not-found-page__description{color:var(--not-found-muted);margin-top:12px;font-size:16px;line-height:1.5}a.not-found-page__home{background:var(--main-color);color:#fff;border:0;border-radius:8px;justify-content:center;align-items:center;height:44px;margin-top:28px;padding:12px 31px;font-size:16px;font-weight:500;transition:background-color .2s cubic-bezier(.215,.61,.355,1);display:inline-flex}a.not-found-page__home:hover,a.not-found-page__home:focus-visible{background:var(--main-color-hover)}a.not-found-page__home:active{background:var(--main-color-active)}a.not-found-page__home:focus-visible{outline:2px solid var(--main-color);outline-offset:3px}a.not-found-page__support{color:#a4a9ff;text-underline-offset:3px;margin-top:18px;font-size:15px;line-height:1.4;text-decoration:underline}a.not-found-page__support:hover,a.not-found-page__support:focus-visible{color:#fff}a.not-found-page__support:active{color:#ffffffbf}
