/* LC_95D_MECHANICS_POLISH_START */
.mechanics-overview,
.mechanics-help,
.mechanics-empty-state,
.mechanics-action-note,
.mechanics-ledger-note,
.mechanics-resource-strip {
  border: 1px solid rgba(207, 180, 120, 0.34);
  border-radius: 0.85rem;
  padding: 1rem;
  margin: 1rem 0;
  background: rgba(22, 18, 12, 0.36);
}

.mechanics-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 0.85rem;
  margin: 1rem 0;
}

.mechanics-card {
  border: 1px solid rgba(207, 180, 120, 0.28);
  border-radius: 0.75rem;
  padding: 0.9rem;
  background: rgba(255, 255, 255, 0.035);
}

.mechanics-card h2,
.mechanics-card h3,
.mechanics-overview h2,
.mechanics-help h2,
.mechanics-empty-state h2 {
  margin-top: 0;
}

.mechanics-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.mechanics-pill {
  display: inline-block;
  border: 1px solid rgba(207, 180, 120, 0.3);
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
  font-size: 0.92em;
  background: rgba(0, 0, 0, 0.16);
}

.mechanics-plain-list {
  margin-bottom: 0;
}

@media (max-width: 740px) {
  .mechanics-card-grid {
    grid-template-columns: 1fr;
  }

  .mechanics-overview,
  .mechanics-help,
  .mechanics-empty-state,
  .mechanics-action-note,
  .mechanics-ledger-note,
  .mechanics-resource-strip {
    padding: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mechanics-card,
  .mechanics-overview,
  .mechanics-help {
    scroll-behavior: auto;
  }
}
/* LC_95D_MECHANICS_POLISH_END */
