/* HexToRGB.net — external stylesheet (supplemental only)
   All critical CSS is inlined in index.html for Lighthouse performance.
   This file handles print styles and any page-specific overrides. */

@media print {
  header, footer, .ad-slot, .convert-btn, .copy-btn { display: none !important; }
  body { background: white; color: black; }
  .card { border: 1px solid #ccc; box-shadow: none; }
}
