@charset "UTF-8";._card_1o74a_1 {
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

._loading_1o74a_8,
._error_1o74a_9 {
  padding: 3rem;
  text-align: center;
  color: #666;
  font-size: 1.1rem;
}

._error_1o74a_9 {
  color: #e53e3e;
}

._header_1o74a_20 {
  background: #f7fafc;
  padding: 1.5rem;
  border-bottom: 2px solid #e2e8f0;
}

._metadata_1o74a_26 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

._metadataItem_1o74a_32 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

._metadataLabel_1o74a_38 {
  font-size: 0.75rem;
  font-weight: 600;
  color: #718096;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

._metadataValue_1o74a_46 {
  font-size: 0.95rem;
  color: #2d3748;
  font-weight: 500;
}

._content_1o74a_52 {
  padding: 2rem;
}

._section_1o74a_56 {
  margin-bottom: 2.5rem;
}

._section_1o74a_56:last-child {
  margin-bottom: 0;
}

._sectionTitle_1o74a_64 {
  color: #2d3748;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #667eea;
}

._sectionDescription_1o74a_73 {
  color: #718096;
  font-size: 0.95rem;
  margin: 0 0 1.5rem 0;
  line-height: 1.6;
}

._answers_1o74a_80 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

._answer_1o74a_80 {
  padding: 1rem;
  background: #f7fafc;
  border-radius: 6px;
  border-left: 3px solid #667eea;
}

._questionLabel_1o74a_94 {
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

._answerValue_1o74a_101 {
  color: #4a5568;
  font-size: 1rem;
  line-height: 1.6;
  word-break: break-word;
}

._photoGrid_1o74a_108 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 0.5rem;
}

._photoItem_1o74a_115 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

._photo_1o74a_108 {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid #e2e8f0;
  cursor: pointer;
  transition: transform 0.2s;
}

._photo_1o74a_108:hover {
  transform: scale(1.02);
}

._photoMetadata_1o74a_135 {
  font-size: 0.75rem;
  color: #718096;
}

._signature_1o74a_140 {
  max-width: 300px;
  height: auto;
  border: 2px solid #e2e8f0;
  border-radius: 6px;
  background: white;
  padding: 0.5rem;
}

._subforms_1o74a_149 {
  margin-top: 1.5rem;
}

._subform_1o74a_149 {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f7fafc;
  border-radius: 8px;
  border: 2px solid #e2e8f0;
}

._subformTitle_1o74a_161 {
  color: #2d3748;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #a0aec0;
}

._subformItem_1o74a_170 {
  background: white;
  padding: 1.5rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  border: 1px solid #e2e8f0;
}

._subformItem_1o74a_170:last-child {
  margin-bottom: 0;
}

._subformItemHeader_1o74a_182 {
  font-weight: 600;
  color: #667eea;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

._subformAnswers_1o74a_193 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

._nestedSubforms_1o74a_199 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 2px dashed #cbd5e0;
}

._nestedSubform_1o74a_199 {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: #edf2f7;
  border-radius: 6px;
  border: 1px solid #cbd5e0;
}

._nestedSubformTitle_1o74a_213 {
  color: #2d3748;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #a0aec0;
}

._nestedSubformItem_1o74a_222 {
  background: white;
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 1rem;
  border: 1px solid #cbd5e0;
}

._nestedSubformItem_1o74a_222:last-child {
  margin-bottom: 0;
}

._nestedSubformItemHeader_1o74a_234 {
  font-weight: 600;
  color: #805ad5;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  ._header_1o74a_20 {
    padding: 0.75rem;
  }

  ._content_1o74a_52 {
    padding: 0.75rem;
  }

  ._section_1o74a_56 {
    margin-bottom: 1.5rem;
  }

  ._sectionTitle_1o74a_64 {
    font-size: 1.25rem;
  }

  ._answer_1o74a_80 {
    padding: 0.5rem 0.75rem;
  }

  ._subform_1o74a_149 {
    padding: 0.5rem;
    margin-bottom: 1rem;
    border-left: 3px solid #a0aec0;
    border-radius: 0 6px 6px 0;
  }

  ._subformItem_1o74a_170 {
    padding: 0.75rem;
  }

  ._nestedSubform_1o74a_199 {
    padding: 0.5rem;
    border-left: 3px solid #cbd5e0;
    border-radius: 0 4px 4px 0;
  }

  ._nestedSubformItem_1o74a_222 {
    padding: 0.5rem;
  }

  ._photoGrid_1o74a_108 {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.5rem;
  }

  ._photo_1o74a_108 {
    height: 150px;
  }
}
._container_1wyim_1 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: #f8f9fa;
  border-radius: 8px;
  font-size: 0.875rem;
}

._status_1wyim_11 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

._online_1wyim_17 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #28a745;
  font-weight: 500;
}

._offline_1wyim_25 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #dc3545;
  font-weight: 500;
}

._dot_1wyim_33 {
  font-size: 0.75rem;
  animation: _pulse_1wyim_1 2s ease-in-out infinite;
}

@keyframes _pulse_1wyim_1 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

._pending_1wyim_47 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem;
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 6px;
}

._pendingText_1wyim_57 {
  flex: 1;
  color: #856404;
  font-weight: 500;
}

._syncButton_1wyim_63,
._retryButton_1wyim_64 {
  padding: 0.375rem 0.75rem;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background 0.2s;
}

._syncButton_1wyim_63:hover:not(:disabled),
._retryButton_1wyim_64:hover {
  background: #0056b3;
}

._syncButton_1wyim_63:disabled {
  background: #6c757d;
  cursor: not-allowed;
}

._syncing_1wyim_85 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  background: #d1ecf1;
  border: 1px solid #bee5eb;
  border-radius: 6px;
  color: #0c5460;
}

._spinner_1wyim_96 {
  width: 1rem;
  height: 1rem;
  border: 2px solid #0c5460;
  border-top-color: transparent;
  border-radius: 50%;
  animation: _spin_1wyim_96 1s linear infinite;
}

@keyframes _spin_1wyim_96 {
  to {
    transform: rotate(360deg);
  }
}

._success_1wyim_111 {
  padding: 0.5rem;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 6px;
  color: #155724;
}

._error_1wyim_119 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 6px;
  color: #721c24;
}

._error_1wyim_119 span {
  flex: 1;
}

._retryButton_1wyim_64 {
  background: #dc3545;
}

._retryButton_1wyim_64:hover {
  background: #c82333;
}
._overlay_o3yub_1 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 1rem;
}

._modal_o3yub_12 {
  background: white;
  border-radius: 0.75rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  padding: 1.75rem;
  max-width: 400px;
  width: 100%;
}

._title_o3yub_21 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.75rem 0;
}

._message_o3yub_28 {
  font-size: 0.9375rem;
  color: #4b5563;
  margin: 0 0 1.5rem 0;
  line-height: 1.5;
}

._actions_o3yub_35 {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
}

._cancelButton_o3yub_41 {
  padding: 0.5rem 1.25rem;
  border: 1.5px solid #d1d5db;
  border-radius: 0.375rem;
  background: white;
  color: #374151;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.15s;
}

._cancelButton_o3yub_41:hover {
  background: #f9fafb;
}

._confirmButton_o3yub_57 {
  padding: 0.5rem 1.25rem;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.15s;
  color: white;
}

._confirmButton_o3yub_57:hover {
  opacity: 0.9;
}

._danger_o3yub_72 {
  background: #ef4444;
}

._primary_o3yub_76 {
  background: #3b82f6;
}
/* Question Input Styles */

._inputWrapper_mzfwe_3 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

._input_mzfwe_3,
._select_mzfwe_11,
._textarea_mzfwe_12 {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  background-color: white;
  transition: border-color 0.2s, box-shadow 0.2s;
}

._input_mzfwe_3:focus,
._select_mzfwe_11:focus,
._textarea_mzfwe_12:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

._inputError_mzfwe_30 {
  border-color: #ef4444;
}

._inputError_mzfwe_30:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

._textarea_mzfwe_12 {
  resize: vertical;
  min-height: 100px;
}

._checkboxLabel_mzfwe_44 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  padding: 0.5rem 0;
}

._checkbox_mzfwe_44 {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}

._checkboxGroup_mzfwe_58 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem 0;
}

._helperText_mzfwe_65 {
  font-size: 0.875rem;
  color: #6b7280;
}

._errorText_mzfwe_70 {
  font-size: 0.875rem;
  color: #ef4444;
  font-weight: 500;
}

._fileInput_mzfwe_76 {
  padding: 0.5rem;
  font-size: 0.875rem;
}

._filePreview_mzfwe_81 {
  padding: 0.5rem;
  background-color: #f3f4f6;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  color: #374151;
}

._hierarchicalContainer_mzfwe_89 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

._levelSelect_mzfwe_96 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

._levelLabel_mzfwe_102 {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
}

._required_mzfwe_108 {
  color: #ef4444;
  margin-left: 0.25rem;
}

._loading_mzfwe_113 {
  padding: 1rem;
  text-align: center;
  color: #6b7280;
  font-size: 0.875rem;
}

._datePickerWrapper_mzfwe_120 {
  width: 100%;
}

@media (max-width: 768px) {
  ._input_mzfwe_3,
  ._select_mzfwe_11,
  ._textarea_mzfwe_12 {
    padding: 0.625rem;
  }

  ._hierarchicalContainer_mzfwe_89 {
    gap: 0.5rem;
  }
}

.react-datepicker__navigation-icon::before, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
  line-height: initial;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.375em;
  border-bottom-right-radius: 0.375em;
}

.react-datepicker-popper {
  z-index: 1;
  line-height: 0;
}
.react-datepicker-popper .react-datepicker__triangle {
  stroke: #aeaeae;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  fill: #f0f0f0;
  color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  fill: #fff;
  color: #fff;
}
.react-datepicker-popper--header-middle[data-placement^=bottom] .react-datepicker__triangle, .react-datepicker-popper--header-bottom[data-placement^=bottom] .react-datepicker__triangle {
  fill: #fff;
  color: #fff;
}
.react-datepicker-popper--header-bottom[data-placement^=top] .react-datepicker__triangle {
  fill: #f0f0f0;
  color: #f0f0f0;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select, .react-datepicker__header--middle, .react-datepicker__header--bottom) {
  border-top-right-radius: 0.3rem;
}
.react-datepicker__header--middle {
  border-top: 1px solid #aeaeae;
  border-radius: 0;
  margin-top: 4px;
}
.react-datepicker__header--bottom {
  border-bottom: none;
  border-top: 1px solid #aeaeae;
  border-radius: 0 0 0.3rem 0.3rem;
}

