/* 回報老樹頁面 — 比照原站 doc/老樹報報_使用流程20230512.pptx 截圖的版型（窄單欄、
   標籤在上、原資料對照提示、圓角定位按鈕、相機圖示相片格）。 */
.report-page {
  max-width: 560px;
}
.report-page h1 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 18px;
}
.report-field {
  margin-bottom: 16px;
}
.report-field > label {
  display: block;
  color: #555;
  font-size: 14px;
  margin-bottom: 4px;
}
.report-field input[type="text"],
.report-field input[type="number"],
.report-field input[type="date"],
.report-field input[type="password"],
.report-field select,
.report-field textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
  background: #fff;
}
.report-field textarea {
  resize: vertical;
}
.report-hint {
  color: #999;
  font-size: 12px;
  margin-top: 3px;
}
.report-coord-row {
  display: flex;
  gap: 8px;
}
.report-coord-row > div {
  flex: 1;
}
.report-pin-buttons {
  display: flex;
  gap: 8px;
  margin: 10px 0 4px;
}
.report-pin-buttons button {
  border: 0;
  border-radius: 999px;
  padding: 7px 16px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.report-pin-buttons .btn-locate {
  background: #8a9a5b;
}
.report-pin-buttons .btn-map {
  background: #2d5a3d;
}
.report-photo-row {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.report-photo-camera {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background: #333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  border: 0;
}
.report-photo-slot {
  width: 56px;
  height: 56px;
  border: 1px dashed #ccc;
  border-radius: 4px;
  overflow: hidden;
  background: #fafafa;
  flex: none;
}
.report-photo-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.report-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
  padding-top: 6px;
}
.report-checks label {
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #333;
  cursor: pointer;
}
.report-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}
.report-actions .btn-reset {
  background: none;
  border: 0;
  color: #7a4a3a;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
}
.report-actions .btn-submit {
  background: #7a4a3a;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 11px 30px;
  font-size: 15px;
  cursor: pointer;
}
.report-actions .btn-submit:hover {
  background: #63392c;
}

/* 回報成功回顧卡片 */
.report-success-icon {
  text-align: center;
  padding: 20px 0;
}
.report-success-icon img {
  width: 56px;
}
.report-success-card {
  max-width: 560px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 22px 26px;
}
.report-success-row {
  display: flex;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0ee;
  font-size: 14px;
}
.report-success-row:last-child {
  border-bottom: 0;
}
.report-success-row .label {
  width: 130px;
  min-width: 130px;
  color: #888;
}
.report-success-row .value {
  flex: 1;
  color: #333;
}
.report-success-photos img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  margin: 0 8px 8px 0;
  cursor: pointer;
}
