.cpi-artes,
.cpi-artes * {
  box-sizing: border-box;
}

.cpi-artes button {
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font: 700 15px/1.2 Arial, Helvetica, sans-serif;
  transition: transform .15s ease, opacity .15s ease, background .15s ease;
}

.cpi-artes__generate,
.cpi-artes__actions button {
  background: #17496a;
  color: #fff;
  padding: 14px 20px;
}

.cpi-artes button:hover {
  opacity: .92;
  transform: translateY(-1px);
}

.cpi-artes__modal[hidden],
.cpi-artes__results[hidden] {
  display: none !important;
}

.cpi-artes__modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 22px;
  position: fixed;
  z-index: 999999;
}

.cpi-artes__backdrop {
  background: rgba(4, 23, 36, .75);
  inset: 0;
  position: absolute;
}

.cpi-artes__dialog {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
  color: #17324a;
  max-height: calc(100vh - 44px);
  max-width: 1080px;
  overflow: auto;
  padding: 34px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.cpi-artes__close {
  align-items: center;
  background: #eef2f5;
  color: #17496a;
  display: flex;
  font-size: 26px !important;
  height: 40px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 40px;
}

.cpi-artes__intro {
  margin-bottom: 24px;
  padding-right: 46px;
}

.cpi-artes__eyebrow {
  color: #ed8b00;
  font: 700 14px/1.2 Arial, Helvetica, sans-serif;
  letter-spacing: .06em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.cpi-artes__intro h2 {
  color: #17496a;
  font: 700 28px/1.15 Arial, Helvetica, sans-serif;
  margin: 0 0 8px;
}

.cpi-artes__intro p:last-child {
  margin: 0;
}

.cpi-artes__form {
  align-items: end;
  background: #f5f7f9;
  border-radius: 14px;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(190px, .8fr) minmax(260px, 1.4fr) auto;
  padding: 20px;
}

.cpi-artes__form--participante {
  grid-template-columns: minmax(260px, 1fr) auto;
}

.cpi-artes__photo-field,
.cpi-artes__photo-controls,
.cpi-artes__form-status {
  grid-column: 1 / -1;
}

.cpi-artes__photo-field small {
  color: #637887;
  display: block;
  font: 400 12px/1.4 Arial, Helvetica, sans-serif;
  margin-top: 6px;
}

.cpi-artes__photo-controls {
  background: #fff;
  border: 1px solid #dce3e8;
  border-radius: 10px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  padding: 14px;
}

.cpi-artes__photo-controls[hidden] {
  display: none !important;
}

.cpi-artes__photo-controls input[type="range"] {
  min-height: auto;
  padding: 0;
}

.cpi-artes__form-status {
  color: #17496a;
  font: 700 13px/1.4 Arial, Helvetica, sans-serif;
  margin: 0;
  min-height: 18px;
}

.cpi-artes__form label,
.cpi-artes__form label span {
  display: block;
}

.cpi-artes__form label span {
  color: #17496a;
  font: 700 14px/1.2 Arial, Helvetica, sans-serif;
  margin-bottom: 7px;
}

.cpi-artes__form input,
.cpi-artes__form textarea {
  background: #fff;
  border: 1px solid #c9d2d9;
  border-radius: 8px;
  color: #17324a;
  font: 400 16px/1.35 Arial, Helvetica, sans-serif;
  min-height: 48px;
  padding: 11px 12px;
  resize: vertical;
  width: 100%;
}

.cpi-artes__form input:focus,
.cpi-artes__form textarea:focus {
  border-color: #ed8b00;
  box-shadow: 0 0 0 3px rgba(237, 139, 0, .14);
  outline: 0;
}

.cpi-artes__results {
  border-top: 1px solid #e1e7eb;
  margin-top: 28px;
  padding-top: 28px;
}

.cpi-artes__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cpi-artes__card {
  background: #f5f7f9;
  border: 1px solid #e0e6ea;
  border-radius: 14px;
  margin: 0;
  padding: 16px;
}

.cpi-artes__card h3 {
  color: #17496a;
  display: flex;
  font: 700 18px/1.2 Arial, Helvetica, sans-serif;
  justify-content: space-between;
  margin: 0 0 12px;
}

.cpi-artes__card h3 small {
  color: #637887;
  font-size: 12px;
  font-weight: 400;
}

.cpi-artes__canvas {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(17, 49, 70, .12);
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 58vh;
  max-width: 100%;
  width: auto;
}

.cpi-artes__actions {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-top: 14px;
}

.cpi-artes__actions .is-secondary {
  background: #ed8b00;
}

.cpi-artes__share-note,
.cpi-artes__status {
  font: 400 14px/1.5 Arial, Helvetica, sans-serif;
  margin: 16px 0 0;
  text-align: center;
}

.cpi-artes__status {
  color: #17496a;
  font-weight: 700;
  min-height: 21px;
}

body.cpi-artes-modal-open {
  overflow: hidden;
}

@media (max-width: 800px) {
  .cpi-artes__dialog {
    padding: 26px 18px;
  }

  .cpi-artes__form,
  .cpi-artes__grid {
    grid-template-columns: 1fr;
  }

  .cpi-artes__photo-controls {
    grid-template-columns: 1fr;
  }

  .cpi-artes__generate {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .cpi-artes__modal {
    padding: 0;
  }

  .cpi-artes__dialog {
    border-radius: 0;
    max-height: 100vh;
    min-height: 100vh;
  }

  .cpi-artes__actions {
    grid-template-columns: 1fr;
  }
}