.react-datepicker__header-wrapper {
  position: relative;
}
.react-datepicker__header-wrapper .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 2px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__month-select,
.react-datepicker__year-select,
.react-datepicker__month-year-select {
  background-color: transparent;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  margin-top: 5px;
  padding: 2px 5px;
}
.react-datepicker__month-select:focus-visible,
.react-datepicker__year-select:focus-visible,
.react-datepicker__month-year-select:focus-visible {
  outline: auto 1px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

h2.react-datepicker__current-month {
  padding: 0;
  margin: 0;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: rgb(165.75, 165.75, 165.75);
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.5em;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 5em;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.5em;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 5em;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.375em;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.375em;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.375em;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 2.125em / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 2.125em;
  line-height: 2.125em;
  text-align: center;
  margin: 0.208em;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}

.react-datepicker__day-names {
  text-align: center;
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 2.125em;
  line-height: 2.125em;
  text-align: center;
  margin: 0.208em;
}
.react-datepicker__day-name--disabled,
.react-datepicker__day--disabled,
.react-datepicker__time-name--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:not([aria-disabled=true]):hover,
.react-datepicker__month-text:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text:not([aria-disabled=true]):hover,
.react-datepicker__year-text:not([aria-disabled=true]):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover {
  background-color: rgb(49.8551020408, 189.6448979592, 62.5632653061);
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .overlay,
.react-datepicker__month-text--holidays .overlay,
.react-datepicker__quarter-text--holidays .overlay,
.react-datepicker__year-text--holidays .overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:not([aria-disabled=true]):hover,
.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,
.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover {
  background-color: rgb(207, 82.9642857143, 0);
}
.react-datepicker__day--holidays:hover .overlay,
.react-datepicker__month-text--holidays:hover .overlay,
.react-datepicker__quarter-text--holidays:hover .overlay,
.react-datepicker__year-text--holidays:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:not([aria-disabled=true]):hover, .react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover, .react-datepicker__day--in-range:not([aria-disabled=true]):hover,
.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,
.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: rgb(186.25, 217.0833333333, 241.25);
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
  color: #fff;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled .overlay,
.react-datepicker__month-text--disabled .overlay,
.react-datepicker__quarter-text--disabled .overlay,
.react-datepicker__year-text--disabled .overlay {
  position: absolute;
  bottom: 70%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.625em;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__children-container {
  width: 17.25em;
  margin: 0.5em;
  padding-right: 0.25em;
  padding-left: 0.25em;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

.react-datepicker-popper-offset {
  margin-top: -0.7em;
}
/* MultiSelect Input - Refactorizado con Design Tokens */

._inputWrapper_10t4o_3 {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

._checkboxGroup_10t4o_9 {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

._checkboxLabel_10t4o_15 {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  cursor: pointer;
  padding: var(--space-2);
  border-radius: var(--radius-2);
  transition: background-color var(--transition-fast);
}

._checkboxLabel_10t4o_15:hover {
  background-color: var(--color-surface-hover);
}

._checkbox_10t4o_9 {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: var(--color-primary);
}

._checkbox_10t4o_9:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

._helperText_10t4o_41 {
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
  margin-top: var(--space-1);
}

._errorText_10t4o_47 {
  font-size: var(--font-size-sm);
  color: var(--color-error);
  margin-top: var(--space-1);
}

/* Error Box - Para mostrar errores de configuración */
._errorBox_10t4o_54 {
  padding: var(--space-4);
  background-color: var(--color-error-light);
  border: 1px solid var(--color-error);
  border-radius: var(--radius-2);
}

._errorTitle_10t4o_61 {
  color: var(--color-error-dark);
  font-weight: var(--font-weight-semibold);
  display: block;
  margin-bottom: var(--space-1);
}

._errorMessage_10t4o_68 {
  color: var(--color-error-dark);
  font-size: var(--font-size-sm);
  margin-top: var(--space-1);
  margin-bottom: 0;
  line-height: var(--line-height-normal);
}

._loadingMessage_10t4o_76 {
  padding: var(--space-4);
  text-align: center;
  color: var(--color-text-secondary);
}

/* Hidden required field para validación HTML5 */
._hiddenRequired_10t4o_83 {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none;
}
._photo-input_o4plu_1 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

._photo-input__label_o4plu_7 {
  font-weight: 500;
  font-size: 0.95rem;
  color: #374151;
}

._photo-input__required_o4plu_13 {
  color: #dc2626;
}

._photo-input__actions_o4plu_17 {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}

._photo-input__button_o4plu_24 {
  padding: 0.625rem 1.25rem;
  background-color: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

._photo-input__button_o4plu_24:hover:not(:disabled) {
  background-color: #2563eb;
}

._photo-input__button_o4plu_24:disabled {
  background-color: #9ca3af;
  cursor: not-allowed;
}

._photo-input__count_o4plu_48 {
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
}

._photo-input__error_o4plu_54 {
  padding: 0.75rem;
  background-color: #fee2e2;
  border: 1px solid #ef4444;
  border-radius: 0.375rem;
  color: #991b1b;
  font-size: 0.875rem;
}

._photo-input__gallery_o4plu_63 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1rem;
  margin-top: 0.5rem;
  max-width: 800px;
}

._photo-input__preview_o4plu_71 {
  position: relative;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #f9fafb;
  transition: box-shadow 0.2s;
  max-width: 200px;
}

._photo-input__preview_o4plu_71:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

._photo-input__image_o4plu_85 {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

._photo-input__remove_o4plu_92 {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  background-color: rgba(239, 68, 68, 0.9);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
  line-height: 1;
}

._photo-input__remove_o4plu_92:hover:not(:disabled) {
  background-color: rgba(220, 38, 38, 0.95);
}

._photo-input__remove_o4plu_92:disabled {
  background-color: rgba(156, 163, 175, 0.9);
  cursor: not-allowed;
}

._photo-input__info_o4plu_121 {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  background-color: white;
}

._photo-input__filename_o4plu_129 {
  font-size: 0.75rem;
  color: #374151;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._photo-input__size_o4plu_138 {
  font-size: 0.7rem;
  color: #6b7280;
}

/* Action sheet para elegir fuente de imagen */
._photo-input__option-sheet_o4plu_144 {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  z-index: 50;
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  min-width: 200px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

._photo-input__option-btn_o4plu_159 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1.25rem;
  background: none;
  border: none;
  font-size: 0.95rem;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.15s;
}

._photo-input__option-btn_o4plu_159:hover {
  background-color: #f3f4f6;
}

._photo-input__option-btn_o4plu_159 + ._photo-input__option-btn_o4plu_159 {
  border-top: 1px solid #e5e7eb;
}

._photo-input__option-icon_o4plu_182 {
  font-size: 1.25rem;
  line-height: 1;
}
/* Signature Input Styles */

._signature-input_b8ozf_3 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

._signature-input__label_b8ozf_9 {
  font-weight: 500;
  font-size: 0.95rem;
  color: #374151;
}

._signature-input__required_b8ozf_15 {
  color: #dc2626;
}

._signature-input__button_b8ozf_19 {
  padding: 0.75rem 1.5rem;
  background-color: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
}

._signature-input__button_b8ozf_19:hover:not(:disabled) {
  background-color: #2563eb;
}

._signature-input__button_b8ozf_19:disabled {
  background-color: #9ca3af;
  cursor: not-allowed;
}

._signature-input__preview_b8ozf_44 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background-color: #f9fafb;
  max-width: 500px;
}

._signature-input__image_b8ozf_55 {
  width: 100%;
  max-width: 400px;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  background-color: white;
  display: block;
}

._signature-input__remove_b8ozf_64 {
  padding: 0.5rem 1rem;
  background-color: #ef4444;
  color: white;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
  align-self: flex-start;
}

._signature-input__remove_b8ozf_64:hover:not(:disabled) {
  background-color: #dc2626;
}

._signature-input__remove_b8ozf_64:disabled {
  background-color: #9ca3af;
  cursor: not-allowed;
}

._signature-input__error_b8ozf_86 {
  padding: 0.75rem;
  background-color: #fee2e2;
  border: 1px solid #ef4444;
  border-radius: 0.375rem;
  color: #991b1b;
  font-size: 0.875rem;
}

/* Modal Styles */

._signature-modal_b8ozf_97 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 1rem;
}

._signature-modal__content_b8ozf_111 {
  background-color: white;
  border-radius: 0.75rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  max-width: 700px;
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
}

._signature-modal__content--mobile_b8ozf_122 {
  max-width: 100%;
  max-height: 100vh;
  height: 100vh;
  border-radius: 0;
  padding: 0;
}

._signature-modal__content--landscape_b8ozf_130 {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
}

._signature-modal__header_b8ozf_137 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}

._signature-modal__title_b8ozf_145 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

._signature-modal__close_b8ozf_152 {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  color: #6b7280;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 0.375rem;
  transition: background-color 0.2s;
}

._signature-modal__close_b8ozf_152:hover:not(:disabled) {
  background-color: #f3f4f6;
  color: #111827;
}

._signature-modal__close_b8ozf_152:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

._signature-modal__canvas-wrapper_b8ozf_177 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  overflow: hidden;
  background-color: #f9fafb;
}

._signature-modal__canvas_b8ozf_177 {
  border: 2px solid #d1d5db;
  border-radius: 0.5rem;
  background-color: white;
  cursor: crosshair;
  touch-action: none;
  display: block;
}

._signature-modal__actions_b8ozf_196 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-top: 1px solid #e5e7eb;
  gap: 1rem;
  flex-wrap: wrap;
}

._signature-modal__actions-right_b8ozf_206 {
  display: flex;
  gap: 0.75rem;
}

._signature-modal__button-primary_b8ozf_211 {
  padding: 0.625rem 1.25rem;
  background-color: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
  white-space: nowrap;
}

._signature-modal__button-primary_b8ozf_211:hover:not(:disabled) {
  background-color: #2563eb;
}

._signature-modal__button-primary_b8ozf_211:disabled {
  background-color: #9ca3af;
  cursor: not-allowed;
}

._signature-modal__button-secondary_b8ozf_233 {
  padding: 0.625rem 1.25rem;
  background-color: white;
  color: #374151;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}

._signature-modal__button-secondary_b8ozf_233:hover:not(:disabled) {
  background-color: #f3f4f6;
  border-color: #9ca3af;
}

._signature-modal__button-secondary_b8ozf_233:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Mobile optimizations */
@media (max-width: 767px) {
  ._signature-modal_b8ozf_97 {
    padding: 0;
  }

  ._signature-modal__canvas-wrapper_b8ozf_177 {
    padding: 0.5rem;
  }

  ._signature-modal__canvas_b8ozf_177 {
    max-width: 100%;
    max-height: 100%;
  }

  ._signature-modal__actions_b8ozf_196 {
    flex-direction: column;
    align-items: stretch;
  }

  ._signature-modal__actions-right_b8ozf_206 {
    width: 100%;
    justify-content: stretch;
  }

  ._signature-modal__button-primary_b8ozf_211,
  ._signature-modal__button-secondary_b8ozf_233 {
    flex: 1;
  }
}

/* Landscape mode on mobile */
@media (max-width: 767px) and (orientation: landscape), 
       (max-height: 500px) and (orientation: landscape) {
  ._signature-modal__header_b8ozf_137 {
    padding: 0.5rem 1rem;
  }

  ._signature-modal__title_b8ozf_145 {
    font-size: 0.95rem;
  }

  ._signature-modal__close_b8ozf_152 {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.25rem;
  }

  ._signature-modal__canvas-wrapper_b8ozf_177 {
    padding: 0.25rem;
    flex: 1;
  }

  ._signature-modal__canvas_b8ozf_177 {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  ._signature-modal__actions_b8ozf_196 {
    padding: 0.5rem 1rem;
    flex-direction: row;
    gap: 0.5rem;
    flex-wrap: nowrap;
  }

  ._signature-modal__actions-right_b8ozf_206 {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    width: auto;
  }

  ._signature-modal__button-primary_b8ozf_211,
  ._signature-modal__button-secondary_b8ozf_233 {
    padding: 0.4rem 0.8rem;
    font-size: 0.85rem;
    white-space: nowrap;
  }
}
/* Question Renderer Styles */

._questionContainer_1dpxf_3 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

._label_1dpxf_10 {
  font-size: 1rem;
  font-weight: 500;
  color: #1f2937;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

._required_1dpxf_19 {
  color: #ef4444;
  font-weight: 600;
}

._description_1dpxf_24 {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}

._externalWarningWrapper_1dpxf_30 {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: help;
  font-size: 0.85rem;
  margin-left: 0.3rem;
}

._externalWarningTooltip_1dpxf_39 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: #1f2937;
  color: #f9fafb;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  width: 240px;
  white-space: normal;
  pointer-events: none;
  transition: opacity 0.1s;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

._externalWarningTooltip_1dpxf_39::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #1f2937;
}

._externalWarningWrapper_1dpxf_30:hover ._externalWarningTooltip_1dpxf_39 {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 768px) {
  ._questionContainer_1dpxf_3 {
    margin-bottom: 1rem;
    gap: 0.25rem;
  }
}
/* Subform Renderer Styles */

._subformContainer_1vo7f_3 {
  border: 2px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin: 1.5rem 0;
  background-color: #f9fafb;
}

._subformHeader_1vo7f_11 {
  margin-bottom: 1.5rem;
}

._subformTitle_1vo7f_15 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 0.5rem 0;
}

._subformDescription_1vo7f_22 {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}

._itemsContainer_1vo7f_28 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

._itemCard_1vo7f_34 {
  background-color: white;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  padding: 1.25rem;
}

._itemHeader_1vo7f_41 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e7eb;
}

._itemNumber_1vo7f_50 {
  font-weight: 600;
  color: #374151;
  font-size: 1rem;
}

._itemContent_1vo7f_56 {
  padding-top: 0.5rem;
}

._addButton_1vo7f_60 {
  margin-top: 1rem;
  padding: 0.625rem 1.25rem;
  background-color: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}

._addButton_1vo7f_60:hover {
  background-color: #2563eb;
}

._removeButton_1vo7f_77 {
  padding: 0.375rem 0.875rem;
  background-color: #ef4444;
  color: white;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}

._removeButton_1vo7f_77:hover {
  background-color: #dc2626;
}

._validationHint_1vo7f_93 {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #10b981;
  font-weight: 500;
}

._validationError_1vo7f_100 {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #ef4444;
  font-weight: 600;
  padding: 0.5rem;
  background-color: #fee;
  border-left: 3px solid #ef4444;
  border-radius: 0.25rem;
}

@media (max-width: 768px) {
  ._subformContainer_1vo7f_3 {
    padding: 0.5rem;
    margin: 0.75rem 0;
    border-left: 3px solid #d1d5db;
    border-radius: 0 0.375rem 0.375rem 0;
  }

  ._subformHeader_1vo7f_11 {
    margin-bottom: 0.75rem;
  }

  ._subformTitle_1vo7f_15 {
    font-size: 1rem;
  }

  ._itemsContainer_1vo7f_28 {
    gap: 0.5rem;
  }

  ._itemCard_1vo7f_34 {
    padding: 0.5rem;
  }

  ._itemHeader_1vo7f_41 {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
  }

  ._itemContent_1vo7f_56 {
    padding-top: 0.25rem;
  }

  ._addButton_1vo7f_60 {
    width: 100%;
    padding: 0.75rem 1rem;
  }
}
/* Form Renderer Styles */

._formContainer_57hxb_3 {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
  background-color: white;
}

._formHeader_57hxb_10 {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #e5e7eb;
}

._formTitle_57hxb_16 {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.75rem 0;
}

._formDescription_57hxb_23 {
  font-size: 1.125rem;
  color: #6b7280;
  margin: 0 0 1rem 0;
  line-height: 1.6;
}

._tagsContainer_57hxb_30 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

._tag_57hxb_30 {
  padding: 0.25rem 0.75rem;
  background-color: #e0e7ff;
  color: #4338ca;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
}

._section_57hxb_45 {
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  background-color: #f9fafb;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
}

._sectionHeader_57hxb_53 {
  margin-bottom: 1.5rem;
}

._sectionTitle_57hxb_57 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
  margin: 0 0 0.5rem 0;
}

._sectionDescription_57hxb_64 {
  font-size: 1rem;
  color: #6b7280;
  margin: 0;
}

._sectionContent_57hxb_70 {
  margin-top: 1rem;
}

._formErrorBanner_57hxb_74 {
  padding: 0.875rem 1rem;
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.5rem;
  color: #dc2626;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

._formFooter_57hxb_85 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 2px solid #e5e7eb;
}

._formVersion_57hxb_94 {
  font-size: 0.7rem;
  color: #9ca3af;
  align-self: center;
}

._formActions_57hxb_100 {
  display: flex;
  gap: 1rem;
}

._clearButton_57hxb_105 {
  padding: 0.875rem 2rem;
  background-color: #ef4444;
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
}

._clearButton_57hxb_105:hover:not(:disabled) {
  background-color: #dc2626;
  transform: translateY(-1px);
}

._clearButton_57hxb_105:active:not(:disabled) {
  transform: translateY(0);
}

._clearButton_57hxb_105:disabled {
  background-color: #d1d5db;
  cursor: not-allowed;
  opacity: 0.6;
}

._submitButton_57hxb_132 {
  padding: 0.875rem 2rem;
  background-color: #10b981;
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
}

._submitButton_57hxb_132:hover:not(:disabled) {
  background-color: #059669;
  transform: translateY(-1px);
}

._submitButton_57hxb_132:active:not(:disabled) {
  transform: translateY(0);
}

._submitButton_57hxb_132:disabled {
  background-color: #d1d5db;
  cursor: not-allowed;
  opacity: 0.6;
}

._forceSubmitButton_57hxb_159 {
  padding: 0.875rem 2rem;
  background-color: #f59e0b;
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
}

._forceSubmitButton_57hxb_159:hover:not(:disabled) {
  background-color: #d97706;
  transform: translateY(-1px);
}

._forceSubmitButton_57hxb_159:active:not(:disabled) {
  transform: translateY(0);
}

._forceSubmitButton_57hxb_159:disabled {
  background-color: #d1d5db;
  cursor: not-allowed;
  opacity: 0.6;
}

._loading_57hxb_186 {
  padding: 2rem;
  text-align: center;
  font-size: 1.125rem;
  color: #6b7280;
}

._error_57hxb_193 {
  padding: 1.5rem;
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.5rem;
  color: #dc2626;
  font-size: 1rem;
  margin: 2rem;
}

@media (max-width: 768px) {
  ._formContainer_57hxb_3 {
    padding: 0.75rem;
  }

  ._formTitle_57hxb_16 {
    font-size: 1.5rem;
  }

  ._formHeader_57hxb_10 {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }

  ._sectionTitle_57hxb_57 {
    font-size: 1.125rem;
  }

  ._section_57hxb_45 {
    padding: 0.5rem;
    margin-bottom: 1.5rem;
    border-left: 3px solid #3b82f6;
    border-radius: 0 0.375rem 0.375rem 0;
  }

  ._sectionContent_57hxb_70 {
    margin-top: 0.5rem;
  }

  ._formFooter_57hxb_85 {
    padding-top: 1rem;
    flex-direction: column;
  }

  ._submitButton_57hxb_132,
  ._clearButton_57hxb_105,
  ._forceSubmitButton_57hxb_159 {
    width: 100%;
    text-align: center;
  }
}
/**
 * Design Tokens - Variables base del sistema de diseño
 * Nunca hardcodear estos valores fuera de este archivo
 */

:root {
  /* === COLORES === */
  
  /* Primarios */
  --color-primary: #3b82f6;
  --color-primary-hover: #2563eb;
  --color-primary-light: #dbeafe;
  --color-primary-dark: #1e40af;
  
  /* Secundarios */
  --color-secondary: #10b981;
  --color-secondary-hover: #059669;
  --color-secondary-light: #d1fae5;
  
  /* Neutrales */
  --color-bg: #ffffff;
  --color-fg: #213547;
  --color-surface: #f9fafb;
  --color-surface-hover: #f3f4f6;
  --color-border: #e5e7eb;
  --color-border-hover: #d1d5db;
  
  /* Texto */
  --color-text-primary: #213547;
  --color-text-secondary: #6b7280;
  --color-text-muted: #9ca3af;
  --color-text-inverse: #ffffff;
  
  /* Estados */
  --color-success: #10b981;
  --color-success-light: #d1fae5;
  --color-error: #ef4444;
  --color-error-light: #fee2e2;
  --color-error-dark: #991b1b;
  --color-warning: #f59e0b;
  --color-warning-light: #fef3c7;
  --color-warning-dark: #92400e;
  --color-info: #3b82f6;
  --color-info-light: #dbeafe;
  
  /* === SPACING === */
  --space-1: 0.25rem;  /* 4px */
  --space-2: 0.5rem;   /* 8px */
  --space-3: 0.75rem;  /* 12px */
  --space-4: 1rem;     /* 16px */
  --space-5: 1.5rem;   /* 24px */
  --space-6: 2rem;     /* 32px */
  --space-7: 3rem;     /* 48px */
  --space-8: 4rem;     /* 64px */
  
  /* === BORDER RADIUS === */
  --radius-1: 0.25rem;  /* 4px */
  --radius-2: 0.375rem; /* 6px */
  --radius-3: 0.5rem;   /* 8px */
  --radius-4: 0.75rem;  /* 12px */
  --radius-full: 9999px;
  
  /* === SHADOWS === */
  --shadow-1: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-2: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --shadow-3: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --shadow-4: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  
  /* === TYPOGRAPHY === */
  --font-family-base: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  --font-family-mono: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, monospace;
  
  --font-size-xs: 0.75rem;   /* 12px */
  --font-size-sm: 0.875rem;  /* 14px */
  --font-size-base: 1rem;    /* 16px */
  --font-size-lg: 1.125rem;  /* 18px */
  --font-size-xl: 1.25rem;   /* 20px */
  --font-size-2xl: 1.5rem;   /* 24px */
  --font-size-3xl: 1.875rem; /* 30px */
  
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  
  --line-height-tight: 1.25;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.75;
  
  /* === TRANSITIONS === */
  --transition-fast: 150ms ease-in-out;
  --transition-base: 200ms ease-in-out;
  --transition-slow: 300ms ease-in-out;
  
  /* === BREAKPOINTS (para uso en media queries) === */
  --bp-sm: 640px;
  --bp-md: 768px;
  --bp-lg: 1024px;
  --bp-xl: 1280px;
  
  /* === Z-INDEX === */
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
}
/**
 * Theme Overrides
 * Define variaciones de tema (dark mode, etc)
 */

/* Dark Theme */
[data-theme="dark"] {
  --color-bg: #0f172a;
  --color-fg: #f1f5f9;
  --color-surface: #1e293b;
  --color-surface-hover: #334155;
  --color-border: #475569;
  --color-border-hover: #64748b;
  
  --color-text-primary: #f1f5f9;
  --color-text-secondary: #cbd5e1;
  --color-text-muted: #94a3b8;
  --color-text-inverse: #0f172a;
  
  --shadow-1: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  --shadow-2: 0 4px 6px -1px rgba(0, 0, 0, 0.4);
  --shadow-3: 0 10px 15px -3px rgba(0, 0, 0, 0.5);
  --shadow-4: 0 20px 25px -5px rgba(0, 0, 0, 0.6);
}

/* High Contrast Theme (para accesibilidad) */
[data-theme="high-contrast"] {
  --color-primary: #0066cc;
  --color-primary-hover: #0052a3;
  --color-bg: #ffffff;
  --color-fg: #000000;
  --color-text-primary: #000000;
  --color-border: #000000;
}
/**
 * Global Styles
 * Solo estilos globales mínimos - NO crear clases aquí
 */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  font-family: var(--font-family-base);
  line-height: var(--line-height-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-fg);
  background-color: var(--color-bg);
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
  border-radius: var(--radius-1);
}

