/* Shared form affordances for portfolio / accounts / screener forms (SI-REQ-017).
   Lives under dashboard/ static because dashboard.css is the shared base already loaded on
   every host page. Reuses existing CSS custom properties (AGENTS S3 - no hardcoded theme). */

.field-hint {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.3;
  margin: 0.15rem 0 0.5rem;
}

.pf-top-actions {
  margin-bottom: var(--gap);
}

.gic-scope {
  color: var(--accent);
  font-weight: 600;
  margin: 0.25rem 0 0.6rem;
}

/* Header tooltips: the title= attribute carries the help text. */
th[title] {
  cursor: help;
  text-decoration: underline dotted;
  text-underline-offset: 2px;
}
