/* Preview as athlete — a lens, not a permission change. */

.select--sm { flex: 0 0 auto; min-width: 150px; padding: 6px 9px; font-size: 13px; }

.preview-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 24px;
  background: var(--tint-2);
  border-bottom: 1px solid var(--gold);
  font-size: 14px;
  color: var(--cream);
  flex-wrap: wrap;
}
.preview-banner strong { color: var(--gold); }

/* Everything the athlete could normally act on stays visible but inert,
   so a coach demoing the app sees the real layout rather than a
   stripped-down version of it. */
.is-preview .composer textarea,
.is-preview #msg-send,
.is-preview #film-pick,
.is-preview .rsvp .btn {
  opacity: .45;
  pointer-events: none;
}

@media (max-width: 520px) {
  .preview-banner { padding: 10px 16px; }
  .select--sm { min-width: 120px; }
}
