.fm-error-page[data-astro-cid-zetdm5md]{flex:1;display:flex;align-items:center;justify-content:center;position:relative;padding:2rem var(--fm-container-padding);min-height:70vh;overflow:hidden}.fm-error-content[data-astro-cid-zetdm5md]{text-align:center;position:relative;z-index:10;max-width:600px;margin:0 auto}.fm-error-tracks[data-astro-cid-zetdm5md]{position:absolute;inset:0;overflow:hidden;opacity:.05;pointer-events:none}.fm-track[data-astro-cid-zetdm5md]{position:absolute;font-size:2.5rem;color:var(--fm-ui-primary);animation:fade-track 4s ease-out infinite}.fm-track[data-astro-cid-zetdm5md]:nth-child(1){top:12%;left:8%;animation-delay:0s;transform:rotate(-30deg)}.fm-track[data-astro-cid-zetdm5md]:nth-child(2){top:22%;left:18%;animation-delay:.3s;transform:rotate(-25deg)}.fm-track[data-astro-cid-zetdm5md]:nth-child(3){top:32%;left:26%;animation-delay:.6s;transform:rotate(-20deg)}.fm-track[data-astro-cid-zetdm5md]:nth-child(4){top:18%;right:12%;animation-delay:.2s;transform:rotate(30deg)}.fm-track[data-astro-cid-zetdm5md]:nth-child(5){top:28%;right:22%;animation-delay:.5s;transform:rotate(25deg)}@keyframes fade-track{0%,to{opacity:.3}50%{opacity:1}}.fm-error-radar[data-astro-cid-zetdm5md]{position:absolute;bottom:-200px;right:-200px;width:500px;height:500px;border-radius:50%;border:2px solid rgba(14,165,233,.08);opacity:.6;pointer-events:none}.fm-error-radar[data-astro-cid-zetdm5md]:before{content:"";position:absolute;inset:40px;border-radius:50%;border:2px solid rgba(14,165,233,.12)}.fm-error-radar[data-astro-cid-zetdm5md]:after{content:"";position:absolute;inset:80px;border-radius:50%;border:2px solid rgba(14,165,233,.16)}.fm-radar-sweep[data-astro-cid-zetdm5md]{position:absolute;top:50%;left:50%;width:50%;height:2px;background:linear-gradient(90deg,var(--fm-ui-accent),transparent);transform-origin:left center;animation:sweep 4s linear infinite}@keyframes sweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fm-error-icon[data-astro-cid-zetdm5md]{width:180px;height:180px;margin:0 auto 1.5rem;position:relative}.fm-magnifier[data-astro-cid-zetdm5md]{position:relative;animation:sniff 2s ease-in-out infinite;color:var(--fm-ui-primary)}.fm-magnifier[data-astro-cid-zetdm5md] svg[data-astro-cid-zetdm5md]{width:100%;height:100%}.fm-mag-question[data-astro-cid-zetdm5md]{fill:var(--fm-ui-accent)}@keyframes sniff{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(-10px) rotate(-5deg)}75%{transform:translate(10px) rotate(5deg)}}.fm-sniff-lines[data-astro-cid-zetdm5md]{position:absolute;top:24px;left:50%;transform:translate(-50%);display:flex;gap:8px}.fm-sniff-line[data-astro-cid-zetdm5md]{width:4px;background:var(--fm-ui-accent);border-radius:4px;opacity:0;animation:sniff-wave 1.5s ease-in-out infinite}.fm-sniff-line[data-astro-cid-zetdm5md]:nth-child(1){animation-delay:0s;height:18px}.fm-sniff-line[data-astro-cid-zetdm5md]:nth-child(2){animation-delay:.15s;height:26px}.fm-sniff-line[data-astro-cid-zetdm5md]:nth-child(3){animation-delay:.3s;height:20px}@keyframes sniff-wave{0%,to{opacity:0;transform:translateY(0) scaleY(.5)}50%{opacity:1;transform:translateY(-12px) scaleY(1)}}.fm-error-code[data-astro-cid-zetdm5md]{font-family:var(--fm-font-family);font-size:8rem;font-weight:800;line-height:1;margin-bottom:1.5rem;letter-spacing:-.03em}.fm-digit[data-astro-cid-zetdm5md]{display:inline-block;color:var(--fm-ui-primary)}.fm-digit--accent[data-astro-cid-zetdm5md]{color:var(--fm-ui-accent-text);animation:pulse-zero 2s ease-in-out infinite}@keyframes pulse-zero{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.08);opacity:.85}}.fm-error-title[data-astro-cid-zetdm5md]{font-size:var(--fm-text-h1);font-weight:700;color:var(--fm-ui-primary);margin-bottom:.75rem}.fm-error-desc[data-astro-cid-zetdm5md]{font-size:var(--fm-text-lead);color:var(--fm-text);margin-bottom:.5rem;line-height:1.6}.fm-error-hint[data-astro-cid-zetdm5md]{font-size:var(--fm-text-small);color:var(--fm-text-secondary);margin-bottom:2.5rem}.fm-search-animation[data-astro-cid-zetdm5md]{max-width:340px;margin:0 auto 2.5rem;background:var(--fm-bg-alt);border-radius:var(--fm-radius-lg);padding:14px 20px;display:flex;align-items:center;gap:14px;border:2px solid transparent;animation:search-pulse 3s ease-in-out infinite}@keyframes search-pulse{0%,to{border-color:transparent;background:var(--fm-bg-alt)}50%{border-color:var(--fm-ui-accent);background:#0ea5e90d}}.fm-search-icon[data-astro-cid-zetdm5md]{width:22px;height:22px;color:var(--fm-text-secondary);flex-shrink:0}.fm-search-text[data-astro-cid-zetdm5md]{flex:1;text-align:left;overflow:hidden}.fm-search-typing[data-astro-cid-zetdm5md]{color:var(--fm-text);font-size:.95rem;white-space:nowrap;overflow:hidden;border-right:2px solid var(--fm-ui-accent);animation:typing 3s steps(20) infinite,blink .5s step-end infinite;display:inline-block;width:0}@keyframes typing{0%,10%{width:0}40%,60%{width:100%}90%,to{width:0}}@keyframes blink{50%{border-color:transparent}}.fm-error-buttons[data-astro-cid-zetdm5md]{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}@media (min-width: 480px){.fm-error-buttons[data-astro-cid-zetdm5md]{flex-direction:row}}.fm-error-buttons[data-astro-cid-zetdm5md] .fm-btn[data-astro-cid-zetdm5md]{min-width:180px}.fm-error-buttons[data-astro-cid-zetdm5md] .fm-btn[data-astro-cid-zetdm5md] svg[data-astro-cid-zetdm5md]{width:20px;height:20px}@media (max-width: 640px){.fm-error-code[data-astro-cid-zetdm5md]{font-size:5.5rem}.fm-error-icon[data-astro-cid-zetdm5md]{width:140px;height:140px}.fm-error-title[data-astro-cid-zetdm5md]{font-size:1.4rem}.fm-error-desc[data-astro-cid-zetdm5md]{font-size:1rem}.fm-error-radar[data-astro-cid-zetdm5md]{width:300px;height:300px;bottom:-120px;right:-120px}.fm-error-tracks[data-astro-cid-zetdm5md]{display:none}.fm-search-animation[data-astro-cid-zetdm5md]{max-width:100%}}@media (prefers-reduced-motion: reduce){.fm-track[data-astro-cid-zetdm5md],.fm-radar-sweep[data-astro-cid-zetdm5md],.fm-magnifier[data-astro-cid-zetdm5md],.fm-sniff-line[data-astro-cid-zetdm5md],.fm-digit--accent[data-astro-cid-zetdm5md],.fm-search-animation[data-astro-cid-zetdm5md],.fm-search-typing[data-astro-cid-zetdm5md]{animation:none}.fm-search-typing[data-astro-cid-zetdm5md]{width:auto;border-right:none}}
