/* Portal challenge — shared; UI also injects styles in portal_challenge_ui.js */
.portal-challenge-hint {
  font-size: 0.85rem;
  color: #bdbdbd;
  margin: 8px 0;
}

/* Native <select> in TG Desktop often keeps a light face — force dark readable text. */
#portal-challenge-modal select,
#portal-challenge-modal input {
  color-scheme: dark;
  background-color: #122820 !important;
  color: #f5f0e6 !important;
  -webkit-text-fill-color: #f5f0e6;
}
#portal-challenge-modal select option {
  background: #122820;
  color: #f5f0e6;
}
