.not-found-container{background-image:linear-gradient(#0a0a0ad9,#0a0a0ae6),url(/images/404-bg.avif);background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;min-height:100vh;padding:2rem;animation:.8s ease-out fadeIn;display:flex;position:relative;overflow:hidden}.not-found-content{z-index:10;text-align:center;max-width:800px;animation:1s ease-out slideUp;position:relative}.mystical-ornament{color:var(--primary);justify-content:center;margin:0 auto;display:flex}.mystical-ornament-top{margin-bottom:2rem;animation:6s ease-in-out infinite mysticalFloat}.mystical-ornament-bottom{margin-top:3rem;animation:6s ease-in-out 3s infinite mysticalFloat}.not-found-number-container{margin:2rem 0;position:relative}.not-found-number{font-size:clamp(8rem,20vw,16rem);font-weight:300;line-height:1;font-family:var(--font-elegant);color:var(--primary);text-shadow:0 0 30px #f7cba280,0 0 60px #f7cba24d,0 0 90px #f7cba233;letter-spacing:.05em;margin:0}.shimmer-text{background:linear-gradient(90deg,var(--primary)0%,var(--primary-light)40%,#fff 50%,var(--primary-light)60%,var(--primary)100%);-webkit-text-fill-color:transparent;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite shimmer;display:inline-block;position:relative}@keyframes shimmer{0%{background-position:200%}to{background-position:-200%}}.not-found-title{color:var(--foreground);font-size:clamp(1.5rem,4vw,2.5rem);font-weight:300;font-family:var(--font-elegant);letter-spacing:.08em;text-shadow:0 2px 10px #00000080;margin:2rem 0 1.5rem}.not-found-description{color:var(--foreground-secondary);opacity:.9;text-shadow:0 1px 3px #0000004d;max-width:600px;margin:0 auto 3rem;font-size:clamp(.95rem,2vw,1.1rem);line-height:1.8}.not-found-button{z-index:1;align-items:center;gap:.5rem;margin-top:1rem;display:inline-flex;position:relative}.not-found-button:hover{border-color:var(--primary-light);color:var(--primary-light);background:#f7cba21a}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.not-found-container{padding:1.5rem}.mystical-ornament svg{width:8rem;height:4rem}.not-found-title{margin:1.5rem 0 1rem}.not-found-description{margin-bottom:2rem}.not-found-button{padding:.65rem 1.5rem;font-size:.8rem}}@media (max-width:480px){.not-found-number{text-shadow:0 0 20px #f7cba266,0 0 40px #f7cba233}.mystical-ornament-top,.mystical-ornament-bottom{display:none}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