button {
  font-family: inherit;
  cursor: pointer;
}

button:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

input,
textarea,
select {
  font-family: inherit;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

/* === Container Utilities === */
/* Clases globales para containers centrados con max-width */

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: var(--space-6);
}

.container-sm {
  max-width: 900px;
  margin: 0 auto;
}

.container-md {
  max-width: 1000px;
  margin: 0 auto;
}

.container-lg {
  max-width: 1200px;
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: var(--space-6);
}

@media (max-width: 768px) {
  .container,
  .container-fluid {
    padding: var(--space-4);
  }
}

/* === Form Container === */
/* Contenedor estilizado para formularios */

.formContainer {
  background: var(--color-surface);
  padding: var(--space-6);
  border-radius: var(--radius-3);
  box-shadow: var(--shadow-2);
}

@media (max-width: 768px) {
  .formContainer {
    padding: var(--space-4);
  }
}
/* Layout Styles */

._layout_65dom_3 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

._header_65dom_9 {
  background-color: white;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 100;
}

._headerContent_65dom_18 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

._logo_65dom_28 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  transition: opacity 0.2s;
}

._logo_65dom_28:hover {
  opacity: 0.8;
}

._logoIcon_65dom_43 {
  font-size: 2rem;
}

._logoText_65dom_47 {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

._appVersion_65dom_54 {
  font-size: 0.7rem;
  color: #9ca3af;
  font-weight: 400;
  align-self: flex-end;
  padding-bottom: 1px;
}

._nav_65dom_62 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex: 1;
}

