/* Morning-only overlay: the floating "school sees it too" admin card shown
   during the STAGE 03 · ACCOUNTED FOR beat. Shares .journey-overlay
   positioning/visibility mechanics from css/journey/journey-scene.css. */

.admin-card {
  width: 220px;
  max-width: 78vw;
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 16px 34px -10px rgba(0, 0, 0, .28);
}

.admin-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.admin-card-eyebrow {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--text-faint);
  text-transform: uppercase;
}

.admin-card-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 800;
  color: var(--ink);
}

.admin-card-eta {
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--accent-dark);
}
