@media (min-width: 768px) {
  .pwa-install-control { display: none !important; }
}

.pwa-ios-guide[hidden] { display: none; }

.pwa-fallback-guide {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1a1a2e;
  color: #fff;
  padding: 1rem 1.25rem;
  font-size: 0.9rem;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  box-shadow: 0 -4px 12px rgba(0,0,0,0.3);
}

.pwa-fallback-guide[hidden] { display: none; }

.pwa-fallback-guide-text {
  flex: 1;
  line-height: 1.4;
}

.pwa-fallback-guide-close {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  line-height: 1;
}
