.cddd-panel,
.cddd-panel * {
  box-sizing: border-box;
}
html:has(body.cddd-panel-app-shell),
body.cddd-panel-app-shell {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: #eef3f8;
  overflow-x: hidden;
}
body.cddd-panel-app-shell {
  min-height: 100vh;
}
.cddd-panel-app-shell .cddd-app-canvas {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  padding: 16px;
  box-sizing: border-box;
  overflow-x: clip;
}
.cddd-panel-app-shell .cddd-panel {
  width: 100% !important;
  min-height: calc(100vh - 32px);
  margin: 0 auto !important;
}
.cddd-panel {
  width: calc(100% - 32px) !important;
  max-width: 1600px !important;
  min-height: 560px;
  margin: 16px auto !important;
  position: relative;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  display: grid;
  grid-template-columns: 204px minmax(0, 1fr);
  background: #f4f7fb;
  color: #152033;
  border: 1px solid #e3e8ef;
  border-radius: 14px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    system-ui,
    -apple-system,
    sans-serif;
}
.cddd-panel__nav {
  background: var(--cddd-primary);
  padding: 18px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cddd-panel__brand {
  color: #fff;
  font-weight: 750;
  font-size: 16px;
  line-height: 1.35;
  width: 100%;
  padding: 4px 8px 16px;
  overflow-wrap: anywhere;
}
.cddd-panel__brand.has-logo {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: center;
}
.cddd-panel__nav a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  padding: 9px 11px;
  border-radius: 7px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 650;
}
.cddd-panel__nav a:hover,
.cddd-panel__nav a.is-active {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.cddd-panel__nav a:last-child {
  margin-top: auto;
}
.cddd-panel__main {
  padding: 24px;
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
}
.cddd-panel h1 {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 18px;
}
.cddd-panel h2 {
  font-size: 17px;
  line-height: 1.3;
  margin: 0 0 14px;
}
.cddd-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.cddd-button {
  display: inline-block;
  border: 0;
  border-radius: 7px;
  padding: 9px 14px;
  background: var(--cddd-primary);
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  line-height: 1.2;
}
.cddd-button--ghost {
  background: #fff;
  color: var(--cddd-primary) !important;
  border: 1px solid #cfd8e3;
}
.cddd-button--whatsapp {
  background: #148a50;
  color: #fff !important;
}
.cddd-button--whatsapp:hover,
.cddd-button--whatsapp:focus-visible {
  background: #107542;
}
.cddd-button--pdf {
  background: #b42318;
  color: #fff !important;
}
.cddd-button--pdf:hover,
.cddd-button--pdf:focus-visible {
  background: #8f1c13;
}
.cddd-button:disabled {
  cursor: wait;
  opacity: .68;
}
.cddd-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.cddd-alert {
  padding: 11px 13px;
  border-radius: 7px;
  margin-bottom: 18px;
}
.cddd-alert--success {
  background: #e9f8ef;
  color: #17663b;
}
.cddd-alert--warning {
  background: #fff5dc;
  color: #795300;
}
.cddd-import-report > strong {
  display: block;
  margin-bottom: 7px;
}
.cddd-import-report ul {
  margin: 0;
  padding-left: 21px;
}
.cddd-import-report li + li {
  margin-top: 4px;
}
.cddd-import-report small {
  display: block;
  margin-top: 8px;
}
.cddd-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.cddd-stats > div {
  min-width: 0;
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 18px;
  border-radius: 10px;
  box-shadow: 0 5px 18px rgba(15, 23, 42, 0.04);
}
.cddd-stats strong {
  display: block;
  font-size: 22px;
  line-height: 1.25;
  color: var(--cddd-primary);
  overflow-wrap: anywhere;
}
.cddd-stats span {
  color: #607086;
  font-size: 13px;
}
.cddd-analytics {
  margin-top: 28px;
}
.cddd-analytics__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}
.cddd-analytics__heading h2,
.cddd-analytics__heading p {
  margin-bottom: 3px;
}
.cddd-analytics__heading p,
.cddd-analytics__heading small {
  color: #607086;
}
.cddd-stats--contacts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.cddd-analytics__lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}
.cddd-analytics__lists > section {
  min-width: 0;
}
.cddd-table--analytics th:last-child,
.cddd-table--analytics td:last-child {
  text-align: right;
}
.cddd-table--analytics td:first-child {
  white-space: normal;
}
.cddd-table--analytics td small {
  display: block;
  color: #718096;
  font-size: 11px;
}
.cddd-empty-state {
  min-height: 82px;
  margin: 0;
  padding: 20px;
  color: #607086;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.cddd-transfer-heading p {
  margin: -10px 0 18px;
  color: #607086;
}
.cddd-transfer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.cddd-transfer-card,
.cddd-transfer-import,
.cddd-transfer-guide {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(15, 23, 42, 0.04);
}
.cddd-transfer-card {
  padding: 22px;
}
.cddd-transfer-card p,
.cddd-transfer-import p,
.cddd-transfer-guide li {
  color: #607086;
}
.cddd-transfer-card__number,
.cddd-transfer-card__icon {
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 12px;
  background: #edf4fb;
  color: var(--cddd-primary);
  font-size: 21px;
  font-weight: 800;
}
.cddd-transfer-card form {
  margin-top: 18px;
}
.cddd-transfer-import {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  align-items: end;
  gap: 28px;
  margin-top: 18px;
  padding: 22px;
}
.cddd-transfer-import form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px;
}
.cddd-transfer-import label,
.cddd-transfer-import label > span {
  display: block;
}
.cddd-transfer-import label > span {
  margin-bottom: 6px;
  color: #34475b;
  font-size: 12px;
  font-weight: 750;
}
.cddd-transfer-import input[type="file"] {
  width: 100%;
  min-height: 42px;
  padding: 8px;
  border: 1px solid #cfd8e3;
  border-radius: 7px;
  background: #fff;
}
.cddd-transfer-guide {
  margin-top: 18px;
  padding: 22px;
}
.cddd-transfer-guide ul {
  margin: 0;
  padding-left: 20px;
}
.cddd-transfer-guide li + li {
  margin-top: 7px;
}
.cddd-table-wrap {
  overflow: auto;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
}
.cddd-table {
  width: 100%;
  border-collapse: collapse;
}
.cddd-table th,
.cddd-table td {
  text-align: left;
  padding: 11px 13px;
  border-bottom: 1px solid #e8edf3;
  white-space: nowrap;
}
.cddd-table th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #66758a;
}
.cddd-table a {
  color: var(--cddd-primary);
  font-weight: 700;
}
.cddd-row-actions {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.cddd-row-actions form {
  display: inline;
  margin: 0;
}
.cddd-action-link {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--cddd-primary);
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
.cddd-action-link:hover,
.cddd-action-link:focus-visible {
  color: #092f59;
}
.cddd-delete-link {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: #b42318;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
.cddd-delete-link:hover,
.cddd-delete-link:focus-visible {
  color: #7a271a;
}
.cddd-table-vehicle {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cddd-table-vehicle img {
  width: 60px;
  height: 43px;
  object-fit: cover;
  border-radius: 8px;
}
.cddd-table-vehicle span,
.cddd-table-vehicle small {
  display: block;
}
.cddd-table-vehicle small {
  color: #6f7c8d;
}
.cddd-form section,
.cddd-form--compact {
  width: 100%;
  background: #fff;
  padding: 20px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin: 0 0 16px;
}
.cddd-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 14px;
}
.cddd-form label {
  display: block;
  min-width: 0;
}
.cddd-form label > span {
  display: block;
  font-size: 13px;
  font-weight: 750;
  margin: 0 0 7px;
  color: #435168;
}
.cddd-vehicle-form-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}
.cddd-vehicle-form-heading h1 {
  margin-bottom: 4px;
}
.cddd-vehicle-form-heading p {
  margin: 0;
  color: #65758a;
}
.cddd-vehicle-form-heading .cddd-required-legend {
  margin-top: 7px;
  color: #596a80;
  font-size: 12px;
  font-weight: 650;
}
.cddd-required-legend > span,
.cddd-required-mark {
  color: #c62828;
  font-weight: 900;
}
.cddd-required-mark {
  margin-left: 2px;
  border: 0;
  text-decoration: none;
}
.cddd-fixed-price-note .cddd-required-mark {
  margin-left: 0;
}
.cddd-step-counter {
  flex: 0 0 auto;
  padding: 7px 11px;
  color: var(--cddd-primary);
  background: #fff;
  border: 1px solid #d8e1eb;
  border-radius: 999px;
  font-size: 13px;
}
.cddd-stepper {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 100%;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 5px;
  gap: 4px;
  background: #e6ecf3;
  border-radius: 10px;
  overflow: hidden;
}
.cddd-stepper button {
  min-width: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px 8px;
  border: 0;
  border-radius: 7px;
  color: #728095;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}
.cddd-stepper button[aria-disabled="true"] {
  cursor: default;
  opacity: 0.62;
}
.cddd-stepper button b {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid #b9c6d5;
  border-radius: 50%;
  background: #f5f7fa;
  font-size: 12px;
}
.cddd-stepper button.is-active {
  color: var(--cddd-primary);
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.07);
}
.cddd-stepper button.is-active b {
  color: #fff;
  border-color: var(--cddd-primary);
  background: var(--cddd-primary);
}
.cddd-stepper button.is-complete b {
  color: #fff;
  border-color: #168454;
  background: #168454;
}
.cddd-vehicle-wizard {
  width: 100%;
  max-width: 100%;
}
.cddd-wizard-step[hidden] {
  display: none !important;
}
.cddd-wizard-step.is-active {
  animation: cddd-step-in 0.18s ease-out;
}
@keyframes cddd-step-in {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}
.cddd-step-heading {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 18px;
}
.cddd-step-heading > span {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--cddd-primary);
  border-radius: 50%;
  font-weight: 800;
}
.cddd-step-heading h2 {
  margin-bottom: 2px;
}
.cddd-step-heading p {
  margin: 0;
  color: #68778b;
  font-size: 13px;
}
.cddd-fixed-price-note {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0 0 16px;
  padding: 11px 13px;
  color: #174b75;
  background: #edf7ff;
  border: 1px solid #cee6f7;
  border-radius: 8px;
  font-size: 13px;
}
.cddd-price-fields {
  margin-bottom: 16px;
}
.cddd-financing-selector {
  max-width: calc(50% - 7px);
  margin-bottom: 16px;
}
.cddd-financing-fields[hidden] {
  display: none !important;
}
.cddd-financing-fields {
  padding: 16px;
  border: 1px solid #dce4ed;
  border-radius: 9px;
  background: #f8fafc;
}
.cddd-financing-fields__heading {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 14px;
  color: #26364a;
}
.cddd-financing-fields__heading span {
  color: #68778b;
  font-size: 13px;
}
.cddd-auto-title {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 16px;
  padding: 11px 13px;
  color: #174b75;
  background: #edf7ff;
  border: 1px solid #cee6f7;
  border-radius: 8px;
  font-size: 13px;
}
.cddd-auto-title span {
  color: #5f7185;
  font-weight: 700;
}
.cddd-auto-title strong {
  font-size: 14px;
}
.cddd-current-image {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  padding: 11px;
  background: #f5f7fa;
  border-radius: 8px;
  color: #435168;
  font-weight: 700;
}
.cddd-current-image > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.cddd-current-image > div > strong {
  color: #2a394d;
}
.cddd-current-image > div > small {
  color: #65758a;
  font-size: 11px;
}
.cddd-current-image img {
  width: 112px;
  height: 76px;
  object-fit: cover;
  border-radius: 7px;
}
.cddd-image-state {
  display: inline-flex !important;
  width: fit-content;
  margin: 0 !important;
  padding: 3px 7px;
  border-radius: 999px;
  font-size: 10px !important;
  font-weight: 800;
  line-height: 1.2;
}
.cddd-image-state.is-protected {
  color: #17663b;
  background: #dff5e8;
}
.cddd-image-state.is-legacy {
  color: #795300;
  background: #fff0c8;
}
.cddd-image-state--gallery {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 2;
  max-width: calc(100% - 82px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cddd-gallery-manager {
  margin-top: 16px;
}
.cddd-current-gallery-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}
.cddd-current-gallery-heading strong,
.cddd-current-gallery-heading span {
  display: block;
}
.cddd-current-gallery-heading span {
  margin-top: 2px;
  color: #68778b;
  font-size: 12px;
}
.cddd-current-gallery-heading b {
  flex: 0 0 auto;
  padding: 5px 9px;
  color: var(--cddd-primary);
  background: #edf4fa;
  border-radius: 999px;
  font-size: 12px;
}
.cddd-current-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.cddd-current-gallery figure {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #e8edf3;
  border: 2px solid transparent;
  border-radius: 9px;
  cursor: grab;
  transition: opacity .15s ease, border-color .15s ease, transform .15s ease;
}
.cddd-current-gallery figure:active {
  cursor: grabbing;
}
.cddd-current-gallery figure.is-dragging {
  opacity: .55;
  border-color: var(--cddd-accent);
  transform: scale(.97);
}
.cddd-current-gallery figure > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cddd-current-gallery figure.is-marked-for-removal {
  opacity: .52;
  border-color: #c62828;
}
.cddd-gallery-drag-handle {
  position: absolute;
  top: 6px;
  left: 6px;
  display: block !important;
  margin: 0 !important;
  padding: 4px 7px;
  color: #fff !important;
  background: rgba(18, 59, 102, .88);
  border-radius: 6px;
  font-size: 10px !important;
  font-weight: 750;
  line-height: 1.1;
  pointer-events: none;
}
.cddd-gallery-order-actions {
  position: absolute;
  left: 6px;
  bottom: 6px;
  display: flex;
  gap: 3px;
}
.cddd-gallery-order-actions button {
  width: 27px;
  min-height: 25px;
  padding: 0;
  color: #fff;
  background: rgba(18, 59, 102, .92);
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}
.cddd-gallery-order-actions button:disabled {
  opacity: .38;
  cursor: default;
}
.cddd-gallery-remove {
  position: absolute;
  right: 6px;
  bottom: 6px;
  display: block;
  cursor: pointer;
}
.cddd-gallery-remove input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  opacity: 0;
  pointer-events: none;
}
.cddd-gallery-remove span {
  display: block !important;
  margin: 0 !important;
  padding: 5px 8px;
  color: #fff !important;
  background: rgba(18, 59, 102, .92);
  border-radius: 6px;
  font-size: 11px !important;
  line-height: 1.1;
}
.is-marked-for-removal .cddd-gallery-remove span {
  background: #fff;
  color: #8d1b1b !important;
}
.cddd-gallery-safety {
  margin: 9px 0 15px;
  color: #68778b;
  font-size: 12px;
}
.cddd-photo-inputs small {
  color: #68778b;
  font-weight: 650;
}
.cddd-description-field {
  margin-top: 16px;
}
.cddd-publish-options {
  margin-bottom: 16px;
}
.cddd-contact-mode-help {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 16px;
}
.cddd-contact-mode-help p {
  margin: 0;
  padding: 11px 12px;
  color: #526176;
  background: #f7f9fc;
  border: 1px solid #dce4ed;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.45;
}
.cddd-contact-mode-help strong {
  display: block;
  margin-bottom: 2px;
  color: #17233a;
}
.cddd-review {
  padding: 18px;
  background: #f7f9fc;
  border: 1px solid #dce4ed;
  border-radius: 9px;
}
.cddd-review h3 {
  margin: 0 0 14px;
  font-size: 16px;
}
.cddd-review dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}
.cddd-review dl > div {
  min-width: 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
}
.cddd-review dt {
  margin-bottom: 3px;
  color: #718096;
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.cddd-review dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: #27364a;
  font-weight: 650;
}
.cddd-wizard-actions {
  position: sticky;
  z-index: 5;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 13px 0 3px;
  background: linear-gradient(to bottom, rgba(244,247,251,0), #f4f7fb 18px, #f4f7fb 100%);
}
.cddd-wizard-actions [data-cddd-next],
.cddd-wizard-actions [data-cddd-submit] {
  margin-left: auto;
}
.cddd-wizard-actions [hidden] {
  display: none !important;
}
.cddd-button--publish {
  background: #168454;
}
.cddd-form input,
.cddd-form select,
.cddd-form textarea {
  width: 100%;
  max-width: 100%;
  min-height: 40px;
  border: 1px solid #cad4df;
  border-radius: 7px;
  padding: 8px 10px;
  background: #fff;
  color: #172033;
  font: inherit;
}
.cddd-form input[type="file"] {
  overflow: hidden;
}
.cddd-form input[type="color"] {
  padding: 4px;
}
.cddd-form input[type="checkbox"] {
  width: auto;
  min-height: 0;
}
.cddd-form textarea {
  resize: vertical;
}
.cddd-span-2 {
  grid-column: 1/-1;
}
.cddd-check-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.cddd-check-grid label {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  background: #f5f7fa;
  padding: 9px 11px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color .15s ease, border-color .15s ease;
}
.cddd-check-grid label:hover {
  background: #edf3f8;
  border-color: #cbd8e4;
}
.cddd-check-grid label:has(input:checked) {
  background: #eaf5ef;
  border-color: #9bcdb2;
}
.cddd-check-grid input[type="checkbox"] {
  flex: 0 0 auto;
  width: 17px;
  min-height: 17px;
  height: 17px;
  margin: 0;
  padding: 0;
  accent-color: var(--cddd-primary);
  cursor: pointer;
}
.cddd-equipment-other {
  margin-top: 16px;
}
.cddd-seller-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}
.cddd-seller-grid article {
  padding: 15px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  text-align: center;
}
.cddd-seller-grid img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
}
.cddd-seller-grid h3 {
  margin: 10px 0 4px;
}
.cddd-seller-grid p {
  margin: 0 0 8px;
  color: #66758a;
}
.cddd-seller-schedule-editor {
  margin: 20px 0;
  padding: 18px;
  border: 1px solid #dce4ec;
  border-radius: 10px;
  background: #f8fafc;
}
.cddd-seller-schedule-editor legend {
  padding: 0 7px;
  color: #152033;
  font-size: 16px;
  font-weight: 800;
}
.cddd-seller-schedule-toggle {
  display: flex !important;
  align-items: center;
  gap: 8px;
  font-weight: 750;
}
.cddd-seller-schedule-days {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}
.cddd-seller-schedule-day {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr);
  align-items: end;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid #e4eaf0;
  border-radius: 8px;
  background: #fff;
}
.cddd-seller-schedule-day__name {
  display: flex !important;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  font-weight: 750;
}
.cddd-seller-schedule-day label > span {
  display: block;
  margin-bottom: 5px;
  color: #526176;
  font-size: 12px;
  font-weight: 700;
}
.cddd-seller-schedule-day__name > span {
  margin: 0 !important;
  color: #273447 !important;
  font-size: 14px !important;
}
.cddd-seller-schedule-day input[type="time"] {
  width: 100%;
  min-height: 42px;
}
.cddd-rate-current {
  background: linear-gradient(135deg, var(--cddd-primary), #266ba5);
  color: #fff;
  padding: 20px;
  border-radius: 11px;
  margin-bottom: 16px;
}
.cddd-rate-current span,
.cddd-rate-current small {
  display: block;
  opacity: 0.8;
}
.cddd-rate-current strong {
  display: block;
  font-size: 26px;
  margin: 5px 0;
}
.cddd-help {
  font-size: 13px;
  color: #65758a;
}
.cddd-image-settings {
  margin: 20px 0 0;
  padding: 18px;
  border: 1px solid #dce4ec;
  border-radius: 10px;
  background: #f8fafc;
}
.cddd-image-settings legend {
  padding: 0 7px;
  color: #152033;
  font-size: 16px;
  font-weight: 800;
}
.cddd-image-settings .cddd-form-grid {
  margin: 14px 0;
}
.cddd-image-settings .cddd-check {
  display: flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin: 12px 0;
  cursor: pointer;
}
.cddd-image-settings .cddd-check > span {
  margin: 0;
  color: #26364c;
}
.cddd-image-regeneration {
  padding: 10px 12px;
  border-left: 3px solid var(--cddd-primary);
  border-radius: 5px;
  background: #edf7ff;
  color: #174b75;
  font-size: 13px;
}
.cddd-image-regeneration.is-complete {
  border-left-color: #168454;
  background: #e9f8ef;
  color: #17663b;
}
.cddd-help--warning {
  padding: 9px 11px;
  border-left: 3px solid #d59a17;
  border-radius: 4px;
  background: #fff8e8;
  color: #704f08;
}
@media (max-width: 760px) {
  .cddd-contact-mode-help {
    grid-template-columns: 1fr;
  }
}
.cddd-plan {
  max-width: 650px;
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 22px;
  border-radius: 10px;
}
.cddd-plan > strong {
  font-size: 21px;
}
.cddd-plan > div {
  height: 14px;
  background: #edf1f5;
  border-radius: 20px;
  margin: 18px 0;
  overflow: hidden;
}
.cddd-plan i {
  display: block;
  height: 100%;
  background: var(--cddd-accent);
  border-radius: 20px;
}
.cddd-login {
  max-width: 420px;
  margin: 32px auto;
  padding: 24px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.cddd-login input {
  width: 100%;
  padding: 10px;
}
.cddd-login .button {
  background: #123b66;
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 10px 16px;
}
.cddd-login .login-remember input {
  width: auto;
}
.cddd-panel-screen :where(.entry-title, .wp-block-post-title) {
  display: none !important;
}
.cddd-panel-screen main#wp--skip-link--target {
  margin-block-start: 0 !important;
}
.cddd-panel-screen main#wp--skip-link--target > .wp-block-group.alignfull {
  padding-block: 0 !important;
}
.cddd-panel-screen .wp-block-post-content {
  width: 100% !important;
  max-width: none !important;
  margin-block-start: 0 !important;
  padding-inline: 0 !important;
}
@media (max-width: 900px) {
  .cddd-panel-app-shell .cddd-app-canvas {
    padding: 0;
  }
  .cddd-panel-app-shell .cddd-panel {
    min-height: 100vh;
  }
  .cddd-panel {
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: 1fr;
    margin: 0 !important;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
  .cddd-panel-screen main#wp--skip-link--target > .wp-block-group.alignfull {
    padding-block: 0 !important;
  }
  .cddd-panel__nav {
    flex-direction: row;
    overflow: auto;
    padding: 12px;
  }
  .cddd-panel__brand {
    display: none;
  }
  .cddd-panel__nav a {
    white-space: nowrap;
  }
  .cddd-panel__nav a:last-child {
    margin-top: 0;
    margin-left: auto;
  }
  .cddd-panel__main {
    padding: 24px;
  }
  .cddd-stats {
    grid-template-columns: 1fr;
  }
  .cddd-analytics__heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .cddd-analytics__lists {
    grid-template-columns: 1fr;
  }
  .cddd-transfer-grid,
  .cddd-transfer-import {
    grid-template-columns: 1fr;
  }
  .cddd-check-grid,
  .cddd-seller-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cddd-stepper button {
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
  .cddd-review dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cddd-current-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .cddd-panel__main {
    padding: 18px;
  }
  .cddd-form-grid,
  .cddd-check-grid,
  .cddd-seller-grid {
    grid-template-columns: 1fr;
  }
  .cddd-financing-selector {
    max-width: 100%;
  }
  .cddd-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .cddd-transfer-import form {
    grid-template-columns: 1fr;
  }
  .cddd-transfer-import .cddd-button {
    width: 100%;
  }
  .cddd-panel h1 {
    font-size: 25px;
  }
  .cddd-form section,
  .cddd-form--compact {
    padding: 18px;
  }
  .cddd-vehicle-form-heading {
    gap: 12px;
  }
  .cddd-vehicle-form-heading p,
  .cddd-stepper button span {
    display: none;
  }
  .cddd-step-counter {
    white-space: nowrap;
  }
  .cddd-stepper button {
    min-height: 40px;
    padding: 5px 2px;
  }
  .cddd-stepper button b {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
  }
  .cddd-review dl {
    grid-template-columns: 1fr;
  }
  .cddd-current-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cddd-seller-schedule-day {
    grid-template-columns: 1fr 1fr;
  }
  .cddd-seller-schedule-day__name {
    grid-column: 1 / -1;
  }
  .cddd-wizard-actions {
    justify-content: flex-end;
  }
}
.cddd-panel__brand img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 82px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}
.cddd-panel__brand span {
  display: block;
}
.cddd-panel__brand.has-logo span {
  display: none;
}

