.languageselector_container__KbfFl{display:flex;position:relative;z-index:999}.languageselector_langButton__4n7ZM{display:flex;justify-content:center;align-items:center;position:relative;width:20px;height:20px;overflow:hidden;border-radius:var(--primary-border-radius)}.languageselector_selectBox__f4vws{position:absolute;top:40px;left:-32px;padding:8px;border-radius:4px;box-shadow:var(--default-shadow);background-color:var(--primary-box-color)}.languageselector_langList__5HS_z{display:flex;flex-direction:column}.languageselector_listItem__rQZX4{display:flex;justify-content:space-between;align-items:center;gap:40px;padding:12px;border-radius:4px;cursor:pointer;color:var(--secondary-text-color);font-size:var(--normal-text-size)}.languageselector_listItem__rQZX4:hover{background-color:var(--secondary-box-color)}.languageselector_listItemImg__W_sXE{display:flex;justify-content:center;align-items:center;position:relative;width:20px;height:20px;overflow:hidden;border-radius:var(--primary-border-radius)}@media screen and (max-height:620px){.languageselector_langButton__4n7ZM{width:16px;height:16px}}.navbar_container__CZncu{display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;min-width:300px}.navbar_logoSection__tPr74{display:flex;justify-content:center;align-items:center;flex:1}.navbar_navSection__xelbJ{position:relative;flex:5}.navbar_settingsSection__seNIm{display:flex;justify-content:space-around;align-items:center;flex:1}@keyframes navbar_loading__B_5OE{0%{background-position:100% 50%}to{background-position:-100% 50%}}.navbar_navLoading__EkiNZ{height:60px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:navbar_loading__B_5OE 1s ease-in-out infinite;border-radius:40px}.navbar_navBg__01KDI{height:60px;background-color:var(--primary-box-color);border-radius:var(--primary-border-radius);box-shadow:var(--default-shadow);padding:8px}.navbar_navItems__39SST{display:flex;justify-content:space-around;align-items:center;height:100%;width:100%}.navbar_navItem__ZP59e{display:flex;justify-content:center;align-items:center;height:100%;padding:8px;flex:1;cursor:pointer}.navbar_navItemIcon__Yz44Q{display:none}.navbar_navItemBox__9wrvx{display:flex;justify-content:center;align-items:center;height:100%;width:100%;background:var(--background-gradient-orange);box-shadow:var(--default-shadow);border-radius:var(--primary-border-radius)}.navbar_selectedItem__tQRD9{color:var(--primary-text-color);font-weight:var(--primary-text-weight);font-size:var(--normal-text-size)}.navbar_otherItem__059x_{color:var(--secondary-text-color);font-weight:var(--secondary-text-weight);font-size:var(--normal-text-size)}.navbar_settingsIcon__RyrZ1{display:none}.navbar_profile__QgPtg{display:flex;justify-content:center;align-items:center;border-radius:var(--primary-border-radius);background:var(--background-gradient-orange);box-shadow:var(--default-shadow);width:40px;height:40px}@media screen and (max-width:900px){.navbar_otherItem__059x_,.navbar_selectedItem__tQRD9{font-size:12px}}@media screen and (max-width:700px){.navbar_otherItem__059x_,.navbar_selectedItem__tQRD9{font-size:10px}}@media screen and (max-width:600px){.navbar_logoSection__tPr74,.navbar_otherItem__059x_,.navbar_selectedItem__tQRD9,.navbar_settingsSection__seNIm{display:none}.navbar_navItemIcon__Yz44Q,.navbar_settingsIcon__RyrZ1{display:flex}.navbar_container__CZncu{padding:10px}}@media screen and (max-height:620px){.navbar_navBg__01KDI,.navbar_navLoading__EkiNZ{height:45px}.navbar_otherItem__059x_,.navbar_selectedItem__tQRD9{font-size:14px}.navbar_logoSection__tPr74 img{width:70px}.navbar_settingsSection__seNIm svg{width:16px;height:16px}}.popup_container___GUg_{position:fixed;top:0;left:0;width:100vw;min-width:300px;height:100vh;min-height:500px;z-index:999;background:rgba(0,0,0,.65);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;padding:20px;animation:popup_fadeIn___L75i .2s ease-out}@keyframes popup_fadeIn___L75i{0%{opacity:0}to{opacity:1}}.popup_box__4FC7R{position:relative;background-color:var(--primary-box-color);box-shadow:0 25px 50px -12px rgba(0,0,0,.25),0 0 0 1px hsla(0,0%,100%,.1);border-radius:24px;width:500px;max-width:90vw;height:-moz-max-content;height:max-content;padding:32px;display:flex;flex-direction:column;justify-content:space-between;gap:24px;animation:popup_slideIn__KLojR .3s ease-out;transform-origin:center center}@keyframes popup_slideIn__KLojR{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.popup_closeicon__0vm1D{position:absolute;top:20px;right:20px;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:8px;font-weight:600;color:var(--secondary-text-color);font-size:14px;padding:8px 12px;border-radius:12px;transition:all .2s ease}.popup_closeicon__0vm1D:hover{background-color:rgba(0,0,0,.05);color:var(--primary-text-color)}.popup_headersection__GqorU{display:flex;justify-content:space-between;align-items:center}.popup_header__uFYAz{flex:1;font-size:32px;color:var(--orange);font-weight:700;margin-bottom:8px;line-height:1.2}.popup_content__8C3ee{flex:3;display:flex;flex-direction:column;justify-content:space-between;gap:16px}.popup_text__Qhpd5{font-size:16px;color:var(--primary-label-color);line-height:1.6;margin-bottom:4px}.popup_input__afQoL{width:100%;height:52px;border-radius:12px;border:2px solid var(--primary-input-color);padding:0 16px;margin-top:12px;font-size:16px;transition:all .2s ease;background-color:hsla(0,0%,100%,.5)}.popup_input__afQoL:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,165,0,.1);transform:translateY(-1px)}.popup_buttoncontainer__1DNUq{flex:1;display:flex;flex-direction:column;align-items:stretch;gap:12px;margin-top:8px}.popup_buttonrow__MlXGF{display:flex;justify-content:flex-end;gap:16px}.popup_button__7mqht{flex:0.5;background:var(--background-gradient-orange);border-radius:12px;color:var(--primary-text-color);border:none;cursor:pointer;font-weight:600;font-size:16px;letter-spacing:.025em;white-space:nowrap;height:100%;min-height:48px;padding:0 24px;transition:all .2s ease;box-shadow:0 2px 8px rgba(255,165,0,.2)}.popup_button__7mqht:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 16px rgba(255,165,0,.3)}.popup_button__7mqht:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px rgba(255,165,0,.2)}.popup_button__7mqht:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.popup_buttonfull__Nm4nw{flex:1;width:100%}@media screen and (max-width:600px){.popup_box__4FC7R{padding:24px;margin:16px;max-width:calc(100vw - 32px)}.popup_header__uFYAz{font-size:28px}.popup_buttonrow__MlXGF{flex-direction:column;gap:12px}.popup_button__7mqht{flex:1;width:100%}}@media screen and (max-height:620px){.popup_container___GUg_{padding:16px}.popup_box__4FC7R{padding:20px;gap:16px}.popup_header__uFYAz{font-size:24px;margin-bottom:4px}.popup_text__Qhpd5{font-size:15px}.popup_input__afQoL{height:44px;padding:0 12px;margin-top:8px}.popup_button__7mqht{min-height:40px;padding:0 16px;font-size:15px}}.error_container__tQc3M{display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(100vh - 80px);width:100vw}.error_header__rBvTO{color:var(--primary-header-color);font-size:24px;font-weight:700;text-align:center}.error_infotext__G5N_N{color:var(--secondary-text-color);font-size:18px;text-align:center}.error_button__M_y_2{margin-top:20px;padding:10px 20px;border-radius:5px;background:var(--background-gradient-orange);color:var(--primary-text-color);font-size:16px;font-weight:700;cursor:pointer}