/* Aceite digital — overlay; NÃO esconde body (login-chain). */
body.gct-terms-pending > *:not(#gct-terms-gate) {
  pointer-events: none;
  user-select: none;
}

.gct-terms-gate {
  position: fixed;
  inset: 0;
  z-index: 99990;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(4, 6, 9, 0.82);
  pointer-events: auto;
}

.gct-terms-card {
  width: min(720px, 100%);
  max-height: min(88vh, 860px);
  display: flex;
  flex-direction: column;
  background: #0c1016;
  border: 1px solid #243040;
  color: #ebe5d8;
  font-family: var(--font-bloomberg, Consolas, "Courier New", monospace);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.55);
}

.gct-terms-hdr {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #1a2430;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #8a93a0;
}

.gct-terms-hdr b { color: #E8B44A; font-weight: 600; }

.gct-terms-title {
  margin: 14px 16px 8px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #ebe5d8;
}

.gct-terms-body {
  margin: 0 16px;
  padding: 12px 14px;
  flex: 1 1 auto;
  overflow: auto;
  background: #07090C;
  border: 1px solid #1a2430;
  color: #c8c2b4;
  font-size: 12px;
  line-height: 1.55;
  white-space: pre-wrap;
  word-break: break-word;
}

.gct-terms-meta {
  margin: 10px 16px 0;
  font-size: 10px;
  color: #6a7380;
  word-break: break-all;
}

.gct-terms-meta code { color: #4A8FA0; }

.gct-terms-err {
  margin: 10px 16px 0;
  color: #E77A7A;
  font-size: 12px;
}

.gct-terms-actions {
  display: flex;
  justify-content: flex-end;
  padding: 14px 16px 8px;
}

.gct-terms-btn {
  min-width: 160px;
  padding: 11px 18px;
  border: 1px solid #2a3848;
  background: #141a22;
  color: #ebe5d8;
  font: inherit;
  font-size: 12px;
  letter-spacing: 0.12em;
  cursor: pointer;
}

.gct-terms-btn--ok {
  background: #1a2e28;
  border-color: #2d5a4e;
  color: #67E6C9;
}

.gct-terms-btn--ok:hover:not(:disabled) {
  background: #224038;
}

.gct-terms-btn:disabled {
  opacity: 0.55;
  cursor: wait;
}

.gct-terms-note {
  margin: 0 16px 16px;
  font-size: 10px;
  color: #6a7380;
  line-height: 1.4;
}
