body{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.container{max-width:800px;text-align:center}.error-content{animation:fadeInUp 1s ease}.error-code{font-size:10rem;font-weight:700;background:linear-gradient(135deg,var(--accent-color),var(--accent-color-secondary));background-size:200% 200%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem;animation:gradient 3s ease infinite}.error-title{font-size:2.5rem;font-weight:600;margin-bottom:3rem}.home-button{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,var(--accent-color),var(--accent-color-secondary));background-size:200% 200%;color:#fff;text-decoration:none;border-radius:2rem;font-weight:600;transition:all .3s ease;animation:gradient 3s ease infinite}.home-button:hover{transform:translateY(-3px);box-shadow:0 5px 15px rgba(var(--accent-color-rgb),.3)}@media(max-width:768px){.error-code{font-size:8rem}.error-title{font-size:1.8rem}}
