/*
 * NovaGold form and control contrast guarantees.
 * Loaded last so the light palette remains readable over legacy dark-mode component defaults.
 */

html[data-theme="light"] .nt-app-page :is(
  .nta-profile-editor label,
  .nta-position-form label,
  .nta-settings-card label,
  .nta-morning-brief-card label,
  .nta-check-row
) {
  color: #34566d !important;
}

html[data-theme="light"] .nt-app-page .nta-boundary-check {
  border-color: rgba(154, 102, 18, 0.3);
  background: rgba(245, 232, 193, 0.55);
}

html[data-theme="light"] .nt-app-page .nta-field-grid > label > span {
  color: #9a640e;
}

html[data-theme="light"] .nt-app-page :is(input::placeholder, textarea::placeholder) {
  color: #667e90;
  opacity: 1;
}
