.gct-portal-kyc-pending .wash-main {
  filter: blur(3px);
  pointer-events: none;
  user-select: none;
}

.gct-kyc-modal-content {
  border: none;
  border-radius: var(--wash-radius);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.18);
}

.gct-kyc-modal-header {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.12) 0%, rgba(168, 85, 247, 0.08) 100%);
  border-bottom: 1px solid rgba(6, 182, 212, 0.18);
  padding: 1.35rem 1.5rem 1.15rem;
}

.gct-kyc-modal-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 182, 212, 0.15);
  color: var(--wash-primary-deep);
  font-size: 1.25rem;
  flex-shrink: 0;
}

.gct-kyc-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wash-primary-deep);
  margin-bottom: 0.35rem;
}

.gct-kyc-section {
  border: 1px solid var(--wash-border);
  border-radius: var(--wash-radius-sm);
  padding: 1.15rem 1.25rem;
  margin-bottom: 0.85rem;
  background: rgba(255, 255, 255, 0.72);
}

.gct-kyc-section-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--wash-ink);
  margin-bottom: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.gct-kyc-section-title i {
  color: var(--wash-primary-deep);
}

.gct-kyc-field-empty,
.gct-kyc-field-empty:focus {
  border-color: #f59e0b !important;
  background: rgba(245, 158, 11, 0.06) !important;
  box-shadow: 0 0 0 0.15rem rgba(245, 158, 11, 0.12);
}

.gct-kyc-section--bank {
  border-color: rgba(6, 182, 212, 0.35);
  background: linear-gradient(180deg, rgba(6, 182, 212, 0.06) 0%, rgba(255, 255, 255, 0.78) 100%);
}

.gct-kyc-bank-panel {
  border: 1px dashed rgba(6, 182, 212, 0.28);
  border-radius: var(--wash-radius-sm);
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.55);
}

.gct-kyc-bank-intro {
  line-height: 1.5;
}

.gct-kyc-subgroup-title {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--wash-primary-deep);
  margin-bottom: 0.6rem;
}

.gct-kyc-hint-empty {
  font-size: 0.78rem;
  color: #b45309;
  margin-top: 0.2rem;
}

.gct-kyc-confirm-box {
  border: 1px solid var(--wash-border-strong);
  border-radius: var(--wash-radius-sm);
  padding: 1rem 1.15rem;
  background: rgba(255, 255, 255, 0.92);
}

.gct-kyc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--wash-border);
}

@media (max-width: 575.98px) {
  .gct-kyc-actions .btn {
    width: 100%;
  }
}

html:has(body.gct-cadastro-page),
html:has(body.wash-auth:has(.gct-cadastro-card)) {
  height: auto !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}

body.wash-auth.gct-cadastro-page,
body.wash-auth:has(.gct-cadastro-card) {
  height: auto !important;
  max-height: none !important;
  min-height: 100dvh;
  overflow: visible !important;
  overflow-x: hidden !important;
  justify-content: flex-start !important;
  padding-block: 1.25rem !important;
}

.wash-auth-card.gct-cadastro-card,
.gct-login-card.gct-cadastro-card {
  max-width: min(960px, 96vw) !important;
  max-height: none !important;
  overflow: visible !important;
  flex: 0 0 auto;
  text-align: left;
}

body.wash-auth:has(.gct-cadastro-card) .wash-auth-footer,
body.gct-cadastro-page .wash-auth-footer {
  max-width: min(960px, 96vw);
}

.gct-cadastro-card .wash-auth-title,
.gct-cadastro-card .wash-auth-sub,
.gct-cadastro-card .gct-login-eyebrow {
  text-align: center;
}

@media (max-height: 720px), (max-height: 560px) {
  html:has(body.gct-cadastro-page),
  html:has(body.wash-auth:has(.gct-cadastro-card)) {
    height: auto !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
  }
  body.wash-auth.gct-cadastro-page,
  body.wash-auth:has(.gct-cadastro-card) {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    overflow-x: hidden !important;
  }
  .wash-auth-card.gct-cadastro-card,
  .gct-login-card.gct-cadastro-card {
    max-height: none !important;
    overflow: visible !important;
  }
}
