.not-found_darkTheme__J_hry{--bg-primary:#0f172a;--bg-secondary:#1e293b;--bg-tertiary:#334155;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-accent:#60a5fa;--border-primary:#334155;--border-secondary:#475569;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.3);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.4);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.5);--accent-blue:#3b82f6;--accent-blue-hover:#2563eb;--gradient-primary:linear-gradient(135deg,#3b82f6,#8b5cf6);--gradient-tertiary:linear-gradient(135deg,#60a5fa,#3b82f6)}.not-found_container__LRagC{min-height:100vh;background-color:var(--bg-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;transition:background-color .3s ease}.not-found_main__WoYtF{max-width:80rem;margin:0 auto;padding:1.5rem 1rem}.not-found_hero__Dl2H6{padding:2rem 0;position:relative;overflow:hidden;text-align:center}.not-found_heroContent___TyxO{text-align:center;max-width:70rem;margin:0 auto;position:relative;z-index:2}.not-found_errorCode__Dsgth{font-size:6rem;font-weight:900;line-height:1;opacity:.8}.not-found_errorCode__Dsgth,.not-found_title__bOfUG{color:var(--text-primary);margin-bottom:1rem;background:var(--gradient-tertiary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.not-found_title__bOfUG{font-size:3.5rem;font-weight:800;line-height:1.1}.not-found_description__7RPJl{font-size:1.25rem;color:var(--text-secondary);max-width:48rem;margin:0 auto 1.5rem;line-height:1.7;font-weight:400}.not-found_actions__eb6u_{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.not-found_primaryButton__WJZww{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;font-size:1rem;border:none;font-family:inherit;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-hover));color:white}.not-found_primaryButton__WJZww:hover{box-shadow:var(--shadow-md);opacity:.94}.not-found_sectionsGrid__yIqEd{margin-bottom:4rem}.not-found_sectionTitle__SFmNQ{font-size:1.8rem;font-weight:700;color:var(--text-primary);margin-bottom:2rem;text-align:center;background:var(--gradient-tertiary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.not-found_grid__fPAoA{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.not-found_sectionCard__9TjmD{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:12px;transition:all .3s ease;position:relative;overflow:hidden;text-decoration:none;cursor:pointer}.not-found_sectionCard__9TjmD:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--gradient-primary);opacity:.05;transition:left .3s ease}.not-found_sectionCard__9TjmD:hover:before{left:0}.not-found_sectionCard__9TjmD:hover{box-shadow:var(--shadow-lg);border-color:var(--accent-blue)}.not-found_sectionIcon__kSQ8y{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:var(--bg-tertiary);border-radius:12px;color:var(--accent-blue);transition:all .3s ease;position:relative;z-index:1;flex-shrink:0}.not-found_sectionCard__9TjmD:hover .not-found_sectionIcon__kSQ8y{transform:scale(1.1)}.not-found_sectionContent__MT87F{flex:1 1;position:relative;z-index:1}.not-found_sectionName__EKpOz{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.not-found_sectionDescription__yc3KO{font-size:.9rem;color:var(--text-secondary);margin-bottom:.5rem;line-height:1.4}.not-found_sectionCount__O6oMk{font-size:.875rem;color:var(--text-accent);font-weight:500}.not-found_darkTheme__J_hry .not-found_title__bOfUG{background:linear-gradient(135deg,#60a5fa,#3472ed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.not-found_darkTheme__J_hry .not-found_errorCode__Dsgth{background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.not-found_darkTheme__J_hry .not-found_sectionTitle__SFmNQ{background:linear-gradient(135deg,#60a5fa,#3472ed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width:768px){.not-found_main__WoYtF{padding:1rem;max-width:100%}.not-found_hero__Dl2H6{padding:.6rem 0 1.5rem}.not-found_heroContent___TyxO{max-width:100%}.not-found_errorCode__Dsgth{font-size:4rem;margin-bottom:.75rem}.not-found_title__bOfUG{font-size:2.5rem;font-weight:700;margin-bottom:.75rem;line-height:1.25}.not-found_description__7RPJl{font-size:1rem;line-height:1.6;margin-bottom:1.4rem;max-width:100%}.not-found_actions__eb6u_{flex-direction:column;align-items:center;gap:.75rem}.not-found_sectionsGrid__yIqEd{margin-bottom:2.5rem}.not-found_sectionTitle__SFmNQ{font-size:1.4rem;margin-bottom:1.5rem;line-height:1.4}.not-found_grid__fPAoA{grid-template-columns:1fr;gap:1rem}.not-found_sectionCard__9TjmD{padding:1.25rem;flex-direction:column;text-align:center;gap:1rem}.not-found_sectionIcon__kSQ8y{width:50px;height:50px}.not-found_sectionName__EKpOz{font-size:1.1rem}.not-found_sectionDescription__yc3KO{font-size:.875rem}.not-found_sectionCount__O6oMk{font-size:.8125rem}}@media (max-width:480px){.not-found_main__WoYtF{padding:.75rem}.not-found_hero__Dl2H6{padding:1rem 0}.not-found_errorCode__Dsgth{font-size:3rem;margin-bottom:.5rem}.not-found_title__bOfUG{font-size:1.875rem;margin-bottom:.5rem}.not-found_description__7RPJl{font-size:.9375rem;margin-bottom:1.4rem;line-height:1.55}.not-found_actions__eb6u_{gap:.5rem}.not-found_sectionsGrid__yIqEd{margin-bottom:2rem}.not-found_sectionTitle__SFmNQ{font-size:1.25rem;margin-bottom:1rem}.not-found_sectionCard__9TjmD{padding:1rem}.not-found_sectionIcon__kSQ8y{width:45px;height:45px}.not-found_sectionName__EKpOz{font-size:1rem}.not-found_sectionDescription__yc3KO{font-size:.8125rem}.not-found_sectionCount__O6oMk{font-size:.75rem}}@media (max-width:360px){.not-found_main__WoYtF{padding:.5rem}.not-found_errorCode__Dsgth{font-size:2.5rem}.not-found_title__bOfUG{font-size:1.75rem}.not-found_description__7RPJl{font-size:.875rem}.not-found_sectionTitle__SFmNQ{font-size:1.125rem}}