/* color-palette-generator.css v1-1 */
.cpg-swatches{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.3rem;}
.cpg-swatch{flex:1;min-width:80px;height:90px;border-radius:2px;cursor:pointer;position:relative;display:flex;align-items:flex-end;justify-content:center;padding-bottom:.3rem;border:1px solid rgba(0,0,0,.08);transition:transform .15s;}
.cpg-swatch:hover{transform:scale(1.04);}
.cpg-hex{font-size:.7rem;background:rgba(0,0,0,.45);color:#fff;padding:.15rem .35rem;border-radius:2px;font-family:monospace;}
.status-msg{font-size:.8rem;margin-top:.5rem;color:var(--text-muted);}