._syncStatus_65dom_69 {
  min-width: 250px;
}

._navLink_65dom_73 {
  color: #6b7280;
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  transition: background-color 0.2s, color 0.2s;
}

._navLink_65dom_73:hover {
  background-color: #f3f4f6;
  color: #111827;
}

._main_65dom_87 {
  flex: 1;
  background-color: #f9fafb;
}

._footer_65dom_92 {
  background-color: white;
  border-top: 1px solid #e5e7eb;
  padding: 1.5rem 2rem;
  text-align: center;
  color: #6b7280;
  font-size: 0.875rem;
}

._footer_65dom_92 p {
  margin: 0;
}

._hamburger_65dom_105 {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.375rem;
  order: 2;
}

._bar_65dom_116 {
  display: block;
  width: 22px;
  height: 2px;
  background: #374151;
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}

._barOpen1_65dom_125 { transform: translateY(7px) rotate(45deg); }
._barOpen2_65dom_126 { opacity: 0; }
._barOpen3_65dom_127 { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 768px) {
  ._headerContent_65dom_18 {
    flex-wrap: wrap;
    gap: 0;
    padding: 0.75rem 1rem;
    position: relative;
  }

  ._logo_65dom_28 {
    order: 1;
    flex: 1;
  }

  ._hamburger_65dom_105 {
    display: flex;
    order: 2;
  }

  ._nav_65dom_62 {
    display: none;
    flex-direction: column;
    width: 100%;
    order: 4;
    padding: 0.5rem 0 0.75rem;
    gap: 0.25rem;
  }

  ._nav_65dom_62._navOpen_65dom_156 {
    display: flex;
  }

  ._navLink_65dom_73 {
    flex: none;
    text-align: left;
    padding: 0.625rem 0.75rem;
    border-radius: 0.375rem;
  }

  ._syncStatus_65dom_69 {
    display: none;
  }
}
._toast_u0lc4_1 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  border-radius: 0.375rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  min-width: 260px;
  max-width: 420px;
  opacity: 0;
  transform: translateX(1rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
  font-size: 0.875rem;
  font-weight: 500;
}

._toast_u0lc4_1._visible_u0lc4_17 {
  opacity: 1;
  transform: translateX(0);
}

._success_u0lc4_22 {
  background: #16a34a;
  color: white;
}

._error_u0lc4_27 {
  background: #dc2626;
  color: white;
}

._info_u0lc4_32 {
  background: #2563eb;
  color: white;
}

._message_u0lc4_37 {
  flex: 1;
}

._close_u0lc4_41 {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  opacity: 0.8;
  padding: 0;
  flex-shrink: 0;
}

._close_u0lc4_41:hover {
  opacity: 1;
}
/* Forms List Page Styles */
/* Usa .container global */

._header_1eqjt_4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

._title_1eqjt_11 {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

._createButton_1eqjt_18 {
  padding: 0.75rem 1.5rem;
  background-color: #3b82f6;
  color: white;
  text-decoration: none;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: background-color 0.2s;
}

._createButton_1eqjt_18:hover {
  background-color: #2563eb;
}

._loading_1eqjt_32,
._error_1eqjt_33 {
  text-align: center;
  padding: 3rem;
  font-size: 1.125rem;
  color: #6b7280;
}

._error_1eqjt_33 {
  color: #ef4444;
}

._retryButton_1eqjt_44 {
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
}

._warning_1eqjt_55 {
  background-color: #fef3c7;
  color: #92400e;
  border: 1px solid #fbbf24;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  text-align: center;
}

._emptyState_1eqjt_66 {
  text-align: center;
  padding: 4rem 2rem;
  background-color: #f9fafb;
  border-radius: 0.5rem;
  border: 2px dashed #d1d5db;
}

._emptyState_1eqjt_66 p {
  font-size: 1.125rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
}

._grid_1eqjt_80 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}

._card_1eqjt_86 {
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.5rem;
  transition: box-shadow 0.2s;
}

._card_1eqjt_86:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

._cardHeader_1eqjt_98 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 0.75rem;
}

._cardTitle_1eqjt_105 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
  flex: 1;
}

._version_1eqjt_113 {
  padding: 0.25rem 0.5rem;
  background-color: #e0e7ff;
  color: #4338ca;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
}

._cardDescription_1eqjt_122 {
  font-size: 0.9375rem;
  color: #6b7280;
  margin: 0 0 1rem 0;
  line-height: 1.5;
}

._tagsContainer_1eqjt_129 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

._tag_1eqjt_129 {
  padding: 0.125rem 0.5rem;
  background-color: #f3f4f6;
  color: #374151;
  border-radius: 0.25rem;
  font-size: 0.75rem;
}

._cardFooter_1eqjt_144 {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}

._viewButton_1eqjt_152,
._fillButton_1eqjt_153,
._submissionsButton_1eqjt_154 {
  flex: 1;
  padding: 0.5rem 0.75rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  transition: opacity 0.2s;
}

._viewButton_1eqjt_152 {
  background-color: #f3f4f6;
  color: #374151;
}

._viewButton_1eqjt_152:hover {
  background-color: #e5e7eb;
}

._fillButton_1eqjt_153 {
  background-color: #10b981;
  color: white;
}

._fillButton_1eqjt_153:hover {
  background-color: #059669;
}

._submissionsButton_1eqjt_154 {
  background-color: #8b5cf6;
  color: white;
}

._submissionsButton_1eqjt_154:hover {
  background-color: #7c3aed;
}

._deleteButton_1eqjt_192 {
  padding: 0.5rem 0.75rem;
  background-color: #fee2e2;
  color: #dc2626;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}

._deleteButton_1eqjt_192:hover {
  background-color: #fecaca;
}

@media (max-width: 768px) {
  ._container_1eqjt_2 {
    padding: 1rem;
  }

  ._header_1eqjt_4 {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }

  ._grid_1eqjt_80 {
    grid-template-columns: 1fr;
  }

  ._cardFooter_1eqjt_144 {
    flex-wrap: wrap;
  }
}
/* Form Builder Page Styles */
/* Usa .container global */

._header_f6lss_4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e9ecef;
}

._title_f6lss_13 {
  margin: 0;
  color: #333;
  font-size: 2rem;
}

._actions_f6lss_19 {
  display: flex;
  gap: 1rem;
}

