.lead { color: var(--text-2); max-width: 62ch; line-height: 1.55; }

.ip-preview { display: block; max-height: 220px; max-width: 100%; border-radius: 10px; border: 1px solid var(--line); margin: 16px 0 6px; }
.ip-count { max-width: 300px; margin: 12px 0 6px; }

.ip-swatches { display: grid; grid-template-columns: repeat(auto-fill, minmax(128px, 1fr)); gap: 8px; margin: 12px 0; }
.ip-swatch {
  height: 96px; border: 1px solid var(--line); border-radius: 8px; cursor: pointer;
  display: flex; flex-direction: column; justify-content: flex-end; gap: 2px; padding: 8px;
  color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,.45);
}
.ip-swatch.light { color: #12161c; text-shadow: none; }
.ip-hex { font-family: var(--mono); font-size: .78rem; font-weight: 700; }
.ip-share { font-size: .7rem; opacity: .85; font-variant-numeric: tabular-nums; }

.ip-actions { margin-top: 6px; }
