.not_found{justify-content:center;align-items:center;min-height:90vh;padding:2rem 3rem;display:flex;position:relative;overflow:hidden}.not_found_content{text-align:center;z-index:2;flex-direction:column;align-items:center;max-width:600px;display:flex;position:relative}.not_found_code{color:var(--gold-color);letter-spacing:-.05em;margin-bottom:1rem;font-size:clamp(6rem,15vw,10rem);font-weight:700;line-height:1}.not_found_title{color:var(--white-color);margin-bottom:1.5rem}.not_found_text{color:var(--white-color);opacity:.8;margin-bottom:2.5rem;line-height:1.6}.not_found_actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.not_found_link{color:var(--white-color);text-underline-offset:4px;text-decoration:underline;transition:color .2s}.not_found_link:hover{color:var(--gold-color)}.not_found_decoration{width:600px;height:600px;color:var(--gold-color);opacity:.15;z-index:1;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.not_found_decoration svg{width:100%;height:100%}@media (max-width:640px){.not_found{padding:2rem 1.5rem}.not_found_actions{flex-direction:column;gap:1.5rem}.not_found_decoration{width:400px;height:400px}}
