/* Performance overrides: keep layout, reduce visual overhead */
* { animation: none !important; transition: none !important; }
.tile-thumb, .tile-card, .card { box-shadow: none !important; filter: none !important; }


/* Works dark-mode readability */
html[data-theme="dark"] body{ color: var(--text, #f5f7fb) !important; background: var(--bg, #0b0b0b) !important; }
html[data-theme="dark"] .tile-cap, html[data-theme="dark"] .tile-cap p, html[data-theme="dark"] .content, html[data-theme="dark"] h1, html[data-theme="dark"] h2, html[data-theme="dark"] h3, html[data-theme="dark"] h4{ color: var(--text, #f5f7fb) !important; }

/* Curators bullets: clean + fast */
.curator-bullets{
  margin: 14px 0 0 0;
  padding-left: 18px;
  line-height: 1.55;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
.curator-bullets li{ margin: 10px 0; }
.curator-bullets strong{ font-weight: 650; }
