/* Image Compressor — tool-specific styles */
#ic-compare .preview-box img {
  background:
    repeating-conic-gradient(var(--border) 0% 25%, transparent 0% 50%)
    50% / 16px 16px; /* checkerboard behind transparent images */
}
