.not-found{isolation:isolate;grid-template-columns:minmax(220px,.8fr) minmax(280px,1fr);align-items:center;gap:clamp(2.5rem,8vw,8rem);width:min(1120px,100% - 2rem);min-height:min(680px,100vh - 180px);margin:0 auto;padding:5rem 0;display:grid;position:relative;overflow:hidden}.not-found:before,.not-found:after{z-index:-1;content:"";pointer-events:none;border:1px solid #38b6ff1f;border-radius:50%;position:absolute}.not-found:before{width:38rem;height:38rem;animation:12s ease-in-out infinite not-found-drift;top:4rem;left:-14rem}.not-found:after{border-color:#5478ff2e;width:22rem;height:22rem;animation:9s ease-in-out infinite reverse not-found-drift;bottom:-5rem;right:-9rem}.not-found__signal{aspect-ratio:1;place-items:center;width:min(34vw,350px);margin:auto;animation:.7s cubic-bezier(.22,1,.36,1) both not-found-enter;display:grid;position:relative}.not-found__signal:before{content:"";border:1px dashed #38b6ff73;border-radius:50%;animation:18s linear infinite not-found-spin;position:absolute;inset:12%}.not-found__orbit{border:1px solid #38b6ff47;border-radius:50%;display:block;position:absolute;transform:rotate(-30deg)}.not-found__orbit--one{width:88%;height:36%;animation:10s linear infinite not-found-spin}.not-found__orbit--two{border-color:#5478ff61;width:36%;height:88%;animation:13s linear infinite not-found-spin-reverse;transform:rotate(35deg)}.not-found__core{aspect-ratio:1;color:#e7f1ff;width:42%;font-family:var(--font-orbitron),sans-serif;letter-spacing:.08em;background:radial-gradient(circle,#38b6ff38,#0a101ee6 68%);border:1px solid #8adcffb3;border-radius:50%;place-items:center;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;animation:4s ease-in-out infinite not-found-pulse;display:grid;box-shadow:0 0 45px #38b6ff3d,inset 0 0 28px #38b6ff2e}.not-found__copy{max-width:520px;animation:.8s cubic-bezier(.22,1,.36,1) .12s both not-found-copy-enter}.not-found__eyebrow{color:var(--color-accent);font-family:var(--font-orbitron),sans-serif;letter-spacing:.2em;text-transform:uppercase;margin:0 0 1rem;font-size:.72rem}.not-found h1{color:#f5f9ff;letter-spacing:-.04em;max-width:12ch;margin:0;font-size:clamp(2.25rem,5vw,4.5rem);line-height:1.04}.not-found__copy>p:not(.not-found__eyebrow){max-width:38rem;color:var(--color-muted);margin:1.5rem 0 2rem;font-size:1.05rem;line-height:1.75}.not-found__action{color:#e7f1ff;background:#38b6ff1a;border:1px solid #38b6ff8c;border-radius:.5rem;align-items:center;gap:.8rem;padding:.9rem 1.2rem;font-weight:700;transition:background .18s,border-color .18s,transform .18s;display:inline-flex}.not-found__action:hover{border-color:var(--color-accent);color:#fff;background:#38b6ff33;transform:translateY(-2px)}@keyframes not-found-enter{0%{opacity:0;transform:scale(.72)rotate(-12deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes not-found-copy-enter{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes not-found-spin{to{transform:rotate(330deg)}}@keyframes not-found-spin-reverse{to{transform:rotate(-325deg)}}@keyframes not-found-pulse{0%,to{box-shadow:0 0 45px #38b6ff3d,inset 0 0 28px #38b6ff2e}50%{box-shadow:0 0 70px #38b6ff6b,inset 0 0 38px #38b6ff47}}@keyframes not-found-drift{0%,to{transform:translate(0,0)}50%{transform:translate(18px,-14px)}}@media (max-width:700px){.not-found{text-align:center;grid-template-columns:1fr;gap:2rem;min-height:calc(100vh - 160px);padding:3rem 0 5rem}.not-found__signal{width:min(70vw,280px)}.not-found__copy,.not-found h1{margin:0 auto}.not-found__copy>p:not(.not-found__eyebrow){margin-left:auto;margin-right:auto}}@media (prefers-reduced-motion:reduce){.not-found:before,.not-found:after,.not-found__signal,.not-found__signal:before,.not-found__orbit,.not-found__core,.not-found__copy{animation:none}.not-found__action{transition:none}}