._previewButton_f6lss_24 {
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s;
  border: 2px solid #6366f1;
  background: white;
  color: #6366f1;
  font-weight: 600;
}

._previewButton_f6lss_24:hover {
  background: #6366f1;
  color: white;
}

._previewContainer_f6lss_41 {
  margin-bottom: 2rem;
}

._previewBanner_f6lss_45 {
  background: #ede9fe;
  color: #5b21b6;
  border: 1px solid #c4b5fd;
  border-radius: 8px;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 0.9375rem;
  text-align: center;
}

._cancelButton_f6lss_57,
._saveButton_f6lss_58 {
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
}

._cancelButton_f6lss_57 {
  background: #6c757d;
  color: white;
}

._cancelButton_f6lss_57:hover {
  background: #5a6268;
}

._saveButton_f6lss_58 {
  background: #28a745;
  color: white;
}

._saveButton_f6lss_58:hover {
  background: #218838;
}

._saveButton_f6lss_58:disabled {
  background: #ccc;
  cursor: not-allowed;
}

._error_f6lss_90 {
  background: #f8d7da;
  color: #721c24;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  border: 1px solid #f5c6cb;
}

._content_f6lss_99 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Cards */
._card_f6lss_106,
._sectionCard_f6lss_107,
._elementCard_f6lss_108 {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}

._cardTitle_f6lss_115 {
  margin: 0 0 1.5rem 0;
  color: #333;
  font-size: 1.3rem;
}

/* Form Groups */
._formGroup_f6lss_122 {
  margin-bottom: 1.5rem;
}

._formRow_f6lss_126 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

._label_f6lss_133 {
  display: block;
  margin-bottom: 0.5rem;
  color: #555;
  font-weight: 500;
  font-size: 0.95rem;
}

._helperText_f6lss_141 {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.85rem;
  color: #6c757d;
  font-style: italic;
}

._required_f6lss_149 {
  color: #dc3545;
}

._input_f6lss_153,
._textarea_f6lss_154,
._select_f6lss_155 {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.2s;
}

._input_f6lss_153:focus,
._textarea_f6lss_154:focus,
._select_f6lss_155:focus {
  outline: none;
  border-color: #007bff;
}

._textarea_f6lss_154 {
  resize: vertical;
  font-family: inherit;
}

/* Sections Container */
._sectionsContainer_f6lss_177 {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}

._sectionsHeader_f6lss_184 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

._addButton_f6lss_191,
._smallButton_f6lss_192 {
  background: #007bff;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background 0.2s;
}

._addButton_f6lss_191:hover,
._smallButton_f6lss_192:hover {
  background: #0056b3;
}

._smallButton_f6lss_192 {
  padding: 0.4rem 0.8rem;
  font-size: 0.85rem;
}

._emptyState_f6lss_213,
._emptyElements_f6lss_214,
._emptyOptions_f6lss_215 {
  text-align: center;
  padding: 2rem;
  color: #666;
  background: #f8f9fa;
  border-radius: 6px;
  border: 2px dashed #dee2e6;
}

/* Section Card */
._sectionCard_f6lss_107 {
  margin-bottom: 1.5rem;
  border: 2px solid #007bff;
}

._sectionHeader_f6lss_230 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

._expandButton_f6lss_237 {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 0.25rem;
  color: #666;
  transition: color 0.2s;
}

._expandButton_f6lss_237:hover {
  color: #333;
}

._sectionTitleInput_f6lss_251 {
  flex: 1;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.5rem;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

._sectionTitleInput_f6lss_251:focus {
  outline: none;
  border-color: #007bff;
}

._removeButton_f6lss_265 {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 0.25rem;
  transition: transform 0.2s;
}

._removeButton_f6lss_265:hover {
  transform: scale(1.2);
}

._sectionContent_f6lss_278 {
  padding-top: 1rem;
}

/* Elements */
._elementsHeader_f6lss_283 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.5rem 0 1rem 0;
  padding-top: 1rem;
  border-top: 1px solid #dee2e6;
}

._elementsTitle_f6lss_292 {
  margin: 0;
  font-size: 1.1rem;
  color: #495057;
}

._elementActions_f6lss_298 {
  display: flex;
  gap: 0.5rem;
}

._elementsList_f6lss_303 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Element Card */
._elementCard_f6lss_108 {
  border: 1px solid #dee2e6;
  padding: 1rem;
  background: #fafbfc;
}

._elementHeader_f6lss_316 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

._elementType_f6lss_323 {
  font-size: 0.9rem;
  color: #666;
  font-weight: 600;
  white-space: nowrap;
}

._elementLabelInput_f6lss_330 {
  flex: 1;
  padding: 0.5rem;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  font-size: 1rem;
}

._elementLabelInput_f6lss_330:focus {
  outline: none;
  border-color: #007bff;
}

._checkboxLabel_f6lss_343 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #555;
  white-space: nowrap;
  cursor: pointer;
}

._checkboxLabel_f6lss_343 input[type="checkbox"] {
  cursor: pointer;
}

._elementContent_f6lss_357 {
  padding-top: 1rem;
  border-top: 1px solid #dee2e6;
}

/* Options Section */
._optionsSection_f6lss_363 {
  margin-top: 1rem;
  padding: 1rem;
  background: white;
  border-radius: 6px;
  border: 1px solid #dee2e6;
}

._optionsHeader_f6lss_371 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

._optionsTitle_f6lss_378 {
  margin: 0;
  font-size: 1rem;
  color: #495057;
}

._optionsList_f6lss_384 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

._optionItem_f6lss_390 {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

._optionInput_f6lss_396 {
  flex: 1;
  padding: 0.5rem;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 0.9rem;
}

._optionInput_f6lss_396:focus {
  outline: none;
  border-color: #007bff;
}

/* Info Box */
._infoBox_f6lss_410 {
  background: #e7f3ff;
  border-left: 4px solid #007bff;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 4px;
}

._infoBox_f6lss_410 p {
  margin: 0;
  color: #004085;
  font-size: 0.9rem;
}

/* Subform Questions Section */
._subformQuestionsSection_f6lss_425 {
  margin-top: 1.5rem;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 6px;
  border: 2px dashed #6c757d;
}

._subformElementsList_f6lss_433 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}

._subformElementsList_f6lss_433 ._elementCard_f6lss_108 {
  background: white;
  border: 1px solid #ced4da;
}

/* Responsive */
@media (max-width: 768px) {
  ._container_f6lss_2 {
    padding: 1rem;
  }

  ._header_f6lss_4 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  ._title_f6lss_13 {
    font-size: 1.5rem;
  }

  ._formRow_f6lss_126 {
    grid-template-columns: 1fr;
  }

  ._sectionHeader_f6lss_230 {
    flex-wrap: wrap;
  }

  ._elementHeader_f6lss_316 {
    flex-wrap: wrap;
  }

  ._optionItem_f6lss_390 {
    flex-direction: column;
  }

  ._optionInput_f6lss_396 {
    width: 100%;
  }
}

/* === Clases adicionales para eliminar inline styles === */

._helperTextSecondary_f6lss_484 {
  color: var(--color-text-secondary);
  font-size: var(--font-size-sm);
}

._helperLink_f6lss_489 {
  color: var(--color-primary);
  text-decoration: underline;
}

._warningBox_f6lss_494 {
  padding: var(--space-4);
  background-color: var(--color-warning-light);
  border: 1px solid #fbbf24;
  border-radius: var(--radius-2);
  margin-top: var(--space-2);
}

._warningTitle_f6lss_502 {
  color: var(--color-warning-dark);
  font-weight: var(--font-weight-semibold);
  display: block;
  margin-bottom: var(--space-1);
}

._warningMessage_f6lss_509 {
  color: var(--color-warning-dark);
  font-size: var(--font-size-sm);
  margin-top: var(--space-1);
  margin-bottom: 0;
  line-height: var(--line-height-normal);
}

._infoBox_f6lss_410 {
  padding: var(--space-3);
  background-color: var(--color-info-light);
  border: 1px solid var(--color-primary);
  border-radius: var(--radius-2);
  font-size: var(--font-size-sm);
  color: var(--color-primary-dark);
  margin-top: var(--space-2);
  line-height: var(--line-height-normal);
}

._helperTextSmall_f6lss_528 {
  color: var(--color-text-secondary);
  font-size: var(--font-size-xs);
}
/* Fill Form Page Styles */

._pageContainer_31pnu_3 {
  min-height: 100vh;
  background-color: #f3f4f6;
  padding: 2rem;
}

._header_31pnu_9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  gap: 1rem;
}

._statusIndicator_31pnu_17 {
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-weight: 500;
  font-size: 0.875rem;
}

._online_31pnu_24 {
  color: #059669;
  background-color: #d1fae5;
}

._offline_31pnu_29 {
  color: #dc2626;
  background-color: #fee2e2;
}

