.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#111;color:#ffffff;padding:0 1rem}.error-title{font-size:6rem;font-weight:700;margin-bottom:1rem}.error-subtitle{font-size:2rem;margin-bottom:2rem}.error-message{font-size:1.125rem;margin-bottom:2rem;text-align:center;max-width:28rem}.button-container{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.button{display:flex;align-items:center;justify-content:center;font-weight:700;padding:.5rem 1rem;border-radius:.25rem;transition:background-color .3s;text-decoration:none;color:#ffffff}.button-home{background-color:#2563eb}.button-home:hover{background-color:#1d4ed8}.button-blog{background-color:#16a34a}.button-blog:hover{background-color:#15803d}.button-support{background-color:#9333ea}.button-support:hover{background-color:#7e22ce}.button-icon{margin-right:.5rem}.footer-text{font-size:.875rem;color:#9ca3af}.footer-link{color:#60a5fa;text-decoration:none}.footer-link:hover{text-decoration:underline}@media (min-width:640px){.button-container{flex-direction:row}}