.not-found_container__LRagC{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;text-align:center;padding:24px;background-color:var(--app-bg-color);color:var(--app-text-color);position:relative;overflow:hidden}.not-found_errorCode__Dsgth{font-size:8rem;font-weight:900;line-height:1;color:var(--primary-accent);text-shadow:0 0 40px rgba(201,158,16,.25);margin:0;position:relative;letter-spacing:-4px;animation:not-found_float__mRs2k 6s ease-in-out infinite}.not-found_title__bOfUG{font-size:2rem;font-weight:700;margin-top:16px;margin-bottom:12px}.not-found_description__7RPJl{font-size:1.1rem;color:var(--app-hint-color);max-width:380px;margin-bottom:40px;line-height:1.5}.not-found_actions__eb6u_{display:flex;flex-direction:column;gap:12px;width:100%;max-width:320px}.not-found_buttonPrimary__TCuyO{width:100%;box-sizing:border-box;padding:16px;font-size:16px;font-weight:700;border:none;border-radius:16px;cursor:pointer;background-color:var(--app-button-color);color:var(--app-button-text-color);text-align:center;text-decoration:none;display:flex;justify-content:center;align-items:center;transition:transform .2s cubic-bezier(.25,.8,.25,1),opacity .2s ease}.not-found_buttonPrimary__TCuyO:active{transform:scale(.98)}.not-found_buttonSecondary__51F8B{flex:1 1;width:auto;min-width:0;box-sizing:border-box;padding:16px;font-size:16px;font-weight:600;border:none;border-radius:16px;cursor:pointer;background-color:var(--app-secondary-bg-color);color:var(--app-text-color);text-align:center;text-decoration:none;display:flex;justify-content:center;align-items:center;transition:background-color .2s ease,transform .2s ease}.not-found_buttonSecondary__51F8B:active{background-color:var(--app-separator-color);transform:scale(.98)}@keyframes not-found_float__mRs2k{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (min-width:768px){.not-found_errorCode__Dsgth{font-size:14rem}.not-found_actions__eb6u_{max-width:320px}}