.cddd-qr-page {
  max-width: 980px;
  margin: 0 auto;
}
.cddd-qr-page__intro p {
  margin: 5px 0 0;
  color: var(--cddd-muted);
}
.cddd-qr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
}
.cddd-qr-actions .cddd-button {
  margin: 0;
}
.cddd-qr-sheet {
  overflow: hidden;
  max-width: 820px;
  margin: 0 auto;
  border: 1px solid var(--cddd-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(18, 59, 102, 0.12);
}
.cddd-qr-sheet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 30px;
  border-bottom: 1px solid var(--cddd-border);
}
.cddd-qr-sheet__brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.cddd-qr-sheet__brand img {
  display: block;
  width: 105px;
  max-height: 58px;
  object-fit: contain;
}
.cddd-qr-sheet__brand strong,
.cddd-qr-sheet__brand span {
  display: block;
}
.cddd-qr-sheet__brand strong {
  color: var(--cddd-primary);
  font-size: 21px;
}
.cddd-qr-sheet__brand span {
  margin-top: 2px;
  color: var(--cddd-muted);
  font-size: 13px;
}
.cddd-qr-sheet__status {
  padding: 7px 12px;
  border-radius: 999px;
  background: #e8f8ee;
  color: #157347;
  font-weight: 800;
}
.cddd-qr-sheet__content {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: center;
  gap: 34px;
  padding: 34px 38px 30px;
}
.cddd-qr-sheet__photo {
  overflow: hidden;
  margin-bottom: 22px;
  border-radius: 14px;
  background: #edf3f8;
}
.cddd-qr-sheet__photo img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.cddd-qr-sheet__eyebrow {
  margin: 0 0 6px;
  color: var(--cddd-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cddd-qr-sheet__vehicle h2 {
  margin: 0 0 9px;
  color: var(--cddd-primary);
  font-size: 31px;
  line-height: 1.15;
}
.cddd-qr-sheet__price {
  display: block;
  color: var(--cddd-primary);
  font-size: 26px;
}
.cddd-qr-sheet__seller {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid var(--cddd-border);
  border-radius: 12px;
  background: #f5f8fb;
}
.cddd-qr-sheet__seller img {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 50%;
  object-fit: cover;
}
.cddd-qr-sheet__seller span,
.cddd-qr-sheet__seller strong,
.cddd-qr-sheet__seller small,
.cddd-qr-sheet__seller em {
  display: block;
}
.cddd-qr-sheet__seller span {
  margin-bottom: 2px;
  color: var(--cddd-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.cddd-qr-sheet__seller strong {
  color: var(--cddd-primary);
  font-size: 16px;
}
.cddd-qr-sheet__seller small {
  margin-top: 1px;
  color: var(--cddd-muted);
  font-size: 12px;
}
.cddd-qr-sheet__seller em {
  margin-top: 4px;
  color: #34475b;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}
.cddd-qr-sheet__code {
  text-align: center;
}
.cddd-qr-code {
  width: min(100%, 290px);
  aspect-ratio: 1;
  margin: 0 auto 16px;
  background: #fff;
}
.cddd-qr-code svg {
  display: block;
  width: 100%;
  height: 100%;
}
.cddd-qr-code > span,
.cddd-qr-error {
  display: grid;
  min-height: 260px;
  place-items: center;
  color: var(--cddd-muted);
}
.cddd-qr-sheet__code h3 {
  margin: 0 0 6px;
  color: var(--cddd-primary);
  font-size: 20px;
}
.cddd-qr-sheet__code p {
  margin: 0;
  color: var(--cddd-muted);
  font-size: 14px;
  line-height: 1.5;
}
.cddd-qr-sheet__notice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  padding: 13px 28px;
  border-top: 1px solid var(--cddd-border);
  background: #f5f8fb;
  color: #526176;
  font-size: 11px;
  line-height: 1.45;
}
.cddd-qr-sheet__notice strong {
  color: var(--cddd-primary);
  white-space: nowrap;
}
.cddd-qr-sheet__footer {
  padding: 15px 28px;
  border-top: 1px solid var(--cddd-border);
  background: var(--cddd-primary);
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
}

@media (max-width: 700px) {
  .cddd-qr-sheet__content {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }
  .cddd-qr-sheet__header {
    align-items: flex-start;
    padding: 20px 22px;
  }
  .cddd-qr-sheet__brand img {
    width: 80px;
  }
  .cddd-qr-sheet__vehicle h2 {
    font-size: 25px;
  }
  .cddd-qr-sheet__notice {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 13px 22px;
  }
}

.cddd-catalog-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}
.cddd-catalog-heading h1,
.cddd-catalog-heading p {
  margin-bottom: 3px;
}
.cddd-catalog-heading p,
.cddd-catalog-controls > p {
  color: #65758a;
}
.cddd-catalog-controls {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
  padding: 16px;
  border: 1px solid #dce4ec;
  border-radius: 10px;
  background: #fff;
}
.cddd-catalog-controls form {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.cddd-catalog-controls label > span {
  display: block;
  margin-bottom: 5px;
  color: #526176;
  font-size: 12px;
  font-weight: 750;
}
.cddd-catalog-controls select {
  min-width: 310px;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid #cfd9e3;
  border-radius: 8px;
  background: #fff;
}
.cddd-catalog-controls > p {
  flex-basis: 100%;
  margin: 0;
  font-size: 12px;
}
.cddd-button--secondary {
  color: var(--cddd-primary) !important;
  border: 1px solid #bdcad7 !important;
  background: #fff !important;
}
.cddd-catalog-print {
  display: grid;
  gap: 24px;
}
.cddd-catalog-page {
  width: 100%;
  max-width: 920px;
  min-height: 1120px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #d7e0e9;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 37, 61, .08);
}
.cddd-catalog-cover {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 74px 70px 42px;
  color: #fff;
  background: linear-gradient(145deg, var(--cddd-primary), #0b2947 72%);
}
.cddd-catalog-cover__brand {
  display: flex;
  align-items: center;
  gap: 18px;
}
.cddd-catalog-cover__brand img {
  width: 150px;
  max-height: 90px;
  object-fit: contain;
  padding: 8px;
  border-radius: 10px;
  background: #fff;
}
.cddd-catalog-cover__brand strong {
  font-size: 24px;
}
.cddd-catalog-cover__title span {
  color: var(--cddd-accent);
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cddd-catalog-cover__title h2 {
  max-width: 690px;
  margin: 12px 0;
  color: #fff;
  font-size: 54px;
  line-height: 1.02;
}
.cddd-catalog-cover__title p {
  margin: 0;
  color: #d7e5f3;
  font-size: 20px;
}
.cddd-catalog-cover__seller {
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  max-width: 620px;
  padding: 16px 20px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 14px;
  background: rgba(255,255,255,.1);
}
.cddd-catalog-cover__seller img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 50%;
}
.cddd-catalog-cover__seller span,
.cddd-catalog-cover__seller strong,
.cddd-catalog-cover__seller small {
  display: block;
}
.cddd-catalog-cover__seller span,
.cddd-catalog-cover__seller small {
  color: #d7e5f3;
}
.cddd-catalog-cover__seller strong {
  margin: 3px 0;
  font-size: 20px;
}
.cddd-catalog-cover > footer,
.cddd-catalog-inventory > footer,
.cddd-catalog-inventory > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.cddd-catalog-cover > footer {
  color: #c4d5e6;
}
.cddd-catalog-cover > footer small {
  font-size: 11px;
}
.cddd-catalog-inventory {
  display: flex;
  flex-direction: column;
  padding: 34px;
}
.cddd-catalog-inventory > header {
  padding-bottom: 14px;
  border-bottom: 2px solid var(--cddd-primary);
  color: #5d6d80;
}
.cddd-catalog-inventory > header strong {
  color: var(--cddd-primary);
  font-size: 18px;
}
.cddd-catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  flex: 1;
  gap: 18px;
  margin: 20px 0;
}
.cddd-catalog-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  align-content: start;
  overflow: hidden;
  border: 1px solid #dce4ec;
  border-radius: 12px;
  background: #fff;
}
.cddd-catalog-card__photo {
  position: relative;
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  height: 205px;
  overflow: hidden;
  background: #edf1f5;
  color: #718096;
}
.cddd-catalog-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cddd-catalog-card__photo b {
  position: absolute;
  top: 11px;
  left: 11px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #17663b;
  background: #e4f7eb;
  font-size: 11px;
}
.cddd-catalog-card__body {
  min-width: 0;
  padding: 14px;
}
.cddd-catalog-card__body h3 {
  margin: 0 0 8px;
  color: #1e2d40;
  font-size: 17px;
  line-height: 1.15;
}
.cddd-catalog-card__price {
  display: block;
  color: var(--cddd-primary);
  font-size: 19px;
}
.cddd-catalog-card__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}
.cddd-catalog-card__specs span {
  padding: 4px 6px;
  border-radius: 5px;
  background: #f0f4f7;
  color: #536174;
  font-size: 10px;
}
.cddd-catalog-card__qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px;
  text-align: center;
}
.cddd-catalog-card__qr > div {
  width: 72px;
  height: 72px;
}
.cddd-catalog-card__qr svg {
  display: block;
  width: 100%;
  height: 100%;
}
.cddd-catalog-card__qr small {
  color: #65758a;
  font-size: 8px;
  line-height: 1.15;
}
.cddd-catalog-inventory > footer {
  padding-top: 12px;
  border-top: 1px solid #dce4ec;
  color: #65758a;
  font-size: 10px;
}
.cddd-catalog-empty {
  display: grid;
  place-items: center;
  align-content: center;
  padding: 50px;
  text-align: center;
}
@media (max-width: 760px) {
  .cddd-catalog-controls,
  .cddd-catalog-controls form {
    align-items: stretch;
    flex-direction: column;
  }
  .cddd-catalog-controls select {
    width: 100%;
    min-width: 0;
  }
  .cddd-catalog-page {
    min-height: 0;
  }
  .cddd-catalog-cover {
    gap: 70px;
    padding: 42px 28px;
  }
  .cddd-catalog-cover__title h2 {
    font-size: 38px;
  }
  .cddd-catalog-inventory {
    padding: 18px;
  }
  .cddd-catalog-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

@media print {
  @page {
    size: letter portrait;
    margin: 10mm;
  }
  html,
  body.cddd-panel-screen,
  .cddd-app-canvas,
  .cddd-panel-app-shell .cddd-app-canvas {
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
  }
  .cddd-panel-app-shell .cddd-panel,
  .cddd-panel {
    display: block !important;
    width: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: #fff !important;
  }
  .cddd-panel__nav,
  .cddd-qr-page__intro,
  .cddd-qr-actions,
	.cddd-catalog-heading,
	.cddd-catalog-controls,
  .cddd-alert {
    display: none !important;
  }
  .cddd-panel__main,
  .cddd-qr-page,
	.cddd-catalog-page-shell,
	.cddd-catalog-print {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
	.cddd-catalog-print {
		display: block !important;
	}
	.cddd-catalog-page {
		width: 190mm !important;
		max-width: 190mm !important;
		min-height: 250mm !important;
		margin: 0 auto !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		break-after: page;
		page-break-after: always;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
	.cddd-catalog-page:last-child {
		break-after: auto;
		page-break-after: auto;
	}
	.cddd-catalog-cover {
		padding: 18mm 16mm 10mm !important;
	}
	.cddd-catalog-inventory {
		padding: 7mm !important;
	}
	.cddd-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
		gap: 4mm !important;
		margin: 5mm 0 !important;
	}
	.cddd-catalog-card__photo {
		height: 46mm !important;
	}
  .cddd-qr-sheet {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border: 1px solid #d8e2ec !important;
    box-shadow: none !important;
    break-inside: avoid;
  }
  .cddd-qr-sheet__content {
    grid-template-columns: minmax(0, 1.15fr) minmax(62mm, 0.85fr) !important;
    gap: 10mm !important;
    padding: 10mm !important;
  }
  .cddd-qr-sheet__photo img {
    height: 68mm !important;
  }
  .cddd-qr-code {
    width: 62mm !important;
    height: 62mm !important;
  }
  .cddd-qr-sheet__seller {
    margin-top: 4mm !important;
    padding: 3mm !important;
  }
  .cddd-qr-sheet__notice {
    padding: 3mm 7mm !important;
    font-size: 8pt !important;
  }
}

.cddd-inline-status-form{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.cddd-inline-status-form select{min-width:120px}.cddd-inline-status-form button{border:0;border-radius:8px;padding:7px 10px;cursor:pointer}.cddd-publication-warning{margin-top:18px}.cddd-check{display:flex;gap:10px;align-items:flex-start}

/* v0.1.58 - Branded access, registration and native login protection UI. */
.cddd-panel__nav .cddd-panel__logout{
  margin-top:12px!important;
  border-top:1px solid rgba(255,255,255,.18);
  border-radius:0;
  padding-top:14px;
  color:#fff;
}
html:has(body.cddd-auth-app-shell),body.cddd-auth-app-shell{margin:0!important;padding:0!important;min-height:100%;background:#eef3f8}
body.cddd-auth-app-shell{min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#152033}
.cddd-auth-canvas{min-height:100vh;display:grid;place-items:center;padding:28px 16px;background:radial-gradient(circle at 20% 0%,rgba(18,59,102,.13),transparent 35%),linear-gradient(180deg,#edf3f8 0%,#f8fafc 100%)}
.cddd-auth{width:min(100%,720px);--cddd-primary:#123b66;--cddd-accent:#f59e0b}
.cddd-auth-brand{display:flex;align-items:center;justify-content:center;gap:14px;margin:0 auto 18px;color:#152033;text-align:left}
.cddd-auth-brand img{display:block;width:auto;max-width:180px;height:74px;object-fit:contain}
.cddd-auth-brand>div{display:flex;flex-direction:column}.cddd-auth-brand strong{font-size:21px;line-height:1.2}.cddd-auth-brand small{margin-top:3px;color:#6a7889;font-size:13px}
.cddd-auth-mark{width:62px;height:62px;display:grid;place-items:center;border-radius:18px;background:var(--cddd-primary);color:#fff;font-size:20px;font-weight:900}
.cddd-auth-card,.cddd-auth-logged{background:#fff;border:1px solid #dfe6ed;border-radius:18px;box-shadow:0 18px 55px rgba(18,59,102,.13);padding:28px}
.cddd-auth-card h1,.cddd-auth-logged h2{margin:8px 0 8px;color:#152033;font-size:26px;line-height:1.2}.cddd-auth-intro{margin:0 0 22px;color:#647386;font-size:14px;line-height:1.55}
.cddd-auth-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:-4px 0 24px;padding:5px;border-radius:12px;background:#eef3f7}
.cddd-auth-tabs a{display:flex;align-items:center;justify-content:center;min-height:42px;padding:8px 10px;border-radius:9px;color:#566577;text-align:center;text-decoration:none;font-size:13px;font-weight:750}
.cddd-auth-tabs a.is-active{background:#fff;color:var(--cddd-primary);box-shadow:0 2px 8px rgba(18,59,102,.10)}
.cddd-auth-form{display:grid;gap:15px}.cddd-auth-form label{display:flex;flex-direction:column;gap:6px;color:#344256;font-size:13px;font-weight:700}.cddd-auth-form input,.cddd-auth-form select{width:100%;min-height:46px;border:1px solid #cfd8e3;border-radius:9px;background:#fff;color:#152033;padding:9px 11px;font:inherit;outline:none}.cddd-auth-form input:focus,.cddd-auth-form select:focus{border-color:var(--cddd-primary);box-shadow:0 0 0 3px rgba(18,59,102,.10)}
.cddd-auth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.cddd-auth-check{display:flex!important;flex-direction:row!important;align-items:center;gap:8px!important;font-weight:500!important}.cddd-auth-check input{width:17px!important;min-height:17px!important;margin:0}.cddd-auth-honeypot{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.cddd-auth-submit{display:flex;width:100%;min-height:48px;align-items:center;justify-content:center;border:0;border-radius:10px;background:var(--cddd-primary);color:#fff!important;padding:11px 16px;text-decoration:none;font-size:15px;font-weight:800;cursor:pointer}.cddd-auth-submit:hover,.cddd-auth-submit:focus-visible{filter:brightness(.93)}.cddd-auth-link-button{max-width:300px}
.cddd-auth-help,.cddd-auth-security,.cddd-auth-pending-note{color:#677587;font-size:12.5px;line-height:1.55}.cddd-auth-help{margin:16px 0 0}.cddd-auth-pending-note{margin-top:18px;padding:12px 13px;border:1px solid #f2d292;border-radius:10px;background:#fff8e7;color:#74551b}.cddd-auth-security{text-align:center;margin:14px auto 0;max-width:580px}
.cddd-auth-alert{margin:0 0 18px;padding:11px 13px;border-radius:9px;font-size:13px;line-height:1.5}.cddd-auth-alert--warning{background:#fff5dc;color:#795300}.cddd-auth-alert--success{background:#e9f8ef;color:#17663b}.cddd-auth-alert a{text-decoration:underline;font-weight:700}.cddd-turnstile{margin:2px 0;min-height:65px}
@media(max-width:620px){.cddd-auth-canvas{padding:18px 12px}.cddd-auth-card,.cddd-auth-logged{padding:20px 16px;border-radius:14px}.cddd-auth-brand{margin-bottom:12px}.cddd-auth-brand img{max-width:135px;height:60px}.cddd-auth-brand>div{display:none}.cddd-auth-tabs{grid-template-columns:1fr}.cddd-auth-grid{grid-template-columns:1fr}.cddd-auth-card h1{font-size:23px}}

.cddd-auth-sales{margin-top:24px;padding-top:20px;border-top:1px solid #e2e8f0}.cddd-auth-sales h2{margin:0 0 6px!important;font-size:18px!important}.cddd-auth-sales p{margin:0 0 14px;color:#647386;font-size:13px;line-height:1.55}.cddd-auth-sales>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.cddd-auth-sales>div a{display:flex;align-items:center;justify-content:center;min-height:44px;padding:9px 12px;border-radius:9px;background:#1fa855;color:#fff;text-align:center;text-decoration:none;font-size:13px;font-weight:800}.cddd-auth-sales small{display:block;margin-top:12px;color:#697789;line-height:1.45}.cddd-auth-sales small a{color:var(--cddd-primary);font-weight:750}.cddd-auth-invitation-summary{display:flex;flex-direction:column;gap:3px;padding:13px 14px;border:1px solid #bfe4ce;border-radius:10px;background:#eefaf3;color:#1d5d3a}.cddd-auth-invitation-summary span,.cddd-auth-invitation-summary small{font-size:12px}.cddd-auth-invitation-summary strong{font-size:15px}
.cddd-invitation-result,.cddd-invitation-form,.cddd-invitation-history,.cddd-help-guide{margin-bottom:22px}.cddd-invitation-result{padding:20px;border:1px solid #b9dfc8;border-radius:12px;background:#effaf3}.cddd-invitation-result h2{margin-top:0;color:#175e38}.cddd-invitation-result label{display:flex;flex-direction:column;gap:6px;margin-top:12px;font-size:13px;font-weight:750}.cddd-invitation-result input,.cddd-invitation-result textarea{width:100%;padding:10px;border:1px solid #b8c9bd;border-radius:8px;background:#fff;font:inherit}.cddd-invitation-result small{display:block;margin-top:10px;color:#557062}.cddd-invitation-history h2{margin-bottom:12px}.cddd-help-guides{display:grid;gap:20px}.cddd-help-guide{padding:24px;border:1px solid #dfe6ed;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(18,59,102,.06)}.cddd-help-guide header{padding-bottom:16px;border-bottom:1px solid #e6ebf0}.cddd-help-guide header>span{display:inline-flex;margin-bottom:7px;padding:4px 8px;border-radius:999px;background:#e9f2fa;color:var(--cddd-primary);font-size:12px;font-weight:800}.cddd-help-guide h2{margin:0 0 6px}.cddd-help-guide header p{margin:0;color:#68778b}.cddd-help-guide ol{margin:18px 0 0;padding-left:22px}.cddd-help-guide li{margin-bottom:13px;padding-left:4px;line-height:1.55}.cddd-help-note{margin-top:18px;padding:12px 14px;border-left:4px solid var(--cddd-accent);border-radius:8px;background:#fff8e7;color:#654c19;line-height:1.5}
@media(max-width:620px){.cddd-auth-sales>div{grid-template-columns:1fr}.cddd-help-guide{padding:18px 15px}.cddd-invitation-result{padding:16px}}
.cddd-logo-field{display:flex;flex-direction:column;gap:7px}.cddd-logo-current{min-height:78px;display:flex;align-items:center;justify-content:flex-start;padding:10px;border:1px solid #d8e0e8;border-radius:9px;background:#fff}.cddd-logo-current img{display:block;max-width:170px;max-height:72px;width:auto;height:auto;object-fit:contain}.cddd-logo-current em{color:#768496;font-style:normal}.cddd-logo-field small{color:#6d7b8c;font-size:12px;line-height:1.45}

/* v0.1.58.2 - Visible session identity and individual-plan preparation lock. */
.cddd-panel__session{margin:4px 12px 14px;padding:11px 12px;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:rgba(255,255,255,.07);color:#fff;display:flex;flex-direction:column;gap:2px;line-height:1.3}
.cddd-panel__session span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;opacity:.72;font-weight:750}
.cddd-panel__session strong{font-size:13px;overflow-wrap:anywhere}
.cddd-panel__session small{font-size:10.5px;line-height:1.35;opacity:.86}
.cddd-panel__session em{font-size:10px;font-style:normal;opacity:.65;overflow-wrap:anywhere}


/* v0.1.58.3 — perfiles de contacto */
.cddd-current-logo{display:flex;align-items:center;gap:14px;margin:14px 0 18px;padding:14px;border:1px solid #dfe6ee;border-radius:12px;background:#fff}.cddd-current-logo strong{display:block}.cddd-current-logo img{width:88px;height:88px;object-fit:cover;border-radius:50%;border:1px solid #dfe6ee}.cddd-contact-declaration{margin-top:18px;padding:16px;border:1px solid #f0d59a;border-radius:12px;background:#fff8e8}.cddd-contact-declaration input{margin-top:4px}.cddd-contact-declaration span{line-height:1.55}.cddd-profile-photo-field small{display:block;margin-top:3px;padding:9px 10px;border-left:3px solid var(--cddd-accent);border-radius:6px;background:#fff8e7;color:#695224;font-size:11.5px;line-height:1.45;font-weight:500}


.cddd-readonly-profile {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-height: 52px;
	padding: 12px 14px;
	border: 1px solid #cbd8e5;
	border-radius: 10px;
	background: #f7fafc;
	color: #0e2f52;
}
.cddd-readonly-profile strong { font-size: 14px; }
.cddd-readonly-profile small { color: #60758b; line-height: 1.4; }
.cddd-readonly-profile--missing { border-color: #e3bd68; background: #fff8e6; }

/* v0.1.62 — public plans page and clean separation from login. */
.cddd-auth-plans-link{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap;margin-top:22px;padding-top:18px;border-top:1px solid #e2e8f0;color:#647386;font-size:13px}
.cddd-auth-plans-link a{color:var(--cddd-primary);font-weight:800;text-decoration:none}.cddd-auth-plans-link a:hover{text-decoration:underline}
html:has(body.cddd-plans-app-shell),body.cddd-plans-app-shell{margin:0!important;padding:0!important;min-height:100%;background:#f3f6f9}
body.cddd-plans-app-shell{min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#152033}
.cddd-plans-app-shell *{box-sizing:border-box}.cddd-plans-canvas{min-height:100vh;width:100%;margin:0;padding:0;background:radial-gradient(circle at 12% 4%,rgba(18,59,102,.11),transparent 31%),linear-gradient(180deg,#f7fafc 0%,#edf2f7 100%)}
.cddd-plans{--cddd-primary:#123b66;--cddd-accent:#f59e0b;width:min(100%,1260px);margin:0 auto;padding:0 28px 36px}
.cddd-plans__topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:92px;border-bottom:1px solid #dce4ec}
.cddd-plans__brand{display:flex;align-items:center;gap:12px;color:#152033;text-decoration:none}.cddd-plans__brand img{display:block;width:auto;max-width:155px;height:64px;object-fit:contain}.cddd-plans__brand>span{display:grid;place-items:center;width:50px;height:50px;border-radius:14px;background:var(--cddd-primary);color:#fff;font-weight:900}.cddd-plans__brand strong{font-size:18px}
.cddd-plans__topbar nav{display:flex;align-items:center;gap:8px}.cddd-plans__topbar nav a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 14px;border-radius:9px;color:#425267;text-decoration:none;font-size:13px;font-weight:800}.cddd-plans__topbar nav a.is-primary{background:var(--cddd-primary);color:#fff}
.cddd-plans__hero{max-width:850px;margin:0 auto;padding:68px 20px 42px;text-align:center}.cddd-plans__hero>span,.cddd-plans__process>header>span{display:inline-flex;padding:6px 10px;border-radius:999px;background:#e5eff8;color:var(--cddd-primary);font-size:12px;font-weight:850;letter-spacing:.02em}.cddd-plans__hero h1{margin:14px 0 14px;color:#102941;font-size:clamp(34px,5vw,58px);line-height:1.04;letter-spacing:-.035em}.cddd-plans__hero p{max-width:760px;margin:0 auto;color:#607084;font-size:17px;line-height:1.65}
.cddd-plans__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}
.cddd-plan-card{position:relative;display:flex;flex-direction:column;min-width:0;padding:28px 25px 24px;border:1px solid #dbe3eb;border-radius:20px;background:#fff;box-shadow:0 14px 38px rgba(18,59,102,.08);overflow:hidden}.cddd-plan-card--entrepreneur{border:2px solid var(--cddd-accent);box-shadow:0 18px 44px rgba(18,59,102,.13)}
.cddd-plan-card h2{display:inline-flex;align-items:center;align-self:flex-start;margin:0 0 18px;padding:10px 14px;border-radius:10px;background:var(--cddd-primary);color:#fff;font-size:19px;font-weight:900;line-height:1.15;box-shadow:0 7px 16px rgba(18,59,102,.16)}.cddd-plan-card header>span{display:block;margin-bottom:7px;color:#102941;font-size:16px;font-weight:900;line-height:1.3}.cddd-plan-card header>strong{display:block;color:var(--cddd-primary);font-size:15px}.cddd-plan-card header p{min-height:66px;margin:13px 0 20px;color:#66768a;font-size:13.5px;line-height:1.55}
.cddd-plan-card ul{display:grid;gap:11px;margin:0 0 24px;padding:19px 0 0;border-top:1px solid #e7ecf1;list-style:none}.cddd-plan-card li{display:grid;grid-template-columns:18px 1fr;gap:8px;color:#344458;font-size:13px;line-height:1.48}.cddd-plan-card li span{display:grid;place-items:center;width:18px;height:18px;margin-top:1px;border-radius:50%;background:#e9f8ef;color:#13834a;font-size:11px;font-weight:900}
.cddd-plan-card__cta{display:flex;align-items:center;justify-content:center;min-height:50px;margin-top:auto;padding:11px 14px;border-radius:11px;background:#1da851;color:#fff!important;text-align:center;text-decoration:none;font-size:14px;font-weight:850;box-shadow:0 8px 18px rgba(29,168,81,.18)}.cddd-plan-card__cta:hover,.cddd-plan-card__cta:focus-visible{background:#168b43;transform:translateY(-1px)}
.cddd-plans__cancel-note{max-width:950px;margin:24px auto 0;padding:14px 17px;border:1px solid #ead6a7;border-radius:12px;background:#fff9e9;color:#674f1c;text-align:center;font-size:13px;line-height:1.55}
.cddd-plans__process{margin:64px 0 0;padding:38px;border-radius:22px;background:#102f50;color:#fff}.cddd-plans__process>header{text-align:center}.cddd-plans__process>header>span{background:rgba(255,255,255,.1);color:#dfeefd}.cddd-plans__process h2{margin:10px 0 28px;color:#fff;font-size:32px}.cddd-plans__process>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.cddd-plans__process article{padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.06)}.cddd-plans__process article b{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--cddd-accent);color:#2d2105}.cddd-plans__process h3{margin:15px 0 7px;color:#fff;font-size:16px}.cddd-plans__process p{margin:0;color:#c9d8e8;font-size:12.5px;line-height:1.55}.cddd-plans__process a{color:#fff;font-weight:800}
.cddd-plans__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:28px 2px 0;color:#68778a;font-size:12.5px}.cddd-plans__footer a{color:var(--cddd-primary);font-weight:800;text-decoration:none}
@media(max-width:1000px){.cddd-plans__grid{grid-template-columns:1fr}.cddd-plan-card{max-width:720px;width:100%;margin:0 auto}.cddd-plan-card header p{min-height:0}.cddd-plans__process>div{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.cddd-plans{padding:0 14px 24px}.cddd-plans__topbar{min-height:80px;gap:10px}.cddd-plans__brand strong{display:none}.cddd-plans__brand img{max-width:105px;height:52px}.cddd-plans__topbar nav a{padding:8px 10px;font-size:12px}.cddd-plans__hero{padding:45px 6px 30px}.cddd-plans__hero h1{font-size:36px}.cddd-plans__hero p{font-size:15px}.cddd-plan-card{padding:23px 19px 20px;border-radius:16px}.cddd-plans__process{margin-top:42px;padding:26px 18px}.cddd-plans__process>div{grid-template-columns:1fr}.cddd-plans__footer{align-items:flex-start;flex-direction:column}}

/* v0.1.64 — auth and plans now live inside the shared public shell. */
.cddd-public-body.cddd-auth-app-shell .cddd-auth-canvas{min-height:calc(100vh - 250px)}
.cddd-public-body.cddd-plans-app-shell .cddd-plans-canvas{min-height:auto}
