.not-found-module__HS70Aa__container{background:linear-gradient(135deg, var(--color-background) 0%, var(--color-background-secondary) 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.not-found-module__HS70Aa__container[data-high-contrast=true]{background:var(--color-background)}.not-found-module__HS70Aa__backgroundShapes{z-index:0;width:100%;height:100%;position:absolute;overflow:hidden}.not-found-module__HS70Aa__shape1,.not-found-module__HS70Aa__shape2,.not-found-module__HS70Aa__shape3{opacity:.05;border-radius:50%;animation:20s ease-in-out infinite not-found-module__HS70Aa__float;position:absolute}.not-found-module__HS70Aa__shape1{background:var(--color-primary);width:300px;height:300px;animation-delay:0s;top:-150px;left:-150px}.not-found-module__HS70Aa__shape2{background:var(--color-secondary);width:400px;height:400px;animation-delay:5s;bottom:-200px;right:-200px}.not-found-module__HS70Aa__shape3{background:var(--color-primary);width:250px;height:250px;animation-delay:10s;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes not-found-module__HS70Aa__float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-30px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}}.not-found-module__HS70Aa__content{z-index:1;text-align:center;background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:1.5rem;width:100%;max-width:700px;padding:3rem 2.5rem;animation:.6s ease-out not-found-module__HS70Aa__slideUp;position:relative;box-shadow:0 20px 60px #00000026}.not-found-module__HS70Aa__container[data-high-contrast=true] .not-found-module__HS70Aa__content{border:3px solid var(--color-border);box-shadow:none}@keyframes not-found-module__HS70Aa__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.not-found-module__HS70Aa__errorSection{margin-bottom:2rem;position:relative}.not-found-module__HS70Aa__iconWrapper{margin-bottom:1rem;animation:2s ease-in-out infinite not-found-module__HS70Aa__bounce;display:inline-block}.not-found-module__HS70Aa__iconWrapper i{color:var(--color-warning);filter:drop-shadow(0 4px 8px #ffc1074d);font-size:4rem}.not-found-module__HS70Aa__container[data-high-contrast=true] .not-found-module__HS70Aa__iconWrapper i{filter:none}@keyframes not-found-module__HS70Aa__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.not-found-module__HS70Aa__errorCode{justify-content:center;gap:1rem;margin-bottom:.5rem;display:flex}.not-found-module__HS70Aa__digit{color:var(--color-primary);background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);-webkit-text-fill-color:transparent;text-shadow:0 4px 10px #0000001a;-webkit-background-clip:text;background-clip:text;font-size:clamp(4rem,12vw,7rem);font-weight:800;line-height:1;animation:2s ease-in-out infinite not-found-module__HS70Aa__digitPulse;display:inline-block}.not-found-module__HS70Aa__container[data-high-contrast=true] .not-found-module__HS70Aa__digit{-webkit-text-fill-color:var(--color-primary);text-shadow:none;background:0 0}.not-found-module__HS70Aa__digit:first-child{animation-delay:0s}.not-found-module__HS70Aa__digit:nth-child(2){animation-delay:.2s}.not-found-module__HS70Aa__digit:nth-child(3){animation-delay:.4s}@keyframes not-found-module__HS70Aa__digitPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.not-found-module__HS70Aa__textSection{margin-bottom:2.5rem;animation:.8s ease-out .3s both not-found-module__HS70Aa__fadeIn}@keyframes not-found-module__HS70Aa__fadeIn{0%{opacity:0}to{opacity:1}}.not-found-module__HS70Aa__title{color:var(--color-text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700}.not-found-module__HS70Aa__description{color:var(--color-text-secondary);max-width:500px;margin:0 auto;font-size:1.0625rem;line-height:1.7}.not-found-module__HS70Aa__buttonGroup{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2.5rem;animation:.8s ease-out .5s both not-found-module__HS70Aa__fadeIn;display:flex}.not-found-module__HS70Aa__button{cursor:pointer;border:none;border-radius:.75rem;align-items:center;gap:.625rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.not-found-module__HS70Aa__button:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.not-found-module__HS70Aa__button:hover:before{width:300px;height:300px}.not-found-module__HS70Aa__button i{z-index:1;font-size:1.25rem}.not-found-module__HS70Aa__button span{z-index:1}.not-found-module__HS70Aa__primaryButton{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);color:#fff;box-shadow:0 4px 12px #00000026}.not-found-module__HS70Aa__primaryButton:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0003}.not-found-module__HS70Aa__secondaryButton{background-color:var(--color-background-secondary);color:var(--color-text-primary);border:2px solid var(--color-border);box-shadow:0 2px 8px #00000014}.not-found-module__HS70Aa__secondaryButton:hover{background-color:var(--color-surface);border-color:var(--color-primary);transform:translateY(-3px);box-shadow:0 8px 20px #0000001f}.not-found-module__HS70Aa__container[data-high-contrast=true] .not-found-module__HS70Aa__primaryButton{background:var(--color-primary);color:var(--color-background);border:3px solid var(--color-primary);box-shadow:none}.not-found-module__HS70Aa__container[data-high-contrast=true] .not-found-module__HS70Aa__primaryButton:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover);box-shadow:none}.not-found-module__HS70Aa__container[data-high-contrast=true] .not-found-module__HS70Aa__secondaryButton{background-color:var(--color-background);border:3px solid var(--color-border);box-shadow:none}.not-found-module__HS70Aa__container[data-high-contrast=true] .not-found-module__HS70Aa__secondaryButton:hover{background-color:var(--color-background-secondary);border-color:var(--color-text-primary);box-shadow:none}.not-found-module__HS70Aa__button:active{transform:translateY(-1px)}@media (max-width:576px){.not-found-module__HS70Aa__container{padding:1rem}.not-found-module__HS70Aa__content{border-radius:1rem;padding:2rem 1.5rem}.not-found-module__HS70Aa__iconWrapper i{font-size:3rem}.not-found-module__HS70Aa__digit{font-size:4rem}.not-found-module__HS70Aa__errorCode{gap:.5rem}.not-found-module__HS70Aa__title{font-size:1.5rem}.not-found-module__HS70Aa__description{font-size:.9375rem}.not-found-module__HS70Aa__buttonGroup{flex-direction:column;gap:.75rem;width:100%}.not-found-module__HS70Aa__button{justify-content:center;width:100%;padding:.875rem 1.5rem}.not-found-module__HS70Aa__shape1,.not-found-module__HS70Aa__shape2,.not-found-module__HS70Aa__shape3{opacity:.03}}@media (min-width:576px) and (max-width:768px){.not-found-module__HS70Aa__content{padding:2.5rem 2rem}.not-found-module__HS70Aa__digit{font-size:5rem}.not-found-module__HS70Aa__title{font-size:1.875rem}}.not-found-module__HS70Aa__container[data-high-contrast=true] .not-found-module__HS70Aa__content,.not-found-module__HS70Aa__container[data-high-contrast=true] .not-found-module__HS70Aa__digit,.not-found-module__HS70Aa__container[data-high-contrast=true] .not-found-module__HS70Aa__iconWrapper,.not-found-module__HS70Aa__container[data-high-contrast=true] .not-found-module__HS70Aa__textSection,.not-found-module__HS70Aa__container[data-high-contrast=true] .not-found-module__HS70Aa__buttonGroup{animation:none}.not-found-module__HS70Aa__container[data-high-contrast=true] .not-found-module__HS70Aa__button:hover{transform:none}.not-found-module__HS70Aa__container[data-high-contrast=true] .not-found-module__HS70Aa__button:before{display:none}@media (prefers-reduced-motion:reduce){.not-found-module__HS70Aa__content,.not-found-module__HS70Aa__digit,.not-found-module__HS70Aa__iconWrapper,.not-found-module__HS70Aa__textSection,.not-found-module__HS70Aa__buttonGroup,.not-found-module__HS70Aa__shape1,.not-found-module__HS70Aa__shape2,.not-found-module__HS70Aa__shape3{animation:none}.not-found-module__HS70Aa__button:hover{transform:none}}
