.not-found-page{justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 90px);padding:2rem;display:flex}.not-found-card{border:1px solid var(--color-border-strong);width:min(720px,100%);box-shadow:var(--shadow-elevated);border-radius:var(--radius-lg);text-align:center;background:#141414eb;padding:2rem}.not-found-code{letter-spacing:.14em;text-transform:uppercase;color:#ffb47a;margin-bottom:.75rem;font-size:.95rem}.not-found-title{text-shadow:3px 3px 1px #a30000;margin:0;font-size:2.4rem}.not-found-description{color:#f5e5d0;max-width:44ch;margin:1rem auto 0}.not-found-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.75rem;display:flex}.not-found-actions .btn{min-width:180px}@media screen and (max-width:1024px){.not-found-card{padding:1.5rem}.not-found-title{font-size:2rem}}@media screen and (max-width:767px){.not-found-page{padding:1rem}.not-found-card{padding:1.25rem}.not-found-title{font-size:1.7rem}.not-found-actions .btn{width:100%;min-width:0}}@media screen and (max-width:374px){.not-found-title{font-size:1.5rem}.not-found-description{font-size:1rem}}
