/* AUPHA PET SHOP V56 — Exclusão segura de agendamentos */
.portal .aupha-v56-delete-one,
.portal .aupha-v56-delete-all {
  appearance: none;
  border: 1px solid rgba(248, 113, 113, .5);
  color: #fee2e2;
  background: linear-gradient(135deg, rgba(127, 29, 29, .9), rgba(69, 10, 10, .96));
  box-shadow: 0 10px 24px rgba(69, 10, 10, .2), inset 0 1px 0 rgba(255,255,255,.09);
  cursor: pointer;
  font: 800 13px/1.1 Manrope, sans-serif;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.portal .aupha-v56-delete-one:hover,
.portal .aupha-v56-delete-all:hover {
  transform: translateY(-1px);
  border-color: #fca5a5;
  box-shadow: 0 13px 28px rgba(69, 10, 10, .3), 0 0 0 3px rgba(248, 113, 113, .1);
}

.portal .aupha-v56-delete-one:focus-visible,
.portal .aupha-v56-delete-all:focus-visible {
  outline: 3px solid rgba(252, 165, 165, .5);
  outline-offset: 2px;
}

.portal .aupha-v56-delete-one {
  align-self: center;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 12px;
  white-space: nowrap;
}

.portal .aupha-v56-delete-one span {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  font-size: 16px;
}

.portal .aupha-v56-security-zone .aupha-v56-delete-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  margin-left: auto;
  padding: 8px 16px;
  border-radius: 15px;
}

.portal .aupha-v56-security-zone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 14px 0 16px;
  padding: 15px 17px;
  border: 1px solid rgba(248, 113, 113, .2);
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(127, 29, 29, .08), rgba(6, 37, 36, .76));
}

.portal .aupha-v56-security-zone > div {
  display: grid;
  gap: 3px;
}

.portal .aupha-v56-security-zone > div > small {
  color: #fca5a5;
  font: 800 8px/1.2 Manrope, sans-serif;
  letter-spacing: .14em;
}

.portal .aupha-v56-security-zone > div > strong {
  color: #ecfdf5;
  font: 800 13px/1.3 Manrope, sans-serif;
}

.portal .aupha-v56-security-zone > div > p {
  margin: 0;
  color: #9fb9b5;
  font: 600 11px/1.45 'Work Sans', sans-serif;
}

.portal .aupha-v56-delete-all > span:first-child {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: rgba(255,255,255,.12);
  font-size: 22px;
}

.portal .aupha-v56-delete-all > span:last-child {
  display: grid;
  gap: 2px;
  text-align: left;
}

.portal .aupha-v56-delete-all small {
  color: #fecaca;
  font-size: 8px;
  letter-spacing: .14em;
}

.aupha-v56-delete-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(2, 15, 14, .78);
  backdrop-filter: blur(13px);
}

.aupha-v56-delete-card {
  width: min(100%, 510px);
  padding: 28px;
  border: 1px solid rgba(248, 113, 113, .38);
  border-radius: 25px;
  color: #ecfdf5;
  background: radial-gradient(circle at top right, rgba(127, 29, 29, .32), transparent 42%), linear-gradient(145deg, #092a28, #061b1a);
  box-shadow: 0 30px 90px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.08);
}

.aupha-v56-delete-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border: 1px solid rgba(248, 113, 113, .5);
  border-radius: 17px;
  color: #fecaca;
  background: rgba(127, 29, 29, .38);
  font: 900 27px/1 Manrope, sans-serif;
}

.aupha-v56-delete-card > small {
  color: #fca5a5;
  font: 800 10px/1.2 Manrope, sans-serif;
  letter-spacing: .16em;
}

.aupha-v56-delete-card h3 {
  margin: 8px 0 10px;
  color: #fff;
  font: 800 clamp(21px, 4vw, 28px)/1.15 Manrope, sans-serif;
}

.aupha-v56-delete-card p {
  margin: 0;
  color: #b8cbc8;
  font: 600 14px/1.65 'Work Sans', sans-serif;
}

.aupha-v56-confirm-label {
  display: grid;
  gap: 9px;
  margin-top: 20px;
  color: #d9e6e4;
  font: 600 13px/1.45 'Work Sans', sans-serif;
}

.aupha-v56-confirm-label strong { color: #fecaca; }

.aupha-v56-confirm-label input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(248, 113, 113, .38);
  border-radius: 13px;
  outline: 0;
  color: #fff;
  background: rgba(0,0,0,.25);
  font: 800 14px Manrope, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.aupha-v56-confirm-label input:focus {
  border-color: #fca5a5;
  box-shadow: 0 0 0 3px rgba(248, 113, 113, .12);
}

.aupha-v56-delete-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 24px;
}

.aupha-v56-delete-actions button {
  min-height: 44px;
  padding: 0 17px;
  border-radius: 12px;
  cursor: pointer;
  font: 800 13px Manrope, sans-serif;
}

.aupha-v56-cancel {
  border: 1px solid rgba(255,255,255,.15);
  color: #d9e6e4;
  background: rgba(255,255,255,.06);
}

.aupha-v56-confirm {
  border: 1px solid #f87171;
  color: #fff;
  background: linear-gradient(135deg, #dc2626, #991b1b);
  box-shadow: 0 9px 20px rgba(153, 27, 27, .3);
}

.aupha-v56-delete-actions button:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.aupha-v56-delete-status {
  min-height: 20px;
  margin-top: 14px !important;
  font-weight: 700 !important;
}

.aupha-v56-delete-status.is-error { color: #fca5a5; }
.aupha-v56-delete-status.is-success { color: #6ee7b7; }

@media (max-width: 720px) {
  .portal .aupha-v56-security-zone {
    display: grid;
    gap: 12px;
  }

  .portal .aupha-v56-security-zone .aupha-v56-delete-all {
    width: 100%;
    justify-content: center;
    margin: 0;
  }

  .portal .operation-list > article .aupha-v56-delete-one {
    width: 100%;
    margin-top: 7px;
  }

  .aupha-v56-delete-card { padding: 23px 19px; border-radius: 21px; }
  .aupha-v56-delete-actions { display: grid; grid-template-columns: 1fr 1fr; }
}
