.not-found-page{background:var(--bg);justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem 1.25rem;display:flex}.not-found-content{text-align:center;width:100%;max-width:600px;animation:.6s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.not-found-code{color:var(--accent);letter-spacing:-.02em;margin:0 0 1rem;font-size:120px;font-weight:700;line-height:1}.not-found-title{color:var(--text);margin:0 0 1rem;font-size:2.5rem;font-weight:600;line-height:1.2}.not-found-message{color:var(--muted);max-width:500px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.6}.not-found-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.not-found-actions a,.not-found-actions button{background-color:var(--accent);color:var(--surface);cursor:pointer;border:2px solid #0000;border-radius:999px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.not-found-actions a:hover,.not-found-actions button:hover{color:var(--accent);border-color:var(--accent);background-color:#0000;transform:translateY(-2px)}.not-found-actions a:focus,.not-found-actions button:focus{outline:2px solid var(--accent);outline-offset:2px}.not-found-actions button{color:var(--text);border-color:var(--line);background-color:#0000}.not-found-actions button:hover{background-color:color-mix(in srgb, var(--accent) 10%, var(--surface));color:var(--accent);border-color:var(--accent)}@media (max-width:768px){.not-found-code{margin-bottom:.5rem;font-size:80px}.not-found-title{margin-bottom:.75rem;font-size:1.75rem}.not-found-message{margin-bottom:1.5rem;font-size:1rem}.not-found-page{min-height:calc(100vh - 150px);padding:1rem}}@media (max-width:480px){.not-found-code{font-size:60px}.not-found-title{font-size:1.5rem}.not-found-message{font-size:.95rem}.not-found-actions a,.not-found-actions button{padding:.65rem 1.25rem;font-size:.9rem}}
