.not-found-container{background-color:var(--primary-background);flex-direction:column;min-height:100vh;display:flex}.not-found-main{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.not-found-code{color:var(--primary-foreground);margin:0;font-size:8rem;font-weight:900;line-height:1}.not-found-title{color:var(--primary-foreground);margin-top:1rem;margin-bottom:1rem;font-size:2rem}.not-found-text{color:var(--primary-foreground);opacity:.9;margin-bottom:2.5rem;font-size:1.1rem}.not-found-button{background-color:var(--secondary-background);color:var(--secondary-foreground);border-radius:6px;padding:14px 32px;font-size:1rem;font-weight:700;text-decoration:none;transition:background-color .2s,transform .1s}.not-found-button:hover{background-color:var(--secondary-background-hover)}.not-found-button:active{transform:scale(.98)}
