/* Base styles for Blank PFP */
:root { color-scheme: light dark; }
html, body { height: 100%; }

/* Minimal tweaks for inputs */
input[type="color"] { padding: 0; border: 1px solid #d1d5db; border-radius: 0.375rem; }

/* Dark mode border */
.dark input[type="color"] { border-color: #374151; }

/* Checkerboard background to visualize transparency (not included in PNG export) */
.checker-bg {
  background-image: repeating-conic-gradient(#e5e7eb 0% 25%, transparent 0% 50%);
  background-size: 16px 16px;
}