@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");.new_auth_frame{padding:40px 50px;display:flex;justify-content:center;align-items:center;background:#0E0E0E;border-radius:24px;max-width:430px;width:100%}@media (max-width:433px){.new_auth_frame{border-radius:0}}.window{align-items:center;justify-content:center;display:flex;flex-direction:column;transition:max-width 0s,max-height 0s,opacity .3s,padding .3s;padding:20px 0;border-radius:20px}.window.hidden{padding:0;max-width:0;max-height:0;opacity:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.variables{display:flex;flex-direction:column;transition:.3s;padding:20px 0;transition:.5s;max-height:325px}.variables.hidden{max-height:84px}.discord_auth,.google_auth{justify-content:space-between!important}.auth_loader_cont{width:100%}.auth_loader_cont,.social_auth{display:flex;align-items:center;justify-content:center}.social_auth{min-height:44px;padding:12px 15px;border-radius:18px;min-width:250px;border:none;outline:none;cursor:pointer;margin-bottom:5px;margin-top:5px;font-weight:500;transition:.2s}.social_auth_text{text-align:start;width:100%;padding-left:15px}.vk_auth{background:#0077FF;color:white}.vk_auth:hover{background:#097eff;color:white}.discord_auth{background:#4A47D7;color:white}.discord_auth:hover{background:#5350ee}.google_auth{background:white;color:black}.google_auth:hover{background:#e5e5e5}.email_auth{background:#292929;color:white}.email_auth:hover{background:#3a3a3a}.email_auth.disable{background:#1c1c1c;color:#5f5f5f;cursor:default}.back_auth{background:#292929;color:white}.back_auth:hover{background:#3a3a3a}.next_auth{background:#ffffff;color:black}.next_auth:hover{background:#cecece}.horizontal_separator{background:#313131;height:1px;margin-top:7px;margin-bottom:7px}.social_input{padding:12px 10px;border-radius:12px;min-width:250px;outline:none;margin-bottom:5px;margin-top:5px;font-weight:500;transition:.2s;background:#0A0A0A;border:1px solid #303030}.social_input.hidden{display:none}.auth_alert{padding:10px 15px;border-radius:9px;font-size:14px;max-width:250px}.auth_alert_2{background:rgba(85,255,0,.2);color:#55c515}.auth_alert_happy{background:rgba(164,146,26,.2);color:#c7ab1b;margin-bottom:5px}.auth_alert_4{background:rgba(255,0,0,.2);color:#FF5C5C}.auth_page_links{display:flex;align-items:center;justify-content:space-around;margin-top:10px;max-width:430px;width:100%}.auth_page_link{font-size:12px;font-weight:500;color:#ddd;padding:8px 10px;border-radius:6px}.auth_page_link:hover{background:rgba(256,256,256,.05)}.auth_page_links_right{display:flex;align-items:center;gap:15px}.auth_page_warning{margin-top:30px;text-align:center;font-size:12px;color:#888;background:rgba(256,256,256,.04);padding:10px 12px;border-radius:14px;max-width:300px}