.not-found-page-container{min-height:calc(100vh - var(--header-height) - var(--footer-height,150px));text-align:center;background-color:var(--bg-primary);flex-direction:column;justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.not-found-content{max-width:600px}.not-found-title{color:var(--accent-secondary);font-size:clamp(4rem,15vw,8rem);font-weight:700;line-height:1;font-family:var(--font-heading);text-shadow:0 0 10px hsla(var(--accent-secondary-hsl), .3);margin-bottom:0}.not-found-subtitle{color:var(--text-primary);font-size:clamp(1.5rem,5vw,2.2rem);font-weight:600;font-family:var(--font-heading);margin-top:.5rem;margin-bottom:1.5rem}.not-found-message{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.05rem;line-height:1.6}.go-home-button{padding:.8rem 2rem;font-size:1rem}
