.not-found-scene{aspect-ratio:360/180;border-radius:var(--radius-card-lg);width:100%;position:relative;overflow:hidden}.not-found-scene__svg{width:100%;height:100%;display:block}.not-found-scene__surfer{transform-box:fill-box;transform-origin:50% 100%;animation:3.6s ease-in-out infinite not-found-bob}.not-found-scene__wave--slow{animation:9s linear infinite not-found-drift}.not-found-scene__wave--mid{animation:6s linear infinite not-found-drift}.not-found-scene__wave--fast{animation:4s linear infinite not-found-drift}@keyframes not-found-bob{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-5px)rotate(2deg)}}@keyframes not-found-drift{0%{transform:translate(0)}to{transform:translate(-60px)}}@media (prefers-reduced-motion:reduce){.not-found-scene__surfer,.not-found-scene__wave{animation:none}}
