.not-found_container__LRagC{display:flex;flex-direction:column;min-height:100vh;padding:0;background-color:var(--background-color);background:linear-gradient(135deg,var(--background-color) 0,var(--background-color-2) 100%)}.not-found_content__cklTM{display:flex;flex-direction:column;flex:1;width:100%}.not-found_logoContainer__vyVLW{display:flex;justify-content:center;align-items:center;padding:20px 0;border-bottom:var(--border-seperator-width) solid var(--border-dark);cursor:pointer}.not-found_logo__ZK4Hm{display:block;height:100px;max-height:60px;opacity:.9;transition:opacity .2s ease}.not-found_logo__ZK4Hm:hover{opacity:1}.not-found_mainContent__LaRGy{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;text-align:center;max-width:600px;width:100%;margin:0 auto;padding:0 2rem}.not-found_errorCode__Dsgth{font-size:5rem;font-weight:700;margin:20px 0;letter-spacing:-.02em;background:linear-gradient(90deg,var(--accent-color-1),var(--accent-color-2),var(--accent-color-3),var(--accent-color-4),var(--accent-color-5),var(--accent-color-1));animation:not-found_gradientAnimation__NmPib 15s linear infinite;text-shadow:3px 3px 6px rgba(0,0,0,.2);background-size:600% 100%;-webkit-background-clip:text;background-clip:text;color:transparent}@keyframes not-found_gradientAnimation__NmPib{0%{background-position:0 50%}to{background-position:100% 50%}}.not-found_textContent__nS9Km{margin:20px 0 30px;max-width:480px}.not-found_title__bOfUG{font-size:1.8rem;font-weight:600;color:var(--font-color-2);margin:0 0 1.5rem;line-height:1.2}.not-found_description__7RPJl{font-size:1.2rem;color:var(--font-color-4);margin:0 0 1rem;line-height:1.6;font-weight:400}.not-found_suggestion__Wk25K{font-size:1rem;color:var(--font-color-4);margin:0;line-height:1.5}.not-found_actions__eb6u_{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:2rem}.not-found_primaryButton__WJZww{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:160px;padding:.8rem 1.4rem;background:linear-gradient(45deg,var(--accent-color-2),var(--accent-color-1));border:none;border-radius:var(--border-radius);color:#fff;font-weight:700;text-decoration:none;box-shadow:0 4px 15px rgba(32,178,170,.3);transition:all .2s ease}.not-found_primaryButton__WJZww:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(32,178,170,.4)}.not-found_secondaryButton__649_1{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:160px;padding:.8rem 1.4rem;border:1px solid var(--border-dark);border-radius:var(--border-radius);color:var(--font-color-2);font-weight:700;text-decoration:none;transition:all .2s ease}.not-found_secondaryButton__649_1:hover{border-color:var(--primary-color-1);transform:translateY(-1px)}@media (max-width:768px){.not-found_logoContainer__vyVLW{padding:1.5rem 0 1rem;margin-bottom:1rem}.not-found_mainContent__LaRGy{padding:0 1rem}.not-found_errorCode__Dsgth{font-size:3.5rem}.not-found_title__bOfUG{font-size:1.5rem}.not-found_description__7RPJl{font-size:1rem}.not-found_textContent__nS9Km{margin:1rem 0 2rem}.not-found_actions__eb6u_{flex-direction:column;width:100%;gap:.75rem}.not-found_primaryButton__WJZww,.not-found_secondaryButton__649_1{width:100%;min-width:unset}}@media (min-width:1200px){.not-found_errorCode__Dsgth{font-size:6rem}.not-found_title__bOfUG{font-size:2rem}.not-found_mainContent__LaRGy{max-width:700px}}