@layer utilities{.not-found-page{justify-content:center;align-items:center;width:100%;min-height:calc(100dvh - 52px);display:flex;position:relative;overflow:hidden}.not-found-content{z-index:1;text-align:center;width:min(92vw,520px);color:var(--color-text);padding:40px 24px;position:relative}.not-found-illustration{object-fit:contain;filter:drop-shadow(0 18px 34px #0f172a33);width:min(300px,72vw);height:auto;max-height:400px;margin:0 auto 24px;animation:4s ease-in-out infinite not-found-float}@keyframes not-found-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.not-found-title{color:var(--color-sky);letter-spacing:0;margin:0;font-family:Playfair Display,Noto Serif SC,serif;font-size:clamp(72px,16vw,96px);font-weight:700;line-height:1}.not-found-message{color:var(--color-text);margin:16px 0 8px;font-size:clamp(20px,4vw,24px);line-height:1.5}.not-found-submessage{color:var(--color-text-secondary);margin:0 0 32px;font-size:16px;line-height:1.7}.not-found-btn{background:var(--color-sky);color:#fff;min-height:48px;box-shadow:0 12px 28px color-mix(in srgb, var(--color-sky) 32%, transparent);border-radius:12px;justify-content:center;align-items:center;padding:12px 32px;font-size:16px;line-height:1.5;text-decoration:none;transition:background .3s,box-shadow .3s,transform .3s;display:inline-flex}.not-found-btn:hover{background:var(--color-sky-deep);color:#fff;box-shadow:0 16px 34px color-mix(in srgb, var(--color-sky-deep) 36%, transparent);transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){.not-found-illustration{animation:none}.not-found-btn{transition:none}}}
