@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.notfound-root{width:100vw;min-height:100vh;font-family:var(--font-sans),ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";background:#f8fafc;justify-content:center;align-items:center;padding:clamp(1rem,3vw,2rem);display:flex}.notfound-content{z-index:10;text-align:center;background:#fff;border:1px solid #d1d5db;border-radius:clamp(1rem,3vw,2rem);flex-direction:column;align-items:center;width:100%;max-width:600px;padding:clamp(2.5rem,6vw,4rem) clamp(1.5rem,4vw,3rem);animation:.4s ease-out fadeIn;display:flex;position:relative}.icon-wrapper{background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:clamp(4rem,12vw,6rem);height:clamp(4rem,12vw,6rem);margin-bottom:clamp(1.5rem,4vw,2rem);display:flex}.icon-wrapper svg{color:#64748b;width:clamp(2rem,6vw,3rem);height:clamp(2rem,6vw,3rem)}.notfound-title{color:#1e293b;letter-spacing:-.025em;margin:0 0 clamp(.5rem,2vw,1rem);font-size:clamp(2rem,6vw,3.5rem);font-weight:700;line-height:1.2}.notfound-subtitle{color:#1e293b;margin:0 0 clamp(.75rem,2vw,1rem);font-size:clamp(1.125rem,3vw,1.5rem);font-weight:600;line-height:1.4}.notfound-desc{color:#64748b;max-width:450px;margin-bottom:clamp(1.5rem,4vw,2rem);font-size:clamp(.875rem,2.5vw,1rem);font-weight:500;line-height:1.6}.notfound-btn{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:1.5rem;justify-content:center;align-items:center;gap:.5rem;padding:clamp(.75rem,2vw,1rem) clamp(1.5rem,4vw,2rem);font-size:clamp(.875rem,2.5vw,1rem);font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.notfound-btn:hover{background:#f8fafc;border-color:#94a3b8}.notfound-btn:active{transform:scale(.98)}.notfound-btn svg{transition:transform .2s}.notfound-btn:hover svg{transform:translate(3px)}@media (max-width:768px){.notfound-root{padding:1rem}.notfound-content{padding:2.5rem 1.5rem}}@media (max-width:480px){.notfound-root{padding:.75rem}.notfound-content{padding:2rem 1.25rem}.notfound-btn{width:100%;max-width:280px}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important}}
