/* Preview mode — staff session */
.preview-ribbon {
  position: absolute;
  top: 12px;
  left: -28px;
  z-index: 3;
  width: 110px;
  padding: 4px 0;
  background: #1C5535;
  color: #fff;
  font-family: var(--font-mono, "IBM Plex Mono", monospace);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  transform: rotate(-45deg);
  pointer-events: none;
}

.is-preview,
.frame-card.is-preview,
.sport-tile.is-preview,
.hero-frame.is-preview {
  position: relative;
  overflow: hidden;
}

.preview-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35em;
  background: #1C5535;
  color: #fff;
  font-family: var(--font-mono, "IBM Plex Mono", monospace);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.preview-bar a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body:has(.preview-bar) {
  padding-bottom: 44px;
}

.flip-rail--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.flip-rail--empty .empty-state {
  min-height: 160px;
  padding-block: var(--s6);
  width: 100%;
}
