.auth-page.svelte-1e0uvmb{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--bgGradient, linear-gradient(180deg, #1C1C1E 0%, #161617 40%, #111112 100%));padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.auth-header.svelte-1e0uvmb{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;position:sticky;top:0;z-index:10}.back-btn.svelte-1e0uvmb{width:44px;height:44px;border-radius:12px;background:var(--surface, #242426);border:1px solid var(--border, #3A3A3C);display:flex;align-items:center;justify-content:center;color:var(--text, #E5E5E7);cursor:pointer;transition:all .2s;-webkit-tap-highlight-color:transparent}.back-btn.svelte-1e0uvmb:hover{background:var(--surface2, #323234)}.back-btn.svelte-1e0uvmb:active{transform:scale(.95)}.lang-dropdown.svelte-1e0uvmb{position:relative}.lang-btn.svelte-1e0uvmb{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--surface, #242426);border:1px solid var(--border, #3A3A3C);border-radius:12px;color:var(--text, #E5E5E7);font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;-webkit-tap-highlight-color:transparent}.lang-btn.svelte-1e0uvmb:hover{background:var(--surface2, #323234)}.lang-flag.svelte-1e0uvmb{font-size:18px}.lang-arrow.svelte-1e0uvmb{transition:transform .2s}.lang-arrow.open.svelte-1e0uvmb{transform:rotate(180deg)}.lang-menu.svelte-1e0uvmb{position:absolute;top:calc(100% + 8px);right:0;background:var(--surface, #242426);border:1px solid var(--border, #3A3A3C);border-radius:12px;padding:8px;min-width:160px;box-shadow:0 8px 32px #0006;animation:svelte-1e0uvmb-slideDown .2s ease;z-index:100}@keyframes svelte-1e0uvmb-slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.lang-option.svelte-1e0uvmb{display:flex;align-items:center;gap:12px;width:100%;padding:12px;border:none;background:transparent;color:var(--text, #E5E5E7);font-size:16px;text-align:left;cursor:pointer;border-radius:8px;transition:background .15s;-webkit-tap-highlight-color:transparent}.lang-option.svelte-1e0uvmb:hover{background:var(--surface2, #323234)}.lang-option.active.svelte-1e0uvmb{background:#a3e6351a;color:var(--accent, #A3E635)}.lang-option.svelte-1e0uvmb .check:where(.svelte-1e0uvmb){margin-left:auto;color:var(--accent, #A3E635)}.auth-main.svelte-1e0uvmb{flex:1;display:flex;flex-direction:column;padding:12px 20px 20px;max-width:420px;width:100%;margin:0 auto;overflow-y:auto}.logo-section.svelte-1e0uvmb{text-align:center;margin-bottom:32px}.logo.svelte-1e0uvmb{font-size:42px;font-weight:900;font-style:italic;color:var(--text, #E5E5E7);letter-spacing:-2px;text-decoration:none;display:inline-block;text-shadow:0 0 30px rgba(163,230,53,.3)}.tagline.svelte-1e0uvmb{color:var(--muted, #98989D);font-size:17px;margin:8px 0 0}.auth-form.svelte-1e0uvmb{display:flex;flex-direction:column;gap:16px}.referral-banner.svelte-1e0uvmb{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#a3e6351a;border:1px solid rgba(163,230,53,.3);border-radius:12px}.referral-icon.svelte-1e0uvmb{font-size:20px}.referral-text.svelte-1e0uvmb{color:var(--accent, #A3E635);font-size:14px;font-weight:600}.error-banner.svelte-1e0uvmb{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#ff445a1a;border:1px solid rgba(255,68,90,.3);border-radius:12px;color:#ff445a;font-size:15px;animation:svelte-1e0uvmb-shake .4s ease}@keyframes svelte-1e0uvmb-shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-8px)}40%,80%{transform:translate(8px)}}.form-group.svelte-1e0uvmb{display:flex;flex-direction:column;gap:8px}.form-group.svelte-1e0uvmb label:where(.svelte-1e0uvmb){color:var(--text, #E5E5E7);font-size:15px;font-weight:600}.input-wrapper.svelte-1e0uvmb{position:relative;display:flex;align-items:center}.input-icon.svelte-1e0uvmb{position:absolute;left:16px;color:var(--muted, #98989D);pointer-events:none;transition:color .2s}.input-wrapper.svelte-1e0uvmb:focus-within .input-icon:where(.svelte-1e0uvmb){color:var(--accent, #A3E635)}.form-group.svelte-1e0uvmb input[type=text]:where(.svelte-1e0uvmb),.form-group.svelte-1e0uvmb input[type=email]:where(.svelte-1e0uvmb),.form-group.svelte-1e0uvmb input[type=password]:where(.svelte-1e0uvmb){width:100%;height:54px;padding:0 48px;background:var(--surface, #242426);border:2px solid var(--border, #3A3A3C);border-radius:14px;color:var(--text, #E5E5E7);font-size:16px;transition:all .2s;-webkit-appearance:none}.form-group.svelte-1e0uvmb input:where(.svelte-1e0uvmb)::placeholder{color:var(--muted, #98989D);opacity:.6}.form-group.svelte-1e0uvmb input:where(.svelte-1e0uvmb):focus{outline:none;border-color:var(--accent, #A3E635);background:var(--surface2, #323234);box-shadow:0 0 0 4px #a3e6351a}.form-group.svelte-1e0uvmb input.has-error:where(.svelte-1e0uvmb){border-color:#ff445a}.form-group.svelte-1e0uvmb input:where(.svelte-1e0uvmb):disabled{opacity:.6;cursor:not-allowed}.toggle-password.svelte-1e0uvmb{position:absolute;right:12px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--muted, #98989D);cursor:pointer;border-radius:8px;transition:all .2s;-webkit-tap-highlight-color:transparent}.toggle-password.svelte-1e0uvmb:hover{color:var(--text, #E5E5E7);background:#ffffff0d}.field-error.svelte-1e0uvmb{color:#ff445a;font-size:13px;padding-left:4px}.password-strength.svelte-1e0uvmb{display:flex;align-items:center;gap:12px;margin-top:4px}.strength-bars.svelte-1e0uvmb{display:flex;gap:4px;flex:1}.strength-bar.svelte-1e0uvmb{height:4px;flex:1;background:var(--border, #3A3A3C);border-radius:2px;transition:background-color .3s}.strength-label.svelte-1e0uvmb{font-size:12px;font-weight:600;min-width:60px;text-align:right}.checkbox-group.svelte-1e0uvmb{display:flex;flex-direction:column;gap:12px;margin-top:4px}.checkbox-label.svelte-1e0uvmb{display:flex;align-items:flex-start;gap:12px;cursor:pointer;-webkit-tap-highlight-color:transparent}.checkbox-label.svelte-1e0uvmb input[type=checkbox]:where(.svelte-1e0uvmb){display:none}.checkbox-custom.svelte-1e0uvmb{width:22px;height:22px;min-width:22px;border:2px solid var(--border, #3A3A3C);border-radius:6px;background:var(--surface, #242426);display:flex;align-items:center;justify-content:center;transition:all .2s;margin-top:1px}.checkbox-label.svelte-1e0uvmb input:where(.svelte-1e0uvmb):checked+.checkbox-custom:where(.svelte-1e0uvmb){background:var(--accent, #A3E635);border-color:var(--accent, #A3E635)}.checkbox-label.svelte-1e0uvmb input:where(.svelte-1e0uvmb):checked+.checkbox-custom:where(.svelte-1e0uvmb):after{content:"";width:6px;height:10px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:2px}.checkbox-label.error.svelte-1e0uvmb .checkbox-custom:where(.svelte-1e0uvmb){border-color:#ff445a}.checkbox-text.svelte-1e0uvmb{color:var(--muted, #98989D);font-size:14px;line-height:1.5}.checkbox-text.svelte-1e0uvmb a:where(.svelte-1e0uvmb){color:var(--accent, #A3E635);text-decoration:none}.checkbox-text.svelte-1e0uvmb a:where(.svelte-1e0uvmb):hover{text-decoration:underline}.checkbox-error.svelte-1e0uvmb{margin-left:34px;margin-top:-4px}.submit-btn.svelte-1e0uvmb{height:54px;border-radius:14px;border:none;background:var(--accent, #A3E635);color:#000;font-size:17px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:8px;transition:all .2s;-webkit-tap-highlight-color:transparent}.submit-btn.svelte-1e0uvmb:hover:not(:disabled){background:#8bc626;transform:translateY(-2px);box-shadow:0 8px 24px #a3e6354d}.submit-btn.svelte-1e0uvmb:active:not(:disabled){transform:translateY(0)}.submit-btn.svelte-1e0uvmb:disabled{opacity:.7;cursor:not-allowed}.spinner.svelte-1e0uvmb{width:20px;height:20px;border:2px solid rgba(0,0,0,.2);border-top-color:#000;border-radius:50%;animation:svelte-1e0uvmb-spin .8s linear infinite}@keyframes svelte-1e0uvmb-spin{to{transform:rotate(360deg)}}.divider.svelte-1e0uvmb{display:flex;align-items:center;gap:16px;margin:24px 0}.divider.svelte-1e0uvmb:before,.divider.svelte-1e0uvmb:after{content:"";flex:1;height:1px;background:var(--border, #3A3A3C)}.divider.svelte-1e0uvmb span:where(.svelte-1e0uvmb){color:var(--muted, #98989D);font-size:14px;white-space:nowrap}.social-buttons.svelte-1e0uvmb{display:grid;grid-template-columns:1fr 1fr;gap:12px}.social-btn.svelte-1e0uvmb{height:50px;border-radius:12px;border:1px solid var(--border, #3A3A3C);background:var(--surface, #242426);color:var(--text, #E5E5E7);font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s;-webkit-tap-highlight-color:transparent}.social-btn.svelte-1e0uvmb:hover:not(:disabled){background:var(--surface2, #323234);border-color:var(--muted, #98989D)}.social-btn.svelte-1e0uvmb:active:not(:disabled){transform:scale(.98)}.social-btn.svelte-1e0uvmb:disabled{opacity:.6;cursor:not-allowed}.auth-switch.svelte-1e0uvmb{text-align:center;color:var(--muted, #98989D);font-size:15px;margin-top:24px}.auth-switch.svelte-1e0uvmb a:where(.svelte-1e0uvmb){color:var(--accent, #A3E635);font-weight:600;text-decoration:none;margin-left:4px}.auth-switch.svelte-1e0uvmb a:where(.svelte-1e0uvmb):hover{text-decoration:underline}.auth-footer.svelte-1e0uvmb{padding:16px 20px;text-align:center}.auth-footer.svelte-1e0uvmb p:where(.svelte-1e0uvmb){color:var(--muted, #98989D);font-size:12px;margin:0 0 8px;opacity:.7}.footer-links.svelte-1e0uvmb{display:flex;align-items:center;justify-content:center;gap:12px;font-size:12px}.footer-links.svelte-1e0uvmb a:where(.svelte-1e0uvmb){color:var(--muted, #98989D);text-decoration:none}.footer-links.svelte-1e0uvmb a:where(.svelte-1e0uvmb):hover{color:var(--text, #E5E5E7)}.footer-links.svelte-1e0uvmb span:where(.svelte-1e0uvmb){color:var(--border, #3A3A3C)}@media(max-width:480px){.auth-header.svelte-1e0uvmb{padding:12px 16px}.auth-main.svelte-1e0uvmb{padding:8px 16px 16px}.logo.svelte-1e0uvmb{font-size:36px}.tagline.svelte-1e0uvmb{font-size:15px}.form-group.svelte-1e0uvmb input[type=text]:where(.svelte-1e0uvmb),.form-group.svelte-1e0uvmb input[type=email]:where(.svelte-1e0uvmb),.form-group.svelte-1e0uvmb input[type=password]:where(.svelte-1e0uvmb){height:50px;font-size:16px}.submit-btn.svelte-1e0uvmb{height:50px;font-size:16px}.social-buttons.svelte-1e0uvmb{grid-template-columns:1fr}}@media(min-width:768px){.auth-main.svelte-1e0uvmb{justify-content:center;padding:32px 20px}.logo-section.svelte-1e0uvmb{margin-bottom:40px}.logo.svelte-1e0uvmb{font-size:48px}}
