.modal_overlay.svelte-1vvl4h9{-webkit-backdrop-filter:blur(6px);z-index:99999;box-sizing:border-box;background:#ffffff26;justify-content:center;align-items:center;height:100dvh;padding:20px;display:flex;position:fixed;inset:0}.modal_card.svelte-1vvl4h9{box-sizing:border-box;background:url(../../../assets/Login&Reg/LoginBg.webp) 0 0/100% 100%;border:1px solid #ffffff14;border-radius:20px;width:100%;max-width:820px;height:auto;min-height:520px;max-height:90vh;padding:20px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080}[dir=rtl] .modal_card.svelte-1vvl4h9{flex-direction:row-reverse}.close_btn.svelte-1vvl4h9{color:#ff4a4a;cursor:pointer;z-index:10;background:0 0;border:none;font-size:28px;line-height:1;transition:color .2s,transform .2s;position:absolute;top:15px;right:15px}[dir=rtl] .close_btn.svelte-1vvl4h9{left:auto;right:15px}.close_btn.svelte-1vvl4h9:hover{color:red;transform:rotate(90deg)}.brand_side.svelte-1vvl4h9{flex-shrink:0;width:48%;height:auto;min-height:100%;position:relative;overflow:hidden}.brand_img.svelte-1vvl4h9{object-fit:cover;width:100%;height:100%;display:none}.form_side.svelte-1vvl4h9{box-sizing:border-box;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1d1d1d78;border-radius:20px;flex-direction:column;flex-shrink:0;justify-content:center;width:52%;min-width:0;max-width:52%;height:auto;min-height:100%;max-height:100%;padding:35px 20px;display:flex;overflow:hidden}.logo_container.svelte-1vvl4h9{justify-content:center;margin-bottom:12px;display:flex}.logo_img.svelte-1vvl4h9{object-fit:contain;width:auto;height:48px}.form_title.svelte-1vvl4h9{color:#fff;text-align:center;letter-spacing:.5px;margin:0 0 24px;font-size:24px;font-weight:700}.login_form.svelte-1vvl4h9{flex-direction:column;display:flex}.field_group.svelte-1vvl4h9{margin-bottom:22px;position:relative}.field_wrapper.svelte-1vvl4h9{background:var(--primary-bg);box-sizing:border-box;text-align:end;border:1px solid #ffffff1a;border-radius:8px;align-items:center;height:44px;padding:8px 14px;transition:border-color .25s,box-shadow .25s;display:flex}.field_wrapper.svelte-1vvl4h9:focus-within{border-color:#ffae00;box-shadow:0 0 8px #ffae0033}.field_wrapper.has_error.svelte-1vvl4h9{border-color:#f87171}.field_label_group.svelte-1vvl4h9{color:#fff;white-space:nowrap;flex-shrink:0;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.field_icon.svelte-1vvl4h9{color:#ffae00;width:16px;height:16px}.field_label.svelte-1vvl4h9{margin-right:4px}.field_wrapper.svelte-1vvl4h9 input:where(.svelte-1vvl4h9){color:#fff;box-sizing:border-box;text-align:end;background:0 0;border:none;outline:none;flex:1;width:100%;padding:0 8px;font-size:14px}[dir=rtl].svelte-1vvl4h9 .field_wrapper:where(.svelte-1vvl4h9) input:where(.svelte-1vvl4h9){text-align:start!important;direction:ltr!important}.field_wrapper.svelte-1vvl4h9 input:where(.svelte-1vvl4h9)::placeholder{color:#ffffff59}.eye_toggle.svelte-1vvl4h9{color:#ffffff50;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex}.eye_toggle.svelte-1vvl4h9:hover{color:#fff}.eye_toggle.svelte-1vvl4h9 svg:where(.svelte-1vvl4h9){width:18px;height:18px}.error_text.svelte-1vvl4h9{color:#f87171;pointer-events:none;font-size:11px;font-weight:500;line-height:1;position:absolute;bottom:0;left:8px;transform:translateY(150%)}[dir=rtl].svelte-1vvl4h9 .error_text:where(.svelte-1vvl4h9){left:auto;right:8px}[dir=rtl].svelte-1vvl4h9 .forgot_link:where(.svelte-1vvl4h9){text-align:left}.forgot_password_wrapper.svelte-1vvl4h9{justify-content:center;margin-top:-10px;margin-bottom:20px;display:flex}.forgot_link.svelte-1vvl4h9{color:var(--white);cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:500;transition:color .2s}.forgot_link.svelte-1vvl4h9:hover,.forgot_link.svelte-1vvl4h9:focus,.forgot_link.svelte-1vvl4h9:focus-visible{color:#ffae00;text-decoration:underline}.captcha_group.svelte-1vvl4h9{flex-direction:column;justify-content:center;align-items:center;margin-bottom:20px;display:flex;position:relative}.recaptcha_wrapper.svelte-1vvl4h9{transform-origin:50%;transform:scale(.9)}.captcha_error.svelte-1vvl4h9{text-align:center;position:absolute;bottom:5px;left:0;right:0}.global_error_box.svelte-1vvl4h9{color:#f87171;text-align:center;background:#f8717126;border:1px solid #f871714d;border-radius:6px;margin-bottom:15px;padding:10px;font-size:13px}.submit_btn.svelte-1vvl4h9{background:var(--primary-gradient);color:#000;cursor:pointer;box-sizing:border-box;border:none;border-radius:9999px;justify-content:center;align-items:center;height:44px;font-size:16px;font-weight:700;transition:transform .2s,opacity .2s;display:flex;box-shadow:0 4px 15px #ffae0059}.submit_btn.svelte-1vvl4h9:hover:not(:disabled){opacity:.95;transform:translateY(-1px)}.submit_btn.svelte-1vvl4h9:active:not(:disabled){transform:translateY(1px)}.submit_btn.svelte-1vvl4h9:disabled{opacity:.6;cursor:not-allowed}.submit_btn.svelte-1vvl4h9:not(:disabled):focus,.submit_btn.svelte-1vvl4h9:not(:disabled):focus-visible{box-shadow:0 4px 15px var(--clr-1);transform:translateY(-2px)}.btn_spinner.svelte-1vvl4h9{border:2px solid #0000001a;border-top-color:#000;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite svelte-1vvl4h9-spin}@keyframes svelte-1vvl4h9-spin{to{transform:rotate(360deg)}}.bottom_nav.svelte-1vvl4h9{text-align:center;margin-top:24px}.nav_text.svelte-1vvl4h9{color:#fff;font-size:13px;font-weight:500}.web3_divider.svelte-1vvl4h9{justify-content:center;align-items:center;gap:12px;margin:10px 0;display:flex}.divider_line.svelte-1vvl4h9{background:#ffffff1a;flex:1;height:1px}.divider_text.svelte-1vvl4h9{color:#fff6;font-size:13px;font-weight:500}.web3auth_btn.svelte-1vvl4h9{color:#fff;cursor:pointer;box-sizing:border-box;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:9999px;justify-content:center;align-items:center;gap:10px;width:100%;height:44px;font-size:15px;font-weight:600;transition:background .2s,border-color .2s,transform .2s;display:flex}.web3auth_btn.svelte-1vvl4h9:hover:not(:disabled){background:#ffffff14;border-color:#fff3;transform:translateY(-1px)}.web3auth_btn.svelte-1vvl4h9:active:not(:disabled){transform:translateY(1px)}.web3auth_btn.svelte-1vvl4h9:disabled{opacity:.5;cursor:not-allowed}.web3auth_icon.svelte-1vvl4h9{flex-shrink:0;width:18px;height:18px}.nav_link.svelte-1vvl4h9{color:#ffae00;cursor:pointer;background:0 0;border:none;margin-left:4px;padding:0;font-size:13px;font-weight:700}.nav_link.svelte-1vvl4h9:hover{text-decoration:underline}.slider_wrapper_overflow.svelte-1vvl4h9{width:100%;overflow:hidden}.forms_slider_track.svelte-1vvl4h9{flex-wrap:nowrap;align-items:flex-start;width:200%;transition:transform .4s cubic-bezier(.25,1,.5,1);display:flex}.forms_slider_track.show_forgot.svelte-1vvl4h9{transform:translate(-50%)}[dir=rtl].svelte-1vvl4h9 .forms_slider_track:where(.svelte-1vvl4h9){flex-direction:row-reverse}[dir=rtl].svelte-1vvl4h9 .forms_slider_track.show_forgot:where(.svelte-1vvl4h9){transform:translate(50%)}.slider_pane.svelte-1vvl4h9{box-sizing:border-box;flex-shrink:0;width:50%;padding:0 10px;transition:opacity .3s}.slider_pane.inactive.svelte-1vvl4h9{opacity:0;pointer-events:none}@media (width<=768px){.modal_overlay.svelte-1vvl4h9{padding:0}.modal_card.svelte-1vvl4h9{background:var(--primary-bg);border:0;border-radius:0;flex-direction:column;width:100dvw;height:100dvh;max-height:100dvh;padding:0;overflow-y:auto}.brand_side.svelte-1vvl4h9{border-right:none;width:100%;height:60%;min-height:fit-content}.brand_img.svelte-1vvl4h9{object-fit:cover;object-position:left;width:100%;height:100%;display:block}.form_side.svelte-1vvl4h9{border-radius:20px 20px 0 0;width:100%;max-width:100%;height:auto;min-height:auto;padding:25px 24px;position:absolute;bottom:0}.form_title.svelte-1vvl4h9{margin-bottom:18px}.forgot_password_wrapper.svelte-1vvl4h9{margin-bottom:15px}}
