/* ToShift Eventboard — Update-Hinweis (Service Worker). Nur CI-Farben. */

.pwa-update {
  position: fixed;
  left: 50%;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  z-index: 1000;
  height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ts-grey);
  border-radius: 999px;
  background: var(--ts-navy);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 4px 16px rgba(6, 10, 75, 0.35);
  cursor: pointer;
}

.pwa-update:hover {
  border-color: var(--ts-blue);
  background: var(--ts-blue);
}

.pwa-update:disabled {
  opacity: 0.6;
  cursor: default;
}

/* Install-Slot (Login/Konto) */
#install-slot{margin-top:18px;padding-top:14px;border-top:1px solid var(--line)}
#install-slot:empty{display:none}
#install-slot .install-btn{width:100%;padding:11px 14px;border-radius:10px;font-size:.95rem}
#install-slot .install-hint,#install-slot .install-ok{font-size:.8rem;color:var(--muted);margin:8px 0 0;line-height:1.5}
#install-slot .install-ok{color:var(--accent,var(--ts-blue));font-weight:600}
#install-slot.highlight{border-top-color:var(--accent,var(--ts-blue))}
