/* src/app/css/app.css */
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  min-height: 100%;
  background: #f4f6f5;
  color: #273331;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
button,
input,
select,
textarea {
  font: inherit;
}
label {
  display: grid;
  gap: 6px;
  color: #273331;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid #cbd8d5;
  border-radius: 7px;
  background: #fff;
  color: #273331;
  padding: 9px 10px;
  min-height: 40px;
  font-size: 14px;
  line-height: 20px;
}
textarea {
  resize: vertical;
  min-height: 96px;
}
input:focus,
select:focus,
textarea:focus,
button:focus-visible {
  outline: 2px solid #80bbad;
  outline-offset: 2px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 5px;
  border: 1px solid transparent;
  min-height: 36px;
  padding: 8px 14px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  white-space: nowrap;
}
.btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.btn.primary {
  background: #234f42;
  color: #fff;
}
.btn.primary:hover {
  background: #1f4439;
}
.btn.secondary {
  background: #fff;
  color: #273331;
  border-color: #cbd8d5;
}
.btn.secondary:hover {
  background: #f2f6f4;
}
.btn.danger {
  background: #b42318;
  color: #fff;
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 900;
  background: rgba(10, 20, 18, 0.48);
  display: grid;
  place-items: center;
  padding: 16px;
}
.processing-backdrop {
  position: fixed;
  inset: 0;
  z-index: 950;
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgba(10, 20, 18, 0.38);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.processing-panel {
  display: grid;
  justify-items: center;
  gap: 12px;
  width: min(320px, calc(100vw - 32px));
  padding: 24px;
  border: 1px solid #dbe3e1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  color: #273331;
  text-align: center;
}
.processing-spinner {
  width: 34px;
  height: 34px;
  border: 3px solid #d7e3df;
  border-top-color: #214f42;
  border-radius: 50%;
  animation: processing-spin 800ms linear infinite;
}
.processing-panel h2 {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.processing-panel p {
  margin: 0;
  color: #64706f;
  font-size: 14px;
  line-height: 20px;
}
@keyframes processing-spin {
  to {
    transform: rotate(360deg);
  }
}
.modal-panel {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #dbe3e1;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  padding: 18px;
  max-height: 92vh;
  overflow: auto;
}
.modal-header,
.modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.modal-header {
  margin-bottom: 16px;
}
.modal-header h2 {
  margin: 0;
  color: #273331;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.modal-header p {
  margin: 4px 0 0;
  color: #64706f;
}
.modal-footer {
  margin-top: 18px;
  justify-content: flex-end;
  align-items: center;
}
.icon-close {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #cbd8d5;
  background: #fff;
  color: #273331;
  cursor: pointer;
  font-weight: 700;
}
@media (max-width: 640px) {
  .modal-footer {
    flex-wrap: wrap;
  }
  .btn {
    white-space: normal;
  }
}

/* src/styles.css */
.sync-review-panel {
  width: min(980px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  overflow: hidden;
}
.sync-review-summary {
  margin: 0 0 14px;
  color: #596360;
  font-size: 14px;
  line-height: 20px;
}
.sync-choice-panel {
  width: min(520px, calc(100vw - 40px));
}
.sync-success-panel {
  position: relative;
  width: min(500px, calc(100vw - 40px));
  padding: 32px;
  text-align: center;
}
.sync-success-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #596360;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.sync-success-close:hover,
.sync-success-close:focus-visible {
  background: #eef3f1;
  color: #273331;
}
.sync-success-check {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #dcfce7;
  color: #16a34a;
}
.sync-success-check svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sync-success-content h2 {
  margin: 0 0 8px;
  color: #273331;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.sync-success-address {
  margin: 0;
  color: #596360;
  font-size: 15px;
  line-height: 22px;
}
.sync-success-message {
  margin: 18px 0 0;
  color: #273331;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.sync-success-footer {
  justify-content: center;
  margin-top: 24px;
}
.sync-job-line {
  margin: 0 0 8px;
  color: #273331;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.sync-choice-options {
  display: grid;
  gap: 10px;
  margin: 16px 0 20px;
}
.sync-choice-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  border: 1px solid #d7dcda;
  border-radius: 6px;
  background: #fff;
  padding: 12px;
  color: #273331;
  cursor: pointer;
}
.sync-choice-option span {
  display: grid;
  gap: 3px;
  min-width: 0;
  font-size: 14px;
  line-height: 20px;
}
.sync-choice-option strong {
  color: #273331;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.sync-choice-option small {
  color: #596360;
  font-size: 12px;
  line-height: 17px;
}
.conflict-list {
  display: grid;
  gap: 12px;
  max-height: min(58vh, 560px);
  overflow: auto;
  padding-right: 4px;
}
.conflict-row {
  border: 1px solid #dfe6e3;
  border-radius: 6px;
  background: #fbfdfc;
  padding: 12px;
}
.conflict-heading {
  margin: 0 0 10px;
}
.conflict-heading span {
  display: block;
  color: #64706f;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.conflict-heading h3 {
  margin: 0 0 10px;
  color: #273331;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.conflict-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.conflict-choice {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: start;
  border: 1px solid #d7dcda;
  border-radius: 6px;
  background: #fff;
  padding: 10px;
  color: #394542;
  cursor: pointer;
}
.conflict-choice.selected {
  border-color: #16a34a;
  box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.16);
  background: #f2fbf5;
}
.conflict-choice input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.conflict-choice span {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}
.conflict-choice pre {
  grid-column: 1 / -1;
  max-height: 140px;
  overflow: auto;
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  color: #596360;
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.conflict-custom-value {
  display: grid;
  gap: 6px;
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 10px;
  color: #394542;
}
.conflict-custom-value.selected,
.conflict-custom-value:focus-within {
  border-color: #16a34a;
  box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.16);
  background: #f2fbf5;
}
.conflict-custom-value span {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}
.conflict-custom-value input {
  width: 100%;
  border: 1px solid #cfd8d5;
  border-radius: 6px;
  padding: 10px 12px;
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #596360;
  background: #fff;
}
.conflict-custom-value input:focus {
  outline: 2px solid #9fd8c2;
  outline-offset: 1px;
}
.conflict-image {
  grid-column: 1 / -1;
  width: 100%;
  max-height: 220px;
  object-fit: contain;
  border: 1px solid #dfe6e3;
  border-radius: 4px;
  background: #f8faf9;
}
@media (max-width: 760px) {
  .conflict-values {
    grid-template-columns: 1fr;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-2NKLYC6J.css.map */
