.SignInPage_container__1erZ_{min-height:100vh;background-color:#161616;display:flex;align-items:center;justify-content:center;padding:1.5rem;font-family:var(--font-family)}.SignInPage_card__FTDZ0{width:100%;max-width:420px;display:flex;flex-direction:column}.SignInPage_logoWrapper__V826N{display:flex;justify-content:center;margin-bottom:.5rem}.SignInPage_header__32Clj{margin-bottom:.5rem}.SignInPage_header__32Clj h1{color:#ffffff;font-size:22px;font-family:var(--font-family);font-weight:700;line-height:28px;margin-bottom:.5rem;white-space:pre-line}.SignInPage_header__32Clj p{color:#a0a0a0;font-size:.875rem}.SignInPage_form__ry__S{display:flex;flex-direction:column;gap:1.25rem}.SignInPage_inputGroup__PTaJH{display:flex;flex-direction:column;gap:.5rem}.SignInPage_label__aP83I{color:#ffffff;font-size:14px;font-family:var(--font-family);line-height:16px;font-weight:500}.SignInPage_roleSelection__pTOuv{margin-top:.5rem;color:#a0a0a0}.SignInPage_roleSelection__pTOuv p{font-size:.875rem;font-weight:500;margin-bottom:.75rem;color:#ffffff}.SignInPage_roleOptions__oo_9Q{display:flex;gap:1rem;justify-content:flex-start}.SignInPage_roleOption__4rd5K{display:flex;align-items:center;gap:.5rem;font-size:14px;color:#c2c2c2;cursor:pointer}.SignInPage_roleOption__4rd5K input[type=radio]{accent-color:var(--primary-color);cursor:pointer;width:1em;height:1em}.SignInPage_errorMessage__wFcL0{color:rgb(36,18,18);background-color:#ffd0d0;padding:.75rem;border-radius:var(--border-radius);font-size:.875rem;font-weight:500;text-align:center;border:1px solid var(--error-color);margin-top:.5rem;display:flex;gap:1rem;justify-content:space-around}.SignInPage_errorCloseBtn__B6jM7{color:var(--error-color);font-size:1rem;cursor:pointer}.SignInPage_errorLink__U_0Qi{color:var(--primary-color);text-decoration:none;font-weight:600;margin-left:.5rem}.SignInPage_errorLink__U_0Qi:hover{text-decoration:underline}.SignInPage_toggleButton__ap_PK{background:none;border:none;color:#ffffff;cursor:pointer;font-size:.875rem;text-align:center;width:100%;font-weight:700;outline:none}.SignInPage_forgotPassword__Fi49r{color:var(--primary-color);font-size:.875rem;text-decoration:none;text-align:right;display:block;margin-top:.25rem}.SignInPage_forgotPassword__Fi49r:hover{text-decoration:underline}.SignInPage_linkText__ltRzB{color:var(--primary-color)}.SignInPage_linkText__ltRzB:hover{color:#2d7ab5}.SignInPage_submitWrapper__c9O8E{display:flex;justify-content:flex-end}@media (min-width:768px){.SignInPage_submitWrapper__c9O8E{justify-content:center}}.SignInPage_togglePasswordVisibility__wxjAW{position:absolute;left:88%;top:25%;background:transparent;border:none;cursor:pointer;color:#979797;font-size:1.25rem}.SignInPage_passwordContainer__ZfQkx{position:relative}.SignInPage_emailVerificationContainer__IXWGp{display:flex;flex-direction:column;gap:1.5rem;text-align:center}.SignInPage_emailVerificationHeader__uG7S6{display:flex;flex-direction:column;gap:.5rem}.SignInPage_emailVerificationTitle__rnHtO{color:#ffffff;font-size:22px;font-family:var(--font-family);font-weight:700;line-height:28px;margin:0}.SignInPage_emailVerificationSubtitle__ogDIn{color:#a0a0a0;font-size:14px;font-family:var(--font-family);line-height:16px;margin:0}.SignInPage_emailAddress__nHZYb{color:#ffffff;font-size:16px;font-family:var(--font-family);font-weight:600;margin:.25rem 0}.SignInPage_emailInstructions__eEJJK{color:#a0a0a0;font-size:14px;font-family:var(--font-family);line-height:20px;margin:0}.SignInPage_resendButton__vyyrI{width:100%;padding:.75rem 1.5rem;border-radius:var(--border-radius);border:none;font-size:14px;font-family:var(--font-family);font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}.SignInPage_resendButton__vyyrI:not(:disabled){background:linear-gradient(135deg,var(--primary-color),#2d7ab5);color:#ffffff}.SignInPage_resendButton__vyyrI:not(:disabled):hover{background:linear-gradient(135deg,#2d7ab5,var(--primary-color));transform:translateY(-1px);box-shadow:0 4px 12px rgba(45,122,181,.3)}.SignInPage_resendButton__vyyrI:disabled{background:#4a4a4a;color:#a0a0a0;cursor:not-allowed;transform:none;box-shadow:none}.SignInPage_resendButton__vyyrI.SignInPage_success__WoJKd{background:linear-gradient(135deg,#10b981,#059669);color:#ffffff}.SignInPage_resendButton__vyyrI.SignInPage_success__WoJKd:hover{background:linear-gradient(135deg,#059669,#047857)}.SignInPage_backToFormButton__M6g4T{background:none;border:none;color:#a0a0a0;font-size:14px;font-family:var(--font-family);cursor:pointer;text-decoration:none;margin-top:1rem;transition:color .2s ease}.SignInPage_backToFormButton__M6g4T:hover{color:#ffffff;text-decoration:underline}.SignInPage_emailIcon__NImx7{width:20px;height:20px;flex-shrink:0}.SignInPage_loadingSpinner__kZ1VI{width:16px;height:16px;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:SignInPage_spin__BYv2q 1s linear infinite}@keyframes SignInPage_spin__BYv2q{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.CountryCodeSelect_container__C8FPN{position:relative;width:100%}.CountryCodeSelect_trigger__p45tk{width:100%;height:48px;padding:0 32px 0 16px;border:none;box-sizing:border-box;border-radius:24px;background-color:#2b2b2b;color:#c2c2c2;font-size:14px;font-family:var(--font-family);line-height:19px;outline:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;text-align:left;transition:border .2s ease,box-shadow .2s ease}.CountryCodeSelect_trigger__p45tk:focus{border:1px solid var(--secondary-color);box-shadow:0 0 0 2px rgba(79,70,229,.2)}.CountryCodeSelect_trigger__p45tk:disabled{opacity:.6;cursor:not-allowed}.CountryCodeSelect_selectedValue__foJdv{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1}.CountryCodeSelect_arrow__0FFNJ{color:#c2c2c2;transition:transform .2s ease;flex-shrink:0}.CountryCodeSelect_arrowUp__uX_jf{transform:rotate(180deg)}.CountryCodeSelect_dropdown__lkNcU{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:1000;background-color:#2b2b2b;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.4);overflow:hidden;animation:CountryCodeSelect_fadeIn__zOOqG .15s ease-out;min-width:220px}@keyframes CountryCodeSelect_fadeIn__zOOqG{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.CountryCodeSelect_searchContainer__Wor_A{padding:8px;border-bottom:1px solid #3d3d3d}.CountryCodeSelect_searchInput__tmiJh{width:100%;height:36px;padding:0 12px;border:1px solid #3d3d3d;border-radius:8px;background-color:#1f1f1f;color:#ffffff;font-size:14px;font-family:var(--font-family);outline:none;box-sizing:border-box;transition:border-color .2s ease}.CountryCodeSelect_searchInput__tmiJh:focus{border-color:var(--secondary-color,#4f46e5)}.CountryCodeSelect_searchInput__tmiJh::placeholder{color:#7a7a7a}.CountryCodeSelect_optionsList__iuOS3{max-height:240px;overflow-y:auto;padding:4px 0}.CountryCodeSelect_optionsList__iuOS3::-webkit-scrollbar{width:6px}.CountryCodeSelect_optionsList__iuOS3::-webkit-scrollbar-track{background:transparent}.CountryCodeSelect_optionsList__iuOS3::-webkit-scrollbar-thumb{background-color:#4d4d4d;border-radius:3px}.CountryCodeSelect_optionsList__iuOS3::-webkit-scrollbar-thumb:hover{background-color:#5d5d5d}.CountryCodeSelect_option__VT67K{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;cursor:pointer;transition:background-color .15s ease}.CountryCodeSelect_optionHighlighted__hwmDy,.CountryCodeSelect_option__VT67K:hover{background-color:#3d3d3d}.CountryCodeSelect_optionSelected__9lAmp{background-color:rgba(79,70,229,.15)}.CountryCodeSelect_optionSelected__9lAmp:hover{background-color:rgba(79,70,229,.25)}.CountryCodeSelect_countryName__7o2S3{color:#ffffff;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1;margin-right:8px}.CountryCodeSelect_countryCode__EwMz7{color:#9ca3af;font-size:13px;font-weight:500;flex-shrink:0}.CountryCodeSelect_noResults__gNhXa{padding:16px;text-align:center;color:#7a7a7a;font-size:14px}.CountryCodeSelect_select__ABVU7{width:100%;height:48px;padding:0 32px 0 16px;border:none;box-sizing:border-box;border-radius:24px;background-color:#2b2b2b;color:#c2c2c2;font-size:14px;font-family:var(--font-family);line-height:19px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23c2c2c2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:.65em auto;cursor:pointer}.CountryCodeSelect_select__ABVU7:focus{border:1px solid var(--secondary-color);box-shadow:0 0 0 2px rgba(79,70,229,.2)}.CountryCodeSelect_select__ABVU7 option{background-color:#2b2b2b;color:#c2c2c2}