/* Project-specific tweaks that go beyond Tailwind utility classes */ #camera-status { pointer-events: none; } video#video { transform: scaleX(-1); /* mirror the preview so it feels like a mirror, not a rear camera */ }