.not-found-container{background-color:var(--background);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.not-found-content{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:32rem;display:flex}.not-found-number{color:var(--foreground);font-size:8rem;font-weight:700;line-height:1;font-family:var(--font-playfair,serif);opacity:.1;letter-spacing:-.05em}.not-found-title{color:var(--foreground);font-size:2rem;font-weight:600;font-family:var(--font-playfair,serif);margin:0}.not-found-description{color:var(--muted-foreground);margin:0;font-size:1.125rem;line-height:1.75rem}.not-found-actions{flex-direction:column;gap:1rem;width:100%;margin-top:1rem;display:flex}@media (min-width:640px){.not-found-actions{flex-direction:row;justify-content:center}}.not-found-button{border-radius:var(--radius,.5rem);border:1px solid #0000;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.not-found-button-primary{background-color:var(--foreground);color:var(--background);border-color:var(--foreground)}.not-found-button-primary:hover{opacity:.9;transform:translateY(-1px)}.not-found-button-secondary{background-color:var(--background);color:var(--foreground);border-color:var(--border)}.not-found-button-secondary:hover{background-color:var(--accent);border-color:var(--border)}.not-found-button-icon{width:1.125rem;height:1.125rem}.not-found-link{color:var(--muted-foreground);align-items:center;gap:.5rem;margin-top:1rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:inline-flex}.not-found-link:hover{color:var(--foreground)}.not-found-link-icon{width:1rem;height:1rem}@media (max-width:640px){.not-found-number{font-size:6rem}.not-found-title{font-size:1.5rem}.not-found-description{font-size:1rem}}
