.deploy-help-root {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.8rem;
}

.deploy-help-fab {
  border: 1px solid rgba(0, 200, 180, 0.5);
  background: #0d1a1f;
  color: #7ee8d8;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.deploy-help-fab-alert {
  border-color: #e8a87c;
  color: #ffd4a8;
  animation: deploy-help-pulse 2s ease-in-out infinite;
}

@keyframes deploy-help-pulse {
  50% {
    box-shadow: 0 0 0 4px rgba(232, 168, 124, 0.25);
  }
}

.deploy-help-panel {
  position: absolute;
  right: 0;
  bottom: 2.5rem;
  width: min(22rem, calc(100vw - 2rem));
  max-height: 70vh;
  overflow: auto;
  background: #0a1218;
  border: 1px solid #1e3a44;
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
  color: #c8e6ef;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.deploy-help-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.deploy-help-close {
  background: none;
  border: none;
  color: #8ab;
  font-size: 1.2rem;
  cursor: pointer;
}

.deploy-help-status.deploy-help-ok {
  color: #6dcea8;
}

.deploy-help-status.deploy-help-bad {
  color: #e8b080;
}

.deploy-help-steps {
  margin: 0.4rem 0 0.6rem 1.1rem;
  padding: 0;
  line-height: 1.35;
}

.deploy-help-shell {
  font-size: 0.68rem;
  background: #050a0e;
  border: 1px solid #243840;
  border-radius: 6px;
  padding: 0.5rem;
  overflow-x: auto;
  white-space: pre-wrap;
  margin: 0.4rem 0;
}

.deploy-help-form {
  display: flex;
  gap: 0.35rem;
  margin-top: 0.5rem;
}

.deploy-help-form input {
  flex: 1;
  min-width: 0;
  background: #050a0e;
  border: 1px solid #243840;
  color: #e8f4f8;
  border-radius: 4px;
  padding: 0.35rem 0.5rem;
}

.deploy-help-form button {
  background: #13404a;
  border: 1px solid #2a6a78;
  color: #b8f0e8;
  border-radius: 4px;
  padding: 0.35rem 0.6rem;
  cursor: pointer;
}

.deploy-help-reply {
  margin-top: 0.5rem;
  padding: 0.45rem;
  background: #081018;
  border-radius: 6px;
  white-space: pre-wrap;
  line-height: 1.35;
  font-size: 0.75rem;
}
