/* ATLAS · components/act-marker.css
 * Provenance: AuditHunt v3 · Phase 1.4 · authored 2026-04-25
 * Spec: §XX.9 — bottom-left fixed, mix-blend-mode difference
 */

.act-marker {
  position: fixed; left: 32px; bottom: 32px;
  pointer-events: none; z-index: 6;
  mix-blend-mode: difference;
  display: flex; flex-direction: column; gap: 4px;
  color: var(--bone);
}
.act-marker .act-num {
  font-family: var(--f-mono); font-size: 10px;
  letter-spacing: 2px; text-transform: uppercase; opacity: 0.7;
}
.act-marker .act-name {
  font-family: var(--f-display); font-weight: 400; font-size: 18px;
  letter-spacing: -0.2px; line-height: 1;
}
