.not-found_container__LRagC{min-height:calc(100vh - 80px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;background-color:var(--color-background);position:relative;overflow:hidden}.not-found_glow__9CxTe{position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(64,112,255,.08) 0,rgba(64,112,255,0) 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:0}.not-found_content__cklTM{position:relative;z-index:1;max-width:600px;display:flex;flex-direction:column;align-items:center}.not-found_errorCode__Dsgth{font-size:8rem;font-weight:800;line-height:1;background:linear-gradient(135deg,var(--brand-500) 0,#8b5cf6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem;letter-spacing:-.05em}.not-found_title__bOfUG{font-size:2.5rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1rem;letter-spacing:-.02em}.not-found_description__7RPJl{font-size:1.125rem;color:var(--color-text-secondary);margin-bottom:2.5rem;line-height:1.6}.not-found_actions__eb6u_{display:flex;gap:1rem;align-items:center;justify-content:center}.not-found_primaryButton__WJZww{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background-color:var(--brand-500);color:white;border-radius:var(--radius-md);font-weight:500;font-size:.95rem;transition:all .2s ease;text-decoration:none}.not-found_primaryButton__WJZww:hover{background-color:#3058d6;color:white;transform:translateY(-1px)}.not-found_secondaryButton__649_1{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background-color:transparent;color:var(--color-text-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);font-weight:500;font-size:.95rem;transition:all .2s ease;text-decoration:none}.not-found_secondaryButton__649_1:hover{background-color:var(--color-surface);border-color:var(--color-text-tertiary)}@media (max-width:640px){.not-found_errorCode__Dsgth{font-size:6rem}.not-found_title__bOfUG{font-size:2rem}.not-found_actions__eb6u_{flex-direction:column;width:100%}.not-found_primaryButton__WJZww,.not-found_secondaryButton__649_1{width:100%}}