/* ============================================
   EMPYREAN — ESTILOS DE COMPONENTES
   Extraídos de los style="" que quedaban en
   index.html. Los nombrados con id (is-*) son
   específicos de ese elemento; el resto (cs-N)
   eran estilos únicos de una sola línea.
   ============================================ */

.is-generalModal {
  z-index: 9000;
}
.is-genMsg {
  color: var(--text-light);
  margin: 15px 0 25px;
}
.cs-1 {
  margin-top: 0;
}
.cs-2 {
  color: var(--primary);
  margin: 0 0 6px;
}
.is-bloqueMotivFechas {
  color: #636e72;
  font-size: 0.85rem;
  margin: 0 0 18px;
}
.cs-3 {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--primary);
  display: block;
  margin-bottom: 6px;
}
.cs-4 {
  font-weight: 400;
  color: #b2bec3;
}
.is-bloqueMotivInput {
  width: 100%;
  box-sizing: border-box;
  border: 1.5px solid #ead5f0;
  border-radius: 12px;
  padding: 12px;
  font-family: inherit;
  font-size: 0.9rem;
  resize: vertical;
  min-height: 72px;
  outline: none;
  color: var(--text);
  background: #fdfaff;
}
.cs-5 {
  font-size: 0.73rem;
  color: #b2bec3;
  margin: 6px 0 20px;
}
.cs-6 {
  color: var(--primary);
  margin: 0 0 15px 0;
}
.cs-7 {
  color: var(--text-light);
  font-size: 0.85rem;
  margin: 10px 0;
}
.cs-8 {
  max-width: 340px;
}
.cs-9 {
  color: var(--primary);
  margin: 0 0 4px;
}
.cs-10 {
  color: #b2bec3;
  font-size: 0.78rem;
  margin: 0 0 16px;
}
.is-gestionCatsFinanzasLista {
  max-height: 300px;
  overflow-y: auto;
}
.is-confirmElimCatFinMsg {
  color: #636e72;
  font-size: 0.83rem;
  margin: 10px 0;
}
.cs-11 {
  color: var(--text-light);
  margin: 10px 0;
}
.is-confirmBancoModalDesc {
  color: var(--text-light);
  font-size: 0.85rem;
  margin: 10px 0 20px;
}
.cs-12 {
  font-size: 2.2rem;
  margin-bottom: 6px;
}
.cs-13 {
  color: var(--danger);
  margin: 0 0 12px;
}
.is-cancelConAbonoMsg {
  font-size: 0.86rem;
  color: var(--text-light);
  line-height: 1.65;
  margin: 0 0 18px;
  text-align: center;
  background: #fff8e1;
  border: 1px solid #ffe082;
  border-radius: 14px;
  padding: 12px 14px;
}
.cs-14 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.cs-15 {
  color: var(--text-light);
}
.cs-16 {
  color: var(--info);
  margin: 0;
}
.cs-17 {
  color: var(--text-light);
  margin: 10px 0;
  font-size: 0.85rem;
}
.cs-18 {
  max-width: 420px;
  text-align: left;
  max-height: 80vh;
  overflow-y: auto;
}
.cs-19 {
  color: var(--primary);
  margin: 0 0 5px;
  font-weight: 800;
}
.is-historialServicio {
  color: var(--text-light);
  font-size: 0.85rem;
  margin-bottom: 20px;
}
.cs-20 {
  margin-top: 15px;
}
.is-app-loading-screen {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--card-bg, #fff);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.cs-loading-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 4px 14px rgba(96, 32, 96, 0.18));
}
.cs-loading-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(96, 32, 96, 0.15);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: spinNeon 0.8s linear infinite;
}
.cs-38 {
  text-align: center;
  padding: 40px 30px 10px;
}
.cs-39 {
  font-size: 3rem;
  margin-bottom: 10px;
}
.cs-40 {
  color: var(--primary);
  margin: 0 0 8px;
  font-weight: 800;
}
.is-recoveryStatus {
  color: var(--text-light);
  font-size: 0.95rem;
  margin: 0;
}
.is-recoveryForm {
  display: none;
  padding: 10px 30px 30px;
}
.is-auth-screen {
  overflow: hidden;
}
.cs-41 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient( 90deg, var(--primary-solid), #c060c0, var(--gold), var(--primary) );
  background-size: 200% auto;
  animation: shimmerAnim 3s linear infinite;
}
.cs-42 {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  background: radial-gradient( circle, rgba(96, 32, 96, 0.06), transparent 70% );
  border-radius: 50%;
  pointer-events: none;
}
.cs-43 {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  background: radial-gradient( circle, rgba(245, 200, 98, 0.08), transparent 70% );
  border-radius: 50%;
  pointer-events: none;
}
.cs-44 {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.cs-45 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 2px auto 10px;
  max-width: 180px;
}
.cs-46 {
  flex: 1;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, #d4b0f0);
}
.cs-47 {
  font-size: 0.85rem;
}
.cs-48 {
  flex: 1;
  height: 1.5px;
  background: linear-gradient(90deg, #d4b0f0, transparent);
}
.cs-49 {
  color: var(--primary);
  margin: 0 0 22px;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.4px;
  opacity: 0.75;
}
.cs-50 {
  background: linear-gradient(160deg, #fdf8ff, #f2e8ff);
  border: 1.5px solid #e8d8f8;
  border-radius: 22px;
  padding: 18px 16px 10px;
  margin-bottom: 14px;
  box-shadow: 0 4px 20px rgba(96, 32, 96, 0.06);
}
@media (max-width: 480px) {
  .cs-50 { padding: 12px 10px 6px; border-radius: 18px; }
}
.cs-52 {
  text-align: center;
  margin-top: 16px;
}
.cs-53 {
  color: #b090c8;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
}
.cs-54 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 22px 0 16px;
}
.cs-55 {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e0d0f0);
}
.cs-56 {
  color: #c0a8d0;
  font-size: 0.76rem;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.5px;
}
.cs-57 {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #e0d0f0, transparent);
}
.cs-58 {
  background: linear-gradient(135deg, #fdf2ff, #f0e2ff);
  color: var(--primary);
  border: 1.5px solid #dcc8f5;
  border-radius: 18px;
  padding: 14px 30px;
  font-weight: 800;
  font-size: 0.95rem;
  cursor: pointer;
  font-family: inherit;
  width: 100%;
  transition: all 0.2s;
  box-shadow: 0 2px 12px rgba(96, 32, 96, 0.08);
}
.cs-58:hover {
  background: linear-gradient(135deg, #f0e2ff, #e8d0ff);
}
.cs-59 {
  text-align: center;
  margin-bottom: 18px;
}
.cs-60 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--primary);
  margin: 0 0 3px;
}
.cs-61 {
  font-size: 0.78rem;
  color: var(--text-light);
  margin: 0;
}
.cs-62 {
  background: linear-gradient(160deg, #fdf8ff, #f5edff);
  border: 1.5px solid #ede0fa;
  border-radius: 22px;
  padding: 16px 14px 10px;
  margin-bottom: 14px;
}
.cs-63 {
  font-size: 0.78rem;
  color: var(--warning);
  margin: 4px 0 6px 4px;
  font-weight: 600;
}
.cs-64 {
  background: #fdf2ff;
  border-radius: 16px;
  padding: 14px;
  margin-bottom: 4px;
  border: 1.5px solid #ede0f5;
}
.cs-65 {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 10px;
}
.cs-66 {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}
.btn-pill-outline {
  flex: 1;
  padding: 9px;
  border-radius: 12px;
  border: 1.5px solid #ede0f5;
  background: #f8f2fb;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  color: var(--primary);
  transition: background 0.18s, color 0.18s;
}
.cs-67 {
  font-size: 0.78rem;
  color: var(--primary);
  font-weight: 600;
  margin: 0 0 8px;
  line-height: 1.5;
}
.cs-68 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0 4px;
  padding: 12px;
  background: #f9f4fb;
  border-radius: 14px;
  border: 1px solid #ede0f5;
}
.is-regTerminos {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--primary);
  flex-shrink: 0;
  cursor: pointer;
}
.cs-69 {
  font-size: 0.78rem;
  color: var(--text-light);
  line-height: 1.5;
  cursor: pointer;
}
.cs-70 {
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
}
.cs-71 {
  text-align: center;
  margin-top: 18px;
}
.cs-72 {
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.88rem;
}
.is-adminBadge {
  display: none;
  font-size: 0.6rem;
  background: var(--text);
  color: white;
  padding: 2px 6px;
  border-radius: 6px;
}
.cs-73 {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  overflow: visible;
}
.cs-74 {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 28px;
  height: 28px;
  background: var(--gold);
  border-radius: 50%;
  border: 2.5px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 10;
}
.is-bubbleNumeroCuenta {
  display: none;
  width: fit-content;
  margin: 0 auto 16px;
  padding: 3px 14px;
  background: #f8f2fb;
  border-radius: 99px;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: 1px;
}
.cs-75 {
  display: block;
  font-size: 0.8rem;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 10px;
}
.is-neonColorPicker {
  width: 45px;
  height: 45px;
  padding: 0;
  border: none;
  border-radius: 12px;
  cursor: pointer;
}
.cs-76 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  cursor: pointer;
  font-weight: 600;
}
.is-neonRainbowToggle {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--primary);
}
.cs-77 {
  display: block;
  font-size: 0.75rem;
  color: var(--text-light);
  margin-bottom: 5px;
  font-weight: 600;
}
.is-neonSpeedSlider {
  width: 100%;
  margin: 0;
  accent-color: var(--primary);
}
.cs-78 {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  padding: 6px 12px;
  border-radius: 10px;
  cursor: pointer;
  font-family: inherit;
}
.is-badgeReferidosMain {
  display: none;
  background: #e65100;
  color: white;
  font-size: 0.6rem;
  font-weight: 800;
  padding: 1px 5px;
  border-radius: 99px;
  margin-left: 3px;
  vertical-align: middle;
}
.title-primary-lg {
  color: var(--primary);
  margin: 0 0 15px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.is-fieldCategoriaWrapper {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}
.is-fieldCategoriaTrigger {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  border: 2px solid #f0e8f5;
  border-radius: 18px;
  background: #fdfdfd;
  font-family: inherit;
  font-size: 0.95rem;
  color: #b2bec3;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: border-color 0.2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.is-fieldCategoriaArrow {
  font-size: 0.75rem;
  transition: transform 0.2s;
}
.is-fieldCategoriaDropdown {
  display: none;
  position: fixed;
  background: white;
  border-radius: 18px;
  z-index: 3100;
  box-shadow: 0 15px 40px rgba(96, 32, 96, 0.15);
  border: 1px solid #f0e8f5;
  overflow: hidden;
  max-height: 260px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.is-calendarHint {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  border: 2px solid #f0e8f5;
  border-radius: 18px;
  background: #fdfdfd;
  font-family: inherit;
  font-size: 0.95rem;
  color: #b2bec3;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.cs-79 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.btn-round-icon {
  border: none;
  background: white;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  color: var(--primary);
  font-weight: bold;
  cursor: pointer;
}
.is-monthDisplay {
  text-transform: capitalize;
  color: var(--text);
  font-size: 1.1rem;
}
.is-selectedAppointmentCard {
  display: none;
  background: linear-gradient(135deg, #fdf2ff, #f5e6ff);
  border: 2px solid var(--primary);
  border-radius: 18px;
  padding: 16px 18px;
  margin-top: 10px;
  cursor: pointer;
}
.cs-80 {
  font-size: 0.75rem;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cs-81 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.is-selectedDateDisplay {
  font-weight: 700;
  color: var(--text);
  font-size: 0.95rem;
}
.cs-82 {
  color: #c0a0c0;
  font-size: 0.8rem;
}
.is-selectedTimeDisplay {
  font-weight: 800;
  color: var(--primary);
  font-size: 1.05rem;
}
.is-selectedServiceDisplay {
  font-size: 0.82rem;
  color: #636e72;
  margin-top: 4px;
}
.cs-83 {
  font-size: 0.72rem;
  color: #b2bec3;
  margin-top: 6px;
}
.is-bannerActivarNotis {
  display: none;
  margin-bottom: 8px;
}
.is-adminSearchBar {
  margin-bottom: 14px;
  display: none;
}
.cs-84 {
  position: relative;
}
.is-adminCitaSearch {
  width: 100%;
  border: 1.5px solid #ede0f0;
  border-radius: 14px;
  padding: 11px 40px 11px 16px;
  font-size: 0.88rem;
  font-family: inherit;
  background: #fdfaff;
  box-sizing: border-box;
  margin: 0;
}
.is-adminSearchClear {
  display: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  color: #b2bec3;
  padding: 0;
}
.cs-85 {
  display: flex;
  gap: 6px;
  background: linear-gradient(135deg, #fdf4ff, #f5eaff);
  padding: 5px;
  border-radius: 18px;
  border: 1px solid #ead5f0;
  margin-bottom: 12px;
}
.is-tlSubTabActividad {
  flex: 1;
  padding: 10px;
  border-radius: 14px;
  border: none;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.82rem;
  cursor: pointer;
  background: white;
  color: var(--primary);
  box-shadow: 0 3px 10px rgba(96, 32, 96, 0.1);
  transition: all 0.2s;
}
.is-tlSubTabCanceladas {
  flex: 1;
  padding: 10px;
  border-radius: 14px;
  border: none;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.82rem;
  cursor: pointer;
  background: transparent;
  color: #c9aac9;
  transition: all 0.2s;
}
.is-timelineClientaSelect {
  width: 100%;
  border: 1.5px solid #ede0f0;
  border-radius: 14px;
  padding: 12px 16px;
  font-size: 0.9rem;
  font-family: inherit;
  background: #fdfaff;
  color: var(--text);
  font-weight: 600;
  box-sizing: border-box;
}
.is-timelineMesNav {
  display: none;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #fdf4ff, #f5eaff);
  border: 1.5px solid #ead5f0;
  border-radius: 16px;
  padding: 6px 10px;
  margin-bottom: 12px;
  gap: 8px;
}
.btn-close-text {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #602060;
  padding: 2px 10px;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1;
}
.is-timelineMesLabel {
  font-weight: 800;
  font-size: 0.9rem;
  color: #602060;
  text-transform: capitalize;
  flex: 1;
  text-align: center;
}
.cs-86 {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}
.is-adminGroup-empyrean {
  flex: 1;
  padding: 10px 6px;
  border: none;
  border-radius: 14px;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
  line-height: 1.4;
  background: linear-gradient(135deg, var(--primary-solid), #8a2b8a);
  color: white;
  box-shadow: 0 3px 10px rgba(96, 32, 96, 0.25);
  -webkit-tap-highlight-color: transparent;
}
.btn-pill-light {
  flex: 1;
  padding: 10px 6px;
  border: none;
  border-radius: 14px;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
  line-height: 1.4;
  background: #f3e8ff;
  color: var(--primary);
  -webkit-tap-highlight-color: transparent;
}
.is-adminSubTabs-empyrean {
  margin-bottom: 20px;
}
.is-clientasLock {
  text-align: center;
}
.cs-87 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.cs-88 {
  font-size: 0.85rem;
  color: var(--text-light);
  margin: 0 0 18px;
}
.cs-89 {
  position: relative;
  max-width: 260px;
  margin: 0 auto 14px;
}
.is-clientasPassInput {
  border-radius: 14px;
  padding: 13px 44px 13px 16px;
  border: 1.5px solid #ede0f0;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 0.95rem;
}
.cs-90 {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  color: #b2bec3;
}
.cs-91 {
  max-width: 260px;
  margin: 0 auto;
}
.is-clientasPassError {
  color: var(--danger);
  font-size: 0.82rem;
  margin-top: 10px;
  display: none;
}
.is-clientasBiometriaDivider {
  display: none;
  margin: 16px auto;
  max-width: 260px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cs-92 {
  font-size: 0.78rem;
  color: #c0a8d0;
  white-space: nowrap;
}
.is-btnBiometriaClientas {
  display: none;
  max-width: 260px;
  margin: 0 auto;
  width: 100%;
  background: linear-gradient(135deg, #f3e8ff, #ead5ff);
  color: var(--primary);
  border: 1.5px solid #d4b0f0;
  border-radius: 16px;
  padding: 13px 20px;
  font-weight: 800;
  font-size: 0.92rem;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s;
}
.is-passkeyOfertaClientas {
  display: none;
  background: linear-gradient(135deg, #f3e8ff, #ead5ff);
  border: 1.5px solid #d4b0f0;
  border-radius: 16px;
  padding: 14px 16px;
  margin-bottom: 16px;
  align-items: center;
  gap: 12px;
}
.cs-93 {
  font-size: 1.6rem;
  flex-shrink: 0;
}
.cs-94 {
  font-weight: 800;
  font-size: 0.88rem;
  color: var(--primary);
  margin-bottom: 3px;
}
.cs-95 {
  font-size: 0.78rem;
  color: #9a6bb0;
}
.cs-96 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-shrink: 0;
}
.cs-97 {
  background: var(--primary-solid);
  color: white;
  border: none;
  border-radius: 10px;
  padding: 6px 14px;
  font-weight: 800;
  font-size: 0.78rem;
  cursor: pointer;
  font-family: inherit;
}
.cs-98 {
  background: none;
  border: none;
  color: #b2bec3;
  font-size: 0.75rem;
  cursor: pointer;
  font-family: inherit;
}
.is-referidosStats {
  margin: -4px 0 14px;
}
.is-clientasSearch {
  border-radius: 14px;
  padding: 11px 16px;
  border: 1.5px solid #ede0f0;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 0.88rem;
  margin-bottom: 14px;
}
.cs-99 {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 14px;
}
.cs-100 {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #ede0ff, #d8c0ff);
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
}
.cs-101 {
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--text);
}
.cs-102 {
  font-size: 0.74rem;
  color: var(--text-light);
  margin-top: 1px;
}
.cs-103 {
  background: linear-gradient(160deg, #fdf8ff, #f5edff);
  border: 1.5px solid #ede0fa;
  border-radius: 18px;
  padding: 16px 14px;
}
.cs-104 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.label-purple {
  font-size: 0.7rem;
  font-weight: 700;
  color: #9a6bb0;
  margin-bottom: 4px;
}
.is-abonoMonto {
  margin: 0;
  padding: 12px 11px;
  border-radius: 13px;
  font-size: 0.92rem;
}
.is-abonoFecha {
  margin: 0;
  padding: 12px 11px;
  border-radius: 13px;
  font-size: 0.82rem;
}
.cs-105 {
  font-weight: 500;
  opacity: 0.55;
}
.cs-106 {
  font-size: 0.7rem;
  font-weight: 700;
  color: #9a6bb0;
  margin-bottom: 8px;
}
.cs-107 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 7px;
}
.is-rdBtn_ambos {
  background: var(--primary-solid);
  color: white;
  border: 2px solid var(--primary-solid);
  border-radius: 13px;
  padding: 10px 4px;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.label-xs {
  font-size: 0.7rem;
  font-weight: 800;
  margin-top: 3px;
}
.cs-108 {
  font-size: 0.6rem;
  opacity: 0.85;
  margin-top: 2px;
}
.is-rdBtn_manicurista {
  background: white;
  color: #9a6bb0;
  border: 2px solid #e0d0f0;
  border-radius: 13px;
  padding: 10px 4px;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.is-rdBtn_spa {
  background: white;
  color: #2e7d32;
  border: 2px solid #c8e6c9;
  border-radius: 13px;
  padding: 10px 4px;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.btn-pill-primary {
  flex: 1;
  padding: 7px 0;
  border-radius: 11px;
  border: none;
  font-weight: 700;
  font-size: 0.8rem;
  cursor: pointer;
  background: var(--primary-solid);
  color: #fff;
  transition: background 0.18s, color 0.18s;
}
.btn-pill-secondary {
  flex: 1;
  padding: 7px 0;
  border-radius: 11px;
  border: none;
  font-weight: 700;
  font-size: 0.8rem;
  cursor: pointer;
  background: #f1f2f6;
  color: #636e72;
  transition: background 0.18s, color 0.18s;
}
.is-btnSaveCategory {
  background: var(--whatsapp);
  width: auto;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.is-btnCancelEditCategory {
  background: #f1f2f6;
  color: #636e72;
  width: auto;
  padding: 0;
  margin: 0;
  display: none;
  box-shadow: none;
}
.cs-109 {
  color: var(--primary);
  font-weight: 800;
  margin-bottom: 5px;
  font-size: 1.1rem;
}
.cs-110 {
  font-size: 0.8rem;
  color: var(--text-light);
  margin: 0 0 10px 0;
}
.is-bulkRetoqueSelect {
  flex: 2;
  min-width: 140px;
  font-size: 0.85rem;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid var(--primary);
  background: #fdf2ff;
  color: var(--primary);
  font-weight: bold;
}
.cs-111 {
  margin-top: 10px;
  padding: 12px;
  font-size: 0.9rem;
}
.is-newServiceDuration {
  width: 70px;
  text-align: center;
}
.is-btnSaveService {
  background: var(--whatsapp);
  width: auto;
  padding: 0 15px;
  margin: 0;
  box-shadow: none;
}
.is-btnCancelEdit {
  background: #f1f2f6;
  color: #636e72;
  width: auto;
  padding: 0 15px;
  margin: 0;
  display: none;
  box-shadow: none;
}
.cs-112 {
  border: 1.5px solid #f0e6f9;
  border-radius: 14px;
  margin-bottom: 8px;
  overflow: hidden;
}
.cs-113 {
  display: flex;
  align-items: center;
  padding: 13px 16px;
  background: #fdf8ff;
}
.cs-114 {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--text);
}
.is-proto-body-general {
  padding: 14px 16px 16px;
  border-top: 1px solid #f0e6f9;
  background: #fff;
}
.cs-115 {
  margin-top: 18px;
  margin-bottom: 10px;
}
.cs-116 {
  margin-top: 12px;
}
.cs-117 {
  background: var(--primary-solid);
  margin: 0;
  padding: 0;
  width: 48px;
  min-width: 48px;
  height: 48px;
  font-size: 1.3rem;
  border-radius: 14px;
  box-shadow: none;
}
.cs-118 {
  margin-top: 18px;
}
.cs-119 {
  background: #fffbf0;
  border-color: #ffe0b2;
}
.cs-120 {
  color: #e65100;
}
.cs-121 {
  margin-bottom: 18px;
  color: #bf360c;
}
.cs-122 {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}
.label-orange {
  font-size: 0.72rem;
  font-weight: 700;
  color: #e65100;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.field-warning {
  width: 100%;
  padding: 11px 12px;
  border: 1.5px solid #ffe0b2;
  border-radius: 12px;
  font-family: inherit;
  font-size: 0.88rem;
  background: white;
  box-sizing: border-box;
  outline: none;
}
.is-surchargeMsg {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #ffe0b2;
  border-radius: 12px;
  font-family: inherit;
  font-size: 0.88rem;
  box-sizing: border-box;
  background: white;
  outline: none;
}
.is-btnSaveSurcharge {
  flex: 1;
  background: #e65100;
  box-shadow: none;
  margin: 0;
  border-radius: 12px;
  padding: 13px;
  font-size: 0.88rem;
}
.is-btnCancelSurcharge {
  background: #f5ebe0;
  color: #bf360c;
  box-shadow: none;
  margin: 0;
  border-radius: 12px;
  padding: 13px 16px;
  display: none;
}
.cs-123 {
  background: #fff5f5;
  border-color: #ffcdd2;
}
.cs-124 {
  color: #c62828;
}
.cs-125 {
  margin-bottom: 18px;
  color: #b71c1c;
}
.cs-126 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}
.label-red {
  font-size: 0.72rem;
  font-weight: 700;
  color: #c62828;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.field-danger {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #ffcdd2;
  border-radius: 12px;
  font-family: inherit;
  font-size: 0.9rem;
  background: white;
  box-sizing: border-box;
  outline: none;
}
.cs-127 {
  font-weight: 400;
  text-transform: none;
  color: #b2bec3;
}
.is-btnToggleDay {
  width: 100%;
  background: white;
  color: #c62828;
  border: 2px solid #ef9a9a;
  margin-bottom: 16px;
  box-shadow: none;
  font-weight: 800;
  border-radius: 14px;
  padding: 14px;
  font-size: 0.9rem;
}
.cs-128 {
  background: white;
  border-radius: 14px;
  padding: 14px 16px;
  border: 1.5px solid #ffcdd2;
}
.cs-129 {
  font-size: 0.72rem;
  font-weight: 700;
  color: #c62828;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}
.cs-130 {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  margin-bottom: 10px;
}
.label-red-sm {
  font-size: 0.7rem;
  font-weight: 700;
  color: #e57373;
  margin-bottom: 4px;
}
.field-danger-tint {
  width: 100%;
  padding: 11px 12px;
  border: 1.5px solid #ffcdd2;
  border-radius: 12px;
  font-family: inherit;
  font-size: 0.88rem;
  background: #fffafa;
  box-sizing: border-box;
  outline: none;
}
.cs-131 {
  background: #c62828;
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-radius: 12px;
  font-size: 1rem;
  flex-shrink: 0;
}
.is-newTipoIcono {
  width: 70px;
  text-align: center;
  flex: none;
}
.is-newTipoNombre {
  flex: 1;
  min-width: 120px;
}
.is-newTipoMensaje {
  flex: 2;
  min-width: 200px;
}
.is-btnSaveTipoMsg {
  background: var(--whatsapp);
  width: auto;
  padding: 0 20px;
  margin: 0;
  box-shadow: none;
}
.is-btnCancelEditTipoMsg {
  background: #f1f2f6;
  color: #636e72;
  width: auto;
  padding: 0 20px;
  margin: 0;
  display: none;
  box-shadow: none;
}
.is-adminMsgAgendamiento {
  border: 1px solid #c8efd8;
}
.cs-132 {
  color: #2980b9;
}
.is-adminMsgReprogramacion {
  border: 1px solid #d6eaf8;
}
.cs-133 {
  background: #fdf2ff;
  border-color: #f9edf7;
}
.cs-134 {
  flex-wrap: wrap;
  gap: 8px;
  background: white;
  align-items: flex-start;
}
.is-newRetoqueNombre {
  flex: 1;
  min-width: 120px;
  height: 48px;
  margin: 0;
}
.is-newRetoqueDias {
  width: 80px;
  text-align: center;
  flex: none;
  height: 48px;
  margin: 0;
}
.is-btnSaveTipoRetoque {
  background: var(--whatsapp);
  width: auto;
  padding: 0 20px;
  margin: 0;
  box-shadow: none;
  height: 48px;
}
.is-btnCancelEditTipoRetoque {
  background: #f1f2f6;
  color: #636e72;
  width: auto;
  padding: 0 20px;
  margin: 0;
  display: none;
  box-shadow: none;
  height: 48px;
}
.is-newRetoqueMensaje {
  flex-basis: 100%;
  min-height: 120px;
  padding: 12px 15px;
  border-radius: 14px;
  border: 2px solid #fbf4fb;
  background: #fdfdfd;
  font-family: inherit;
  resize: none;
  margin-top: 5px;
}
.cs-135 {
  background: #fffafa;
  border-color: #ffebee;
}
.cs-136 {
  color: #e67e22;
}
.is-adminMsgCancelAbono {
  border: 1px solid #ffe0b2;
}
.cs-137 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}
.cs-138 {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: bold;
  color: var(--primary);
}
.is-adminLimitMonths {
  border: 2px solid var(--primary);
  text-align: center;
  font-size: 1.1rem;
  padding: 12px;
}
.cs-139 {
  flex: 2;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: bold;
  color: var(--whatsapp);
}
.cs-140 {
  display: flex;
  align-items: center;
  border: 2px solid var(--whatsapp);
  border-radius: 18px;
  background: white;
  padding: 0 15px;
}
.cs-141 {
  color: var(--text);
  font-weight: 600;
  font-size: 1.1rem;
}
.is-adminWhatsapp {
  border: none;
  flex: 1;
  padding: 12px;
  margin: 0;
  background: transparent;
}
.cs-142 {
  margin-top: 25px;
  font-size: 1rem;
  box-shadow: 0 10px 20px rgba(96, 32, 96, 0.2);
}
.cs-143 {
  width: 100%;
  background: linear-gradient(135deg, var(--primary-solid), #8a2b8a);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 12px;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  margin-bottom: 12px;
  box-shadow: 0 4px 14px rgba(96, 32, 96, 0.2);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cs-143:hover  { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(96, 32, 96, 0.35); }
.cs-143:active { transform: scale(0.97) translateY(0); }
.cs-144 {
  width: 100%;
  background: white;
  color: var(--primary);
  border: 1.5px solid #e0c8f0;
  border-radius: 14px;
  padding: 12px;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.is-inventarioSearch {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 13px;
  border-radius: 12px;
  border: 1.5px solid #ede0f0;
  font-family: inherit;
  font-size: 0.88rem;
  background: white;
  margin-bottom: 12px;
}
.btn-gradient-pill {
  background: linear-gradient( 135deg, var(--primary-solid), #8a2b8a );
  color: white;
  border: none;
  border-radius: 99px;
  padding: 8px 18px;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.82rem;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(96, 32, 96, 0.22);
  flex-shrink: 0;
}
.cs-145 {
  width: 100%;
  background: #e8f5e9;
  color: #2e7d32;
  border: 1.5px solid #c8e6c9;
  border-radius: 12px;
  padding: 10px 8px;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.8rem;
  cursor: pointer;
}
.cs-146 {
  background: #f3e8ff;
  color: var(--primary);
  border: 1.5px solid #e0d0f0;
  border-radius: 99px;
  padding: 6px 14px;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.78rem;
  cursor: pointer;
  flex-shrink: 0;
}
.cs-147 {
  text-align: center;
  color: #b2bec3;
  padding: 30px 0;
  font-size: 0.85rem;
}
.cs-148 {
  background: #f3e8ff;
  border-left: 3px solid var(--primary);
  text-align: left;
  padding: 13px 14px;
}
.is-ptStSvc {
  color: var(--primary);
  font-size: 1.6rem;
}
.cs-149 {
  background: #e8f4fd;
  border-left: 3px solid #0984e3;
  text-align: left;
  padding: 13px 14px;
}
.is-ptStCli {
  color: #0984e3;
  font-size: 1.6rem;
}
.cs-150 {
  background: #e8fdf5;
  border-left: 3px solid #00b894;
  text-align: left;
  padding: 13px 14px;
}
.is-ptStSub {
  color: #00b894;
  font-size: 1.6rem;
}
.cs-151 {
  background: #fff3e0;
  border-left: 3px solid #e17055;
  text-align: left;
  padding: 13px 14px;
}
.is-ptStInc {
  color: #e17055;
  font-size: 1rem;
  font-weight: 900;
}
.subtitle-tight {
  font-size: 0.85rem;
  color: var(--text-light);
  margin-top: -10px;
  margin-bottom: 15px;
}
.is-ptMsgCobroTA {
  width: 100%;
  padding: 12px;
  border: 1px solid #fce8d5;
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.85rem;
  resize: vertical;
  box-sizing: border-box;
  line-height: 1.5;
  outline: none;
}
.is-ptMsgBienvenidaTA {
  width: 100%;
  padding: 12px;
  border: 1px solid #c8efd8;
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.85rem;
  resize: vertical;
  box-sizing: border-box;
  line-height: 1.5;
  outline: none;
}
.cs-152 {
  font-size: 1rem;
  box-shadow: 0 10px 20px rgba(96, 32, 96, 0.2);
}
.is-ptSvcEmoji {
  text-align: center;
  font-size: 1.2rem;
}
.is-ptSvcColor {
  padding: 4px 6px;
  height: 42px;
  cursor: pointer;
}
.cs-153 {
  font-size: 0.73rem;
  font-weight: 700;
  color: #636e72;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 14px 0 10px;
}
.cs-154 {
  max-height: 92vh;
}
.cs-155 {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}
.cs-156 {
  flex: 1;
  background: #f3e8ff;
}
.cs-157 {
  flex: 1;
  background: #fff0f0;
}
.cs-158 {
  flex: 1;
  background: #e8fdf5;
}
.cs-159 {
  padding-bottom: 18px;
}
.is-ptRenNombre {
  font-weight: 800;
  font-size: 0.92rem;
  color: #2d1f3d;
}
.cs-160 {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  font-size: 0.78rem;
}
.is-ptRenVenceActual {
  color: #e17055;
}
.cs-161 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 10px 0 8px;
}
.cs-162 {
  flex: 1;
  text-align: center;
}
.cs-163 {
  font-size: 0.68rem;
  color: #b2bec3;
  letter-spacing: 2px;
  margin-top: 2px;
}
.cs-164 {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.is-ptDescInfo2 {
  margin-bottom: 14px;
}
.is-ptRTNombre {
  font-weight: 800;
  font-size: 1rem;
  color: #2d1f3d;
  margin-bottom: 12px;
}
.cs-165 {
  text-align: center;
  margin-bottom: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #636e72;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cs-166 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 14px;
}
.cs-167 {
  text-align: center;
  min-width: 60px;
}
.cs-168 {
  font-size: 0.75rem;
  color: #636e72;
  font-weight: 600;
  margin-top: 2px;
}
.cs-169 {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 8px;
}
.is-ptPactadoNombre {
  font-weight: 800;
  font-size: 1rem;
  color: #2d1f3d;
  margin-bottom: 6px;
}
.cs-170 {
  font-size: 0.8rem;
  color: #636e72;
  margin-bottom: 16px;
}
.cs-171 {
  font-size: 0.78rem;
  color: #636e72;
  line-height: 1.5;
  margin-top: 4px;
}
.is-ptConfirmModal {
  display: none;
  z-index: 5000;
}
.cs-172 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.is-ptConfirmTitulo {
  font-size: 1rem;
  font-weight: 800;
  color: #2d1f3d;
  margin-bottom: 8px;
}
.is-ptConfirmMsg {
  font-size: 0.83rem;
  color: #636e72;
  margin: 0 0 18px;
  line-height: 1.5;
}
.cs-173 {
  flex: 1;
  padding: 12px;
  border: 1.5px solid #e0d0f0;
  border-radius: 12px;
  background: white;
  color: #636e72;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
}
.is-ptConfirmBtn {
  flex: 1;
  padding: 12px;
  border: none;
  border-radius: 12px;
  background: #d63031;
  color: white;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.88rem;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.cs-174 {
  background: white;
  border-radius: 22px 22px 0 0;
  width: 100%;
  max-width: 480px;
  max-height: 93vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 -8px 30px rgba(96, 32, 96, 0.15);
}
.cs-175 {
  padding: 16px 18px 13px;
  border-bottom: 1px solid #f5f0fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.btn-round-sm {
  background: #f3e8ff;
  color: var(--primary);
  border: none;
  border-radius: 99px;
  width: 32px;
  height: 32px;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cs-176 {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 14px 18px 0;
}
.cs-177 {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 14px;
}
.is-prodDescripcion {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 13px;
  border-radius: 12px;
  border: 1.5px solid #ede0f0;
  font-family: inherit;
  font-size: 0.9rem;
  resize: vertical;
  height: 90px;
  min-height: 60px;
}
.cs-178 {
  background: #f9f0ff;
  border-radius: 12px;
  padding: 12px 14px;
  border: 1.5px solid #e0c8f0;
}
.cs-179 {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}
.is-prodPideComentario {
  width: 18px;
  height: 18px;
  accent-color: var(--primary);
  cursor: pointer;
  flex-shrink: 0;
}
.cs-180 {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary);
}
.is-comentarioPlaceholderWrap {
  display: none;
  margin-top: 10px;
}
.cs-181 {
  margin-bottom: 4px;
}
.is-imagenesGallery {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 2px;
  align-items: flex-start;
}
.label-uppercase-primary {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--primary);
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.field-lg {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 13px;
  border-radius: 12px;
  border: 1.5px solid #ede0f0;
  font-family: inherit;
  font-size: 0.9rem;
}
.label-uppercase-gray {
  font-size: 0.7rem;
  font-weight: 700;
  color: #636e72;
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.cs-182 {
  display: grid;
  grid-template-columns: 75px 1fr auto;
  gap: 6px;
  align-items: center;
}
.field-sm-center {
  padding: 9px 8px;
  border-radius: 10px;
  border: 1.5px solid #ede0f0;
  font-family: inherit;
  font-size: 0.85rem;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.field-sm {
  padding: 9px 12px;
  border-radius: 10px;
  border: 1.5px solid #ede0f0;
  font-family: inherit;
  font-size: 0.85rem;
  width: 100%;
  box-sizing: border-box;
}
.cs-183 {
  background: #fff3e0;
  color: #e65100;
  border: none;
  border-radius: 10px;
  padding: 9px 13px;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  white-space: nowrap;
}
.is-nuevaPromoVarianteRow {
  display: none;
  margin-top: 5px;
}
.is-nuevaPromoVariante {
  width: 100%;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1.5px solid #ede0f0;
  font-family: inherit;
  font-size: 0.82rem;
  background: white;
  color: #555;
  box-sizing: border-box;
}
.cs-184 {
  font-size: 0.68rem;
  color: #b2bec3;
  margin: 3px 0 0;
}
.cs-185 {
  display: grid;
  grid-template-columns: 1fr 72px auto;
  gap: 6px;
  align-items: center;
}
.cs-186 {
  background: #f3e8ff;
  color: var(--primary);
  border: none;
  border-radius: 10px;
  padding: 9px 13px;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  white-space: nowrap;
}
.cs-187 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
}
.cs-188 {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f3e8ff;
  border: 1.5px dashed var(--primary);
  border-radius: 10px;
  padding: 7px 12px;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--primary);
  flex: 1;
}
.is-nuevaVarianteImagenPreview {
  display: none;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1.5px solid #ede0f0;
}
.is-nuevaVarianteImagenImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cs-189 {
  padding: 12px 18px 20px;
  border-top: 1px solid #f5f0fa;
  flex-shrink: 0;
  background: white;
}
.cs-190 {
  width: 100%;
  background: linear-gradient(135deg, var(--primary-solid), #8a2b8a);
  color: white;
  border: none;
  border-radius: 14px;
  padding: 14px;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.95rem;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(96, 32, 96, 0.25);
  letter-spacing: 0.2px;
}
.subtitle-bold {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 6px;
}
.cs-191 {
  font-size: 0.85rem;
  color: var(--text-light);
  margin-bottom: 18px;
}
.is-protocoloCitaModal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 4000;
  background: rgba(245, 235, 255, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.cs-192 {
  background: white;
  border-radius: 22px;
  width: 100%;
  max-width: 460px;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 40px rgba(120, 60, 180, 0.18);
}
.sheet-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px 12px;
  border-bottom: 1.5px solid #f0e6f9;
  flex-shrink: 0;
}
.cs-193 {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.is-protocoloCitaHeader {
  font-size: 1rem;
  font-weight: 800;
  color: var(--text);
}
.cs-194 {
  background: #f1f2f6;
  border: none;
  border-radius: 99px;
  width: 32px;
  height: 32px;
  font-size: 1rem;
  cursor: pointer;
  color: #636e72;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.is-protocoloCitaBody {
  overflow-y: auto;
  padding: 16px 18px 24px;
  -webkit-overflow-scrolling: touch;
}
.cs-195 {
  background: white;
  border-radius: 20px 20px 0 0;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  max-height: 88vh;
  display: flex;
  flex-direction: column;
}
.cs-196 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px 12px;
  border-bottom: 1.5px solid #e0f2e0;
  flex-shrink: 0;
}
.cs-197 {
  font-size: 1rem;
  font-weight: 800;
  color: #2e7d32;
}
.cs-198 {
  font-size: 0.72rem;
  color: #888;
  margin-top: 2px;
}
.cs-199 {
  background: #e8f5e9;
  border: none;
  border-radius: 99px;
  width: 32px;
  height: 32px;
  font-size: 1rem;
  cursor: pointer;
  color: #2e7d32;
}
.cs-200 {
  padding: 16px 18px;
  flex: 1;
  overflow-y: auto;
}
.is-mensajeWaTextarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1.5px solid #c8e6c9;
  font-family: inherit;
  font-size: 0.88rem;
  resize: vertical;
  min-height: 200px;
  line-height: 1.6;
  outline: none;
}
.cs-201 {
  background: #f0f9f0;
  border-radius: 10px;
  padding: 10px 13px;
  margin-top: 10px;
  font-size: 0.75rem;
  color: #555;
  line-height: 1.6;
}
.cs-202 {
  padding: 12px 18px;
  border-top: 1.5px solid #e0f2e0;
  flex-shrink: 0;
  display: flex;
  gap: 8px;
}
.cs-203 {
  flex: 1;
  background: #f5f5f5;
  color: #555;
  border: none;
  border-radius: 12px;
  padding: 12px;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}
.cs-204 {
  flex: 2;
  background: #25d366;
  color: white;
  border: none;
  border-radius: 12px;
  padding: 12px;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 800;
  cursor: pointer;
}
.is-pedidoGrandeModal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 4000;
  background: rgba(245, 235, 255, 0.72);
  backdrop-filter: blur(10px);
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.cs-205 {
  background: white;
  border-radius: 22px;
  width: 100%;
  max-width: 480px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 40px rgba(120, 60, 180, 0.18);
}
.is-pgSubtitle {
  font-size: 0.7rem;
  color: #aaa;
  margin-top: 2px;
}
.cs-206 {
  background: #f3e8ff;
  border: none;
  border-radius: 99px;
  width: 32px;
  height: 32px;
  font-size: 1rem;
  cursor: pointer;
  color: var(--primary);
}
.is-pgBackBar {
  display: none;
  align-items: center;
  padding: 8px 16px 6px;
  border-bottom: 1px solid #f5f0fa;
  flex-shrink: 0;
}
.cs-207 {
  background: none;
  border: none;
  color: var(--primary);
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.is-pgBody {
  overflow-y: auto;
  flex: 1;
}
.cs-208 {
  background: white;
  border-radius: 20px 20px 0 0;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
}
.cs-209 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px 12px;
  border-bottom: 1.5px solid #fce8e8;
  flex-shrink: 0;
}
.cs-210 {
  font-size: 1rem;
  font-weight: 800;
  color: #c62828;
}
.cs-211 {
  font-size: 0.72rem;
  color: #e57373;
  margin-top: 2px;
}
.cs-212 {
  background: #ffebee;
  border: none;
  border-radius: 99px;
  width: 32px;
  height: 32px;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c62828;
}
.is-stockBajoList {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
}
.cs-213 {
  background: white;
  border-radius: 22px 22px 0 0;
  width: 100%;
  max-width: 480px;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 -8px 30px rgba(96, 32, 96, 0.15);
}
.sheet-header-alt {
  padding: 14px 18px 12px;
  border-bottom: 1px solid #f5f0fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.cs-214 {
  font-size: 0.78rem;
  color: #a090b0;
  padding: 10px 18px 2px;
  margin: 0;
  flex-shrink: 0;
}
.is-ordenCatList {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 10px 18px 16px;
}
.cs-215 {
  padding: 12px 18px 28px;
  flex-shrink: 0;
  border-top: 1px solid #f5f0fa;
}
.cs-216 {
  width: 100%;
  background: linear-gradient(135deg, var(--primary-solid), #8a2b8a);
  color: white;
  border: none;
  border-radius: 13px;
  padding: 14px;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  cursor: pointer;
}
.cs-217 {
  background: white;
  border-radius: 22px 22px 0 0;
  width: 100%;
  max-width: 480px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 -8px 30px rgba(96, 32, 96, 0.15);
}
.is-detalleProdNombre {
  font-size: 1rem;
  font-weight: 800;
  color: var(--primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  margin-right: 10px;
}
.is-detalleProdContent {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 16px 18px 24px;
}
.cs-218 {
  max-width: 400px;
  width: 95%;
  max-height: 88vh;
  overflow-y: auto;
}
.is-ventaModalTitulo {
  font-size: 1rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 14px;
}
.cs-219 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 12px;
}
.field-md {
  width: 100%;
  box-sizing: border-box;
  padding: 9px 12px;
  border-radius: 11px;
  border: 1.5px solid #ede0f0;
  font-family: inherit;
  font-size: 0.88rem;
}
.cs-220 {
  background: #fdfaff;
  border-radius: 12px;
  padding: 11px 12px;
  margin-bottom: 10px;
  border: 1px solid #ede0f0;
}
.cs-221 {
  font-size: 0.65rem;
  font-weight: 700;
  color: #b2bec3;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}
.is-ventaProductoSelect {
  width: 100%;
  box-sizing: border-box;
  padding: 9px 12px;
  border-radius: 10px;
  border: 1.5px solid #ede0f0;
  font-family: inherit;
  font-size: 0.85rem;
  background: white;
  margin-bottom: 7px;
}
.is-ventaVarianteSelect {
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding: 9px 12px;
  border-radius: 10px;
  border: 1.5px solid #ede0f0;
  font-family: inherit;
  font-size: 0.85rem;
  background: white;
  margin-bottom: 7px;
}
.cs-222 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-bottom: 7px;
}
.field-md-plain {
  width: 100%;
  box-sizing: border-box;
  padding: 9px 12px;
  border-radius: 10px;
  border: 1.5px solid #ede0f0;
  font-family: inherit;
  font-size: 0.88rem;
}
.cs-223 {
  width: 100%;
  background: #f3e8ff;
  color: var(--primary);
  border: none;
  border-radius: 10px;
  padding: 9px;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
}
.cs-224 {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}
.cs-225 {
  flex: 1;
  background: linear-gradient(135deg, var(--primary-solid), #8a2b8a);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 12px;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
}
.cs-226 {
  background: #f1f2f6;
  color: #636e72;
  border: none;
  border-radius: 12px;
  padding: 12px 18px;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
}
.is-dayPreviewModal {
  z-index: 3500;
}
.cs-227 {
  max-width: 390px;
  width: 93%;
  padding: 30px 24px 24px;
  max-height: 88vh;
  overflow-y: auto;
  position: relative;
}
.cs-228 {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #f1f2f6;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 0.9rem;
  cursor: pointer;
  color: #636e72;
  font-weight: bold;
}
.cs-229 {
  font-size: 1.6rem;
  margin-bottom: 6px;
}
.is-dayPreviewTitle {
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--primary);
}
.is-dayPreviewSubtitle {
  font-size: 0.82rem;
  font-weight: 600;
  margin-top: 4px;
}
.cs-230 {
  font-size: 0.8rem;
  color: #b2bec3;
  margin: 0 0 14px;
}
.is-dayPreviewSlots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
  min-height: 50px;
}
.cs-231 {
  color: var(--text-light);
  margin: 12px 0 0;
  font-size: 0.88rem;
}
.cs-232 {
  max-width: 380px;
}
.cs-233 {
  color: var(--primary);
  margin: 0 0 10px;
  text-align: center;
}
.is-arrivedAbonoInfo {
  display: none;
  background: linear-gradient(135deg, #e8f5e9, #f1f8e9);
  border-radius: 12px;
  padding: 10px 13px;
  margin-bottom: 12px;
  border: 1px solid #a5d6a7;
  color: #2e7d32;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
}
.cs-234 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 18px;
}
.is-arrivedObservaciones {
  width: 100%;
  box-sizing: border-box;
  padding: 11px 14px;
  border-radius: 14px;
  border: 1.5px solid #ede0f0;
  font-family: inherit;
  font-size: 0.88rem;
  resize: none;
}
.cs-235 {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--primary, #602060);
}
.is-arrivedDescuentoCheck {
  width: 17px;
  height: 17px;
  cursor: pointer;
  accent-color: var(--primary, #602060);
  flex-shrink: 0;
}
.is-arrivedDescuentoPanel {
  display: none;
  margin-top: 10px;
  background: #fdf5ff;
  border: 1.5px solid #d8b0e8;
  border-radius: 14px;
  padding: 12px 14px;
}
.is-arrivedDescuentoResumen {
  font-size: 0.83rem;
  color: #602060;
  line-height: 1.9;
}
.cs-236 {
  color: var(--primary);
  margin: 0 0 4px;
  text-align: center;
}
.is-abonoClientaNombre {
  text-align: center;
  color: #b273b2;
  font-size: 0.85rem;
  font-weight: 700;
  margin: 0 0 16px;
}
.cs-237 {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 5px;
}
.is-abonoMontoInput {
  width: 100%;
  box-sizing: border-box;
  padding: 11px 14px;
  border-radius: 14px;
  border: 1.5px solid #ede0f0;
  font-family: inherit;
  font-size: 0.95rem;
}
.is-terminosModal {
  align-items: flex-start;
  padding-top: 40px;
}
.cs-238 {
  max-width: 420px;
  max-height: 80vh;
  overflow-y: auto;
}
.cs-239 {
  color: var(--primary);
  margin: 0 0 14px;
  text-align: center;
}
.cs-240 {
  font-size: 0.82rem;
  color: var(--text-light);
  line-height: 1.7;
  text-align: left;
}
.cs-241 {
  font-size: 0.75rem;
  color: #b2bec3;
  margin-top: 16px;
  text-align: center;
}
.cs-242 {
  max-width: 320px;
  text-align: center;
}
.cs-243 {
  font-size: 2rem;
  margin-bottom: 8px;
}
.cs-244 {
  color: var(--primary);
  margin: 0 0 10px;
}
.cs-245 {
  font-size: 0.85rem;
  color: var(--text-light);
  margin: 0 0 20px;
  line-height: 1.5;
}
.cs-246 {
  flex: 1;
  padding: 11px;
  border-radius: 12px;
  border: 1.5px solid #ede0f5;
  background: white;
  color: #b2bec3;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
}
.cs-247 {
  flex: 1;
  padding: 11px;
  border-radius: 12px;
  border: none;
  background: var(--primary-solid);
  color: white;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
}
.cs-248 {
  max-width: 360px;
  padding-bottom: 16px;
}
.is-asignarReferidorDesc {
  font-size: 0.83rem;
  color: var(--text-light);
  margin: 0 0 12px;
  text-align: center;
  line-height: 1.5;
}
.is-asignarReferidorSearch {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 13px;
  border-radius: 12px;
  border: 1.5px solid #ede0f0;
  font-family: inherit;
  font-size: 0.9rem;
  margin-bottom: 8px;
}
.is-asignarReferidorList {
  max-height: 240px;
  overflow-y: auto;
  border-radius: 12px;
  border: 1px solid #f0e8f5;
}
.cs-249 {
  margin-top: 12px;
  width: 100%;
  padding: 10px;
  border-radius: 12px;
  border: 1.5px solid #ede0f5;
  background: white;
  color: #b2bec3;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
}
.cs-250 {
  font-size: 0.83rem;
  color: var(--text-light);
  margin: 0 0 14px;
  text-align: center;
  line-height: 1.5;
}
.is-pickerReferidorList {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cs-251 {
  margin-top: 14px;
  width: 100%;
  padding: 10px;
  border-radius: 12px;
  border: 1.5px solid #ede0f5;
  background: white;
  color: #b2bec3;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
}
.cs-259 {
  margin-bottom: 0;
  cursor: pointer;
}
.cs-252 {
  width: auto;
  padding: 0 12px;
  font-size: 0.75rem;
  border-color: var(--primary);
}
.cs-253 {
  width: auto;
  padding: 0 8px;
  font-size: 0.75rem;
}
.cs-254 {
  background: #fff3e0;
  border: 1.5px solid #ff9800;
  border-radius: 14px;
  padding: 12px 16px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.cs-255 {
  font-size: 0.88rem;
  font-weight: 700;
  color: #e65100;
}
.btn-quitar-dia-off {
  background: #e65100;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 7px 14px;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.8rem;
  cursor: pointer;
}
.cs-256 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: white;
  border: 1.5px solid #ffcdd2;
  border-radius: 12px;
  padding: 11px 14px;
  margin-bottom: 8px;
}
.cs-257 {
  font-weight: 700;
  font-size: 0.88rem;
  color: #c62828;
}
.cs-258 {
  font-size: 0.75rem;
  color: #b2bec3;
  margin-top: 2px;
}
.btn-del-bloqueo {
  background: #fff0f0;
  border: 1.5px solid #ffcdd2;
  border-radius: 10px;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 0.88rem;
}
.cs-260 {
  margin-top: 5px;
  cursor: pointer;
}
.cs-261 {
  font-size: 0.8rem;
  color: var(--primary);
  font-weight: bold;
  outline: none;
  list-style: none;
}
.cs-262 {
  font-size: 0.6rem;
}
.cs-263 {
  font-weight: 400;
  font-size: 0.8rem;
  color: var(--text-light);
  margin-top: 8px;
  white-space: pre-wrap;
  background: #fbf4fb;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #f9edf7;
}
.cs-264 {
  background: white;
  align-items: flex-start;
}
.cs-265 {
  margin-top: 5px;
}
.btn-round-32 {
  width: 32px;
  height: 32px;
  font-size: 0.82rem;
}
.cs-266 {
  padding: 6px 8px;
  margin: 0;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: none;
  flex-shrink: 0;
}
.cs-267 {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.cs-268 {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
  white-space: normal;
  word-break: break-word;
  line-height: 1.4;
}
.cs-269 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-shrink: 0;
  margin-left: 4px;
}
.cs-270 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: white;
  border: 1.5px solid #ffe0b2;
  border-left: 4px solid #f57c00;
  border-radius: 12px;
  padding: 11px 14px;
  margin-bottom: 8px;
}
.cs-271 {
  flex: 1;
  min-width: 0;
}
.cs-272 {
  font-weight: 700;
  font-size: 0.9rem;
  color: #e65100;
}
.cs-273 {
  font-size: 0.78rem;
  color: #8d6e63;
  margin-top: 2px;
}
.cs-274 {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}
.cs-275 {
  background: #e0f2f1;
  color: var(--success);
  font-size: 0.65rem;
  padding: 2px 6px;
  border-radius: 8px;
  font-weight: bold;
  margin-left: 5px;
}
.cs-276 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 12px;
  gap: 8px;
  border-radius: 14px;
  margin-bottom: 6px;
  cursor: pointer;
}
.cs-277 {
  padding: 6px 8px;
  margin: 0;
  min-width: 32px;
  flex-shrink: 0;
  touch-action: none;
}
.cs-278 {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  flex-wrap: wrap;
}
.cs-279 {
  font-size: 0.68rem;
  background: #e0f7f4;
  color: #00897b;
  padding: 2px 7px;
  border-radius: 8px;
  font-weight: 700;
}
.cs-280 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-shrink: 0;
  margin-left: 6px;
}
.cs-281 {
  color: #b0a0c0;
  font-size: 0.85rem;
  margin: 0 0 12px;
}
.cs-282 {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1.5px dashed var(--primary);
  background: transparent;
  color: var(--primary);
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
}
.cs-283 {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 7px 0;
  border-bottom: 1px solid #f3eeff;
}
.cs-284 {
  font-weight: 800;
  color: var(--primary);
  min-width: 22px;
  font-size: 0.88rem;
}
.cs-285 {
  font-size: 0.88rem;
  color: var(--text);
  line-height: 1.4;
}
.cs-286 {
  margin-bottom: 12px;
}
.cs-287 {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1.5px solid #e0d0f0;
  background: #fdf8ff;
  color: var(--primary);
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
}
.cs-288 {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.cs-289 {
  min-width: 24px;
  height: 24px;
  margin-top: 11px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-weight: 800;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cs-290 {
  flex: 1;
  padding: 9px 11px;
  border-radius: 9px;
  border: 1.5px solid #e0d0f0;
  font-size: 0.86rem;
  font-family: inherit;
  resize: none;
  line-height: 1.45;
  overflow: hidden;
  min-height: 38px;
}
.cs-291 {
  margin-top: 8px;
  background: #fee2e2;
  border: none;
  border-radius: 8px;
  color: #dc2626;
  font-size: 0.9rem;
  width: 30px;
  height: 30px;
  cursor: pointer;
  flex-shrink: 0;
}
.cs-292 {
  margin-bottom: 10px;
  width: 100%;
  padding: 9px;
  border-radius: 10px;
  border: 1.5px dashed var(--primary);
  background: transparent;
  color: var(--primary);
  font-weight: 700;
  font-size: 0.83rem;
  cursor: pointer;
}
.cs-293 {
  display: flex;
  gap: 8px;
}
.cs-294 {
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  border: 1.5px solid #e0d0f0;
  background: #f8f8f8;
  color: #636e72;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
}
.cs-295 {
  flex: 2;
  padding: 10px;
  border-radius: 10px;
  border: none;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
}
.cs-296 {
  color: var(--text-light);
  text-align: center;
  padding: 20px 0;
}
.cs-297 {
  border: 1.5px solid #e8d5f5;
  border-radius: 14px;
  margin-bottom: 8px;
  overflow: hidden;
}
.cs-298 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px;
  cursor: pointer;
  background: linear-gradient(135deg, #f8f0ff, #f3e8ff);
  user-select: none;
}
.cs-299 {
  font-weight: 800;
  font-size: 0.92rem;
  color: var(--primary);
}
.cs-300 {
  font-size: 0.85rem;
  transition: transform 0.22s;
  color: var(--primary);
  display: inline-block;
}
.cs-301 {
  display: none;
  padding: 10px 10px 6px;
  border-top: 1px solid #e8d5f5;
  background: #fdfaff;
}
.cs-302 {
  border: 1.5px solid #f0e6f9;
  border-radius: 12px;
  margin-bottom: 8px;
  overflow: hidden;
}
.cs-303 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 14px;
  cursor: pointer;
  background: #fff;
  user-select: none;
}
.cs-304 {
  font-weight: 700;
  font-size: 0.87rem;
  color: var(--text);
}
.cs-305 {
  font-size: 0.82rem;
  transition: transform 0.22s;
  color: var(--primary);
  display: inline-block;
}
.cs-306 {
  display: none;
  padding: 12px 14px 14px;
  border-top: 1px solid #f0e6f9;
  background: #fff;
}

/* ── timeline.js ── */
.tl-msg-center {
  text-align: center;
  padding: 30px;
  color: #b2bec3;
}
.tl-msg-center-sm {
  text-align: center;
  color: #b2bec3;
  padding: 20px;
}
.tl-msg-margin {
  text-align: center;
  color: #b2bec3;
  margin-top: 30px;
}
.tl-msg-sub {
  font-size: 0.8rem;
}
.tl-day-header {
  font-size: 0.78rem;
  font-weight: 800;
  color: #b2bec3;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0 10px;
  padding-left: 5px;
}
.tl-admin-badge {
  font-size: 0.7rem;
  background: #f0eaff;
  color: #602060;
  padding: 2px 7px;
  border-radius: 99px;
  font-weight: 700;
  margin-left: 6px;
}
.tl-clienta-info {
  font-size: 0.78rem;
  color: #b273b2;
  font-weight: 600;
  margin-top: 3px;
}
.tl-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
  animation: popIn 0.3s ease-out;
}
.tl-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
}
.tl-icon--agendada {
  background: #fdf2ff;
  border: 2px solid #e0d0f0;
}
.tl-icon--confirmada,
.tl-icon--completada {
  background: #e0f7f4;
  border: 2px solid #b2dfdb;
}
.tl-icon--reprogramada {
  background: #e1f5fe;
  border: 2px solid #b3e5fc;
}
.tl-icon--cancelada {
  background: #ffebee;
  border: 2px solid #ffcdd2;
}
.tl-icon--cancelada_sin_abono {
  background: #fff8e1;
  border: 2px solid #ffe082;
}
.tl-icon--vencida,
.tl-icon--default {
  background: #f5f5f5;
  border: 2px solid #e0e0e0;
}
.tl-card {
  flex: 1;
  background: white;
  border: 1px solid #f0e8f5;
  border-radius: 18px;
  padding: 12px 15px;
  box-shadow: 0 2px 8px rgba(96, 32, 96, 0.04);
}
.tl-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.tl-card-title {
  font-size: 0.82rem;
  font-weight: 800;
}
.tl-label--agendada {
  color: #602060;
}
.tl-label--confirmada,
.tl-label--completada {
  color: #00897b;
}
.tl-label--reprogramada {
  color: #0288d1;
}
.tl-label--cancelada {
  color: #e53935;
}
.tl-label--cancelada_sin_abono {
  color: #e65100;
}
.tl-label--vencida {
  color: #9e9e9e;
}
.tl-label--default {
  color: #636e72;
}
.tl-card-time {
  font-size: 0.75rem;
  color: #b2bec3;
}
.tl-card-detail {
  font-size: 0.85rem;
  color: #636e72;
  line-height: 1.5;
}
.tl-card-servicio {
  font-size: 0.78rem;
  color: #b273b2;
  font-weight: 600;
  margin-top: 4px;
}
.tl-apodo {
  color: var(--primary);
}
.tl-fullname-sub {
  color: #c5aac5;
  font-size: 0.82rem;
}
.tl-acc {
  margin-bottom: 12px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #f0e8f5;
  box-shadow: 0 3px 12px rgba(96, 32, 96, 0.04);
}
.tl-acc-summary {
  padding: 14px 16px;
  background: linear-gradient(135deg, #fdfaff, #f8f0ff);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none;
}
.tl-acc-user {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tl-acc-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-solid), #b273b2);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.tl-acc-count {
  font-size: 0.72rem;
  color: #b2bec3;
  margin-top: 2px;
}
.tl-acc-badges {
  display: flex;
  gap: 5px;
}
.tl-badge-cliente {
  background: #e3f2fd;
  color: #0288d1;
  font-size: 0.68rem;
  padding: 2px 8px;
  border-radius: 99px;
  font-weight: 700;
}
.tl-badge-admin {
  background: #fff8e1;
  color: #e65100;
  font-size: 0.68rem;
  padding: 2px 8px;
  border-radius: 99px;
  font-weight: 700;
}
.tl-acc-body {
  padding: 12px 14px;
  background: white;
}
.tl-ev {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
  padding: 11px 13px;
  border-radius: 14px;
  border: 1px solid;
}
.tl-ev--sinabono {
  background: #fff8e1;
  border-color: #ffe082;
}
.tl-ev--cliente {
  background: #e3f2fd;
  border-color: #b3e5fc;
}
.tl-ev--admin {
  background: #ffebee;
  border-color: #ffcdd2;
}
.tl-ev-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
}
.tl-ev-body {
  flex: 1;
}
.tl-ev-label {
  font-weight: 800;
  font-size: 0.82rem;
}
.tl-ev-label--sinabono {
  color: var(--warning);
}
.tl-ev-label--cliente {
  color: #0288d1;
}
.tl-ev-label--admin {
  color: var(--danger);
}
.tl-ev-detail {
  font-size: 0.82rem;
  color: var(--text-light);
  margin-top: 2px;
}
.tl-ev-servicio {
  font-size: 0.75rem;
  color: #b273b2;
  font-weight: 600;
  margin-top: 3px;
}
.tl-ev-date {
  font-size: 0.72rem;
  color: #b2bec3;
  margin-top: 3px;
}
.tl-acc2 {
  margin-bottom: 12px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #f0e8f5;
  box-shadow: 0 3px 12px rgba(96, 32, 96, 0.05);
}
.tl-acc2-summary {
  padding: 16px 18px;
  background: linear-gradient(135deg, #fdfaff, #f8f0ff);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none;
}
.tl-acc2-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-solid), #b273b2);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.tl-acc2-count {
  font-size: 0.75rem;
  color: #b2bec3;
  margin-top: 2px;
  font-weight: 500;
}
.tl-acc2-badges {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.tl-badge2-cliente {
  background: #e3f2fd;
  color: #0288d1;
  font-size: 0.7rem;
  padding: 3px 9px;
  border-radius: 99px;
  font-weight: 700;
}
.tl-badge2-admin {
  background: #fff8e1;
  color: #e65100;
  font-size: 0.7rem;
  padding: 3px 9px;
  border-radius: 99px;
  font-weight: 700;
}
.tl-acc2-body {
  padding: 12px 15px;
  background: white;
}
.tl-ev2 {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid;
}
.tl-ev2--sinabono {
  background: #fff8e1;
  border-color: #ffe082;
}
.tl-ev2--cliente {
  background: #e3f2fd;
  border-color: #b3e5fc;
}
.tl-ev2--admin {
  background: #ffebee;
  border-color: #ffcdd2;
}
.tl-ev2-icon {
  font-size: 1.3rem;
  flex-shrink: 0;
}
.tl-ev2-body {
  flex: 1;
}
.tl-ev2-label {
  font-weight: 800;
  font-size: 0.82rem;
}
.tl-ev2-label--sinabono {
  color: var(--warning);
}
.tl-ev2-label--cliente {
  color: #0288d1;
}
.tl-ev2-label--admin {
  color: var(--danger);
}
.tl-ev2-detail {
  font-size: 0.82rem;
  color: var(--text-light);
  margin-top: 2px;
}
.tl-ev2-servicio {
  font-size: 0.75rem;
  color: #b273b2;
  font-weight: 600;
  margin-top: 4px;
}
.tl-ev2-date {
  font-size: 0.72rem;
  color: #b2bec3;
  margin-top: 4px;
}
.tl-warning-text {
  color: var(--warning);
}

/* ── appointments.js ── */
.appt-desc-neg {
  color: #e53935;
}
.appt-desc-total {
  border-top: 1px solid #d8b0e8;
  margin-top: 5px;
  padding-top: 6px;
  font-weight: 700;
}
.appt-desc-pos {
  color: #2e7d32;
}
.appt-offline-fecha {
  font-weight: 700;
  color: var(--primary);
}
.appt-offline-servicio {
  font-size: 0.9rem;
  color: var(--text-light);
  margin-top: 4px;
}
.appt-offline-estado {
  font-size: 0.8rem;
  margin-top: 4px;
  color: #b2bec3;
}
.appt-offline-wrap {
  text-align: center;
  padding: 30px;
}
.appt-offline-icon {
  font-size: 2rem;
  margin-bottom: 10px;
}
.appt-offline-msg {
  color: #b2bec3;
  font-weight: 700;
}
.appt-offline-sub {
  color: #b2bec3;
  font-size: 0.85rem;
}
.appt-loading-wrap {
  text-align: center;
  padding: 28px;
  color: #c5aac5;
}
.appt-loading-msg {
  font-size: 0.9rem;
  font-weight: 600;
}
.appt-error-msg {
  text-align: center;
  color: var(--danger);
  margin-top: 30px;
  font-size: 0.9rem;
}
.appt-banner-faltan {
  background: linear-gradient(135deg, #fff3e0, #ffe0b2);
  color: #e65100;
  font-size: 0.85rem;
  font-weight: 800;
  padding: 8px 12px;
  border-radius: 12px;
  margin-bottom: 8px;
  border: 1px solid #ffcc80;
  text-align: center;
}
.appt-btn-confirmar-abono {
  background: #e0f2f1;
  color: var(--success);
}
.appt-btn-recordado {
  background: #e3f2fd;
  color: #1565c0;
  border: 1px solid #90caf9;
}
.appt-btn-recordar {
  background: var(--whatsapp);
  color: white;
}
.appt-actions-col {
  flex-direction: column;
  gap: 6px;
}
.appt-actions-mt6 {
  margin-top: 6px;
}
.appt-banner-abono-perdido {
  background: #fff8e1;
  color: #e65100;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid #ffe082;
}
.appt-banner-ya-reprogramada {
  background: #f3e8ff;
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid #e0d0f0;
}
.appt-btn-retoque-enviado {
  background: #e0f2f1;
  color: var(--success);
  border: 1px solid var(--success);
}
.appt-btn-retoque-enviar {
  background: #fdf2ff;
  color: var(--primary);
  border: 1px solid var(--primary);
}
.appt-time-alert {
  font-size: 0.85rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.appt-time-alert--danger {
  color: var(--danger);
}
.appt-time-alert--warn {
  color: #e67e22;
}
.appt-bday-banner {
  background: #fff0f5;
  border-left: 4px solid #f48fb1;
  padding: 9px 12px;
  border-radius: 10px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #d81b60;
  margin-top: 10px;
}
.appt-bday-hint {
  font-size: 0.8rem;
  color: #b2bec3;
  margin-top: 8px;
}
.appt-fullname-sub {
  color: #c5aac5;
  font-size: 0.82rem;
  font-weight: 500;
}
.appt-sello-banner {
  background: #fff8e1;
  border-left: 4px solid #ffb300;
  padding: 9px 12px;
  border-radius: 10px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #e65100;
  margin-top: 10px;
}
.appt-detalle-wrap {
  background: linear-gradient(135deg, #fdfaff, #f8f0ff);
  border-radius: 14px;
  margin-top: 12px;
  border: 1px solid #ede0f5;
  color: var(--text-light);
  font-size: 0.82rem;
  line-height: 1.6;
  overflow: hidden;
}
.appt-detalle-bloque {
  padding: 10px 14px;
}
.appt-detalle-bloque--sep {
  border-top: 1px solid rgba(96, 32, 96, 0.08);
}
.appt-card-servicio {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 4px;
}
.appt-card-duracion {
  font-size: 0.75rem;
  font-weight: 600;
  color: #b273b2;
}
.appt-card-fechahora {
  color: var(--primary);
  font-weight: 700;
  font-size: 0.95rem;
  margin: 4px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.appt-badge-fecha {
  background: linear-gradient(135deg, #fdf2ff, #f5e8ff);
  padding: 3px 10px;
  border-radius: 99px;
  font-size: 0.82rem;
  border: 1px solid #ead5f0;
}
.appt-badge-hora {
  background: linear-gradient(135deg, var(--primary-solid), #8a2b8a);
  color: white;
  padding: 3px 10px;
  border-radius: 99px;
  font-size: 0.82rem;
}
.appt-card-clienta {
  font-size: 0.9rem;
  color: #b273b2;
  font-weight: 600;
  margin-top: 6px;
}
.appt-btn-ver-protocolo {
  margin-top: 10px;
  width: 100%;
  padding: 10px;
  border-radius: 12px;
  border: 1.5px solid #e0d0f0;
  background: #fdf8ff;
  color: var(--primary);
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.appt-proto-empty {
  color: #b0a0c0;
  font-size: 0.88rem;
  text-align: center;
  padding: 12px 0;
}
.appt-proto-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.appt-proto-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #fdf8ff;
  border-radius: 12px;
  padding: 11px 13px;
  border: 1px solid #f0e6f9;
}
.appt-proto-row:nth-child(even) {
  background: #fff;
}
.appt-proto-num {
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-solid), #a855f7);
  color: #fff;
  font-weight: 800;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.appt-proto-texto {
  font-size: 0.88rem;
  color: #3d2d4d;
  line-height: 1.55;
  font-weight: 500;
}
.appt-proto-loading {
  text-align: center;
  color: #b0a0c0;
  padding: 16px 0;
}
.appt-proto-section {
  margin-bottom: 20px;
}
.appt-proto-divider-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.appt-proto-divider-line {
  flex: 1;
  height: 1px;
  background: #f0e6f9;
}
.appt-proto-divider-line--especifico {
  background: #e8d5f9;
}
.appt-proto-divider-label {
  font-size: 0.7rem;
  font-weight: 800;
  color: #aaa;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.appt-proto-divider-label--especifico {
  color: var(--primary);
}
.appt-proto-none {
  color: #b0a0c0;
  text-align: center;
  padding: 24px 0;
}

/* ── finanzas.js ── */
.fin-msg-center {
  text-align: center;
  color: #b2bec3;
  padding: 24px;
}
.fin-resumen-card {
  background: linear-gradient(150deg, #602060, #8a2b8a);
  border-radius: 20px;
  padding: 20px 18px;
  margin-bottom: 18px;
  color: white;
}
.fin-resumen-title {
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  opacity: 0.7;
  margin-bottom: 12px;
}
.fin-resumen-block {
  margin-bottom: 10px;
}
.fin-resumen-label {
  font-size: 0.62rem;
  opacity: 0.72;
  margin-bottom: 2px;
}
.fin-resumen-value-xl {
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1;
}
.fin-nomina-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  padding: 8px 12px;
  margin-bottom: 8px;
}
.fin-nomina-label {
  font-size: 0.72rem;
  opacity: 0.85;
}
.fin-nomina-value {
  font-size: 0.82rem;
  font-weight: 800;
}
.fin-bruto-box {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 10px;
}
.fin-bruto-label {
  font-size: 0.6rem;
  opacity: 0.75;
  margin-bottom: 3px;
}
.fin-bruto-value {
  font-size: 1.55rem;
  font-weight: 900;
}
.fin-gastos-box {
  background: rgba(0, 0, 0, 0.14);
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 8px;
}
.fin-gastos-title {
  font-size: 0.55rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  opacity: 0.65;
  margin-bottom: 8px;
}
.fin-gastos-cat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 4px;
}
.fin-gastos-cat-name {
  font-size: 0.73rem;
  font-weight: 600;
  opacity: 0.9;
}
.fin-gastos-cat-value {
  font-size: 0.76rem;
  font-weight: 800;
}
.fin-gastos-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 4px;
}
.fin-gastos-total-label {
  font-size: 0.68rem;
  font-weight: 700;
  opacity: 0.75;
}
.fin-gastos-total-value {
  font-size: 0.8rem;
  font-weight: 900;
}
.fin-neto-box {
  background: rgba(46, 125, 50, 0.7);
  border-radius: 12px;
  padding: 12px 14px;
}
.fin-neto-label {
  font-size: 0.6rem;
  opacity: 0.85;
  margin-bottom: 3px;
}
.fin-neto-value {
  font-size: 1.55rem;
  font-weight: 900;
}
.fin-mes-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.fin-mes-title {
  font-size: 0.6rem;
  font-weight: 700;
  color: #b2bec3;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.fin-btn-categorias {
  background: white;
  border: 1px solid #e0d0e8;
  color: #8a2b8a;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 8px;
  cursor: pointer;
}
.fin-card {
  background: white;
  border: 1px solid #ede0f5;
  border-radius: 16px;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(96, 32, 96, 0.04);
}
.fin-card-header {
  padding: 13px 16px;
  cursor: pointer;
  user-select: none;
}
.fin-card-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.fin-card-mes {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--text);
}
.fin-chevron {
  font-size: 0.85rem;
  color: #ccc;
  transition: transform 0.2s;
}
.fin-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.fin-stat-box {
  border-radius: 10px;
  padding: 7px 9px;
}
.fin-stat-box--ingresos {
  background: #f9f4ff;
}
.fin-stat-box--nomina {
  background: #fff5f0;
}
.fin-stat-box--bruto {
  background: #f0faf0;
}
.fin-stat-label {
  font-size: 0.55rem;
  color: #aaa;
  margin-bottom: 2px;
}
.fin-stat-value {
  font-size: 0.78rem;
  font-weight: 800;
}
.fin-stat-value--ingresos {
  color: var(--primary);
}
.fin-stat-value--nomina {
  color: #e65100;
}
.fin-stat-value--bruto {
  color: #2e7d32;
}
.fin-pos {
  color: #2e7d32;
}
.fin-neg {
  color: #c62828;
}
.fin-pos-bg {
  background: #f0faf0;
}
.fin-neg-bg {
  background: #fff0f0;
}
.fin-card-body {
  display: none;
  padding: 0 16px 16px;
  border-top: 1px solid #f5f0fa;
}
.fin-cat-section {
  margin-top: 4px;
}
.fin-cat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 4px 4px;
  border-bottom: 1px solid #f3eef8;
}
.fin-cat-name {
  font-size: 0.72rem;
  font-weight: 700;
}
.fin-cat-total {
  font-size: 0.74rem;
  font-weight: 700;
}
.fin-item-row {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px 5px 20px;
  border-bottom: 1px solid #f8f4fc;
}
.fin-item-fecha {
  font-size: 0.68rem;
  color: #bbb;
  white-space: nowrap;
  min-width: 40px;
}
.fin-item-desc {
  font-size: 0.74rem;
  color: #555;
  flex: 1;
}
.fin-item-monto {
  font-size: 0.76rem;
  font-weight: 700;
  white-space: nowrap;
}
.fin-item-del {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  opacity: 0.4;
  padding: 0;
  line-height: 1;
  margin-left: 2px;
}
.fin-cat--0 { color: #e65100; }
.fin-cat--1 { color: #1565c0; }
.fin-cat--2 { color: #6a1b9a; }
.fin-cat--3 { color: #1b5e20; }
.fin-cat--4 { color: #b71c1c; }
.fin-cat--5 { color: #004d40; }
.fin-cat--6 { color: #f57f17; }
.fin-cat--7 { color: #37474f; }
.fin-saldo-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 10px;
  margin-top: 10px;
  border-radius: 10px;
}
.fin-saldo-label {
  font-size: 0.82rem;
  font-weight: 800;
}
.fin-saldo-value {
  font-size: 0.95rem;
  font-weight: 900;
}
.fin-form-box {
  margin-top: 12px;
  padding: 12px;
  background: #fafafa;
  border-radius: 11px;
  border: 1px dashed #ddd;
}
.fin-form-title {
  font-size: 0.6rem;
  font-weight: 700;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 9px;
}
.fin-select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #e0d0e8;
  border-radius: 8px;
  font-size: 0.78rem;
  margin-bottom: 6px;
  box-sizing: border-box;
  background: white;
  color: #333;
  appearance: auto;
}
.fin-input-newcat {
  display: none;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid var(--primary);
  border-radius: 8px;
  font-size: 0.78rem;
  margin-bottom: 6px;
  box-sizing: border-box;
}
.fin-input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #e0d0e8;
  border-radius: 8px;
  font-size: 0.78rem;
  margin-bottom: 6px;
  box-sizing: border-box;
  background: white;
}
.fin-input-plain {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #e0d0e8;
  border-radius: 8px;
  font-size: 0.78rem;
  margin-bottom: 6px;
  box-sizing: border-box;
}
.fin-input-monto {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #e0d0e8;
  border-radius: 8px;
  font-size: 0.78rem;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.fin-btn-agregar {
  width: 100%;
  padding: 9px;
  background: var(--primary);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
}
.fin-catlist-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  background: #fafafa;
  border-radius: 9px;
  margin-bottom: 6px;
  border: 1px solid #f0eaf8;
}
.fin-catlist-name {
  font-size: 0.82rem;
  color: #444;
  font-weight: 600;
}
.fin-catlist-fija {
  font-size: 0.7rem;
  color: #ccc;
}
.fin-catlist-del {
  background: #fff0f0;
  border: 1px solid #ffcdd2;
  color: #c62828;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 7px;
  cursor: pointer;
}

/* ── stats-productos.js ── */
.sp-resumen-wrap {
  margin-bottom: 16px;
}
.sp-title-mb10 {
  font-size: 0.82rem;
  margin-bottom: 10px;
}
.sp-title-mb12 {
  font-size: 0.82rem;
  margin-bottom: 12px;
}
.sp-title-mb14 {
  font-size: 0.82rem;
  margin-bottom: 14px;
}
.sp-resumen-box {
  text-align: center;
  padding: 14px 12px;
  margin-bottom: 12px;
  background: #faf5ff;
  border-radius: 14px;
}
.sp-resumen-label {
  font-size: 0.62rem;
  color: #b273b2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.sp-resumen-value {
  font-size: 1.55rem;
  font-weight: 900;
  color: var(--primary);
}
.sp-resumen-sub {
  font-size: 0.63rem;
  color: #b2bec3;
  margin-top: 4px;
}
.sp-statboxes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.sp-stat-mg {
  background: #f1faf2;
  border-radius: 11px;
  padding: 8px 11px;
}
.sp-stat-mg-val {
  font-size: 0.78rem;
  font-weight: 900;
  color: #2e7d32;
}
.sp-stat-mg-sub {
  font-size: 0.6rem;
  color: #81c784;
  margin-top: 1px;
}
.sp-stat-rv {
  background: #fff8f0;
  border-radius: 11px;
  padding: 8px 11px;
}
.sp-stat-rv-val {
  font-size: 0.78rem;
  font-weight: 900;
  color: #e65100;
}
.sp-stat-rv-sub {
  font-size: 0.6rem;
  color: #ffb74d;
  margin-top: 1px;
}
.sp-stockbajo-panel {
  background: #ffebee;
  border: 1.5px solid #ffcdd2;
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 12px;
}
.sp-stockbajo-summary {
  font-size: 0.82rem;
  font-weight: 800;
  color: #c62828;
  cursor: pointer;
  list-style: none;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sp-stockbajo-arrow {
  font-size: 0.7rem;
}
.sp-stockbajo-body {
  margin-top: 8px;
}
.sp-stockbajo-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #ffcdd2;
}
.sp-stockbajo-nombre {
  font-size: 0.8rem;
  color: #b71c1c;
}
.sp-stockbajo-cant {
  font-size: 0.75rem;
  font-weight: 800;
  color: #c62828;
}
.sp-section {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f0e8f5;
}
.sp-item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #f5f0fa;
}
.sp-item-nombre {
  font-size: 0.74rem;
  color: #555;
  flex: 1;
  min-width: 0;
}
.sp-item-right {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  margin-left: 8px;
}
.sp-item-cant {
  font-size: 0.63rem;
  color: #b273b2;
  background: #f3e8ff;
  padding: 1px 6px;
  border-radius: 99px;
  font-weight: 700;
}
.sp-item-subtotal {
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--primary);
}
.sp-pedido-card {
  background: #fdfaff;
  border: 1px solid #ece3f5;
  border-radius: 11px;
  margin-bottom: 5px;
  overflow: hidden;
}
.sp-pedido-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  gap: 8px;
}
.sp-pedido-left {
  flex: 1;
  min-width: 0;
}
.sp-pedido-cliente {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--text);
}
.sp-pedido-meta {
  font-size: 0.62rem;
  color: #b2bec3;
  margin-top: 2px;
}
.sp-pedido-right {
  text-align: right;
  flex-shrink: 0;
}
.sp-pedido-total {
  font-size: 0.85rem;
  font-weight: 900;
  color: var(--primary);
}
.sp-pedido-detalle-link {
  font-size: 0.58rem;
  color: #b2bec3;
}
.sp-pedido-body {
  display: none;
  padding: 0 12px 12px;
  border-top: 1px solid #ece3f5;
}
.sp-pedido-items-wrap {
  margin: 8px 0 10px;
}
.sp-mes-card {
  border: 1px solid #ece3f5;
  border-radius: 14px;
  margin-bottom: 8px;
  overflow: hidden;
}
.sp-mes-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 14px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background: #fdfaff;
  gap: 8px;
}
.sp-mes-titulo {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--text);
  text-transform: capitalize;
}
.sp-mes-meta {
  font-size: 0.62rem;
  color: #b2bec3;
  margin-top: 2px;
}
.sp-mes-right {
  text-align: right;
  flex-shrink: 0;
}
.sp-mes-total {
  font-size: 0.92rem;
  font-weight: 900;
  color: var(--primary);
}
.sp-mes-detalle-link {
  font-size: 0.58rem;
  color: #b2bec3;
}
.sp-mes-body {
  display: none;
  padding: 12px 14px 14px;
  background: white;
  border-top: 1px solid #f5f0fa;
}
.sp-pedidos-title {
  font-size: 0.63rem;
  font-weight: 700;
  color: #b2bec3;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin: 12px 0 8px;
}
.sp-sin-pedidos {
  font-size: 0.74rem;
  color: #b2bec3;
  text-align: center;
}
.sp-prod-row {
  padding: 12px 0;
}
.sp-prod-row--border {
  border-bottom: 1px solid #f5f0fa;
}
.sp-prod-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px;
}
.sp-prod-rank {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  flex-shrink: 0;
}
.sp-prod-rank--top3 {
  background: linear-gradient(135deg, var(--primary-solid), #a855f7);
  color: white;
  font-size: 1.1rem;
}
.sp-prod-rank--rest {
  background: #f3e8ff;
  color: var(--primary);
  font-size: 0.8rem;
}
.sp-prod-info {
  flex: 1;
  min-width: 0;
}
.sp-prod-nombre {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--text);
}
.sp-prod-meta {
  font-size: 0.62rem;
  color: #b2bec3;
  margin-top: 1px;
}
.sp-prod-total {
  font-size: 0.9rem;
  font-weight: 900;
  color: var(--primary);
  flex-shrink: 0;
}
.sp-vermas-wrap {
  margin-top: 4px;
}
.sp-vermas-summary {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--primary);
  cursor: pointer;
  list-style: none;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.sp-vermas-arrow {
  font-size: 0.7rem;
}
.sp-empty-ventas {
  text-align: center;
  color: #b2bec3;
  font-size: 0.82rem;
  padding: 12px;
}
.sp-empty-pedidos {
  text-align: center;
  color: #b2bec3;
  font-size: 0.8rem;
  padding: 12px;
}
.sp-empty-historial {
  text-align: center;
  color: #b2bec3;
  font-size: 0.8rem;
  padding: 20px 0;
}

/* ── inventario.js ── */
.inv-error-msg {
  text-align: center;
  color: var(--danger);
  padding: 20px;
}
.inv-summary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 14px;
}
.inventario-summary-card {
  border-radius: 13px;
  padding: 10px 14px;
  text-align: center;
}
.inventario-summary-card--productos {
  background: linear-gradient(135deg, #f3e8ff, #e8d5f5);
}
.inventario-summary-card--stockbajo {
  background: linear-gradient(135deg, #ffebee, #ffcdd2);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.inventario-summary-card--ok {
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
}
.inv-summary-num {
  font-size: 1.5rem;
  font-weight: 900;
}
.inv-summary-num--primary {
  color: var(--primary);
}
.inv-summary-num--danger {
  color: #c62828;
}
.inv-summary-num--green {
  color: #2e7d32;
}
.inv-summary-label {
  font-size: 0.62rem;
  font-weight: 700;
  margin-top: 2px;
}
.inv-summary-label--primary {
  color: #9b6bbf;
}
.inv-summary-label--danger {
  color: #c62828;
}
.inv-summary-label--green {
  color: #2e7d32;
}
.inv-cat-wrap {
  margin-bottom: 10px;
}
.inv-cat-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  background: #f3e8ff;
  border-radius: 12px;
  padding: 10px 12px;
  cursor: pointer;
  user-select: none;
  margin-bottom: 8px;
}
.inv-cat-toggle--closed {
  margin-bottom: 0;
}
.inv-cat-left {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  min-width: 0;
}
.inv-cat-emoji {
  font-size: 1rem;
  flex-shrink: 0;
}
.inv-cat-nombre {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
}
.inv-cat-count {
  background: var(--primary);
  color: white;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 99px;
  flex-shrink: 0;
}
.inv-cat-right {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
.inv-cat-btn-agregar {
  background: var(--primary);
  color: white;
  border: none;
  border-radius: 99px;
  padding: 6px 13px;
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}
.cat-arrow {
  font-size: 0.85rem;
  color: var(--primary);
  font-weight: 900;
}
.inv-cat-body {
  padding: 0 4px;
}
.inv-cat-body--closed {
  display: none;
}
.inv-prod-card {
  background: white;
  border-radius: 16px;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(96, 32, 96, 0.04);
}
.inv-prod-card--bajo {
  border: 1.5px solid #ffcdd2;
  border-left: 3.5px solid #e53935;
}
.inv-prod-card--ok {
  border: 1.5px solid #ede0f5;
  border-left: 3.5px solid;
}
.inv-accent-0 { border-left-color: #602060; }
.inv-accent-1 { border-left-color: #1565c0; }
.inv-accent-2 { border-left-color: #00897b; }
.inv-accent-3 { border-left-color: #8a2b8a; }
.inv-accent-4 { border-left-color: #2e7d32; }
.inv-accent-5 { border-left-color: #c2185b; }
.inv-prod-top {
  display: flex;
  gap: 13px;
  padding: 14px 14px 12px;
  align-items: center;
}
.inv-prod-img {
  width: 58px;
  height: 58px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1.5px solid #f0e8f5;
}
.inv-prod-img-placeholder {
  width: 58px;
  height: 58px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f3e8ff, #e8d5f5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  flex-shrink: 0;
}
.inv-prod-info {
  flex: 1;
  min-width: 0;
}
.inv-prod-nombre {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text);
  line-height: 1.3;
  margin-bottom: 5px;
}
.inv-prod-badges-row {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}
.inv-stock-badge {
  font-size: 0.7rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 99px;
  white-space: nowrap;
}
.inv-stock-badge--bajo {
  background: #ffebee;
  color: #c62828;
  border: 1px solid #ffcdd2;
}
.inv-stock-badge--ok {
  background: #f0f9f0;
  color: #2e7d32;
  border: 1px solid #c8e6c9;
}
.inv-btn-variantes {
  background: #f3e8ff;
  color: var(--primary);
  border: none;
  border-radius: 99px;
  padding: 3px 12px;
  font-family: inherit;
  font-size: 0.7rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.inv-prices-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 7px;
  padding: 0 14px 14px;
}
.inv-price-box {
  border-radius: 11px;
  padding: 9px 6px;
  text-align: center;
}
.inv-price-box--venta {
  background: #fafaff;
  border-left: 3px solid var(--primary);
}
.inv-price-box--ganancia {
  background: #e8f5e9;
  border-left: 3px solid #2e7d32;
}
.inv-price-box--reinversion {
  background: #fff3e0;
  border-left: 3px solid #e65100;
}
.inv-price-val {
  font-size: 0.85rem;
  font-weight: 900;
}
.inv-price-val--venta {
  color: var(--primary);
}
.inv-price-val--ganancia {
  color: #2e7d32;
}
.inv-price-val--reinversion {
  color: #e65100;
}
.inv-price-label {
  font-size: 0.6rem;
  margin-top: 2px;
}
.inv-price-label--venta {
  color: #b2bec3;
}
.inv-price-label--ganancia {
  color: #66bb6a;
}
.inv-price-label--reinversion {
  color: #ff8a65;
}
.inv-prod-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #f5f0fa;
}
.inv-btn-editar {
  background: transparent;
  color: var(--primary);
  border: none;
  border-right: 1px solid #f5f0fa;
  padding: 12px;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.inv-btn-eliminar {
  background: transparent;
  color: #c62828;
  border: none;
  padding: 12px;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.inv-thumb {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.inv-thumb--principal {
  border: 1.5px solid var(--primary);
}
.inv-thumb--normal {
  border: 1.5px solid #e0d0f0;
}
.inv-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.inv-thumb-placeholder {
  width: 100%;
  height: 100%;
  background: #f3e8ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
.inv-thumb-del {
  position: absolute;
  top: 2px;
  right: 2px;
  background: rgba(0, 0, 0, 0.55);
  color: white;
  border: none;
  border-radius: 99px;
  width: 19px;
  height: 19px;
  font-size: 0.65rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.inv-thumb-portada {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(155, 89, 182, 0.82);
  color: white;
  font-size: 0.5rem;
  font-weight: 800;
  text-align: center;
  padding: 2px 0;
  letter-spacing: 0.3px;
}
.inv-thumb-add {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  border: 1.5px dashed var(--primary);
  background: #f3e8ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 3px;
  flex-shrink: 0;
}
.inv-thumb-add-icon {
  font-size: 1.4rem;
}
.inv-thumb-add-label {
  font-size: 0.55rem;
  font-weight: 800;
  color: var(--primary);
}
.inv-var-confirm {
  background: #fff5f5;
  border: 1.5px solid #ffcdd2;
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.inv-var-confirm-text {
  flex: 1;
  font-size: 0.82rem;
  color: #c62828;
  font-weight: 600;
  min-width: 120px;
}
.inv-var-btn-cancelar {
  background: #f0f0f0;
  border: none;
  color: #555;
  font-size: 0.82rem;
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
  min-height: 44px;
  font-weight: 600;
}
.inv-var-btn-eliminar {
  background: #c62828;
  border: none;
  color: #fff;
  font-size: 0.82rem;
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
  min-height: 44px;
}
.inv-var-img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #e0c8f0;
}
.inv-var-img-placeholder {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e0c8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.inv-var-row {
  background: #f9f0ff;
  border: 1.5px solid #e0c8f0;
  border-radius: 12px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.inv-var-info {
  flex: 1;
  min-width: 0;
}
.inv-var-nombre {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inv-var-stock {
  font-size: 0.72rem;
  color: #b273b2;
}
.inv-var-btn-editar {
  background: #ede1ff;
  border: none;
  color: #7c5cbf;
  font-size: 1rem;
  padding: 0;
  border-radius: 8px;
  cursor: pointer;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inv-var-btn-confirmar-elim {
  background: #ffeaea;
  border: none;
  color: #c62828;
  font-size: 1rem;
  padding: 0;
  border-radius: 8px;
  cursor: pointer;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inv-var-empty {
  font-size: 0.75rem;
  color: #b2bec3;
  margin: 2px 0 0;
}
.inv-var-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 2px;
}
.inv-promo-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 2px;
}
.inv-promo-chip {
  background: #fff3e0;
  color: #e65100;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #ffe0b2;
}
.inv-promo-variante {
  font-style: normal;
  opacity: 0.8;
}
.inv-promo-del {
  background: none;
  border: none;
  color: #c62828;
  font-size: 0.78rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  margin-left: 1px;
}
.inv-orden-btn {
  border: none;
  border-radius: 8px;
  width: 38px;
  height: 38px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}
.inv-orden-btn--on {
  background: #f3e8ff;
  color: var(--primary);
  font-weight: 900;
  cursor: pointer;
}
.inv-orden-btn--off {
  background: #f0f0f0;
  color: #ccc;
  cursor: default;
}
.inv-orden-row {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f9f0ff;
  border: 1.5px solid #e0c8f0;
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 7px;
}
.inv-orden-icon {
  font-size: 1rem;
  flex-shrink: 0;
}
.inv-orden-nombre {
  flex: 1;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--primary);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inv-orden-btns {
  display: flex;
  gap: 5px;
  flex-shrink: 0;
}
.inv-sb-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border-bottom: 1px solid #fce8e8;
}
.inv-sb-img {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1.5px solid #f0e0e0;
}
.inv-sb-img-placeholder {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #f3e8ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.inv-sb-info {
  flex: 1;
  min-width: 0;
}
.inv-sb-nombre {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inv-sb-cat {
  font-size: 0.72rem;
  color: #9b6bbf;
  margin-top: 1px;
}
.inv-sb-right {
  text-align: right;
  flex-shrink: 0;
}
.inv-sb-badge {
  border-radius: 99px;
  padding: 3px 10px;
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}
.inv-sb-badge--critico {
  background: #ffebee;
  color: #c62828;
  border: 1px solid #ffcdd2;
}
.inv-sb-badge--warn {
  background: #fff3e0;
  color: #e65100;
  border: 1px solid #ffe0b2;
}
.inv-sb-min {
  font-size: 0.65rem;
  color: #b2bec3;
  margin-top: 3px;
}
.inv-sb-btn-editar {
  background: #f3e8ff;
  color: var(--primary);
  border: none;
  border-radius: 8px;
  padding: 6px 10px;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  flex-shrink: 0;
}
.inv-detalle-portada {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 16px;
  display: block;
}
.inv-detalle-section {
  margin-bottom: 14px;
}
.inv-detalle-title {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 7px;
}
.inv-detalle-title--var {
  color: var(--primary);
}
.inv-detalle-title--promo {
  color: #e65100;
}
.inv-detalle-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.inv-detalle-var-img {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1.5px solid #f0e8f5;
}
.inv-detalle-var-img-placeholder {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #f3e8ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.inv-detalle-var-row {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fafaff;
  border-radius: 12px;
  padding: 8px 10px;
  border: 1px solid #f0e8f5;
}
.inv-detalle-var-nombre {
  flex: 1;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
}
.inv-detalle-var-stock {
  font-size: 0.78rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 99px;
}
.inv-detalle-var-stock--agotado {
  color: #c62828;
  background: #ffebee;
}
.inv-detalle-var-stock--bajo {
  color: #e65100;
  background: #fff3e0;
}
.inv-detalle-var-stock--ok {
  color: #2e7d32;
  background: #e8f5e9;
}
.inv-detalle-promo-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff3e0;
  border-radius: 12px;
  padding: 10px 14px;
  border: 1px solid #ffe0b2;
}
.inv-detalle-promo-cant {
  font-size: 0.88rem;
  font-weight: 700;
  color: #e65100;
}
.inv-detalle-promo-precio {
  font-size: 1rem;
  font-weight: 900;
  color: #bf360c;
}

/* ── clientas.js ── */
.cli-msg-center {
  text-align: center;
  color: #b2bec3;
  padding: 16px;
}
.cli-error-msg {
  color: var(--danger);
  text-align: center;
  padding: 16px;
  font-size: 0.85rem;
}
.cli-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cli-avatar-initials {
  font-size: 1.05rem;
  font-weight: 800;
  color: white;
}
.cli-numcuenta {
  font-size: 0.68rem;
  font-weight: 700;
  color: #c5a8d8;
  margin-right: 4px;
}
.cli-badge-admin {
  background: #f3e8ff;
  color: var(--primary);
  font-size: 0.7rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 99px;
}
.cli-badge-vip {
  background: #fffde7;
  color: #f57f17;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 99px;
}
.cli-badge-referidos {
  background: #fff3e0;
  color: #e65100;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 99px;
}
.cli-nombre-principal {
  font-weight: 800;
  font-size: 0.97rem;
  color: #2d1f3d;
  line-height: 1.25;
}
.cli-sublinea {
  font-size: 0.78rem;
  color: #a08cbe;
  margin-top: 2px;
}
.cli-badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 5px;
}
.cli-citas-chip {
  font-size: 0.7rem;
  font-weight: 700;
  color: #a08cbe;
  white-space: nowrap;
  flex-shrink: 0;
}
.cli-avatar-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-solid), #c060c0);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(96, 32, 96, 0.2);
}
.cli-header-info {
  flex: 1;
  min-width: 0;
  margin: 0 10px;
}
.cli-header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  flex-shrink: 0;
}
.cli-chevron {
  color: #c5a8d8;
  font-size: 1rem;
  font-weight: 700;
  transition: transform 0.25s;
  line-height: 1;
}
.cli-form-wrap {
  padding: 16px 16px 14px;
  border-top: 1.5px solid #f0e8f5;
  background: #fdf8ff;
  border-radius: 0 0 20px 20px;
}
.cli-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}
.cli-stat-icon {
  font-size: 1.1rem;
  margin-bottom: 3px;
}
.cli-stat-label {
  font-size: 0.65rem;
  font-weight: 700;
  color: #b2bec3;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 3px;
}
.clienta-stat-box {
  background: white;
  border: 1.5px solid #f0e8f5;
  border-radius: 13px;
  padding: 10px 8px;
  text-align: center;
}
.clienta-stat-value {
  font-weight: 800;
  color: #2d1f3d;
}
.clienta-stat-value--wide {
  font-size: 0.72rem;
  line-height: 1.3;
}
.clienta-stat-value--num {
  font-size: 0.85rem;
}
.cli-vip-banner {
  background: #fff8e1;
  border-left: 4px solid #ffb300;
  border-radius: 10px;
  padding: 9px 12px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cli-vip-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
}
.cli-vip-title {
  font-size: 0.88rem;
  font-weight: 800;
  color: #f57f17;
}
.cli-vip-desde {
  font-size: 0.73rem;
  color: #f9a825;
  margin-top: 1px;
}
.clienta-contact-box {
  background: white;
  border: 1.5px solid #f0e8f5;
  border-radius: 13px;
  padding: 11px 14px;
  margin-bottom: 14px;
}
.cli-contact-row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.cli-contact-row--tel {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
}
.cli-contact-icon {
  font-size: 0.8rem;
  color: #a08cbe;
}
.cli-contact-icon-sm {
  font-size: 0.75rem;
  color: #a08cbe;
}
.clienta-contact-text {
  color: #636e72;
}
.cli-contact-text--correo {
  font-size: 0.8rem;
  word-break: break-all;
}
.cli-contact-text--tel {
  font-size: 0.78rem;
  font-weight: 600;
}
.cli-section-title {
  font-size: 0.7rem;
  font-weight: 700;
  color: #a08cbe;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.cli-edit-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}
.cli-field-label {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--primary);
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.cli-field-input {
  width: 100%;
  box-sizing: border-box;
  padding: 11px 14px;
  border-radius: 12px;
  border: 1.5px solid #ede0f0;
  font-family: inherit;
  font-size: 0.9rem;
  background: white;
  outline: none;
}
.cli-bday-display {
  font-size: 0.76rem;
  color: #b273b2;
  margin-top: 5px;
  padding-left: 2px;
}
.cli-actions-row {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.cli-btn-guardar {
  flex: 1;
  background: linear-gradient(135deg, var(--primary-solid), #8a2b8a);
  color: white;
  border: none;
  border-radius: 13px;
  padding: 13px;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.9rem;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(96, 32, 96, 0.25);
}
.cli-btn-cerrar {
  background: #f3eeff;
  color: #a08cbe;
  border: none;
  border-radius: 13px;
  padding: 13px 18px;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
}
.puntos-box {
  background: linear-gradient(135deg, #fff8e1, #fffde7);
  border: 1.5px solid #ffe082;
  border-radius: 13px;
  padding: 11px 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cli-puntos-label {
  font-size: 0.65rem;
  font-weight: 700;
  color: #f9a825;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.puntos-val {
  font-size: 1.35rem;
  font-weight: 900;
  color: #f57f17;
  margin-top: 2px;
}
.cli-referidos-right {
  text-align: right;
}
.cli-referidos-label {
  font-size: 0.65rem;
  font-weight: 700;
  color: #b273b2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.referidos-val {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--primary);
  margin-top: 2px;
}
.cli-btn-sumar-referido {
  width: 100%;
  background: #e8f5e9;
  color: #2e7d32;
  border: 1.5px solid #a5d6a7;
  border-radius: 13px;
  padding: 11px;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.84rem;
  cursor: pointer;
}
.cli-ref-stat-box {
  border-radius: 14px;
  padding: 12px 14px;
  text-align: center;
  cursor: pointer;
}
.cli-ref-stat-box--referidos {
  background: linear-gradient(135deg, #f3e8ff, #fdf2ff);
  border: 1px solid #e8d5f5;
  margin-bottom: 8px;
}
.cli-ref-stat-box--puntos {
  background: linear-gradient(135deg, #fff8e1, #fffde7);
  border: 1px solid #ffe082;
  margin-bottom: 12px;
}
.cli-ref-stat-val {
  font-size: 1.5rem;
  font-weight: 900;
}
.cli-ref-stat-val--referidos {
  color: var(--primary);
}
.cli-ref-stat-val--puntos {
  color: #f57f17;
}
.cli-ref-stat-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cli-ref-stat-label--referidos {
  color: #b273b2;
}
.cli-ref-stat-label--puntos {
  color: #f9a825;
}
.cli-ref-row {
  background: white;
  border-radius: 16px;
  margin-bottom: 10px;
  border: 1.5px solid #e1bee7;
  overflow: hidden;
}
.cli-ref-row-top {
  padding: 13px 14px;
}
.cli-ref-row-flex {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.cli-ref-icon {
  font-size: 1.3rem;
  line-height: 1;
  padding-top: 2px;
}
.cli-ref-info {
  flex: 1;
  min-width: 0;
}
.cli-ref-text {
  font-size: 0.92rem;
  font-weight: 800;
  color: #2d1f3d;
  line-height: 1.4;
}
.cli-ref-nombre-escrito {
  color: var(--primary);
}
.cli-ref-fecha {
  font-size: 0.72rem;
  color: #b2bec3;
  margin-top: 3px;
}
.cli-ref-btn-wrap {
  padding: 0 14px 13px;
}
.cli-ref-btn-marcar {
  width: 100%;
  background: var(--primary);
  color: white;
  border: none;
  border-radius: 10px;
  padding: 10px 14px;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.82rem;
  cursor: pointer;
}
.cli-rank-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-bottom: 1px solid;
}
.cli-rank-row--ref {
  border-bottom-color: #f3e8ff;
}
.cli-rank-row--pts {
  border-bottom-color: #fff3e0;
}
.cli-rank-row--ref-top {
  background: linear-gradient(135deg, #fdf2ff, #fff);
}
.cli-rank-row--pts-top {
  background: linear-gradient(135deg, #fff8e1, #fff);
}
.cli-rank-medal {
  font-weight: 900;
  min-width: 26px;
  text-align: center;
}
.cli-rank-medal--ref {
  color: #b273b2;
}
.cli-rank-medal--pts {
  color: #f9a825;
}
.cli-rank-medal--top {
  font-size: 1.3rem;
}
.cli-rank-medal--normal {
  font-size: 0.85rem;
}
.cli-rank-nombre {
  flex: 1;
  font-size: 0.92rem;
  font-weight: 700;
  color: #2d1f3d;
}
.cli-rank-count {
  font-size: 0.9rem;
  font-weight: 900;
}
.cli-rank-count--ref {
  color: var(--primary);
}
.cli-rank-count--pts {
  color: #f57f17;
}
.cli-rank-empty {
  text-align: center;
  color: #b2bec3;
  padding: 24px;
}
.cli-modal-narrow {
  max-width: 360px;
  padding: 0;
  overflow: hidden;
  border-radius: 20px;
}
.cli-modal-header--ref {
  padding: 16px 18px;
  background: linear-gradient(135deg, #f3e8ff, #fdf2ff);
  border-bottom: 1px solid #e8d5f5;
}
.cli-modal-header--pts {
  padding: 16px 18px;
  background: linear-gradient(135deg, #fff8e1, #fffde7);
  border-bottom: 1px solid #ffe082;
}
.cli-modal-title--ref {
  margin: 0;
  color: var(--primary);
  font-size: 1rem;
}
.cli-modal-title--pts {
  margin: 0;
  color: #f57f17;
  font-size: 1rem;
}
.cli-modal-scrollbody {
  max-height: 60vh;
  overflow-y: auto;
}
.cli-modal-footer--ref {
  padding: 12px 14px;
  border-top: 1px solid #f3e8ff;
}
.cli-modal-footer--pts {
  padding: 12px 14px;
  border-top: 1px solid #fff3e0;
}
.cli-modal-btn-full {
  margin: 0;
  width: 100%;
}
.cli-asig-quote {
  font-size: 0.8rem;
  color: #856404;
}
.cli-asig-fullname {
  color: #b2bec3;
  font-weight: 400;
}
.cli-asig-btn {
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  border: none;
  border-bottom: 1px solid #f3e8ff;
  background: white;
  font-family: inherit;
  cursor: pointer;
}
.cli-asig-nombre {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
}
.cli-asig-detalle {
  font-size: 0.75rem;
  color: #b2bec3;
  margin-top: 2px;
}
.cli-asig-empty {
  text-align: center;
  color: #b2bec3;
  padding: 14px;
  margin: 0;
}

/* ── ventas-productos.js ── */
.vp-error-msg {
  text-align: center;
  color: var(--danger);
  padding: 20px;
}
.vp-sub-hint {
  font-size: 0.78rem;
}
.vp-badge-pendiente {
  background: #fff3e0;
  color: #e65100;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 99px;
}
.vp-badge-confirmada {
  background: #e8f5e9;
  color: #2e7d32;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 99px;
}
.vp-badge-catalogo {
  background: #e3f2fd;
  color: #1565c0;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 99px;
}
.venta-card {
  border-radius: 18px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(96, 32, 96, 0.06);
}
.venta-card--pendiente {
  background: white;
  opacity: 1;
}
.venta-card--confirmada {
  background: #fafafa;
  opacity: 0.72;
}
.vp-border-catalogo {
  border: 1.5px solid #bbdefb;
}
.vp-border-pend {
  border: 1.5px solid #ffe0b2;
}
.vp-border-conf {
  border: 1.5px solid #e0e0e0;
}
.vp-card-body {
  padding: 13px 14px 12px;
}
.vp-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.vp-card-nombre {
  font-size: 0.97rem;
  font-weight: 900;
  line-height: 1.2;
}
.vp-card-nombre--activo {
  color: var(--text);
}
.vp-card-nombre--inactivo {
  color: #aaa;
}
.vp-card-badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 5px;
  align-items: center;
}
.vp-badge-numpedido {
  font-size: 0.65rem;
  font-weight: 800;
  color: var(--primary);
  background: #f3e8ff;
  padding: 2px 8px;
  border-radius: 99px;
}
.vp-meta-text {
  font-size: 0.65rem;
  color: #b2bec3;
}
.vp-card-total {
  font-size: 1.1rem;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 2px;
}
.vp-card-total--activo {
  color: var(--primary);
}
.vp-card-total--inactivo {
  color: #aaa;
}
.vp-notas-box {
  background: #f8f5ff;
  border-radius: 9px;
  padding: 7px 10px;
  margin-bottom: 9px;
  font-size: 0.75rem;
  color: #555;
  border-left: 3px solid var(--primary);
}
.vp-items-box {
  background: #fafafa;
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 10px;
}
.vp-item-row {
  padding: 8px 11px;
  border-bottom: 1px solid #f5f0fa;
}
.vp-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: var(--text);
}
.vp-item-nombre {
  flex: 1;
  min-width: 0;
}
.vp-item-variante {
  color: #b273b2;
}
.vp-item-cant {
  color: #b2bec3;
}
.vp-item-subtotal {
  font-weight: 800;
  color: var(--primary);
  flex-shrink: 0;
  margin-left: 8px;
}
.vp-item-comentario {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  font-size: 0.73rem;
  color: #7b5ea7;
  font-style: italic;
}
.vp-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.vp-stat-box {
  border-radius: 11px;
  padding: 8px 11px;
}
.vp-stat-box--mg-activo {
  background: #f1faf2;
}
.vp-stat-box--mg-inactivo {
  background: #f5f5f5;
}
.vp-stat-box--rv-activo {
  background: #fff8f0;
}
.vp-stat-box--rv-inactivo {
  background: #f5f5f5;
}
.vp-stat-val {
  font-size: 0.8rem;
  font-weight: 900;
}
.vp-stat-val--mg-activo {
  color: #2e7d32;
}
.vp-stat-val--mg-inactivo {
  color: #bbb;
}
.vp-stat-val--rv-activo {
  color: #e65100;
}
.vp-stat-val--rv-inactivo {
  color: #bbb;
}
.vp-stat-sub {
  font-size: 0.6rem;
  margin-top: 1px;
}
.vp-stat-sub--mg-activo {
  color: #81c784;
}
.vp-stat-sub--mg-inactivo {
  color: #ccc;
}
.vp-stat-sub--rv-activo {
  color: #ffb74d;
}
.vp-stat-sub--rv-inactivo {
  color: #ccc;
}
.vp-footer {
  border-top: 1px solid #f5f0fa;
  padding: 10px 14px;
}
.vp-wa-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: #25d366;
  color: white;
  border-radius: 12px;
  padding: 10px 12px;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.25);
  margin-bottom: 8px;
}
.vp-actions-row {
  display: flex;
  gap: 8px;
  align-items: center;
}
.vp-icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}
.vp-icon-btn--editar {
  background: #f3e8ff;
  color: var(--primary);
}
.vp-btn-confirmar {
  flex: 1;
  height: 50px;
  border-radius: 14px;
  background: #e8f5e9;
  color: #2e7d32;
  border: 2px solid #c8e6c9;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  -webkit-tap-highlight-color: transparent;
}
.vp-confirmar-icon {
  font-size: 1rem;
  letter-spacing: -3px;
  padding-right: 2px;
}
.vp-confirmar-sub {
  font-size: 0.62rem;
  opacity: 0.75;
}
.vp-confirmado-badge {
  flex: 1;
  height: 50px;
  border-radius: 14px;
  background: #f5f5f5;
  color: #aaa;
  border: 2px solid #e0e0e0;
  font-size: 0.8rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.vp-btn-eliminar {
  height: 50px;
  width: 50px;
  border-radius: 14px;
  background: #ffebee;
  color: #c62828;
  border: 2px solid #ffcdd2;
  cursor: pointer;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}
.vp-mes-card {
  border: 1px solid #ece3f5;
  border-radius: 14px;
  margin-bottom: 8px;
  overflow: hidden;
}
.vp-mes-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 14px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background: #fdfaff;
  gap: 8px;
}
.vp-mes-titulo {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--text);
  text-transform: capitalize;
}
.vp-mes-meta {
  font-size: 0.62rem;
  color: #b2bec3;
  margin-top: 2px;
}
.vp-mes-right {
  text-align: right;
  flex-shrink: 0;
}
.vp-mes-total {
  font-size: 0.92rem;
  font-weight: 900;
  color: var(--primary);
}
.vp-mes-link {
  font-size: 0.58rem;
  color: #b2bec3;
}
.vp-mes-body {
  padding: 12px 14px 14px;
  background: white;
  border-top: 1px solid #f5f0fa;
}
.vp-pg-loading {
  text-align: center;
  padding: 28px;
  color: #b2bec3;
  font-size: 0.88rem;
}
.vp-pg-check-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: white;
  border: 1.5px solid #f0e6f9;
  border-radius: 14px;
  padding: 11px 13px;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.vp-pg-checkbox {
  width: 17px;
  height: 17px;
  margin-top: 3px;
  accent-color: var(--primary);
  flex-shrink: 0;
}
.vp-pg-check-info {
  flex: 1;
  min-width: 0;
}
.vp-pg-check-nombre {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--text);
}
.vp-pg-check-meta {
  font-size: 0.74rem;
  color: #999;
  margin-top: 2px;
}
.vp-pg-empty {
  text-align: center;
  padding: 14px 0;
  color: #b2bec3;
  font-size: 0.82rem;
}
.vp-pg-header {
  padding: 12px 16px 6px;
}
.vp-pg-check-all-label {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.82rem;
  color: #666;
  cursor: pointer;
  user-select: none;
}
.vp-pg-checkbox-all {
  width: 17px;
  height: 17px;
  accent-color: var(--primary);
}
.vp-pg-list-wrap {
  padding: 0 12px 4px;
}
.vp-pg-footer {
  padding: 10px 16px 14px;
  border-top: 1px solid #f5f0fa;
  position: sticky;
  bottom: 0;
  background: white;
}
.vp-pg-btn-primary {
  width: 100%;
  background: linear-gradient(135deg, var(--primary-solid), #8a2b8a);
  color: white;
  border: none;
  border-radius: 14px;
  padding: 14px;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 3px 12px rgba(96, 32, 96, 0.22);
}
.vp-pg-prod-row {
  padding: 10px 13px;
  border-bottom: 1px solid #f5f0fa;
}
.vp-pg-prod-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.vp-pg-prod-num {
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, var(--primary-solid), #a855f7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.8rem;
  font-weight: 900;
  flex-shrink: 0;
}
.vp-pg-prod-nombre {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text);
}
.vp-pg-prod-variante {
  color: #b273b2;
  font-weight: 500;
}
.vp-pg-prod-comentarios {
  margin-top: 5px;
  padding-left: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.vp-pg-chip-comentario {
  font-size: 0.72rem;
  background: #f3e8ff;
  color: #602060;
  border-radius: 99px;
  padding: 2px 9px;
  font-weight: 600;
}
.vp-pg-cliente-card {
  background: white;
  border: 1.5px solid #f0e6f9;
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 8px;
}
.vp-pg-cliente-nombre {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 5px;
}
.vp-pg-cliente-item {
  padding: 3px 0;
}
.vp-pg-cliente-item-text {
  font-size: 0.8rem;
  color: #555;
}
.vp-pg-cliente-item-comentario {
  font-size: 0.75rem;
  color: #7b5ea7;
  font-style: italic;
  padding-left: 12px;
}
.vp-pg-cliente-notas {
  font-size: 0.75rem;
  color: #7b5ea7;
  background: #f3e8ff;
  border-radius: 8px;
  padding: 5px 9px;
  margin-top: 6px;
}
.vp-pg-section {
  padding: 14px 16px 20px;
}
.vp-pg-section-title {
  font-size: 0.72rem;
  font-weight: 800;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 9px;
}
.vp-pg-list-box {
  background: #fafafa;
  border: 1px solid #ede0f0;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 18px;
}
.vp-pg-list-empty {
  text-align: center;
  padding: 14px;
  color: #b2bec3;
  font-size: 0.82rem;
}
.vp-pg-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, #e0c8f0, transparent);
  margin-bottom: 18px;
}
.vp-pg-divider-mid {
  height: 1px;
  background: linear-gradient(90deg, transparent, #e0c8f0, transparent);
  margin: 18px 0 16px;
}
.vp-pg-spinner {
  display: inline-block;
  animation: spinNeon 0.9s linear infinite;
  margin-right: 8px;
}
.vp-pedido-card {
  background: white;
  border: 1.5px solid #f0e6f9;
  border-radius: 16px;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(96, 32, 96, 0.04);
}
.vp-pedido-body {
  padding: 12px 14px 11px;
}
.vp-pedido-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px;
}
.vp-pedido-titulo {
  font-size: 0.95rem;
  font-weight: 900;
  color: var(--text);
}
.vp-pedido-meta {
  font-size: 0.7rem;
  color: #b2bec3;
  margin-top: 2px;
}
.vp-pedido-items-box {
  background: #fafafa;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #f0e6f9;
}
.vp-pedido-item-row {
  padding: 9px 12px;
  border-bottom: 1px solid #f5f0fa;
}
.vp-pedido-item-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.vp-pedido-item-num {
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--primary-solid), #a855f7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.78rem;
  font-weight: 900;
  flex-shrink: 0;
}
.vp-pedido-item-nombre {
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--text);
}
.vp-pedido-item-variante {
  color: #b273b2;
  font-weight: 400;
}
.vp-pedido-item-comentarios {
  margin-top: 5px;
  padding-left: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.vp-pedido-chip {
  font-size: 0.7rem;
  background: #f3e8ff;
  color: #602060;
  border-radius: 99px;
  padding: 2px 8px;
  font-weight: 600;
}
.vp-pedido-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #f5f0fa;
}
.vp-pedido-btn-editar {
  background: transparent;
  color: var(--primary);
  border: none;
  border-right: 1px solid #f5f0fa;
  padding: 10px;
  font-family: inherit;
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.vp-pedido-btn-eliminar {
  background: transparent;
  color: #c62828;
  border: none;
  padding: 10px;
  font-family: inherit;
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.vp-edit-item-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-bottom: 1px solid #f5f0fa;
}
.vp-edit-item-info {
  flex: 1;
  min-width: 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
}
.vp-edit-item-variante {
  color: #b273b2;
  font-weight: 400;
}
.vp-edit-item-comentarios {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin-top: 3px;
}
.vp-edit-chip {
  font-size: 0.68rem;
  background: #f3e8ff;
  color: #602060;
  border-radius: 99px;
  padding: 1px 7px;
}
.vp-edit-cantidad-input {
  width: 58px;
  text-align: center;
  border: 1.5px solid #ede0f0;
  border-radius: 9px;
  padding: 5px;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary);
}
.vp-edit-btn-del {
  background: none;
  border: none;
  color: #e57373;
  font-size: 1rem;
  cursor: pointer;
  padding: 2px 6px;
  flex-shrink: 0;
}
.vp-edit-empty {
  text-align: center;
  padding: 14px;
  color: #b2bec3;
  font-size: 0.82rem;
}
.vp-edit-select {
  width: 100%;
  border: 1.5px solid #ede0f0;
  border-radius: 10px;
  padding: 9px 12px;
  font-family: inherit;
  font-size: 0.85rem;
  background: white;
  color: var(--text);
}
.vp-edit-add-box {
  background: #fafafa;
  border: 1px solid #ede0f0;
  border-radius: 14px;
  padding: 12px;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vp-edit-add-row {
  display: flex;
  gap: 8px;
}
.vp-edit-cantidad-nueva {
  width: 80px;
  border: 1.5px solid #ede0f0;
  border-radius: 10px;
  padding: 9px 12px;
  font-family: inherit;
  font-size: 0.85rem;
  text-align: center;
}
.vp-edit-btn-agregar {
  flex: 1;
  background: linear-gradient(135deg, var(--primary-solid), #a855f7);
  color: white;
  border: none;
  border-radius: 10px;
  padding: 9px;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
}
.vp-cart-empty {
  text-align: center;
  color: #b2bec3;
  font-size: 0.82rem;
  padding: 8px 0;
}
.vp-cart-box {
  background: #fafafa;
  border-radius: 12px;
  border: 1px solid #ede0f0;
  overflow: hidden;
  margin-bottom: 8px;
}
.vp-cart-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-bottom: 1px solid #f0e8f5;
}
.vp-cart-item-info {
  flex: 1;
  min-width: 0;
}
.vp-cart-item-nombre {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text);
}
.vp-cart-item-variante {
  color: #b273b2;
  font-size: 0.75rem;
}
.vp-cart-item-meta {
  font-size: 0.72rem;
  color: #b2bec3;
}
.vp-cart-item-reinvertir {
  font-size: 0.68rem;
  color: #e65100;
  margin-top: 1px;
}
.vp-cart-item-total {
  font-weight: 800;
  color: var(--primary);
  font-size: 0.85rem;
  flex-shrink: 0;
}
.vp-cart-btn-quitar {
  background: none;
  border: none;
  color: #e57373;
  font-size: 0.95rem;
  cursor: pointer;
  padding: 2px 4px;
  flex-shrink: 0;
}
.vp-cart-summary {
  background: #fff8e1;
  border: 1px solid #ffe082;
  border-radius: 10px;
  padding: 8px 12px;
  margin-bottom: 8px;
}
.vp-cart-summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.78rem;
  margin-bottom: 3px;
}
.vp-cart-summary-row-last {
  display: flex;
  justify-content: space-between;
  font-size: 0.78rem;
}
.vp-cart-summary-label {
  color: #b2bec3;
}
.vp-cart-summary-val {
  font-weight: 800;
}
.vp-cart-summary-val--naranja {
  color: #e65100;
}
.vp-cart-summary-val--verde {
  color: #2e7d32;
}
.vp-cart-total-wrap {
  text-align: right;
  padding-bottom: 4px;
}
.vp-cart-total-text {
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--primary);
}

/* ── pantallas.js ──
   Colores por plataforma (sv.color) son arbitrarios, elegidos por el
   admin con un color picker -> no es un enum fijo. Se resuelven con
   custom properties (--sv, --sv-NN, --pct) que _ptApplyDynColors()
   fija por JS (CSSOM, permitido por CSP) sobre el elemento con
   data-color/data-pct; el resto de las reglas son CSS estatico. */
.pt-alert-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  background: #fff4f4;
  border-radius: 10px;
  margin-bottom: 6px;
}
.pt-alert-item-info {
  flex: 1;
  min-width: 0;
}
.pt-alert-item-nombre {
  font-weight: 700;
  font-size: 0.88rem;
  color: #c0392b;
}
.pt-alert-item-detalle {
  font-size: 0.73rem;
  color: #636e72;
}
.pt-alert-item-btn {
  padding: 6px 10px;
  font-size: 0.78rem;
  color: #25d366;
  border-color: #25d366;
  flex-shrink: 0;
}
.pt-alert-box {
  background: linear-gradient(135deg, #ff6b6b18, #ee000010);
  border: 1.5px solid #ee000044;
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 14px;
}
.pt-alert-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.pt-alert-icon {
  font-size: 1.3rem;
}
.pt-alert-head-text {
  flex: 1;
}
.pt-alert-title {
  font-weight: 800;
  font-size: 0.9rem;
  color: #c0392b;
}
.pt-alert-sub {
  font-size: 0.73rem;
  color: #636e72;
}
.pt-loading {
  text-align: center;
  padding: 30px;
  color: #b2bec3;
}
.pt-svc-card {
  background: #fff;
  border: 1.5px solid var(--sv-33);
  border-left: 4px solid var(--sv);
  border-radius: 16px;
  padding: 15px 16px;
  margin-bottom: 12px;
  box-shadow: 0 2px 10px var(--sv-12);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.pt-svc-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 13px;
}
.pt-svc-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: var(--sv-20);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  flex-shrink: 0;
  box-shadow: 0 2px 8px var(--sv-25);
}
.pt-svc-info {
  flex: 1;
  min-width: 0;
}
.pt-svc-nombre {
  font-weight: 800;
  font-size: 1rem;
  color: #2d1f3d;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pt-svc-meta-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
  flex-wrap: wrap;
}
.pt-svc-precio {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--sv);
}
.pt-svc-precio-suf {
  font-weight: 400;
  color: #a08cbe;
}
.pt-svc-ingreso-chip {
  font-size: 0.72rem;
  background: #f0e6ff;
  color: #6d3aad;
  padding: 2px 7px;
  border-radius: 20px;
  font-weight: 700;
}
.pt-svc-header-right {
  flex-shrink: 0;
}
.pt-libre-badge {
  display: inline-block;
  padding: 4px 9px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 800;
}
.pt-libre-badge--full {
  background: #fff0f0;
  color: #d63031;
}
.pt-libre-badge--free {
  background: #e8fdf5;
  color: #00b894;
}
.pt-cupos-box {
  background: #f8f2ff;
  border-radius: 10px;
  padding: 10px 12px;
}
.pt-dots-row {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 7px;
}
.pt-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e8dff5;
  margin-right: 3px;
  flex-shrink: 0;
}
.pt-dot--on {
  background: var(--sv);
}
.pt-bar-track {
  background: #e8dff5;
  border-radius: 6px;
  height: 5px;
  overflow: hidden;
  margin-bottom: 5px;
}
.pt-bar-fill {
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--sv), var(--sv-99));
  width: var(--pct);
  transition: width 0.5s;
}
.pt-cupos-summary-row {
  display: flex;
  justify-content: space-between;
}
.pt-cupos-oc,
.pt-cupos-total {
  font-size: 0.7rem;
  color: #a08cbe;
}
.pt-cupos-oc-num {
  color: #2d1f3d;
}
.pt-lleno-text {
  color: #d63031;
}
.pt-libre-text {
  color: #00b894;
}
.pt-mypay-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 11px;
  padding: 10px 12px;
  background: var(--sv-10);
  border-radius: 10px;
  border: 1px solid var(--sv-25);
}
.pt-mypay-left {
  display: flex;
  align-items: center;
  gap: 6px;
}
.pt-mypay-icon {
  font-size: 0.85rem;
}
.pt-mypay-label {
  font-size: 0.73rem;
  color: #636e72;
}
.pt-mypay-right {
  display: flex;
  align-items: center;
  gap: 7px;
}
.pt-mypay-fecha {
  font-size: 0.82rem;
  color: #2d1f3d;
}
.pt-svc-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 11px;
}
.pt-ver-clientes {
  font-size: 0.72rem;
  color: #c5b8d8;
}
.pt-btn-editar-sm {
  padding: 6px 11px;
  font-size: 0.72rem;
}
.pt-svc2-card {
  background: #fff;
  border: 1.5px solid var(--sv-33);
  border-left: 4px solid var(--sv);
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 14px;
  box-shadow: 0 2px 10px var(--sv-12);
}
.pt-svc2-header {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 14px;
}
.pt-svc2-icon {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  background: var(--sv-20);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  flex-shrink: 0;
  box-shadow: 0 2px 8px var(--sv-25);
}
.pt-svc2-info {
  flex: 1;
  min-width: 0;
}
.pt-svc2-nombre {
  font-weight: 800;
  font-size: 1.02rem;
  color: #2d1f3d;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pt-svc2-meta-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
  flex-wrap: wrap;
}
.pt-svc2-precio {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--sv);
}
.pt-svc2-precio-suf {
  font-weight: 400;
  color: #a08cbe;
}
.pt-svc2-ingreso-chip {
  font-size: 0.72rem;
  color: #636e72;
  background: #f0e6ff;
  padding: 2px 7px;
  border-radius: 20px;
}
.pt-cupos2-wrap {
  margin-bottom: 14px;
}
.pt-cupos2-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.pt-dots2-row {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.pt-dot2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e8dff5;
  flex-shrink: 0;
}
.pt-dot2--on {
  background: var(--sv);
}
.pt-libre2-badge {
  font-size: 0.75rem;
  font-weight: 700;
  margin-left: 8px;
  flex-shrink: 0;
}
.pt-libre2-badge--full {
  color: #d63031;
}
.pt-libre2-badge--free {
  color: #00b894;
}
.pt-bar2-track {
  background: #ede0ff;
  border-radius: 6px;
  height: 5px;
  overflow: hidden;
}
.pt-bar2-fill {
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--sv), var(--sv-99));
  width: var(--pct);
  transition: width 0.5s;
}
.pt-cupos2-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}
.pt-cupos2-text {
  font-size: 0.7rem;
  color: #a08cbe;
}
.pt-pago-box {
  background: linear-gradient(135deg, var(--sv-10), var(--sv-06));
  border: 1.5px solid var(--sv-33);
  border-radius: 13px;
  padding: 13px 14px;
  margin-bottom: 13px;
}
.pt-pago-title {
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--sv);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
.pt-pago-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.pt-pago-costo {
  font-size: 1.2rem;
  font-weight: 900;
  color: #2d1f3d;
}
.pt-pago-costo-label {
  font-size: 0.72rem;
  color: #a08cbe;
  margin-top: 2px;
}
.pt-pago-fecha-wrap {
  text-align: right;
}
.pt-pago-fecha-label {
  font-size: 0.7rem;
  color: #a08cbe;
  margin-bottom: 4px;
}
.pt-pago-fecha-val {
  font-weight: 800;
  font-size: 0.92rem;
  color: #2d1f3d;
}
.pt-pago-badge-wrap {
  margin-top: 4px;
}
.pt-pago-sinfecha {
  font-size: 0.73rem;
  color: #b2bec3;
  text-align: right;
}
.pt-btn-renovado {
  width: 100%;
  margin-top: 12px;
  padding: 10px;
  font-size: 0.83rem;
  color: #00b894;
  border-color: #c8efd8;
  font-weight: 700;
  border-radius: 10px;
}
.pt-pago-sin-config {
  font-size: 0.73rem;
  color: #b2bec3;
  text-align: center;
  margin-top: 10px;
}
.pt-svc2-actions {
  display: flex;
  gap: 8px;
}
.pt-btn-editar2 {
  flex: 1;
  padding: 10px;
  font-size: 0.85rem;
  border-radius: 10px;
  font-weight: 700;
}
.pt-btn-eliminar2 {
  padding: 10px 16px;
  border-radius: 10px;
}
.pt-pactado-val {
  font-size: 1.05rem;
  font-weight: 900;
  color: #00b894;
}
.pt-pactado-tachado {
  font-size: 0.7rem;
  font-weight: 500;
  color: #b2bec3;
  text-decoration: line-through;
  margin-left: 4px;
}
.pt-pactado-suf {
  font-size: 0.7rem;
  font-weight: 500;
  color: #636e72;
}
.pt-total-calc-val {
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--primary);
}
.pt-sub-card {
  background: #fff;
  border: 1.5px solid #ede0ff;
  border-left: 4px solid var(--sv);
  border-radius: 14px;
  padding: 13px 14px;
  margin-bottom: 10px;
}
.pt-sub-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.pt-sub-icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: var(--sv-22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.pt-sub-info {
  flex: 1;
  min-width: 0;
}
.pt-sub-nombre {
  font-weight: 800;
  font-size: 0.95rem;
  color: #2d1f3d;
  line-height: 1.3;
}
.pt-sub-meta {
  font-size: 0.78rem;
  color: #8a7099;
  margin-top: 4px;
}
.pt-sub-precio-inline {
  margin-left: 6px;
  font-weight: 700;
  color: #2d1f3d;
}
.pt-sub-badge-wrap {
  flex-shrink: 0;
}
.pt-sub-actions {
  display: flex;
  gap: 8px;
}
.pt-btn-pausar {
  flex: 1;
  padding: 9px 8px;
  font-size: 0.8rem;
}
.pt-btn-activar {
  flex: 1;
  padding: 9px 8px;
  font-size: 0.8rem;
  color: #00b894;
  border-color: #c8efd8;
}
.pt-btn-elim-sub {
  padding: 9px 14px;
  font-size: 0.8rem;
}
.pt-cli-card-pad {
  padding: 16px 16px 12px;
}
.pt-cli-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}
.pt-cli-info {
  flex: 1;
  min-width: 0;
}
.pt-cli-nombre {
  font-weight: 800;
  font-size: 1.05rem;
  color: #2d1f3d;
  line-height: 1.3;
}
.pt-cli-tel {
  font-size: 0.8rem;
  color: #a08cbe;
  margin-top: 4px;
}
.pt-cli-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  flex-shrink: 0;
}
.pt-cli-actions {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}
.pt-btn-renovar-todo {
  flex: 1;
  padding: 10px 8px;
  font-size: 0.85rem;
}
.pt-btn-wa-resumen {
  padding: 10px 13px;
  color: #00b894;
  border-color: #c8efd8;
  font-size: 0.9rem;
}
.pt-btn-wa-bienvenida {
  padding: 10px 13px;
  color: #27ae60;
  border-color: #c8efd8;
  font-size: 0.9rem;
}
.pt-btn-precio-pactado {
  padding: 10px 13px;
  font-size: 0.85rem;
}
.pt-btn-precio-pactado--activo {
  color: #00b894;
}
.pt-btn-precio-pactado--inactivo {
  color: #636e72;
}
.pt-toggle-sublist {
  border-top: 1.5px solid #f0e6ff;
  padding-top: 10px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.pt-chips-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}
.pt-svc-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--sv-18);
  border: 1.5px solid var(--sv-55);
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #2d1f3d;
}
.pt-svc-chip--inactiva {
  opacity: 0.45;
}
.pt-toggle-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pt-toggle-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #a08cbe;
}
.pt-toggle-arrow {
  font-size: 0.82rem;
  color: var(--primary);
  font-weight: 700;
  transition: transform 0.25s;
}
.pt-sublist-wrap {
  margin-top: 12px;
}
.pt-btn-add-sub {
  width: 100%;
  margin-top: 6px;
  font-size: 0.82rem;
  padding: 10px;
}
.pt-icon-box-sm {
  width: 34px;
  height: 34px;
  font-size: 1rem;
  background: var(--sv-22);
}
.pt-rt-item {
  margin-bottom: 6px;
}
.pt-rt-info {
  flex: 1;
}
.pt-rt-nombre {
  font-weight: 700;
  font-size: 0.87rem;
  color: #2d1f3d;
}
.pt-rt-vence {
  font-size: 0.72rem;
  color: #b2bec3;
}
.pt-success-box--mt8 {
  margin-top: 8px;
}
.pt-desc-info-nombre {
  font-weight: 800;
  font-size: 0.92rem;
  color: #2d1f3d;
  margin-bottom: 6px;
}
.pt-desc-info-precio {
  font-size: 0.82rem;
  color: #636e72;
}
.pt-desc-info-precio-val {
  color: var(--primary);
}
.pt-desc-preview-label {
  font-size: 0.78rem;
  color: #636e72;
  margin-bottom: 4px;
}
.pt-desc-preview-val {
  font-size: 1.1rem;
  font-weight: 900;
  color: #00b894;
}
.pt-desc-preview-suf {
  font-size: 0.75rem;
  font-weight: 500;
  color: #636e72;
}
.pt-desc-preview-ahorro {
  font-size: 0.74rem;
  color: #636e72;
  margin-top: 2px;
}
.pt-detalle-item {
  flex-direction: column;
  align-items: stretch;
}
.pt-detalle-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.pt-detalle-item-nombre {
  font-weight: 700;
  font-size: 0.88rem;
  color: #2d1f3d;
}
.pt-detalle-item-tel {
  font-size: 0.73rem;
  color: #b2bec3;
}
.pt-detalle-item-meta {
  font-size: 0.75rem;
  color: #636e72;
  margin-bottom: 8px;
}
.pt-detalle-item-actions {
  display: flex;
  gap: 6px;
}
.pt-btn-renovar-item {
  flex: 1;
  padding: 7px;
  font-size: 0.75rem;
}
.pt-btn-wa-item {
  padding: 7px 10px;
  color: #00b894;
}
.pt-empty-pad {
  padding: 20px 0;
}

/* ── dashboard.js ── */
.dash-banner {
  border-radius: 20px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.dash-banner--referida {
  background: linear-gradient(135deg, #fff8e1, #fff3cd);
  border: 1.5px dashed #ffb300;
}
.dash-banner-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}
.dash-banner-body {
  flex: 1;
}
.dash-banner-label {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.dash-banner-label--referida {
  color: #b8860b;
}
.dash-banner-title--referida {
  font-weight: 800;
  color: #e65100;
  font-size: 0.95rem;
  margin-top: 2px;
}
.dash-banner-sub {
  font-size: 0.82rem;
  color: var(--text-light);
  margin-top: 2px;
}
.dash-banner--cita-pendiente {
  background: linear-gradient(135deg, #fff8e1, #fff3cd);
  border: 1.5px solid #ffe082;
}
.dash-banner--cita-confirmada {
  background: linear-gradient(135deg, #f3e8ff, #ede0f5);
  border: 1.5px solid #d4b8e8;
}
.dash-banner-label--cita {
  color: #b273b2;
}
.dash-banner-title--cita {
  font-weight: 800;
  color: var(--primary);
  font-size: 0.95rem;
  margin-top: 2px;
}
.dash-banner-estado-badge {
  font-size: 0.75rem;
  font-weight: 700;
  background: white;
  padding: 5px 10px;
  border-radius: 99px;
  color: var(--primary);
}
.dash-banner-estado-badge--pendiente {
  border: 1px solid #ffe082;
}
.dash-banner-estado-badge--confirmada {
  border: 1px solid #d4b8e8;
}
.dash-banner--retoque {
  background: linear-gradient(135deg, #e0f7f4, #b2dfdb);
  border: 1.5px solid #b2dfdb;
}
.dash-banner-label--retoque {
  color: #00897b;
}
.dash-banner-title--retoque {
  font-weight: 800;
  color: #00695c;
  font-size: 0.95rem;
  margin-top: 2px;
}
.dash-ing-card {
  background: linear-gradient(135deg, var(--primary-solid), #8a2b8a);
  border-radius: 20px;
  padding: 16px 18px;
  margin-bottom: 12px;
  color: white;
}
.dash-ing-title {
  font-weight: 800;
  font-size: 0.75rem;
  opacity: 0.75;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.dash-ing-rows {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.dash-ing-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  padding: 9px 13px;
}
.dash-ing-row-label {
  font-size: 0.8rem;
  opacity: 0.85;
  font-weight: 600;
}
.dash-ing-row-right {
  text-align: right;
}
.dash-ing-row-val {
  font-size: 1.05rem;
  font-weight: 800;
}
.dash-ing-row-split {
  font-size: 0.62rem;
  opacity: 0.7;
  margin-top: 1px;
}
.dash-ing-footer {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dash-ing-footer-label {
  font-size: 0.7rem;
  opacity: 0.75;
}
.dash-btn-guardar-resumen {
  background: rgba(255, 255, 255, 0.18);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 9px;
  padding: 5px 13px;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.72rem;
  cursor: pointer;
}
.dash-citas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}
.dash-chip {
  border-radius: 16px;
  padding: 13px 8px;
  text-align: center;
  border: 1.5px solid;
}
.dash-chip--primary {
  background: white;
  border-color: #e0c8f0;
}
.dash-chip--teal {
  background: white;
  border-color: #b2dfdb;
}
.dash-chip--orange {
  background: white;
  border-color: #ffccbc;
}
.dash-chip--gray {
  background: white;
  border-color: #cfd8dc;
}
.dash-chip--danger {
  background: #fff5f5;
  border-color: #ffcdd2;
}
.dash-chip-icon {
  font-size: 1rem;
  margin-bottom: 5px;
  line-height: 1;
}
.dash-chip-value {
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
}
.dash-chip-value--primary {
  color: var(--primary);
}
.dash-chip-value--teal {
  color: #00897b;
}
.dash-chip-value--orange {
  color: #e65100;
}
.dash-chip-value--gray {
  color: #546e7a;
}
.dash-chip-value--danger {
  color: var(--danger);
}
.dash-chip-label {
  font-size: 0.58rem;
  color: #b2bec3;
  font-weight: 700;
  margin-top: 5px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.dash-chip-sub {
  font-size: 0.55rem;
  font-weight: 600;
  opacity: 0.7;
}
.dash-topsvc-card {
  background: white;
  border: 1px solid #f0e8f5;
  border-radius: 16px;
  padding: 13px 15px;
}
.dash-section-title {
  font-weight: 800;
  color: var(--primary);
  font-size: 0.8rem;
  margin-bottom: 9px;
}
.dash-topsvc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}
.dash-topsvc-row--border {
  border-bottom: 1px solid #f9f4fb;
}
.dash-topsvc-nombre {
  font-size: 0.8rem;
  color: var(--text);
}
.dash-topsvc-count {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--primary);
  background: #f3e8ff;
  border-radius: 99px;
  padding: 2px 9px;
}
.dh-details,
.dah-details {
  background: white;
  border: 1.5px solid #f0eaf7;
  border-radius: 14px;
  margin-bottom: 8px;
  overflow: hidden;
}
.dash-hist-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 13px;
  cursor: pointer;
  list-style: none;
  outline: none;
  gap: 8px;
}
.dash-hist-summary-left {
  flex: 1;
  min-width: 0;
}
.dash-hist-mes-row {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.dash-hist-badge-reciente {
  font-size: 0.56rem;
  font-weight: 800;
  color: var(--primary);
  background: rgba(96, 32, 96, 0.1);
  padding: 1px 6px;
  border-radius: 99px;
  letter-spacing: 0.2px;
  white-space: nowrap;
}
.dash-hist-servicios-count {
  font-size: 0.72rem;
  color: #b2bec3;
  margin-top: 1px;
}
.dash-hist-summary-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.dash-hist-total-wrap {
  text-align: right;
}
.dash-hist-total {
  font-size: 1rem;
  font-weight: 800;
  color: var(--primary);
}
.dash-hist-split {
  font-size: 0.65rem;
  color: #b2bec3;
  margin-top: 1px;
}
.dhchev,
.dahchev {
  font-size: 0.7rem;
  color: #cbb8d8;
  transition: transform 0.2s;
  display: inline-block;
}
.dash-hist-body {
  padding: 0 13px 13px;
}
.dash-btn-ver-citas-mes {
  width: 100%;
  background: linear-gradient(135deg, #f9f4fb, #f3e8ff);
  color: var(--primary);
  border: 1.5px solid #ede0f5;
  border-radius: 12px;
  padding: 9px;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.78rem;
  cursor: pointer;
  margin-bottom: 6px;
}
.dash-hist-empty {
  color: #b2bec3;
  font-size: 0.82rem;
  text-align: center;
  padding: 10px;
}
.dash-tasas-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.dash-tasas-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #f3e8ff, #e0d0f8);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  flex-shrink: 0;
}
.dash-tasas-title {
  font-weight: 800;
  color: var(--text);
  font-size: 0.95rem;
}
.dash-tasas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.dash-tasa-box {
  border-radius: 16px;
  padding: 16px 12px;
  text-align: center;
  border: 1.5px solid;
}
.dash-tasa-box--comp {
  background: linear-gradient(135deg, #f3e8ff, #fdf4ff);
  border-color: #e0c8f0;
}
.dash-tasa-box--cancel {
  background: linear-gradient(135deg, #fff0f0, #fff8f8);
  border-color: #ffcdd2;
}
.dash-tasa-val {
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
}
.dash-tasa-val--comp {
  color: var(--primary);
}
.dash-tasa-val--cancel {
  color: var(--danger);
}
.dash-tasa-label {
  font-size: 0.62rem;
  font-weight: 700;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.dash-tasa-label--comp {
  color: #9b59b6;
}
.dash-tasa-label--cancel {
  color: #e57373;
}
.dash-tasa-bar-track {
  border-radius: 99px;
  height: 6px;
  margin-top: 10px;
}
.dash-tasa-bar-track--comp {
  background: rgba(96, 32, 96, 0.1);
}
.dash-tasa-bar-track--cancel {
  background: rgba(255, 71, 87, 0.1);
}
.dash-tasa-bar-fill {
  height: 6px;
  border-radius: 99px;
}
.dash-tasa-bar-fill--comp {
  background: linear-gradient(90deg, var(--primary-solid), #b273b2);
}
.dash-tasa-bar-fill--cancel {
  background: linear-gradient(90deg, var(--danger), #ff8a80);
}
.dash-acciones-col {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.dash-btn-exportar {
  background: linear-gradient(135deg, var(--primary-solid), #8a2b8a);
  color: white;
  border: none;
  border-radius: 13px;
  padding: 11px 20px;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(96, 32, 96, 0.22);
}
.dash-error-msg {
  text-align: center;
  color: var(--danger);
  padding: 20px;
}
.dash-split3-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
  margin-top: 7px;
}
.dash-split3-box {
  border-radius: 9px;
  padding: 6px 4px;
  text-align: center;
}
.dash-split3-box--primary {
  background: #f3e8ff;
}
.dash-split3-box--green {
  background: #e8f5e9;
}
.dash-split3-val {
  font-size: 0.78rem;
  font-weight: 900;
}
.dash-split3-val--primary {
  color: var(--primary);
}
.dash-split3-val--green {
  color: #2e7d32;
}
.dash-split3-label {
  font-size: 0.58rem;
  margin-top: 1px;
}
.dash-split3-label--primary {
  color: #b273b2;
}
.dash-split3-label--green {
  color: #66bb6a;
}
.chk-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: white;
  border-radius: 14px;
  border: 1px solid #f0e8f5;
  padding: 12px 14px;
  margin-bottom: 8px;
  cursor: pointer;
}
.dash-chk-checkbox {
  width: 22px;
  height: 22px;
  border: 2px solid var(--primary);
  border-radius: 6px;
  flex-shrink: 0;
  margin-top: 2px;
}
.dash-chk-body {
  flex: 1;
  min-width: 0;
}
.dash-chk-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}
.dash-chk-nombre {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--text);
}
.dash-chk-servicio {
  font-size: 0.75rem;
  color: #b2bec3;
  margin-top: 1px;
}
.dash-chk-fecha {
  font-size: 0.7rem;
  color: #b2bec3;
  white-space: nowrap;
  flex-shrink: 0;
}
.dash-chk-tipo {
  font-size: 0.72rem;
  font-weight: 700;
  margin-top: 4px;
}
.dash-chk-tipo--abono {
  color: var(--primary);
}
.dash-chk-tipo--extra {
  color: #e67e22;
}
.dash-chk-tipo--restante {
  color: #00897b;
}
.dash-checklist-empty {
  text-align: center;
  color: #b2bec3;
  padding: 20px;
}
.dash-detalle-loading {
  color: #b2bec3;
  font-size: 0.78rem;
  text-align: center;
  padding: 8px;
}
.dash-split2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-top: 5px;
}
.dash-split2-box {
  border-radius: 8px;
  padding: 5px 8px;
  text-align: center;
}
.dash-split2-box--primary {
  background: #f3e8ff;
}
.dash-split2-box--green {
  background: #e8f5e9;
}
.dash-split2-box--dim {
  opacity: 0.35;
}
.dash-split2-val {
  font-size: 0.75rem;
  font-weight: 800;
}
.dash-split2-val--primary {
  color: var(--primary);
}
.dash-split2-val--green {
  color: #2e7d32;
}
.dash-split2-label {
  font-size: 0.62rem;
  margin-top: 1px;
}
.dash-split2-label--primary {
  color: #b273b2;
}
.dash-split2-label--green {
  color: #66bb6a;
}
.dash-label-row {
  font-size: 0.68rem;
  font-weight: 700;
  color: #b273b2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 8px;
  margin-bottom: 2px;
}
.dash-svc-card {
  background: #fdfaff;
  border: 1px solid #ede0f5;
  border-radius: 12px;
  padding: 11px 13px;
  margin-bottom: 6px;
}
.dash-svc-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4px;
}
.dash-svc-nombre {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text);
  flex: 1;
}
.dash-svc-costo {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--primary);
  margin-left: 8px;
}
.dash-svc-clienta {
  font-size: 0.75rem;
  font-weight: 700;
  color: #b273b2;
  margin-bottom: 3px;
}
.dash-svc-meta {
  font-size: 0.72rem;
  color: #b2bec3;
}
.dash-svc-descuento {
  font-size: 0.72rem;
  color: #e53935;
  font-weight: 700;
  margin-top: 2px;
}
.dash-svc-obs {
  font-size: 0.75rem;
  color: #636e72;
  margin-top: 5px;
  background: white;
  padding: 7px 10px;
  border-radius: 8px;
  border: 1px solid #f0e8f5;
}
.dash-splitwrap-mt {
  margin-top: 7px;
}
.dash-pend-section {
  margin-top: 8px;
}
.dash-pend-title {
  font-size: 0.72rem;
  font-weight: 700;
  color: #e65100;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.dash-pend-card {
  background: #fffde7;
  border: 1px solid #ffe082;
  border-radius: 12px;
  padding: 11px 13px;
  margin-bottom: 6px;
}
.dash-pend-badge {
  font-size: 0.65rem;
  font-weight: 700;
  background: #fff3cd;
  color: #e65100;
  padding: 2px 8px;
  border-radius: 99px;
  border: 1px solid #ffe082;
  white-space: nowrap;
  margin-left: 6px;
}
.dash-pend-saldo {
  font-size: 0.73rem;
  color: #b2bec3;
  margin-top: 7px;
  font-weight: 600;
}
.dash-abonosmes-section {
  margin-top: 8px;
}
.dash-abonosmes-title {
  font-size: 0.72rem;
  font-weight: 700;
  color: #b273b2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.dash-abono-card {
  background: #fff8ff;
  border: 1px solid #e8d5f5;
  border-radius: 12px;
  padding: 11px 13px;
  margin-bottom: 6px;
}
.dash-abono-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4px;
}
.dash-abono-head-info {
  flex: 1;
}
.dash-abono-monto {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 2px;
}
.dash-abono-desc {
  font-size: 0.75rem;
  font-weight: 600;
  color: #b273b2;
  margin-bottom: 2px;
}
.dash-abono-obs {
  font-size: 0.75rem;
  color: #636e72;
  margin-bottom: 4px;
  background: white;
  padding: 5px 8px;
  border-radius: 8px;
  border: 1px solid #f0e8f5;
}
.dash-abono-fecha {
  font-size: 0.7rem;
  color: #b2bec3;
  margin-bottom: 7px;
}
.dash-abonos-empty {
  color: #b2bec3;
  font-size: 0.82rem;
  text-align: center;
  padding: 20px 0;
}
.dash-abono-del-btn {
  background: none;
  border: none;
  color: #e57373;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  flex-shrink: 0;
}
.dash-toast-icon {
  font-size: 1.3rem;
}
.text-muted-center {
  text-align: center;
  color: #b2bec3;
}
.pt-cli-muted {
  font-size: 0.73rem;
  color: #b2bec3;
  margin-top: 1px;
}
.pt-cli-wa-link {
  color: var(--primary);
  text-decoration: none;
}
.pt-btn-elim-cliente {
  padding: 8px 14px;
}
.sp-card {
  border-radius: 14px;
  margin-bottom: 8px;
  overflow: hidden;
}
.sp-card--pending {
  background: white;
  border: 1.5px solid #ffe0b2;
  opacity: 1;
}
.sp-card--done {
  background: #fafafa;
  border: 1.5px solid #e0e0e0;
  opacity: 0.72;
}
.sp-card-inner {
  padding: 12px 13px;
}
.sp-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}
.sp-card-left {
  flex: 1;
  min-width: 0;
}
.sp-card-cliente {
  font-size: 0.85rem;
  font-weight: 800;
}
.sp-card-cliente--pending {
  color: var(--text);
  text-decoration: none;
}
.sp-card-cliente--done {
  color: #aaa;
  text-decoration: line-through;
}
.sp-card-meta {
  font-size: 0.62rem;
  color: #b2bec3;
  margin-top: 2px;
}
.sp-card-right {
  text-align: right;
  flex-shrink: 0;
}
.sp-card-total {
  font-size: 0.9rem;
  font-weight: 900;
}
.sp-card-total--pending {
  color: var(--primary);
}
.sp-card-total--done {
  color: #aaa;
}
.sp-card-status {
  font-size: 0.6rem;
  font-weight: 700;
}
.sp-card-status--pending {
  color: #e65100;
}
.sp-card-status--done {
  color: #2e7d32;
}
.sp-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 10px;
}
.sp-card-box {
  border-radius: 11px;
  padding: 7px 10px;
}
.sp-card-box--done {
  background: #f5f5f5;
}
.sp-card-box--mg-pending {
  background: #f1faf2;
}
.sp-card-box--rv-pending {
  background: #fff8f0;
}
.sp-card-mg-val {
  font-size: 0.75rem;
  font-weight: 900;
}
.sp-card-mg-val--pending {
  color: #2e7d32;
}
.sp-card-mg-val--done {
  color: #bbb;
}
.sp-card-mg-sub {
  font-size: 0.58rem;
  margin-top: 1px;
}
.sp-card-mg-sub--pending {
  color: #81c784;
}
.sp-card-mg-sub--done {
  color: #ccc;
}
.sp-card-rv-val {
  font-size: 0.75rem;
  font-weight: 900;
}
.sp-card-rv-val--pending {
  color: #e65100;
}
.sp-card-rv-val--done {
  color: #bbb;
}
.sp-card-rv-sub {
  font-size: 0.58rem;
  margin-top: 1px;
}
.sp-card-rv-sub--pending {
  color: #ffb74d;
}
.sp-card-rv-sub--done {
  color: #ccc;
}
.sp-card-toggle {
  font-size: 0.68rem;
  color: #b273b2;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 6px;
  -webkit-tap-highlight-color: transparent;
}
.sp-card-body {
  display: none;
  margin-bottom: 8px;
}
.sp-card-footer {
  border-top: 1px solid #f5f0fa;
  padding: 8px 13px;
}
.sp-card-btn {
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 9px;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 800;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.sp-card-btn--pending {
  background: #e8f5e9;
  color: #2e7d32;
}
.sp-card-btn--done {
  background: #f5f5f5;
  color: #aaa;
}
.sp-tabs-wrap {
  display: flex;
  background: #f3e8ff;
  border-radius: 12px;
  padding: 4px;
  margin-bottom: 12px;
}
.sp-tab-btn {
  flex: 1;
  padding: 8px;
  border: none;
  border-radius: 10px;
  font-size: 0.75rem;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s;
}
.sp-tab-btn--active {
  background: white;
  color: var(--primary);
  box-shadow: 0 2px 6px rgba(96, 32, 96, 0.1);
}
.sp-tab-btn--inactive {
  background: transparent;
  color: #b273b2;
}
.sp-empty-celebrate-wrap {
  text-align: center;
  padding: 20px 0;
}
.sp-empty-celebrate-icon {
  font-size: 2rem;
  margin-bottom: 5px;
}
.sp-empty-celebrate-title {
  color: #2e7d32;
  font-size: 0.85rem;
  font-weight: 800;
}
.sp-empty-celebrate-sub {
  font-size: 0.7rem;
  color: #b2bec3;
  margin-top: 2px;
}
