.not-found-page{background-color:#fff;justify-content:center;align-items:center;min-height:calc(100vh - 70px);padding:2rem;display:flex;position:relative;overflow:hidden}.not-found-page .not-found-container{z-index:2;width:100%;max-width:800px;position:relative}.not-found-page .floating-icons{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.not-found-page .floating-icon{color:#009cff1a;font-size:3rem;animation:6s ease-in-out infinite float;position:absolute}@keyframes float{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-20px)rotate(5deg)}50%{transform:translateY(-10px)rotate(-5deg)}75%{transform:translateY(-15px)rotate(3deg)}}.not-found-page .not-found-content{text-align:center;background:#fff;border:1px solid #009cff1a;border-radius:20px;padding:3rem 2rem}.not-found-page .error-code{margin-bottom:2rem}.not-found-page .glitch-text{color:#009cff;font-size:6rem;font-weight:900;animation:2s linear infinite glitch;display:inline-block;position:relative}.not-found-page .glitch-text:before,.not-found-page .glitch-text:after{content:attr(data-text);width:100%;height:100%;position:absolute;top:0;left:0}.not-found-page .glitch-text:before{color:#009cff;z-index:-1;animation:.5s infinite glitch-1}.not-found-page .glitch-text:after{color:#009cff;z-index:-2;animation:.5s infinite glitch-2}@keyframes glitch{0%,to{transform:translate(0)}20%{transform:translate(-2px,2px)}40%{transform:translate(-2px,-2px)}60%{transform:translate(2px,2px)}80%{transform:translate(2px,-2px)}}@keyframes glitch-1{0%,to{transform:translate(0)}20%{transform:translate(-1px,-1px)}40%{transform:translate(-1px,-1px)}60%{transform:translate(1px,1px)}80%{transform:translate(1px,-1px)}}@keyframes glitch-2{0%,to{transform:translate(0)}20%{transform:translate(1px,1px)}40%{transform:translate(1px,-1px)}60%{transform:translate(-1px,1px)}80%{transform:translate(-1px,-1px)}}.not-found-page .error-title{color:#2d3748;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.not-found-page .error-description{color:#64748b;margin-bottom:3rem;font-size:1.2rem;line-height:1.6}.not-found-page .error-suggestions h3{color:#2d3748;margin-bottom:2rem;font-size:1.5rem}.not-found-page .suggestion-grid{gap:1.5rem;margin-bottom:3rem;display:grid}.not-found-page .suggestion-grid.six-cards{grid-template-columns:repeat(3,1fr)}@media (max-width:900px){.not-found-page .suggestion-grid.six-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.not-found-page .suggestion-grid.six-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:430px){.not-found-page .suggestion-grid.six-cards{grid-template-columns:repeat(2,1fr);gap:.75rem}.not-found-page .suggestion-card{min-height:108px;padding:.95rem .55rem}.not-found-page .suggestion-card i,.not-found-page .suggestion-card svg{font-size:1.6rem}}@media (max-width:360px){.not-found-page .suggestion-grid.six-cards{grid-template-columns:1fr}}.not-found-page .suggestion-card{color:#fff;background:linear-gradient(135deg,#009cff 0%,#0080e6 100%);border-radius:14px;flex-direction:column;align-items:center;min-height:118px;padding:1.1rem .75rem;text-decoration:none;transition:transform .25s;display:flex}.not-found-page .suggestion-card:hover{color:#fff;text-decoration:none;transform:translateY(-4px)}.not-found-page .suggestion-card i,.not-found-page .suggestion-card svg{width:1.85rem;height:1.85rem;margin-bottom:.45rem;font-size:1.85rem}.not-found-page .suggestion-card span{font-size:.9rem;font-weight:600}.not-found-page .fun-fact{text-align:left;background:#009cff1a;border-left:4px solid #009cff;border-radius:15px;padding:1.5rem}.not-found-page .fun-fact i{color:#009cff;margin-right:.5rem;font-size:1.2rem}.not-found-page .fun-fact p{color:#4a5568;margin:0;line-height:1.6}.not-found-page .fun-fact strong{color:#009cff}@media (max-width:768px){.not-found-page{min-height:calc(100vh - 64px);margin-top:50px;padding:1rem}.not-found-page .not-found-content{padding:2rem 1.5rem}.not-found-page .glitch-text{font-size:4rem}.not-found-page .error-title{font-size:2rem}.not-found-page .error-description{font-size:1.1rem}.not-found-page .suggestion-grid.six-cards{grid-template-columns:repeat(2,1fr)}.not-found-page .suggestion-card{min-height:112px;padding:1rem .6rem}.not-found-page .suggestion-card i,.not-found-page .suggestion-card svg{font-size:1.7rem}.not-found-page .floating-icon{font-size:2rem}}@media (max-width:480px){.not-found-page .glitch-text{font-size:3rem}.not-found-page .fun-fact{text-align:center}}
