.dww-feedback-launch {
  position: fixed;
  top: 78px;
  right: 18px;
  z-index: 9990;
  min-height: 42px;
  padding: 9px 14px 9px 11px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 999px;
  background: #eaff5a;
  box-shadow: 0 8px 25px rgba(3, 49, 43, .22);
  color: #073f38;
  font: 800 12px/1.1 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
}

.dww-feedback-launch:hover {
  background: #f2ff91;
  transform: translateY(-1px);
}

.dww-feedback-launch:focus-visible,
.dww-feedback-dialog button:focus-visible,
.dww-feedback-dialog textarea:focus-visible {
  outline: 3px solid rgba(29, 153, 136, .35);
  outline-offset: 2px;
}

.dww-feedback-launch svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
}

.dww-feedback-dialog {
  width: min(720px, calc(100vw - 28px));
  max-height: calc(100vh - 28px);
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 18px;
  background: #f7faf9;
  box-shadow: 0 28px 85px rgba(5, 39, 35, .32);
  color: #102d29;
  font: 400 14px/1.45 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.dww-feedback-dialog::backdrop {
  background: rgba(5, 29, 26, .62);
  backdrop-filter: blur(3px);
}

.dww-feedback-dialog.dww-feedback-capture-hidden {
  visibility: hidden;
}

.dww-feedback-dialog.dww-feedback-capture-hidden::backdrop {
  background: transparent;
  backdrop-filter: none;
}

.dww-feedback-head {
  padding: 20px 22px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  background: #073f38;
  color: white;
}

.dww-feedback-head small,
.dww-feedback-head strong {
  display: block;
}

.dww-feedback-head small {
  margin-bottom: 3px;
  color: #dff66b;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dww-feedback-head strong {
  font-size: 21px;
  letter-spacing: -.02em;
}

.dww-feedback-close {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  background: transparent;
  color: white;
  font-size: 22px;
  cursor: pointer;
}

.dww-feedback-body {
  padding: 20px 22px 22px;
  display: grid;
  gap: 18px;
}

.dww-feedback-context {
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #dce7e4;
  border-radius: 10px;
  background: white;
  color: #526d68;
  font-size: 12px;
}

.dww-feedback-context svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  stroke: #0b7568;
  stroke-width: 2;
}

.dww-feedback-label {
  display: grid;
  gap: 7px;
}

.dww-feedback-label > span {
  color: #173f39;
  font-size: 12px;
  font-weight: 800;
}

.dww-feedback-label textarea {
  width: 100%;
  min-height: 118px;
  padding: 12px 13px;
  resize: vertical;
  border: 1px solid #c9dad6;
  border-radius: 10px;
  background: white;
  color: #102d29;
  font: inherit;
  box-sizing: border-box;
}

.dww-feedback-shot {
  overflow: hidden;
  border: 1px solid #d6e3e0;
  border-radius: 12px;
  background: white;
}

.dww-feedback-shot-head {
  padding: 11px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #e3ebe9;
}

.dww-feedback-shot-head div {
  min-width: 0;
}

.dww-feedback-shot-head strong,
.dww-feedback-shot-head small {
  display: block;
}

.dww-feedback-shot-head small {
  margin-top: 2px;
  color: #6d827e;
  font-size: 10px;
}

.dww-feedback-button {
  min-height: 38px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid #abc5bf;
  border-radius: 8px;
  background: white;
  color: #0a5c51;
  font: 800 11px/1.1 inherit;
  cursor: pointer;
}

.dww-feedback-button svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
}

.dww-feedback-preview {
  min-height: 150px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(45deg, #f0f4f3 25%, transparent 25%),
    linear-gradient(-45deg, #f0f4f3 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #f0f4f3 75%),
    linear-gradient(-45deg, transparent 75%, #f0f4f3 75%);
  background-size: 18px 18px;
  background-position: 0 0, 0 9px, 9px -9px, -9px 0;
}

.dww-feedback-preview img {
  width: 100%;
  max-height: 290px;
  object-fit: contain;
  display: block;
}

.dww-feedback-preview span {
  padding: 24px;
  color: #718580;
  font-size: 11px;
  text-align: center;
}

.dww-feedback-link-row {
  padding: 11px 13px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  border: 1px solid #dce7e4;
  border-radius: 10px;
  background: #eef5f3;
}

.dww-feedback-link-row div {
  min-width: 0;
}

.dww-feedback-link-row strong,
.dww-feedback-link-row code {
  display: block;
}

.dww-feedback-link-row strong {
  font-size: 11px;
}

.dww-feedback-link-row code {
  margin-top: 3px;
  overflow: hidden;
  color: #59716c;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dww-feedback-status {
  min-height: 20px;
  margin: 0;
  color: #5f7671;
  font-size: 11px;
}

.dww-feedback-status.success {
  color: #08705f;
  font-weight: 750;
}

.dww-feedback-status.error {
  color: #b43a2c;
  font-weight: 750;
}

.dww-feedback-status a {
  color: inherit;
  text-decoration: underline;
}

.dww-feedback-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.dww-feedback-send {
  min-height: 42px;
  padding: 10px 16px;
  border: 0;
  border-radius: 9px;
  background: #08766a;
  color: white;
  font: 850 12px/1.1 inherit;
  cursor: pointer;
}

.dww-feedback-send:hover {
  background: #075f56;
}

.dww-feedback-send:disabled,
.dww-feedback-button:disabled {
  cursor: wait;
  opacity: .6;
}

.dww-feedback-restore-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 9995;
  padding: 10px 14px;
  border-radius: 999px;
  background: #073f38;
  box-shadow: 0 8px 30px rgba(4, 39, 34, .25);
  color: white;
  font: 750 11px/1.2 Inter, ui-sans-serif, system-ui, sans-serif;
  transform: translateX(-50%);
}

@media (max-width: 720px) {
  .dww-feedback-launch {
    top: auto;
    right: 12px;
    bottom: 12px;
  }

  .dww-feedback-dialog {
    width: calc(100vw - 16px);
    max-height: calc(100vh - 16px);
    border-radius: 14px;
  }

  .dww-feedback-head,
  .dww-feedback-body {
    padding-inline: 16px;
  }

  .dww-feedback-shot-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .dww-feedback-link-row {
    grid-template-columns: 1fr;
  }
}
