.stickers { margin: 2.6rem 0; }
.st-contador {
  margin: 0 auto 1rem;
  max-width: max-content;
  padding: .5rem 1.1rem;
  border-radius: 999px;
  font: 600 .95rem/1.2 var(--fuente-ui);
  color: var(--arena);
  background: var(--papel);
  border: 1px solid var(--borde);
  text-align: center;
}
.st-contador.completo {
  color: #2E6B3E;
  background: #EAF6EC;
  border-color: #BEE0C6;
}
.st-cats {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: center;
  margin-bottom: 1.1rem;
}
.st-chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .52rem .9rem;
  border-radius: 999px;
  border: 1px solid var(--borde);
  background: var(--nube);
  color: var(--carbon);
  font: 600 .92rem/1 var(--fuente-ui);
  cursor: pointer;
  transition: background .15s, border-color .15s, transform .12s;
}
.st-chip:hover { border-color: var(--dorado); }
.st-chip:active { transform: scale(.97); }
.st-chip.activa {
  background: var(--grad-boton);
  border-color: var(--dorado-prof);
  color: var(--carbon);
}
.st-chip-n {
  font-size: .78rem;
  font-weight: 500;
  color: var(--arena-clara);
}
.st-chip.activa .st-chip-n { color: var(--dorado-prof); }
.st-chip-sel {
  min-width: 1.25rem;
  padding: 0 .3rem;
  border-radius: 999px;
  background: var(--carbon);
  color: var(--crema);
  font-size: .74rem;
  font-weight: 700;
  text-align: center;
}
.st-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: .8rem;
}
.st-grid.vacia { display: block; }
.st-vacia {
  margin: 0;
  padding: 1.6rem 1rem;
  border: 1px dashed var(--borde);
  border-radius: 14px;
  text-align: center;
  color: var(--arena);
  font: 500 .95rem/1.4 var(--fuente-ui);
}
.st-card {
  border: 1px solid var(--borde);
  border-radius: 14px;
  background: var(--nube);
  overflow: hidden;
  box-shadow: var(--sombra-card);
  transition: border-color .15s, box-shadow .15s;
}
.st-card.elegida {
  border-color: var(--dorado);
  box-shadow: 0 0 0 2px rgba(236, 180, 76, .35), var(--sombra-card);
}
.st-foto {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #fff;
  cursor: zoom-in;
  line-height: 0;
}
.st-foto img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.st-lupa {
  position: absolute;
  right: .35rem;
  bottom: .35rem;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 8px;
  background: rgba(33, 30, 27, .62);
  color: #fff;
  font-size: .82rem;
  line-height: 1.55rem;
  text-align: center;
}
.st-pie {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .4rem;
  padding: .45rem .5rem .5rem;
}
.st-ref {
  font: 700 .8rem/1 var(--fuente-ui);
  letter-spacing: .04em;
  color: var(--arena);
}
.st-stepper {
  display: inline-flex;
  align-items: center;
  gap: .12rem;
}
.st-stepper button {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 8px;
  border: 1px solid var(--borde);
  background: var(--papel);
  color: var(--carbon);
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}
.st-stepper button:hover:not(:disabled) { border-color: var(--dorado); }
.st-stepper button:disabled { opacity: .32; cursor: not-allowed; }
.st-n {
  min-width: 1.35rem;
  text-align: center;
  font: 700 .95rem/1 var(--fuente-ui);
  color: var(--carbon);
}
.st-nota {
  margin: 1.1rem 0 0;
  padding: .8rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--borde);
  background: var(--papel);
  color: var(--arena);
  font: 500 .88rem/1.55 var(--fuente-ui);
  text-align: center;
}
.st-nota strong { color: var(--carbon); }
.st-lupa-fondo {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(20, 18, 25, .82);
}
.st-lupa-caja {
  position: relative;
  max-width: min(92vw, 460px);
  background: var(--nube);
  border-radius: 16px;
  padding: .6rem .6rem .2rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
}
.st-lupa-caja img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.st-lupa-x {
  position: absolute;
  top: -.7rem;
  right: -.7rem;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  border: 1px solid var(--borde);
  background: var(--nube);
  color: var(--carbon);
  font-size: .95rem;
  cursor: pointer;
  box-shadow: var(--sombra-card);
}
.st-lupa-pie {
  margin: .5rem 0 .55rem;
  text-align: center;
  font: 500 .85rem/1.4 var(--fuente-ui);
  color: var(--arena);
}
.st-lupa-pie strong { color: var(--carbon); letter-spacing: .04em; }
body.sin-scroll { overflow: hidden; }
@media (max-width: 400px) {
  .st-grid { grid-template-columns: repeat(auto-fill, minmax(118px, 1fr)); gap: .55rem; }
  .st-ref { font-size: .72rem; }
  .st-stepper button { width: 1.55rem; height: 1.55rem; }
}
.deseos-panel.p-disenada {
  padding: .7rem .8rem;
  border: 1px solid var(--borde);
  border-radius: 14px;
  background: var(--papel);
}
.pd-fila { display: flex; align-items: center; gap: .8rem; }
.pd-foto {
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  border-radius: 10px;
  border: 1px solid var(--borde);
  background: #fff;
  object-fit: cover;
}
.pd-texto { display: flex; flex-direction: column; gap: .22rem; min-width: 0; }
.pd-titulo { font: 600 .95rem/1.25 var(--fuente-ui); color: var(--carbon); }
.pd-titulo strong { letter-spacing: .04em; }
.pd-nota { font: 500 .82rem/1.45 var(--fuente-ui); color: var(--arena); }
.st-modo { display: grid; gap: 10px; margin: 4px 0 14px; }
@media (min-width: 620px) { .st-modo { grid-template-columns: 1fr 1fr; } }
.st-opcion {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
  min-height: 76px;
  padding: 15px 16px;
  text-align: left;
  cursor: pointer;
  border: 2px solid var(--borde);
  border-radius: 16px;
  background: var(--nube);
  color: var(--carbon);
  font: inherit;
  transition: border-color .15s ease, background .15s ease;
}
.st-opcion:hover { border-color: var(--dorado); }
.st-opcion:focus-visible { outline: 3px solid var(--dorado); outline-offset: 2px; }
.st-opcion.activa {
  border-color: var(--dorado-prof);
  background: rgba(236, 180, 76, .13);
}
.st-op-ic {
  flex: 0 0 auto;
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: var(--papel);
  border: 1px solid var(--borde);
  font-size: 1.15rem;
}
.st-opcion.activa .st-op-ic { background: var(--dorado); border-color: var(--dorado-prof); }
.st-op-tx { display: grid; gap: 3px; min-width: 0; }
.st-op-tx b { font: 700 1rem/1.25 var(--fuente-ui); }
.st-op-tx i { font-style: normal; font: 500 .84rem/1.4 var(--fuente-ui); color: var(--arena); }
.st-stepper { gap: .3rem; }
.st-stepper button { width: 2.75rem; height: 2.75rem; font-size: 1.25rem; }
.st-n { min-width: 1.6rem; font-size: 1.05rem; }
.st-chip { min-height: 44px; padding: .6rem 1rem; font-size: .95rem; }
.st-nota { font-size: .95rem; }
@media (max-width: 400px) {
  .st-stepper button { width: 2.6rem; height: 2.6rem; }
}
.p-tarjeta { display: grid; gap: .7rem; padding: 1rem; }
.pt-titulo { font-weight: 700; font-size: 1.02rem; }
.pt-ops { display: grid; gap: .5rem; }
.pt-op {
  display: grid; gap: .15rem; text-align: left;
  padding: .8rem .9rem; min-height: 44px;
  border: 2px solid var(--linea, #d9cfc2); border-radius: 12px;
  background: transparent; color: inherit; cursor: pointer;
  font: inherit; transition: border-color .15s, background .15s;
}
.pt-op b { font-size: 1rem; }
.pt-op i { font-style: normal; opacity: .78; font-size: .9rem; line-height: 1.35; }
.pt-op:hover { border-color: var(--ambar, #d8a24a); }
.pt-op.activa { border-color: var(--ambar, #d8a24a); background: rgba(216,162,74,.12); }
.pt-op:focus-visible { outline: 3px solid var(--ambar, #d8a24a); outline-offset: 2px; }
.pt-nota { display: grid; gap: .35rem; font-size: .95rem; }
.pt-nota textarea {
  font: inherit; font-size: 16px;
  padding: .6rem .7rem; border-radius: 10px;
  border: 2px solid var(--linea, #d9cfc2); background: transparent; color: inherit;
  width: 100%; box-sizing: border-box; resize: vertical;
}
.st-mas.st-tope {
  opacity: .38;
  cursor: not-allowed;
}
.st-contador.st-latido {
  animation: st-latido 0.6s ease-in-out 2;
}
@keyframes st-latido {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.06); }
}
@media (prefers-reduced-motion: reduce) {
  .st-contador.st-latido { animation: none; outline: 2px solid currentColor; outline-offset: 3px; }
}