._backButton_31pnu_34 {
  margin-bottom: 1.5rem;
  padding: 0.625rem 1.25rem;
  background-color: white;
  color: #374151;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}

._backButton_31pnu_34:hover {
  background-color: #f9fafb;
}

._loading_31pnu_50,
._error_31pnu_51 {
  text-align: center;
  padding: 3rem;
  font-size: 1.125rem;
  color: #6b7280;
  background-color: white;
  border-radius: 0.5rem;
  margin: 2rem auto;
  max-width: 600px;
}

._error_31pnu_51 {
  color: #ef4444;
}

._submittingOverlay_31pnu_66 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

._submittingMessage_31pnu_79 {
  background-color: white;
  padding: 2rem 3rem;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
}

@media (max-width: 768px) {
  ._container_31pnu_89 {
    padding: 1rem;
  }
}
/* Submissions List Page Styles */
/* Usa .container global */

._header_1q5sq_4 {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

._backButton_1q5sq_11 {
  align-self: flex-start;
  padding: 0.625rem 1.25rem;
  background-color: white;
  color: #374151;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}

._backButton_1q5sq_11:hover {
  background-color: #f9fafb;
}

._title_1q5sq_27 {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

._exportButton_1q5sq_34 {
  align-self: flex-start;
  padding: 0.75rem 1.5rem;
  background-color: #10b981;
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
  font-size: 1rem;
}

._exportButton_1q5sq_34:hover:not(:disabled) {
  background-color: #059669;
}

._exportButton_1q5sq_34:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

._loading_1q5sq_56,
._error_1q5sq_57 {
  text-align: center;
  padding: 3rem;
  font-size: 1.125rem;
  color: #6b7280;
}

._error_1q5sq_57 {
  color: #ef4444;
}

._retryButton_1q5sq_68 {
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
}

._emptyState_1q5sq_79 {
  text-align: center;
  padding: 4rem 2rem;
  background-color: #f9fafb;
  border-radius: 0.5rem;
  border: 2px dashed #d1d5db;
}

._emptyState_1q5sq_79 p {
  font-size: 1.125rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
}

._fillButton_1q5sq_93 {
  padding: 0.75rem 1.5rem;
  background-color: #10b981;
  color: white;
  text-decoration: none;
  border-radius: 0.5rem;
  font-weight: 600;
  display: inline-block;
  transition: background-color 0.2s;
}

._fillButton_1q5sq_93:hover {
  background-color: #059669;
}

._list_1q5sq_108 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

._card_1q5sq_114 {
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.5rem;
  transition: box-shadow 0.2s;
}

._card_1q5sq_114:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

._cardHeader_1q5sq_126 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e7eb;
}

._cardTitle_1q5sq_135 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin: 0 0 0.25rem 0;
}

._cardDate_1q5sq_142 {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}

._viewButton_1q5sq_148 {
  padding: 0.5rem 1rem;
  background-color: #3b82f6;
  color: white;
  text-decoration: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  transition: background-color 0.2s;
}

._viewButton_1q5sq_148:hover {
  background-color: #2563eb;
}

._cardBody_1q5sq_163 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

._info_1q5sq_169 {
  display: flex;
  gap: 0.5rem;
}

._label_1q5sq_174 {
  font-weight: 500;
  color: #6b7280;
}

._value_1q5sq_179 {
  color: #111827;
}

@media (max-width: 768px) {
  ._container_1q5sq_2 {
    padding: 1rem;
  }

  ._cardHeader_1q5sq_126 {
    flex-direction: column;
    gap: 1rem;
  }

  ._viewButton_1q5sq_148 {
    align-self: flex-start;
  }
}
/* All Submissions Page Styles */
/* Hereda de .container global (max-width: 1200px, margin: 0 auto, padding: 2rem) */

._title_r8fbg_4 {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 2rem 0;
}

._loading_r8fbg_11,
._error_r8fbg_12 {
  text-align: center;
  padding: 3rem;
  font-size: 1.125rem;
  color: #6b7280;
}

._error_r8fbg_12 {
  color: #ef4444;
}

._retryButton_r8fbg_23 {
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
}

._emptyState_r8fbg_34 {
  text-align: center;
  padding: 4rem 2rem;
  background-color: white;
  border-radius: 0.5rem;
  border: 2px dashed #d1d5db;
}

._emptyState_r8fbg_34 p {
  font-size: 1.125rem;
  color: #6b7280;
}

._list_r8fbg_47 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

._card_r8fbg_53 {
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.5rem;
  transition: box-shadow 0.2s;
}

._card_r8fbg_53:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

._cardHeader_r8fbg_65 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e7eb;
}

._cardTitle_r8fbg_74 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin: 0 0 0.25rem 0;
}

._cardDate_r8fbg_81 {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}

._viewButton_r8fbg_87 {
  padding: 0.5rem 1rem;
  background-color: #3b82f6;
  color: white;
  text-decoration: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  transition: background-color 0.2s;
}

._viewButton_r8fbg_87:hover {
  background-color: #2563eb;
}

._cardBody_r8fbg_102 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

._info_r8fbg_108 {
  display: flex;
  gap: 0.5rem;
}

._label_r8fbg_113 {
  font-weight: 500;
  color: #6b7280;
}

._value_r8fbg_118 {
  color: #111827;
}

@media (max-width: 768px) {
  ._container_r8fbg_2 {
    padding: 1rem;
  }

  ._cardHeader_r8fbg_65 {
    flex-direction: column;
    gap: 1rem;
  }

  ._viewButton_r8fbg_87 {
    align-self: flex-start;
  }
}
/* Submission Detail Page Styles */

._pageContainer_yzcou_3 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
}

._header_yzcou_9 {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
}

._backButton_yzcou_17 {
  background: transparent;
  border: none;
  color: #007bff;
  cursor: pointer;
  font-size: 1rem;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  transition: color 0.2s;
}

._backButton_yzcou_17:hover {
  color: #0056b3;
  text-decoration: underline;
}

._headerInfo_yzcou_33 {
  background: white;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  flex: 1;
}

._downloadButton_yzcou_41 {
  background: #28a745;
  color: white;
  border: none;
  padding: 0.75rem 1.25rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 500;
  transition: background-color 0.2s;
  white-space: nowrap;
  align-self: flex-start;
}

._downloadButton_yzcou_41:hover {
  background: #218838;
}

._downloadButton_yzcou_41:disabled {
  background: #6c757d;
  cursor: not-allowed;
}

._title_yzcou_64 {
  margin: 0 0 0.5rem 0;
  color: #333;
  font-size: 2rem;
}

._metadata_yzcou_70 {
  color: #666;
  font-size: 0.95rem;
  margin: 0.5rem 0;
}

._metadata_yzcou_70 a {
  color: #007bff;
  text-decoration: none;
}

._metadata_yzcou_70 a:hover {
  text-decoration: underline;
}

._createdBy_yzcou_85 {
  color: #666;
  font-size: 0.9rem;
  margin: 0.5rem 0 0 0;
}

._content_yzcou_91 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

._section_yzcou_97 {
  background: white;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

._sectionTitle_yzcou_104 {
  margin: 0 0 1.5rem 0;
  color: #333;
  font-size: 1.5rem;
  border-bottom: 2px solid #007bff;
  padding-bottom: 0.5rem;
}

._answersSection_yzcou_112 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

._answer_yzcou_112 {
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 6px;
  border-left: 3px solid #007bff;
}

._questionLabel_yzcou_125 {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

._answerValue_yzcou_134 {
  color: #555;
  padding-left: 0.5rem;
  word-break: break-word;
}

._fileInfo_yzcou_140 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

._fileInfo_yzcou_140 a {
  color: #007bff;
  text-decoration: none;
  font-size: 0.9rem;
}

._fileInfo_yzcou_140 a:hover {
  text-decoration: underline;
}

._photoGallery_yzcou_156 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 0.5rem;
}

._photoItem_yzcou_163 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  overflow: hidden;
  background: white;
  transition: box-shadow 0.2s;
}

._photoItem_yzcou_163:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

._photoThumbnail_yzcou_178 {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  cursor: pointer;
}

