/* SHEDTECH_APP/Frontend/shell/offline-banner.css
   Phase 13.8 — offline banner muted amber styling.
   Muted/info tone per locked decision Q4: amber-100 bg, amber-800 text,
   amber-300 border-bottom. Deliberately NOT red/alert — this is an
   informational state ("showing cached data"), not an emergency. */

.offline-banner {
  background: #fef3c7;
  color: #92400e;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #fcd34d;
}

.offline-banner.hidden {
  display: none;
}
