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