/* LensCraft Stage 3 Edge Pack - optional scoped helpers */
.lc-edge-note,
.lc-tone-control,
.lc-lens-lab-preview,
.lc-controlled-chaos {
  border: 1px solid var(--border, currentColor);
  border-radius: var(--radius-lg, 1rem);
  padding: clamp(1rem, 2vw, 1.5rem);
}

.lc-tone-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lc-tone-pill {
  border: 1px solid var(--border, currentColor);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.9rem;
}

.lc-lens-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.lc-lens-card {
  border: 1px solid var(--border, currentColor);
  border-radius: var(--radius-md, 0.75rem);
  padding: 1rem;
}

.lc-lens-card h3,
.lc-lens-card h4 {
  margin-top: 0;
}

.lc-tone-example-list {
  display: grid;
  gap: 0.45rem;
  margin: 1rem 0;
  padding-left: 1.1rem;
}

.lc-rude-example {
  font-weight: 700;
}

.lc-generator-output[aria-live] {
  min-height: 4rem;
}
