/* [project]/src/components/starsea-garden-debug.css [app-client] (css) */
.garden-debug {
  color: #435446;
  min-width: 0;
  font-size: 13px;
}

.garden-debug-heading {
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  display: flex;
}

.garden-debug-heading > div {
  min-width: 0;
}

.garden-debug-heading span {
  color: #73846c;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  display: flex;
}

.garden-debug-heading h3 {
  overflow-wrap: anywhere;
  margin: 8px 0;
  font-size: 17px;
}

.garden-debug-heading p {
  margin: 0;
  line-height: 1.8;
}

.garden-debug-heading small {
  color: #838a7d;
  overflow-wrap: anywhere;
  font-size: 10px;
}

.garden-debug button {
  color: #506547;
  min-height: 36px;
  font: inherit;
  cursor: pointer;
  background: #f7f8ef;
  border: 1px solid #cdd5c4;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  font-size: 12px;
  display: inline-flex;
}

.garden-debug button:hover {
  background: #ebf0e3;
}

.garden-debug button:disabled, .garden-debug :disabled {
  opacity: .6;
  cursor: not-allowed;
}

.garden-debug button:focus-visible, .garden-debug input:focus-visible, .garden-debug select:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #849c6b;
}

.garden-debug-note {
  color: #83877b;
  margin: 14px 0;
  font-size: 12px;
  line-height: 1.8;
}

.garden-debug-status {
  color: #59704d;
  overflow-wrap: anywhere;
  background: #f0f5e9;
  border: 1px solid #dce2cf;
  border-radius: 7px;
  margin: 16px 0;
  padding: 12px 14px;
  line-height: 1.7;
}

.garden-debug-status.is-error {
  color: #995449;
  background: #fff1ea;
  border-color: #e4c7bf;
}

.garden-debug-tabs {
  border-bottom: 1px solid #e2e4d6;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0 0 16px;
  display: flex;
}

.garden-debug-tabs button[aria-pressed="true"] {
  color: #fff;
  background: #657f57;
  border-color: #657f57;
}

.garden-debug-controls {
  border: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.garden-debug-controls:disabled {
  opacity: 1;
}

.garden-debug-form {
  border-bottom: 1px solid #e2e4d6;
  padding: 20px 0;
}

.garden-debug-form:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.garden-debug-form h4 {
  color: #435446;
  margin: 0 0 16px;
  font-size: 14px;
}

.garden-debug-fields {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
  display: grid;
}

.garden-debug-field {
  color: #737e69;
  align-content: start;
  gap: 8px;
  min-width: 0;
  font-size: 12px;
  display: grid;
}

.garden-debug-field input, .garden-debug-field select {
  color: #42563e;
  width: 100%;
  min-width: 0;
  height: 40px;
  font: inherit;
  background: #fffefa;
  border: 1px solid #d4d9ca;
  border-radius: 6px;
  padding: 0 10px;
  font-size: 13px;
  display: block;
}

.garden-debug-check {
  color: #737e69;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  display: flex;
}

.garden-debug-check input {
  accent-color: #657f57;
  width: 17px;
  height: 17px;
}

.garden-debug button.garden-debug-apply {
  color: #fff;
  background: #657f57;
  border-color: #657f57;
  padding-inline: 18px;
}

.garden-debug-quick {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  display: flex;
}

.garden-debug-quick > span {
  color: #737e69;
  flex-basis: 100%;
  margin: 5px 0;
}

@media (max-width: 600px) {
  .garden-debug-heading {
    flex-direction: column;
    gap: 12px;
  }

  .garden-debug-fields {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .garden-debug-tabs {
    gap: 6px;
  }

  .garden-debug-tabs button {
    flex: 1 0 28%;
    padding: 8px 5px;
    font-size: 11px;
  }

  .garden-debug-form {
    padding-block: 18px;
  }
}

/*# sourceMappingURL=src_components_starsea-garden-debug_20kzsfr.css.map*/