._photoInfo_yzcou_186 {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

._photoFilename_yzcou_193 {
  font-size: 0.75rem;
  color: #333;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._photoSize_yzcou_202 {
  font-size: 0.7rem;
  color: #666;
}

._subformsSection_yzcou_207 {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

._subform_yzcou_207 {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 1rem;
  background: #fafbfc;
}

._subformTitle_yzcou_221 {
  margin: 0 0 1rem 0;
  color: #495057;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

._subformItem_yzcou_230 {
  background: white;
  border-radius: 6px;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

._subformItem_yzcou_230:last-child {
  margin-bottom: 0;
}

._itemHeader_yzcou_242 {
  font-weight: 600;
  color: #666;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e9ecef;
  font-size: 0.95rem;
}

._nestedSubforms_yzcou_251 {
  margin-top: 1rem;
  padding-left: 1rem;
  border-left: 2px solid #dee2e6;
}

._error_yzcou_257 {
  background: #f8d7da;
  color: #721c24;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  border: 1px solid #f5c6cb;
}

/* Responsive */
@media (max-width: 768px) {
  ._container_yzcou_268 {
    padding: 1rem;
  }

  ._title_yzcou_64 {
    font-size: 1.5rem;
  }

  ._sectionTitle_yzcou_104 {
    font-size: 1.2rem;
  }

  ._subform_yzcou_207 {
    margin-left: 0 !important;
    padding: 0.75rem;
  }

  ._nestedSubforms_yzcou_251 {
    padding-left: 0.5rem;
  }
}
._optionListsPage_161lv_1 {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

._header_161lv_7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

._header_161lv_7 h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #1a202c;
}

._actions_161lv_20 {
  display: flex;
  gap: 1rem;
}

._createButton_161lv_25,
._importButton_161lv_26 {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

._createButton_161lv_25 {
  background: #3b82f6;
  color: white;
}

._createButton_161lv_25:hover {
  background: #2563eb;
}

._importButton_161lv_26 {
  background: #10b981;
  color: white;
}

._importButton_161lv_26:hover {
  background: #059669;
}

._listContainer_161lv_54 {
  background: white;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

._emptyState_161lv_61 {
  padding: 4rem 2rem;
  text-align: center;
  color: #6b7280;
}

._emptyState_161lv_61 p {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

._listItem_161lv_72 {
  padding: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s;
}

._listItem_161lv_72:hover {
  background: #f9fafb;
}

._listItem_161lv_72:last-child {
  border-bottom: none;
}

._listInfo_161lv_89 {
  flex: 1;
}

._listName_161lv_93 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 0.25rem;
}

._listKey_161lv_100 {
  font-size: 0.875rem;
  color: #6b7280;
  font-family: monospace;
}

._listMeta_161lv_106 {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}

._badge_161lv_112 {
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
}

._typeBadge_161lv_119 {
  background: #dbeafe;
  color: #1e40af;
}

._countBadge_161lv_124 {
  background: #e5e7eb;
  color: #374151;
}

._listActions_161lv_129 {
  display: flex;
  gap: 0.5rem;
}

._treeButton_161lv_134,
._editButton_161lv_135,
._deleteButton_161lv_136 {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s;
}

._treeButton_161lv_134 {
  background: #ecfdf5;
  color: #047857;
  font-weight: 500;
}

._treeButton_161lv_134:hover {
  background: #d1fae5;
}

._editButton_161lv_135 {
  background: #f3f4f6;
  color: #374151;
}

._editButton_161lv_135:hover {
  background: #e5e7eb;
}

._deleteButton_161lv_136 {
  background: #fee2e2;
  color: #991b1b;
}

._deleteButton_161lv_136:hover {
  background: #fecaca;
}

._modal_161lv_173 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  padding: 1rem;
}

._modalContent_161lv_184 {
  background: white;
  border-radius: 0.75rem;
  padding: 2rem;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
}

._modalHeader_161lv_194 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

._modalHeader_161lv_194 h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a202c;
}

._closeButton_161lv_207 {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #6b7280;
  cursor: pointer;
  padding: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

._closeButton_161lv_207:hover {
  color: #374151;
}

._form_161lv_225 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

._formGroup_161lv_231 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

._formGroup_161lv_231 label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
}

._formGroup_161lv_231 input,
._formGroup_161lv_231 textarea,
._formGroup_161lv_231 select {
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  font-size: 1rem;
}

._formGroup_161lv_231 input:focus,
._formGroup_161lv_231 textarea:focus,
._formGroup_161lv_231 select:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

._formGroup_161lv_231 textarea {
  min-height: 100px;
  resize: vertical;
}

._fileInput_161lv_265 {
  border: 2px dashed #d1d5db;
  padding: 2rem;
  text-align: center;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s;
}

._fileInput_161lv_265:hover {
  border-color: #3b82f6;
  background: #f0f9ff;
}

._fileInput_161lv_265 input[type="file"] {
  display: none;
}

._modalActions_161lv_283 {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 2rem;
}

._cancelButton_161lv_290,
._submitButton_161lv_291 {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

._cancelButton_161lv_290 {
  background: #f3f4f6;
  color: #374151;
}

._cancelButton_161lv_290:hover {
  background: #e5e7eb;
}

._submitButton_161lv_291 {
  background: #3b82f6;
  color: white;
}

._submitButton_161lv_291:hover {
  background: #2563eb;
}

._submitButton_161lv_291:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

._error_161lv_324 {
  color: #dc2626;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

._loading_161lv_330 {
  padding: 4rem 2rem;
  text-align: center;
  color: #6b7280;
}

._optionsSection_161lv_336 {
  margin-top: 1.5rem;
}

._optionsHeader_161lv_340 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

._optionsHeader_161lv_340 label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
}

._smallButton_161lv_353 {
  padding: 0.5rem 1rem;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s;
}

._smallButton_161lv_353:hover {
  background: #2563eb;
}

._optionsList_161lv_368 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

._optionRow_161lv_374 {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

._optionInput_161lv_380 {
  flex: 1;
  padding: 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
}

._optionInput_161lv_380:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

._infoBox_161lv_394 {
  background: #dbeafe;
  border: 1px solid #93c5fd;
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 0.875rem;
  color: #1e40af;
  margin-top: 1rem;
}

._infoBox_161lv_394 strong {
  display: block;
  margin-bottom: 0.25rem;
}

/* Metadata styles */
._optionItemBlock_161lv_410 {
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  padding: 0.5rem;
  background: #fafafa;
  overflow: hidden;
}

._expandButton_161lv_418 {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #6b7280;
}

._expandButton_161lv_418:hover {
  color: #374151;
}

._chevron_161lv_434 {
  display: inline-block;
  font-size: 0.625rem;
  transition: transform 0.2s;
  transform: rotate(0deg);
}

._chevronOpen_161lv_441 {
  transform: rotate(90deg);
}

._metadataBadge_161lv_445 {
  background: #dbeafe;
  color: #1e40af;
  font-size: 0.7rem;
  font-weight: 500;
  padding: 0.125rem 0.5rem;
  border-radius: 9999px;
  flex-shrink: 0;
  white-space: nowrap;
}

._optionMetadataPanel_161lv_456 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
}

._optionMetadataPanelOpen_161lv_462 {
  max-height: 600px;
  transition: max-height 0.3s ease-in;
}

._optionMetadataContent_161lv_467 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem 0.25rem 0.25rem;
  margin-top: 0.375rem;
  border-top: 1px dashed #e5e7eb;
}

._metadataFieldRow_161lv_476 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

._metadataFieldLabel_161lv_482 {
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 500;
}

._removeButton_161lv_488 {
  padding: 0.375rem 0.625rem;
  background: #fee2e2;
  color: #dc2626;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s;
}

._removeButton_161lv_488:hover {
  background: #fecaca;
}
._editorPage_1rs5s_1 {
  padding: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

._header_1rs5s_7 {
  margin-bottom: 2rem;
}

._breadcrumb_1rs5s_11 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #6b7280;
}

._breadcrumb_1rs5s_11 a {
  color: #3b82f6;
  text-decoration: none;
}

._breadcrumb_1rs5s_11 a:hover {
  text-decoration: underline;
}

._title_1rs5s_29 {
  font-size: 2rem;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 0.5rem;
}

._subtitle_1rs5s_36 {
  color: #6b7280;
  font-size: 1rem;
}

._levelBadges_1rs5s_41 {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

._levelBadge_1rs5s_41 {
  padding: 0.25rem 0.75rem;
  background: #dbeafe;
  color: #1e40af;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
}

._content_1rs5s_57 {
  display: flex;
  gap: 2rem;
}

._treePanel_1rs5s_62 {
  flex: 1;
  background: white;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  min-height: 600px;
}

._actionsPanel_1rs5s_71 {
  width: 320px;
  background: white;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  height: fit-content;
  position: sticky;
  top: 2rem;
}

._panelTitle_1rs5s_82 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 1rem;
}

._treeContainer_1rs5s_89 {
  margin-top: 1rem;
}

._emptyState_1rs5s_93 {
  text-align: center;
  padding: 4rem 2rem;
  color: #6b7280;
}

._emptyState_1rs5s_93 p {
  margin-bottom: 1rem;
}

._addRootButton_1rs5s_103 {
  padding: 0.75rem 1.5rem;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

._addRootButton_1rs5s_103:hover {
  background: #2563eb;
}

._treeNode_1rs5s_119 {
  margin-bottom: 0.5rem;
}

._nodeContent_1rs5s_123 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background: white;
  transition: all 0.2s;
}

._nodeContent_1rs5s_123:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

._nodeContent_1rs5s_123._selected_1rs5s_139 {
  background: #eff6ff;
  border-color: #3b82f6;
}

._expandButton_1rs5s_144 {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  color: #6b7280;
  font-size: 1rem;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  transition: all 0.2s;
}

._expandButton_1rs5s_144:hover {
  background: #f3f4f6;
}

._expandButton_1rs5s_144._disabled_1rs5s_164 {
  opacity: 0.3;
  cursor: default;
}

._nodeIcon_1rs5s_169 {
  font-size: 1.25rem;
}

._nodeInfo_1rs5s_173 {
  flex: 1;
  min-width: 0;
}

._nodeLabel_1rs5s_178 {
  font-weight: 500;
  color: #1a202c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._nodeKey_1rs5s_186 {
  font-size: 0.75rem;
  color: #6b7280;
  font-family: monospace;
}

._nodeActions_1rs5s_192 {
  display: flex;
  gap: 0.25rem;
}

._iconButton_1rs5s_197 {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  color: #6b7280;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  transition: all 0.2s;
}

._iconButton_1rs5s_197:hover {
  background: #f3f4f6;
  color: #1a202c;
}

._iconButton_1rs5s_197._danger_1rs5s_213:hover {
  background: #fee2e2;
  color: #dc2626;
}

._nodeChildren_1rs5s_218 {
  margin-left: 2rem;
  margin-top: 0.5rem;
  padding-left: 1rem;
  border-left: 2px solid #e5e7eb;
}

._actionCard_1rs5s_225 {
  background: #f9fafb;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

._actionCard_1rs5s_225 h3 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.75rem;
}

._actionCard_1rs5s_225 p {
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.75rem;
}

._actionButton_1rs5s_245 {
  width: 100%;
  padding: 0.625rem 1rem;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

._actionButton_1rs5s_245:hover {
  background: #2563eb;
}

._actionButton_1rs5s_245._secondary_1rs5s_262 {
  background: #f3f4f6;
  color: #374151;
}

._actionButton_1rs5s_245._secondary_1rs5s_262:hover {
  background: #e5e7eb;
}

._actionButton_1rs5s_245:disabled {
  background: #e5e7eb;
  color: #9ca3af;
  cursor: not-allowed;
}

._statsCard_1rs5s_277 {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 0.5rem;
  padding: 1rem;
}

._statsCard_1rs5s_277 h3 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0c4a6e;
  margin-bottom: 0.5rem;
}

._statsList_1rs5s_291 {
  list-style: none;
  padding: 0;
  margin: 0;
}

._statsList_1rs5s_291 li {
  font-size: 0.75rem;
  color: #0369a1;
  padding: 0.25rem 0;
}

._modal_1rs5s_303 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  padding: 1rem;
}

._modalContent_1rs5s_314 {
  background: white;
  border-radius: 0.75rem;
  padding: 2rem;
  max-width: 500px;
  width: 100%;
}

._modalHeader_1rs5s_322 {
  margin-bottom: 1.5rem;
}

._modalHeader_1rs5s_322 h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a202c;
}

._formGroup_1rs5s_332 {
  margin-bottom: 1rem;
}

._formGroup_1rs5s_332 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.5rem;
}

._formGroup_1rs5s_332 input {
  width: 100%;
  padding: 0.625rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
}

._formGroup_1rs5s_332 input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

._formGroup_1rs5s_332 small {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #6b7280;
}

._modalActions_1rs5s_365 {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

._cancelButton_1rs5s_372 {
  padding: 0.625rem 1.25rem;
  background: #f3f4f6;
  color: #374151;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

._cancelButton_1rs5s_372:hover {
  background: #e5e7eb;
}

._submitButton_1rs5s_388 {
  padding: 0.625rem 1.25rem;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

._submitButton_1rs5s_388:hover {
  background: #2563eb;
}

._submitButton_1rs5s_388:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

._loading_1rs5s_409 {
  text-align: center;
  padding: 4rem 2rem;
  color: #6b7280;
}

._saveBar_1rs5s_415 {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: white;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 40;
}

._saveBar_1rs5s_415._hasChanges_1rs5s_429 {
  background: #fef3c7;
  border: 1px solid #fbbf24;
}

._saveBar_1rs5s_415 p {
  margin: 0;
  font-size: 0.875rem;
  color: #92400e;
  font-weight: 500;
}

._saveButton_1rs5s_441 {
  padding: 0.625rem 1.5rem;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

._saveButton_1rs5s_441:hover {
  background: #2563eb;
}

/* Level editing styles */
._levelsSection_1rs5s_458 {
  margin-top: 1.5rem;
  padding: 1rem;
  background: #f9fafb;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
}

._levelsSectionHeader_1rs5s_466 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

._editLevelsButton_1rs5s_473 {
  padding: 0.375rem 0.75rem;
  background: white;
  color: #374151;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s;
}

._editLevelsButton_1rs5s_473:hover {
  background: #f3f4f6;
  border-color: #9ca3af;
}

._levelEditList_1rs5s_489 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

._levelEditItem_1rs5s_495 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

._levelNumber_1rs5s_501 {
  min-width: 70px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
}

._levelInput_1rs5s_508 {
  flex: 1;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
}

._levelInput_1rs5s_508:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

._removeLevelButton_1rs5s_522 {
  padding: 0.375rem 0.625rem;
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s;
}

._removeLevelButton_1rs5s_522:hover {
  background: #fee2e2;
  border-color: #fca5a5;
}

._levelEditActions_1rs5s_538 {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

._addLevelButton_1rs5s_544 {
  padding: 0.5rem 1rem;
  background: white;
  color: #059669;
  border: 1px solid #d1fae5;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

._addLevelButton_1rs5s_544:hover {
  background: #d1fae5;
  border-color: #10b981;
}

._saveLevelsButton_1rs5s_561 {
  padding: 0.5rem 1rem;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

._saveLevelsButton_1rs5s_561:hover:not(:disabled) {
  background: #2563eb;
}

._saveLevelsButton_1rs5s_561:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* === Clases adicionales para eliminar inline styles === */

._levelsSectionTitle_1rs5s_584 {
  margin: 0;
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-semibold);
}

._levelEditInfo_1rs5s_590 {
  padding: var(--space-3);
  background-color: var(--color-info-light);
  border: 1px solid #bfdbfe;
  border-radius: var(--radius-2);
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
  line-height: var(--line-height-normal);
}

._noLevelsMessage_1rs5s_600 {
  color: var(--color-text-secondary);
  font-size: var(--font-size-sm);
}

._selectedNodeLevel_1rs5s_605 {
  font-size: var(--font-size-xs);
  margin-bottom: var(--space-2);
  color: var(--color-text-secondary);
}

._actionButtonSpaced_1rs5s_611 {
  margin-top: var(--space-2);
}

._modalLevelInfo_1rs5s_615 {
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
  margin-top: var(--space-1);
}

/* Metadata styles */
._metadataSection_1rs5s_622 {
  margin-top: 0.5rem;
  padding: 0.75rem;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 0.375rem;
}

._metadataSectionTitle_1rs5s_630 {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0c4a6e;
  margin-bottom: 0.5rem;
}

._metadataFieldRow_1rs5s_638 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

._metadataFieldRow_1rs5s_638 label {
  min-width: 100px;
  font-size: 0.8rem;
  color: #374151;
}

._metadataFieldRow_1rs5s_638 input {
  flex: 1;
  padding: 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
}

._metadataFieldRow_1rs5s_638 input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

._nodeMetaBadge_1rs5s_665 {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.125rem 0.5rem;
  background: #dbeafe;
  color: #1e40af;
  border-radius: 9999px;
  font-size: 0.625rem;
  font-weight: 500;
  vertical-align: middle;
}

._metadataFieldsEditor_1rs5s_677 {
  margin-left: 70px;
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem 0.75rem;
  background: #f0f9ff;
  border-left: 3px solid #93c5fd;
  border-radius: 0 0.375rem 0.375rem 0;
}

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

._metadataFieldsEditorTitle_1rs5s_694 {
  font-size: 0.75rem;
  font-weight: 500;
  color: #0369a1;
}
._editorPage_723gs_1 {
  padding: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

._header_723gs_7 {
  margin-bottom: 2rem;
}

._breadcrumb_723gs_11 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #6b7280;
}

._breadcrumb_723gs_11 a {
  color: #3b82f6;
  text-decoration: none;
}

._breadcrumb_723gs_11 a:hover {
  text-decoration: underline;
}

._title_723gs_29 {
  font-size: 2rem;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 0.5rem;
}

._subtitle_723gs_36 {
  color: #6b7280;
  font-size: 1rem;
}

._content_723gs_41 {
  display: flex;
  gap: 2rem;
}

._listPanel_723gs_46 {
  flex: 1;
  background: white;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  min-height: 600px;
}

._actionsPanel_723gs_55 {
  width: 320px;
  background: white;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  height: fit-content;
  position: sticky;
  top: 2rem;
}

._panelTitle_723gs_66 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 1rem;
}

._optionsList_723gs_73 {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

._emptyState_723gs_80 {
  text-align: center;
  padding: 4rem 2rem;
  color: #6b7280;
}

._emptyState_723gs_80 p {
  margin-bottom: 1rem;
}

._addFirstButton_723gs_90 {
  padding: 0.75rem 1.5rem;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

._addFirstButton_723gs_90:hover {
  background: #2563eb;
}

/* Option item row */
._nodeContent_723gs_107 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background: white;
  transition: all 0.2s;
  cursor: pointer;
}

._nodeContent_723gs_107:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

._nodeContent_723gs_107._selected_723gs_124 {
  background: #eff6ff;
  border-color: #3b82f6;
}

._nodeIcon_723gs_129 {
  font-size: 1.25rem;
}

._nodeInfo_723gs_133 {
  flex: 1;
  min-width: 0;
}

._nodeLabel_723gs_138 {
  font-weight: 500;
  color: #1a202c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._nodeKey_723gs_146 {
  font-size: 0.75rem;
  color: #6b7280;
  font-family: monospace;
}

._nodeMetaBadge_723gs_152 {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.125rem 0.5rem;
  background: #dbeafe;
  color: #1e40af;
  border-radius: 9999px;
  font-size: 0.625rem;
  font-weight: 500;
  vertical-align: middle;
}

._nodeActions_723gs_164 {
  display: flex;
  gap: 0.25rem;
}

._iconButton_723gs_169 {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  color: #6b7280;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  transition: all 0.2s;
}

._iconButton_723gs_169:hover {
  background: #f3f4f6;
  color: #1a202c;
}

._iconButton_723gs_169._danger_723gs_185:hover {
  background: #fee2e2;
  color: #dc2626;
}

/* Action cards */
._actionCard_723gs_191 {
  background: #f9fafb;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

._actionCard_723gs_191 h3 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.75rem;
}

._actionCard_723gs_191 p {
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.75rem;
}

._actionButton_723gs_211 {
  width: 100%;
  padding: 0.625rem 1rem;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

._actionButton_723gs_211:hover {
  background: #2563eb;
}

._actionButton_723gs_211._secondary_723gs_228 {
  background: #f3f4f6;
  color: #374151;
}

._actionButton_723gs_211._secondary_723gs_228:hover {
  background: #e5e7eb;
}

._actionButtonSpaced_723gs_237 {
  margin-top: 0.5rem;
}

._statsCard_723gs_241 {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 0.5rem;
  padding: 1rem;
}

._statsCard_723gs_241 h3 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0c4a6e;
  margin-bottom: 0.5rem;
}

._statsList_723gs_255 {
  list-style: none;
  padding: 0;
  margin: 0;
}

._statsList_723gs_255 li {
  font-size: 0.75rem;
  color: #0369a1;
  padding: 0.25rem 0;
}

/* Modal */
._modal_723gs_268 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  padding: 1rem;
}

._modalContent_723gs_279 {
  background: white;
  border-radius: 0.75rem;
  padding: 2rem;
  max-width: 500px;
  width: 100%;
}

._modalHeader_723gs_287 {
  margin-bottom: 1.5rem;
}

._modalHeader_723gs_287 h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a202c;
}

._formGroup_723gs_297 {
  margin-bottom: 1rem;
}

._formGroup_723gs_297 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.5rem;
}

._formGroup_723gs_297 input {
  width: 100%;
  padding: 0.625rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
}

._formGroup_723gs_297 input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

._formGroup_723gs_297 small {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #6b7280;
}

._modalActions_723gs_330 {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

._cancelButton_723gs_337 {
  padding: 0.625rem 1.25rem;
  background: #f3f4f6;
  color: #374151;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

._cancelButton_723gs_337:hover {
  background: #e5e7eb;
}

._submitButton_723gs_353 {
  padding: 0.625rem 1.25rem;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

._submitButton_723gs_353:hover {
  background: #2563eb;
}

._submitButton_723gs_353:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

/* Metadata section in modal */
._metadataSection_723gs_375 {
  margin-top: 0.5rem;
  padding: 0.75rem;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 0.375rem;
}

._metadataSectionTitle_723gs_383 {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0c4a6e;
  margin-bottom: 0.5rem;
}

._metadataFieldRow_723gs_391 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

._metadataFieldRow_723gs_391 label {
  min-width: 100px;
  font-size: 0.8rem;
  color: #374151;
}

._metadataFieldRow_723gs_391 input {
  flex: 1;
  padding: 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
}

._metadataFieldRow_723gs_391 input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Save bar */
._saveBar_723gs_419 {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: white;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 40;
}

._saveBar_723gs_419._hasChanges_723gs_433 {
  background: #fef3c7;
  border: 1px solid #fbbf24;
}

._saveBar_723gs_419 p {
  margin: 0;
  font-size: 0.875rem;
  color: #92400e;
  font-weight: 500;
}

._saveButton_723gs_445 {
  padding: 0.625rem 1.5rem;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

._saveButton_723gs_445:hover {
  background: #2563eb;
}

/* Metadata fields editor section */
._metadataFieldsSection_723gs_462 {
  margin-top: 1.5rem;
  padding: 1rem;
  background: #f9fafb;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
}

._metadataFieldsSectionHeader_723gs_470 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

._metadataFieldsSectionTitle_723gs_477 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
}

._editFieldsButton_723gs_483 {
  padding: 0.375rem 0.75rem;
  background: white;
  color: #374151;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s;
}

._editFieldsButton_723gs_483:hover {
  background: #f3f4f6;
  border-color: #9ca3af;
}

._fieldsBadges_723gs_499 {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

._fieldBadge_723gs_505 {
  padding: 0.25rem 0.75rem;
  background: #dbeafe;
  color: #1e40af;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
}

._noFieldsMessage_723gs_514 {
  color: #6b7280;
  font-size: 0.875rem;
}

._fieldsEditList_723gs_519 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

._fieldsEditInfo_723gs_525 {
  padding: 0.75rem;
  background: #dbeafe;
  border: 1px solid #bfdbfe;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.5;
}

._fieldEditItem_723gs_535 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

._fieldInput_723gs_541 {
  flex: 1;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
}

._fieldInput_723gs_541:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

._removeFieldButton_723gs_555 {
  padding: 0.375rem 0.625rem;
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s;
}

._removeFieldButton_723gs_555:hover {
  background: #fee2e2;
  border-color: #fca5a5;
}

._fieldsEditActions_723gs_571 {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

._addFieldButton_723gs_577 {
  padding: 0.5rem 1rem;
  background: white;
  color: #059669;
  border: 1px solid #d1fae5;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

._addFieldButton_723gs_577:hover {
  background: #d1fae5;
  border-color: #10b981;
}

._saveFieldsButton_723gs_594 {
  padding: 0.5rem 1rem;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

._saveFieldsButton_723gs_594:hover:not(:disabled) {
  background: #2563eb;
}

._saveFieldsButton_723gs_594:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

._loading_723gs_615 {
  text-align: center;
  padding: 4rem 2rem;
  color: #6b7280;
}
/* Global App Styles */

#root {
  min-height: 100vh;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
