.country-select{position:relative;width:100%}.country-select__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 12px;font-size:.875rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:20px;color:#f5f5f6;background:transparent;border:1px solid #34383D;border-radius:8px;cursor:pointer;transition:border-color .15s;text-align:left}.country-select__trigger:hover{border-color:#474c53}.country-select__value{display:flex;align-items:center;gap:8px}.country-select__placeholder{color:#94969a}.country-select__chevron{color:#94969a;font-size:.75rem}.country-select__flag{font-size:1.125rem;line-height:1}.country-select__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:10;background:#171a21;border:1px solid #34383D;border-radius:8px;box-shadow:0 8px 16px #0006;overflow:hidden}.country-select__search{width:100%;padding:10px 12px;font-size:.875rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:20px;color:#f5f5f6;background:transparent;border:none;border-bottom:1px solid #34383D;outline:none}.country-select__search::placeholder{color:#94969a}.country-select__list{list-style:none;max-height:200px;overflow-y:auto;padding:4px 0}.country-select__list::-webkit-scrollbar{width:6px}.country-select__list::-webkit-scrollbar-track{background:transparent}.country-select__list::-webkit-scrollbar-thumb{background:#34383d;border-radius:3px}.country-select__item{display:flex;align-items:center;gap:8px;padding:8px 12px;font-size:.875rem;line-height:20px;color:#f5f5f6;cursor:pointer;transition:background .1s}.country-select__item:hover{background:#ffffff0f}.country-select__item--selected{background:#ffffff0a}.country-select__code{margin-left:auto;color:#94969a;font-size:.75rem}.country-select__empty{padding:12px;font-size:.875rem;color:#94969a;text-align:center}.auth-checkbox{display:flex;align-items:flex-start;gap:8px;font-size:.875rem;line-height:20px;color:#f5f5f6;cursor:pointer;user-select:none}.auth-checkbox__box{flex-shrink:0;width:18px;height:18px;margin-top:1px;border:1px solid #34383D;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.auth-checkbox__box--checked{background:#6366f1;border-color:#6366f1}.auth-checkbox__label a{color:#94969a;text-decoration:underline}.auth-checkbox__label a:hover{color:#f5f5f6}.signup-form{width:100%}.signup-form__methods{display:flex;flex-direction:column;gap:8px}.signup-form__google-rendered{width:100%}.signup-form__google-rendered iframe{width:100%!important}.signup-form__google-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 8px;font-size:.875rem;font-weight:500;font-family:inherit;color:#f5f5f6;background:transparent;border:1px solid #34383D;border-radius:8px;cursor:pointer;transition:background .15s,border-color .15s}.signup-form__google-btn:hover{background:#ffffff0a}.signup-form__separator{height:1px;background:#34383d;margin:4px 0}.signup-form__divider{display:flex;align-items:center;gap:8px;margin:4px 0;color:#94969a;font-size:.875rem}.signup-form__divider:before,.signup-form__divider:after{content:"";flex:1;height:1px;background:#34383d}.signup-form__method-btn{width:100%;padding:10px 8px;font-size:.875rem;font-weight:500;font-family:inherit;color:#f5f5f6;background:transparent;border:1px solid #34383D;border-radius:8px;cursor:pointer;transition:background .15s}.signup-form__method-btn:hover{background:#ffffff0a}.signup-form__consent,.signup-form__fields{display:flex;flex-direction:column;gap:16px}.signup-form__google-info{display:flex;align-items:center;gap:8px;padding:8px;background:#ffffff0a;border-radius:8px;font-size:.875rem;color:#94969a}.signup-form__google-info strong{color:#f5f5f6}.signup-form__avatar{width:32px;height:32px;border-radius:50%}.signup-form__field{display:flex;flex-direction:column;gap:4px}.signup-form__field label{font-size:.875rem;font-weight:500;color:#f5f5f6}.signup-form__field input[type=text],.signup-form__field input[type=email],.signup-form__field input[type=password]{padding:10px 12px;font-size:.875rem;font-family:inherit;color:#f5f5f6;background:transparent;border:1px solid #34383D;border-radius:8px;outline:none;transition:border-color .15s;width:100%}.signup-form__field input[type=text]::placeholder,.signup-form__field input[type=email]::placeholder,.signup-form__field input[type=password]::placeholder{color:#94969a}.signup-form__field input[type=text]:focus,.signup-form__field input[type=email]:focus,.signup-form__field input[type=password]:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.signup-form__field input[type=text]::-ms-reveal,.signup-form__field input[type=text]::-webkit-credentials-auto-fill-button,.signup-form__field input[type=email]::-ms-reveal,.signup-form__field input[type=email]::-webkit-credentials-auto-fill-button,.signup-form__field input[type=password]::-ms-reveal,.signup-form__field input[type=password]::-webkit-credentials-auto-fill-button{display:none}.signup-form__checkbox{display:flex;align-items:flex-start;gap:8px;font-size:.875rem;color:#f5f5f6;cursor:pointer}.signup-form__checkbox input[type=checkbox]{margin-top:2px;accent-color:#6366f1}.signup-form__checkbox a{color:#94969a;text-decoration:underline}.signup-form__checkbox a:hover{color:#f5f5f6}.signup-form__password-wrap{position:relative}.signup-form__toggle-pw{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:.875rem;color:#94969a;cursor:pointer;padding:0}.signup-form__toggle-pw:hover{color:#f5f5f6}.signup-form__error{font-size:.875rem;color:#ef4444;padding:8px;background:#ef44440f;border-radius:8px;margin:0}.signup-form__submit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 16px;font-size:.875rem;font-weight:600;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:20px;color:#fff;background:#6366f1;border:none;border-radius:8px;cursor:pointer;transition:background .15s}.signup-form__submit:hover:not(:disabled){background:#4f46e5}.signup-form__submit:disabled{opacity:.6;cursor:not-allowed}.signup-form__back{width:100%;padding:8px;font-size:.875rem;font-family:inherit;color:#94969a;background:none;border:none;cursor:pointer}.signup-form__back:hover{color:#f5f5f6}.signup-form__hint{font-size:.875rem;line-height:20px;color:#94969a;text-align:center}.signup-form__hint strong{color:#f5f5f6}.signup-form__otp-actions{display:flex;justify-content:center;gap:24px}.signup-form__link{font-size:.875rem;font-family:inherit;color:#94969a;background:none;border:none;cursor:pointer;padding:0}.signup-form__link:hover:not(:disabled){color:#f5f5f6}.signup-form__link:disabled{opacity:.5;cursor:not-allowed}
