/* Shared safeguards; page-specific visual styling remains as supplied by Claude. */
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
[hidden] { display: none !important; }
/* Bootstrap is intentionally available without overriding the supplied inline visual system. */
@media (max-width: 575.98px) {
  body { min-width: 0; }
}
