.AuthModal_modalOverlay__qP7ny{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:1000;backdrop-filter:blur(8px);opacity:0;visibility:hidden;transition:all .3s ease}.AuthModal_modalOverlay__qP7ny.AuthModal_show__hJUbm{opacity:1;visibility:visible}.AuthModal_modalContent__TyUm7{background:#ffffff;padding:2.5rem;border-radius:24px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 25px 50px -12px rgba(0,0,0,.15);animation:AuthModal_modalSlideUp__Jlf98 .4s cubic-bezier(.16,1,.3,1);scrollbar-width:thin;scrollbar-color:transparent transparent;transition:scrollbar-color .3s}.AuthModal_modalContent__TyUm7:hover{scrollbar-color:rgba(36,144,235,.4) transparent}.AuthModal_modalContent__TyUm7::-webkit-scrollbar{width:6px}.AuthModal_modalContent__TyUm7::-webkit-scrollbar-track{background:transparent}.AuthModal_modalContent__TyUm7::-webkit-scrollbar-thumb{background:transparent;border-radius:10px;-webkit-transition:background .3s;transition:background .3s}.AuthModal_modalContent__TyUm7:hover::-webkit-scrollbar-thumb{background:rgba(36,144,235,.4)}.AuthModal_modalContent__TyUm7::-webkit-scrollbar-thumb:hover{background:rgba(36,144,235,.7)}@keyframes AuthModal_modalSlideUp__Jlf98{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.AuthModal_closeButton__f5XeB{position:absolute;top:1.25rem;right:1.25rem;background:transparent;border:none;cursor:pointer;color:#64748b;font-size:1.2rem;transition:transform .2s}.AuthModal_closeButton__f5XeB:hover{transform:rotate(90deg);color:#ef4444}.AuthModal_tabs__ZzxoS{position:relative;display:flex;background:#f1f5f9;padding:4px;border-radius:12px;margin-bottom:2rem;margin-top:1rem}.AuthModal_tabIndicator__WcHIh{position:absolute;top:4px;bottom:4px;left:4px;width:calc(50% - 4px);background:linear-gradient(135deg,#1668b0,#14457b);border-radius:10px;transition:transform .3s ease;z-index:1}.AuthModal_tabIndicator__WcHIh.AuthModal_slideRight__XXF6M{transform:translateX(100%)}.AuthModal_tab__sMYY0{flex:1;padding:.75rem;border:none;background:transparent;font-weight:600;color:#64748b;cursor:pointer;position:relative;z-index:2;transition:color .3s}.AuthModal_tab__sMYY0.AuthModal_active__LV9yx{color:#ffffff}.AuthModal_form__l_jDF{display:flex;flex-direction:column;gap:1rem}.AuthModal_formRow__AQOm2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.AuthModal_formGroup__RMRbD{display:flex;flex-direction:column;gap:.5rem}.AuthModal_formGroup__RMRbD label{font-size:.85rem;font-weight:600;color:#475569}.AuthModal_inputField__IFFq9{height:50px;padding:0 1rem;border:1px solid #e2e8f0;border-radius:12px;outline:none;transition:all .2s}.AuthModal_inputField__IFFq9:focus{border-color:#1668b0;box-shadow:0 0 0 3px rgba(36,144,235,.1)}.AuthModal_errorText__RkGGk{color:#ef4444;font-size:.75rem;margin-top:2px}.AuthModal_passwordStrengthWrapper__FIebq{margin-top:10px;padding:12px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.AuthModal_strengthHeader___R0KJ{display:flex;justify-content:space-between;margin-bottom:6px}.AuthModal_strengthLabel__pUuM_{font-size:.75rem;font-weight:700;color:#475569}.AuthModal_strengthPercent__MtVwf{font-size:.75rem;color:#94a3b8}.AuthModal_strengthTrack__YxkfK{height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.AuthModal_strengthBar__WUcbv{height:100%;transition:width .4s ease,background .4s ease}.AuthModal_strengthBar__WUcbv.AuthModal_weak__N3GGv{background:#ef4444}.AuthModal_strengthBar__WUcbv.AuthModal_fair__ORt5b{background:#f59e0b}.AuthModal_strengthBar__WUcbv.AuthModal_good__UlQVs{background:#10b981}.AuthModal_strengthBar__WUcbv.AuthModal_strong__K8KmQ{background:#059669}.AuthModal_ruleList__yZnxn{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;padding:0;list-style:none}.AuthModal_ruleList__yZnxn li{display:flex;align-items:center;font-size:.7rem;font-weight:500}.AuthModal_ruleInvalid__6yjgV{color:#94a3b8}.AuthModal_ruleInvalid__6yjgV i{font-size:5px;margin-right:6px}.AuthModal_ruleValid__B6KmF{color:#10b981}.AuthModal_ruleValid__B6KmF i{font-size:10px;margin-right:6px}.AuthModal_termsContainer__oKH6P{margin-top:1.5rem;margin-bottom:1.5rem;border-top:1px solid #e2e8f0;padding-top:1.5rem}.AuthModal_checkboxLabel__efr9E{display:flex;align-items:flex-start;gap:12px;cursor:pointer;margin-bottom:1rem}.AuthModal_checkboxInput__yf1EF{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#1668b0;flex-shrink:0}.AuthModal_checkboxText__pydzg{font-size:.9rem;color:#334155;line-height:1.4}.AuthModal_kvkkScrollBox__bAfeT{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;max-height:180px;overflow-y:auto;font-size:.85rem;color:#64748b;line-height:1.6;margin-top:.5rem;box-shadow:inset 0 2px 4px rgba(0,0,0,.02);overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:transparent transparent;transition:all .3s ease}.AuthModal_kvkkScrollBox__bAfeT p{margin-bottom:.75rem}.AuthModal_kvkkScrollBox__bAfeT ol{padding-left:1.2rem;margin-top:.5rem}.AuthModal_kvkkScrollBox__bAfeT li{margin-bottom:.75rem}.AuthModal_kvkkScrollBox__bAfeT strong{color:#1e293b}.AuthModal_kvkkScrollBox__bAfeT:hover{scrollbar-color:rgba(36,144,235,.4) transparent}.AuthModal_kvkkScrollBox__bAfeT::-webkit-scrollbar{width:6px}.AuthModal_kvkkScrollBox__bAfeT::-webkit-scrollbar-track{background:transparent}.AuthModal_kvkkScrollBox__bAfeT::-webkit-scrollbar-thumb{background:transparent;border-radius:10px}.AuthModal_kvkkScrollBox__bAfeT:hover::-webkit-scrollbar-thumb{background:rgba(36,144,235,.4)}.AuthModal_kvkkScrollBox__bAfeT::-webkit-scrollbar-thumb:hover{background:rgba(36,144,235,.7)}.AuthModal_disabledBtn__VzrTC{opacity:.6;cursor:not-allowed!important}.AuthModal_submitButton__qwwlS{height:54px;border-radius:12px;border:none;background:linear-gradient(135deg,#1668b0,#14457b);color:white;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px rgba(36,144,235,.2)}.AuthModal_submitButton__qwwlS:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px rgba(36,144,235,.3)}.AuthModal_submitButton__qwwlS:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}.AuthModal_backButton__7wRWI{background:none;border:1px solid #e2e8f0;height:50px;border-radius:12px;color:#64748b;cursor:pointer}.AuthModal_alertError__OUW48{background:#fef2f2;border:1px solid #fecaca;padding:12px;border-radius:12px;color:#b91c1c;font-size:.85rem}.AuthModal_globalError__aWSBX{display:flex;align-items:center;gap:12px;background:#fff5f5;border:1px solid #feb2b2;padding:14px 18px;border-radius:16px;margin-bottom:20px;color:#c53030;font-size:.9rem;font-weight:500;animation:AuthModal_shake__ErsiW .4s cubic-bezier(.36,.07,.19,.97) both}@keyframes AuthModal_shake__ErsiW{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.AuthModal_errorContent__Py3df{display:flex;flex-direction:column}.AuthModal_successState__1qFMA{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px 0;animation:AuthModal_scaleIn__JrbbN .5s cubic-bezier(.16,1,.3,1)}.AuthModal_successIcon__etC7d{width:80px;height:80px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:2.5rem;margin-bottom:24px;box-shadow:0 10px 25px rgba(16,185,129,.3)}.AuthModal_successTitle__IbgTD{font-size:1.75rem;font-weight:800;color:#1e293b;margin-bottom:12px}.AuthModal_successText__7yfj2{color:#64748b;line-height:1.6;max-width:320px}@keyframes AuthModal_scaleIn__JrbbN{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.AuthModal_inputField__IFFq9.AuthModal_hasError__aA164{border-color:#fc8181;background:#fff5f5}.AuthModal_switchPrompt__cf5Qb{margin-top:20px;text-align:center;font-size:.9rem;color:#64748b;font-weight:500}.AuthModal_switchLink__HYDoN{background:none;border:none;color:#1668b0;font-weight:700;cursor:pointer;padding:0;font-size:.9rem;text-decoration:underline;transition:color .2s;margin-left:4px}.AuthModal_switchLink__HYDoN:hover{color:#14457b}@media (max-width:480px){.AuthModal_formRow__AQOm2,.AuthModal_ruleList__yZnxn{grid-template-columns:1fr}}.AuthModal_modalOverlay__qP7ny .kvkkScrollBox{scrollbar-width:thin;scrollbar-color:rgba(36,144,235,.2) transparent}.AuthModal_modalOverlay__qP7ny .kvkkScrollBox:hover{scrollbar-color:rgba(36,144,235,.5) transparent}.AuthModal_modalOverlay__qP7ny .kvkkScrollBox::-webkit-scrollbar{width:6px;background-color:transparent}.AuthModal_modalOverlay__qP7ny .kvkkScrollBox::-webkit-scrollbar-track{background-color:transparent;border-radius:10px}.AuthModal_modalOverlay__qP7ny .kvkkScrollBox::-webkit-scrollbar-thumb{background-color:rgba(36,144,235,.2);border-radius:10px;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.AuthModal_modalOverlay__qP7ny .kvkkScrollBox:hover::-webkit-scrollbar-thumb{background-color:rgba(36,144,235,.5)}.AuthModal_modalOverlay__qP7ny .kvkkScrollBox::-webkit-scrollbar-thumb:hover{background-color:rgba(36,144,235,.8)}.AuthModal_divider__QbmJJ{display:flex;align-items:center;gap:12px;color:#94a3b8;font-size:.8rem;font-weight:500;margin:4px 0}.AuthModal_divider__QbmJJ:after,.AuthModal_divider__QbmJJ:before{content:"";flex:1;height:1px;background:#e2e8f0}.AuthModal_googleButton__Iro8P{display:flex;align-items:center;justify-content:center;gap:12px;height:50px;border-radius:12px;border:1.5px solid #dadce0;background:#ffffff;color:#3c4043;font-size:.9rem;font-weight:600;font-family:Google Sans,Roboto,Arial,sans-serif;cursor:pointer;text-decoration:none;transition:background .2s ease,box-shadow .2s ease,border-color .2s ease;letter-spacing:.01em}.AuthModal_googleButton__Iro8P:hover{background:#f8f9fa;box-shadow:0 1px 6px rgba(60,64,67,.18);border-color:#c6c6c6;color:#3c4043;text-decoration:none}.AuthModal_googleButton__Iro8P:active{background:#f1f3f4}.AuthModal_googleIcon__QLTKY{width:20px;height:20px;flex-shrink:0}.AuthModal_appleButton__AWxJf{display:flex;align-items:center;justify-content:center;gap:10px;height:50px;border-radius:12px;border:1.5px solid #000000;background:#000000;color:#ffffff;font-size:.9rem;font-weight:600;font-family:-apple-system,SF Pro Text,Roboto,Arial,sans-serif;cursor:pointer;text-decoration:none;transition:background .2s ease,box-shadow .2s ease,transform .15s ease;letter-spacing:.01em;margin-top:10px}.AuthModal_appleButton__AWxJf:hover{background:#1a1a1a;box-shadow:0 4px 14px rgba(0,0,0,.25);color:#ffffff;text-decoration:none}.AuthModal_appleButton__AWxJf:active{background:#000000;transform:scale(.99)}.AuthModal_appleIcon__KEl3o{width:18px;height:18px;flex-shrink:0;fill:#ffffff}