/**
 * Manifest section styles — Old Glory theme (extends platform.css)
 */
.load-slots { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; }
.slot-tag {
  display: inline-block;
  padding: 3px 8px;
  background: rgba(255,255,255,0.15);
  border-radius: 6px;
  font-size: 12px;
}
