/* Hinweis-Banner: Abmeldung vom Fall */
#flash-redirect{
  display: none !important;            /* Standard: ausgeblendet */
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: .5rem .75rem;
  margin: .5rem auto .75rem;           /* auto = horizontal zentriert */
  max-width: 1100px;                   /* wie .app-shell */
  border-radius: 12px;
  background: #eef2ff;
  color: #1e293b;
  text-align: center;
}

/* Sichtbar schalten */
#flash-redirect.is-visible { display: flex !important; }

/* Dark-Mode */
html:not([data-theme="light"]) #flash-redirect {
  background: color-mix(in oklab, var(--primary, #5b8cff) 14%, #151a2c);
  color: #e5e7eb;
}

/* optionales Icon im Banner */
.lock-banner .i-info { font-size: 1rem; line-height: 1; }

/* optional: Badge-Farbe für Lock-Hinweise */
.badge.lock { background:#fee2e2; color:#991b1b; }
