.cc_vrga678i_vWgyqwyCWv .accinfo {
  color: #111;
}

.cc_vrga678i_vWgyqwyCWv .accinfo__title {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.cc_vrga678i_vWgyqwyCWv .accinfo__alert {
  margin-bottom: 20px;
  padding: 12px 14px;
  border: 1px solid transparent;
  font-size: 13px;
  line-height: 1.5;
}

.cc_vrga678i_vWgyqwyCWv .accinfo__alert--success {
  border-color: #5000a1;
  background: #f7f2fc;
  color: #5000a1;
}

.cc_vrga678i_vWgyqwyCWv .accinfo__alert--error {
  border-color: #b42318;
  background: #fef3f2;
  color: #b42318;
}

.cc_vrga678i_vWgyqwyCWv .accinfo__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 640px;
}

.cc_vrga678i_vWgyqwyCWv .accinfo__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.cc_vrga678i_vWgyqwyCWv .accinfo__field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}

.cc_vrga678i_vWgyqwyCWv .accinfo__label {
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  letter-spacing: 0.01em;
}

.cc_vrga678i_vWgyqwyCWv .accinfo__input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ececec;
  border-radius: 2px;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 14px;
  transition: border-color 0.15s ease;
}

.cc_vrga678i_vWgyqwyCWv .accinfo__input:focus {
  outline: none;
  border-color: #111;
}

.cc_vrga678i_vWgyqwyCWv .accinfo__input--error {
  border-color: #b42318;
}

.cc_vrga678i_vWgyqwyCWv .accinfo__input--readonly {
  background: #fafafa;
  color: #9ca3af;
  cursor: not-allowed;
}

.cc_vrga678i_vWgyqwyCWv .accinfo__error {
  font-size: 12px;
  color: #b42318;
}

.cc_vrga678i_vWgyqwyCWv .accinfo__submit {
  align-self: flex-start;
  margin-top: 4px;
  padding: 13px 32px;
  border: none;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.cc_vrga678i_vWgyqwyCWv .accinfo__submit:hover:not(:disabled) {
  transform: translateY(-1px);
  opacity: 0.9;
}

.cc_vrga678i_vWgyqwyCWv .accinfo__submit:disabled {
  opacity: 0.5;
  cursor: default;
}

/* Yükleniyor iskeleti */
.cc_vrga678i_vWgyqwyCWv .accinfo__skeleton {
  display: block;
  height: 44px;
  border-radius: 2px;
  background: linear-gradient(90deg, #f0f0f0 0%, #f8f8f8 50%, #f0f0f0 100%);
  background-size: 200% 100%;
  animation: cc_vrga678i_vWgyqwyCWv_accinfo-shimmer 1.2s ease-in-out infinite;
}

.cc_vrga678i_vWgyqwyCWv .accinfo__skeleton--btn {
  width: 160px;
  border-radius: 999px;
}

@keyframes cc_vrga678i_vWgyqwyCWv_accinfo-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@media (min-width: 640px) {
  .cc_vrga678i_vWgyqwyCWv .accinfo__row {
    grid-template-columns: 1fr 1fr;
  }
  .cc_vrga678i_vWgyqwyCWv .accinfo__title {
    font-size: 22px;
  }
}
