.not-found-page{color:#fff;background:#020617;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.not-found-bg{z-index:0;pointer-events:none;position:absolute;inset:0}.not-found-container{z-index:10;text-align:center;width:100%;max-width:600px;padding:0 24px;position:relative}.error-code{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);-webkit-text-fill-color:transparent;opacity:.8;-webkit-background-clip:text;margin-bottom:1rem;font-size:8rem;font-weight:900;line-height:1}.not-found-content h1{margin-bottom:1rem;font-size:2.5rem;font-weight:800;color:#fff!important}.not-found-content p{color:#94a3b8;margin-bottom:3rem;font-size:1.125rem;line-height:1.6}.not-found-actions{justify-content:center;gap:1rem;margin-top:2rem;margin-bottom:4rem;display:flex}.not-found-suggestions{border-top:1px solid #ffffff1a;padding-top:2rem}.not-found-suggestions h3{text-transform:uppercase;letter-spacing:.1em;color:#64748b;margin-bottom:1.5rem;font-size:.875rem;font-weight:700}.suggestion-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.suggestion-item{color:#94a3b8;background:#ffffff05;border:1px solid #ffffff0d;border-radius:1rem;flex-direction:column;align-items:center;gap:.75rem;padding:1rem;text-decoration:none;transition:all .2s;display:flex}.suggestion-item:hover{color:#fff;background:#6366f11a;border-color:#6366f133;transform:translateY(-2px)}.suggestion-icon{color:#6366f1;background:#6366f11a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.suggestion-item span{font-size:.75rem;font-weight:600}@media (max-width:640px){.error-code{font-size:6rem}.not-found-content h1{font-size:2rem}.not-found-actions{flex-direction:column}.suggestion-grid{grid-template-columns:1fr}}
