.app-confirm-fallback {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.55);
}

.app-confirm-fallback__dialog {
  width: min(100%, 24rem);
  padding: 1.25rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.18);
}

.app-confirm-fallback__title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e293b;
}

.app-confirm-fallback__text {
  margin: 0 0 1rem;
  color: #64748b;
  line-height: 1.5;
}

.app-confirm-fallback__actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
