@import "https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&family=Mulish:wght@400;500;600&display=swap";
:root{--primary:#06f;--accent:#00c2ff;--bg-main:#f8fafc;--bg-soft:#eef2f7;--gray-50:#f9fafb;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-700:#334155;--text-main:#0f172a;--text-secondary:#64748b;--text-muted:#94a3b8}.register-module__jUGYdG__pageWrapper{background:linear-gradient(160deg,#f0f7ff 0%,#e8f4fd 40%,#eef2f7 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:32px 16px 80px;font-family:Mulish,sans-serif;display:flex;position:relative;overflow:hidden}.register-module__jUGYdG__blob{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.register-module__jUGYdG__blob1{background:var(--accent);opacity:.08;width:500px;height:500px;animation:12s ease-in-out infinite alternate register-module__jUGYdG__drift;top:-150px;left:-150px}.register-module__jUGYdG__blob2{background:var(--primary);opacity:.06;width:400px;height:400px;animation:15s ease-in-out infinite alternate-reverse register-module__jUGYdG__drift;bottom:-100px;right:-100px}.register-module__jUGYdG__blob3{opacity:.05;background:#00c2ff;width:300px;height:300px;animation:10s ease-in-out infinite alternate register-module__jUGYdG__drift;top:50%;left:50%;transform:translate(-50%,-50%)}.register-module__jUGYdG__pageWrapper:before{content:"";pointer-events:none;border:1.5px solid #00c2ff1f;border-radius:50%;width:320px;height:320px;animation:30s linear infinite register-module__jUGYdG__rotateSlow;position:absolute;top:-80px;left:-80px}.register-module__jUGYdG__pageWrapper:after{content:"";pointer-events:none;border:1.5px solid #0066ff1a;border-radius:50%;width:260px;height:260px;animation:24s linear infinite reverse register-module__jUGYdG__rotateSlow;position:absolute;bottom:-60px;right:-60px}.register-module__jUGYdG__dots{pointer-events:none;z-index:0;background-image:radial-gradient(circle,#00c2ff14 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.register-module__jUGYdG__lines{pointer-events:none;z-index:0;background-image:repeating-linear-gradient(-45deg,#0000,#0000 60px,#00c2ff06 60px 61px);position:absolute;inset:0}.register-module__jUGYdG__floatCircle1{pointer-events:none;border:1px solid #00c2ff1a;border-radius:50%;width:180px;height:180px;animation:8s ease-in-out infinite alternate register-module__jUGYdG__floatY;position:absolute;bottom:120px;left:5%}.register-module__jUGYdG__floatCircle2{pointer-events:none;background:radial-gradient(circle,#00c2ff12 0%,#0000 70%);border-radius:50%;width:120px;height:120px;animation:10s ease-in-out infinite alternate-reverse register-module__jUGYdG__floatY;position:absolute;top:100px;right:6%}.register-module__jUGYdG__diamond{pointer-events:none;border:1.5px solid #00c2ff33;width:14px;height:14px;animation:6s ease-in-out infinite alternate register-module__jUGYdG__floatY;position:absolute;top:18%;left:12%;transform:rotate(45deg)}.register-module__jUGYdG__diamond2{pointer-events:none;border:1.5px solid #0066ff26;width:10px;height:10px;animation:7s ease-in-out infinite alternate-reverse register-module__jUGYdG__floatY;position:absolute;bottom:22%;right:10%;transform:rotate(45deg)}@keyframes register-module__jUGYdG__drift{0%{transform:translate(0)scale(1)}to{transform:translate(30px,20px)scale(1.05)}}@keyframes register-module__jUGYdG__rotateSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes register-module__jUGYdG__floatY{0%{transform:translateY(0)rotate(45deg)}to{transform:translateY(-14px)rotate(45deg)}}.register-module__jUGYdG__card{-webkit-backdrop-filter:blur(24px);z-index:1;background:#ffffffc7;border:1px solid #00c2ff21;border-radius:24px;width:100%;max-width:480px;padding:36px 36px 28px;animation:.5s cubic-bezier(.16,1,.3,1) both register-module__jUGYdG__slideUp;position:relative;box-shadow:0 12px 40px #0066ff12,0 4px 12px #0000000a,inset 0 1px #ffffffe6}@keyframes register-module__jUGYdG__slideUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.register-module__jUGYdG__brand{align-items:center;gap:10px;margin-bottom:24px;display:flex}.register-module__jUGYdG__brandLogo{object-fit:contain;border-radius:10px;width:38px;height:38px}.register-module__jUGYdG__brandName{letter-spacing:.5px;color:var(--text-main);font-family:Sora,sans-serif;font-size:17px;font-weight:700}.register-module__jUGYdG__brandName span{color:var(--accent)}.register-module__jUGYdG__cardHeader{margin-bottom:24px}.register-module__jUGYdG__cardHeader h1{color:var(--text-main);margin-bottom:5px;font-family:Sora,sans-serif;font-size:24px;font-weight:700}.register-module__jUGYdG__cardHeader p{color:var(--gray-500);font-size:13.5px}.register-module__jUGYdG__alert{border-radius:12px;align-items:center;gap:8px;margin-bottom:18px;padding:11px 14px;font-size:13px;display:flex}.register-module__jUGYdG__alertError{color:#dc2626;background:#ff4b4b14;border:1px solid #ff4b4b33}.register-module__jUGYdG__alertSuccess{color:#059669;background:#00e5a014;border:1px solid #00e5a040}.register-module__jUGYdG__form{flex-direction:column;gap:15px;display:flex}@media (max-width:440px){.register-module__jUGYdG__row2{grid-template-columns:1fr}}.register-module__jUGYdG__field{flex-direction:column;gap:6px;display:flex}.register-module__jUGYdG__label{color:var(--gray-700);letter-spacing:.3px;font-size:12.5px;font-weight:600}.register-module__jUGYdG__inputWrap{align-items:center;display:flex;position:relative}.register-module__jUGYdG__inputIcon{color:var(--gray-400);pointer-events:none;position:absolute;left:13px}.register-module__jUGYdG__input{background:var(--gray-50);border:1px solid var(--gray-200);width:100%;color:var(--text-main);border-radius:11px;outline:none;padding:12px 42px 12px 40px;font-family:Mulish,sans-serif;font-size:14px;transition:border-color .2s,background .2s,box-shadow .2s}.register-module__jUGYdG__input::placeholder{color:var(--gray-400)}.register-module__jUGYdG__input:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px #00c2ff21}.register-module__jUGYdG__togglePw{cursor:pointer;color:var(--gray-400);background:0 0;border:none;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;right:13px}.register-module__jUGYdG__togglePw:hover{color:var(--text-main)}.register-module__jUGYdG__strengthBar{align-items:center;gap:8px;margin-top:4px;display:flex}.register-module__jUGYdG__strengthTrack{flex:1;gap:4px;display:flex}.register-module__jUGYdG__strengthSeg{border-radius:2px;flex:1;height:3px;transition:background .3s}.register-module__jUGYdG__strengthLabel{letter-spacing:.3px;white-space:nowrap;font-size:11px;font-weight:700}.register-module__jUGYdG__fieldError{color:#dc2626;font-size:11.5px}.register-module__jUGYdG__tos{color:var(--gray-500);text-align:center;font-size:12px;line-height:1.5}.register-module__jUGYdG__tos a{color:var(--accent);text-decoration:none}.register-module__jUGYdG__tos a:hover{text-decoration:underline}.register-module__jUGYdG__btnSubmit{background:linear-gradient(135deg, var(--accent), var(--primary));color:#fff;cursor:pointer;letter-spacing:.3px;border:none;border-radius:13px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:4px;padding:13px 20px;font-family:Sora,sans-serif;font-size:15px;font-weight:600;transition:opacity .2s,transform .15s,box-shadow .2s;display:flex;box-shadow:0 6px 20px #0066ff40}.register-module__jUGYdG__btnSubmit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 24px #0066ff59}.register-module__jUGYdG__btnSubmit:active:not(:disabled){transform:translateY(0)}.register-module__jUGYdG__btnSubmit:disabled{opacity:.6;cursor:not-allowed}.register-module__jUGYdG__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite register-module__jUGYdG__spin;display:inline-block}@keyframes register-module__jUGYdG__spin{to{transform:rotate(360deg)}}.register-module__jUGYdG__switchAuth{text-align:center;color:var(--gray-500);margin-top:18px;font-size:13px}.register-module__jUGYdG__switchAuth a{color:var(--accent);font-weight:600;text-decoration:none;transition:opacity .2s}.register-module__jUGYdG__switchAuth a:hover{opacity:.75}
.AuthFooter-module__kEJdMW__bottomBar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--gray-200);z-index:10;background:#f8fafce0;flex-direction:column;align-items:center;gap:4px;padding:12px 24px;display:flex;position:fixed;bottom:0;left:0;right:0}.AuthFooter-module__kEJdMW__bottomLinks{color:var(--gray-400);align-items:center;gap:10px;font-size:12px;display:flex}.AuthFooter-module__kEJdMW__bottomLinks a{color:var(--gray-500);text-decoration:none;transition:color .2s}.AuthFooter-module__kEJdMW__bottomLinks a:hover{color:var(--accent)}.AuthFooter-module__kEJdMW__bottomCopy{color:var(--gray-400);font-size:11px}
:root{--primary:#06f;--accent:#00c2ff;--bg-main:#f8fafc;--bg-soft:#eef2f7;--gray-50:#f9fafb;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-700:#334155;--text-main:#0f172a;--text-secondary:#64748b;--text-muted:#94a3b8}.login-module__WEZH7G__pageWrapper{background:linear-gradient(180deg, var(--bg-main) 0%, var(--bg-soft) 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:24px 16px 80px;font-family:Mulish,sans-serif;display:flex;position:relative;overflow:hidden}.login-module__WEZH7G__blob{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.login-module__WEZH7G__blob1{background:var(--accent);opacity:.06;width:500px;height:500px;animation:12s ease-in-out infinite alternate login-module__WEZH7G__drift;top:-150px;left:-150px}.login-module__WEZH7G__blob2{background:var(--primary);opacity:.05;width:400px;height:400px;animation:15s ease-in-out infinite alternate-reverse login-module__WEZH7G__drift;bottom:-100px;right:-100px}.login-module__WEZH7G__blob3{opacity:.04;background:#00e5a0;width:300px;height:300px;animation:10s ease-in-out infinite alternate login-module__WEZH7G__drift;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes login-module__WEZH7G__drift{0%{transform:translate(0)scale(1)}to{transform:translate(30px,20px)scale(1.05)}}.login-module__WEZH7G__card{-webkit-backdrop-filter:blur(20px);border:1px solid var(--gray-200);z-index:1;background:#ffffffbf;border-radius:24px;width:100%;max-width:420px;padding:40px 36px 32px;animation:.5s cubic-bezier(.16,1,.3,1) both login-module__WEZH7G__slideUp;position:relative;box-shadow:0 12px 30px #0000000f,0 4px 10px #00000008}@keyframes login-module__WEZH7G__slideUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.login-module__WEZH7G__brand{align-items:center;gap:10px;margin-bottom:28px;display:flex}.login-module__WEZH7G__brandLogo{object-fit:contain;border-radius:10px;width:38px;height:38px}.login-module__WEZH7G__brandName{letter-spacing:.5px;color:var(--text-main);font-family:Sora,sans-serif;font-size:17px;font-weight:700}.login-module__WEZH7G__brandName span{color:var(--accent)}.login-module__WEZH7G__cardHeader{margin-bottom:28px}.login-module__WEZH7G__cardHeader h1{color:var(--text-main);margin-bottom:6px;font-family:Sora,sans-serif;font-size:26px;font-weight:700}.login-module__WEZH7G__cardHeader p{color:var(--gray-500);font-size:14px}.login-module__WEZH7G__alert{border-radius:12px;align-items:center;gap:8px;margin-bottom:20px;padding:12px 14px;font-size:13.5px;display:flex}.login-module__WEZH7G__alertError{color:#dc2626;background:#ff4b4b14;border:1px solid #ff4b4b33}.login-module__WEZH7G__form{flex-direction:column;gap:18px;display:flex}.login-module__WEZH7G__field{flex-direction:column;gap:8px;display:flex}.login-module__WEZH7G__label{color:var(--gray-700);font-size:13px;font-weight:600}.login-module__WEZH7G__labelRow{justify-content:space-between;align-items:center;display:flex}.login-module__WEZH7G__forgot{color:var(--accent);font-size:12px;text-decoration:none}.login-module__WEZH7G__forgot:hover{opacity:.7}.login-module__WEZH7G__inputWrap{align-items:center;display:flex;position:relative}.login-module__WEZH7G__inputIcon{color:var(--gray-400);position:absolute;left:14px}.login-module__WEZH7G__input{background:var(--gray-50);border:1px solid var(--gray-200);width:100%;color:var(--text-main);border-radius:12px;outline:none;padding:13px 44px;font-size:14.5px;transition:all .2s}.login-module__WEZH7G__input::placeholder{color:var(--gray-400)}.login-module__WEZH7G__input:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px #00c2ff26}.login-module__WEZH7G__togglePw{cursor:pointer;color:var(--gray-400);background:0 0;border:none;position:absolute;right:14px}.login-module__WEZH7G__togglePw:hover{color:var(--text-main)}.login-module__WEZH7G__btnSubmit{background:linear-gradient(135deg, var(--accent), var(--primary));color:#fff;cursor:pointer;border:none;border-radius:13px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:6px;padding:14px 20px;font-family:Sora,sans-serif;font-size:15px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 6px 20px #0066ff40}.login-module__WEZH7G__btnSubmit:hover:not(:disabled){transform:translateY(-1px)}.login-module__WEZH7G__btnSubmit:disabled{opacity:.6;cursor:not-allowed}.login-module__WEZH7G__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite login-module__WEZH7G__spin}@keyframes login-module__WEZH7G__spin{to{transform:rotate(360deg)}}.login-module__WEZH7G__switchAuth{text-align:center;color:var(--gray-500);margin-top:22px;font-size:13.5px}.login-module__WEZH7G__switchAuth a{color:var(--accent);font-weight:600;text-decoration:none}.login-module__WEZH7G__switchAuth a:hover{opacity:.75}.login-module__WEZH7G__bottomBar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--gray-200);background:#f8fafcd9;flex-direction:column;align-items:center;padding:12px 24px;display:flex;position:fixed;bottom:0;left:0;right:0}.login-module__WEZH7G__bottomLinks{color:var(--gray-400);gap:10px;font-size:12px;display:flex}.login-module__WEZH7G__bottomLinks a{color:var(--gray-500)}.login-module__WEZH7G__bottomLinks a:hover{color:var(--accent)}.login-module__WEZH7G__bottomCopy{color:var(--gray-400);font-size:11px}
