.not-found{min-height:70vh;justify-content:center;background-color:#0a0a0a}.not-found,.not-found__inner{display:flex;align-items:center}.not-found__inner{flex-direction:column;text-align:center;padding:3rem 1.5rem;max-width:34rem}.not-found__code{font-size:clamp(4rem,12vw,7rem);font-weight:700;line-height:1;letter-spacing:-.04em;color:#2a2a2a}.not-found__title{margin-top:1rem;font-size:clamp(1.5rem,4vw,2.2rem);font-weight:700;color:#fff}.not-found__text{margin-top:1rem;font-size:1.05rem;line-height:1.6;color:#a3a3a3}.not-found__button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:Inter,system-ui,-apple-system,SF Pro,sans-serif;font-weight:500;border:none;border-radius:9999px;cursor:pointer;transition:all .2s ease;white-space:nowrap;background-color:#fff;color:#0a0a0a;padding:.5rem 2rem}.not-found__button:hover{background-color:#e5e5e5}.not-found__button{margin-top:2rem}