
    [x-cloak] { display: none !important; }

    .productos-aero-body {
      font-family: 'Lexend', sans-serif;
      background:
        radial-gradient(circle at 8% 12%, rgba(198, 255, 232, 0.88), transparent 22%),
        radial-gradient(circle at 88% 16%, rgba(172, 236, 255, 0.62), transparent 20%),
        linear-gradient(180deg, #f8fffb 0%, #eefaf4 42%, #e8f7f0 100%);
    }

    .font-display {
      font-family: 'Marcellus', serif;
    }

    .aero-page-glow {
      position: fixed;
      z-index: 0;
      width: 28rem;
      height: 28rem;
      border-radius: 999px;
      filter: blur(72px);
      opacity: 0.42;
      pointer-events: none;
    }

    .aero-page-glow--left {
      top: 4rem;
      left: -10rem;
      background: radial-gradient(circle, rgba(143, 255, 196, 0.46) 0%, rgba(143, 255, 196, 0) 70%);
    }

    .aero-page-glow--right {
      top: 8rem;
      right: -8rem;
      background: radial-gradient(circle, rgba(139, 230, 255, 0.4) 0%, rgba(139, 230, 255, 0) 70%);
    }

    .nav-aero-link,
    .mobile-aero-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.7rem 1rem;
      border-radius: 999px;
      transition: transform 220ms ease, background-color 220ms ease, color 220ms ease;
    }

    .nav-aero-link:hover,
    .mobile-aero-link:hover,
    .nav-aero-link--active,
    .mobile-aero-link--active {
      background: rgba(255, 255, 255, 0.7);
      color: #12724a;
      transform: translateY(-1px);
    }

    .nav-aero-link--gold,
    .mobile-aero-link--gold {
      color: #8a6927;
    }

    .utility-icon-btn {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.4rem;
      min-height: 2.85rem;
      padding: 0 0.9rem;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, 0.7);
      background: rgba(255, 255, 255, 0.72);
      color: #1f3a32;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
      transition: transform 220ms ease, background-color 220ms ease;
    }

    .utility-icon-btn:hover {
      transform: translateY(-1px);
      background: rgba(255, 255, 255, 0.9);
    }

    .utility-badge {
      position: absolute;
      top: 0.15rem;
      right: 0.1rem;
      min-width: 1.15rem;
      height: 1.15rem;
      padding: 0 0.2rem;
      border-radius: 999px;
      background: linear-gradient(135deg, #f7c24b, #ee8d37);
      color: white;
      font-size: 0.68rem;
      font-weight: 800;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .utility-close-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 2rem;
      height: 2rem;
      border-radius: 999px;
      background: rgba(12, 81, 57, 0.08);
      color: #215240;
    }

    .utility-close-btn:hover {
      background: rgba(12, 81, 57, 0.14);
    }

    .notice-pill {
      border-radius: 1.15rem;
      padding: 0.95rem 1rem;
      border: 1px solid rgba(255, 255, 255, 0.72);
      background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,255,255,0.68));
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
    }

    .notice-pill strong {
      display: block;
      font-size: 0.9rem;
      font-weight: 800;
      color: #194637;
      margin-bottom: 0.25rem;
    }

    .notice-pill p {
      font-size: 0.82rem;
      line-height: 1.45;
      color: #5b6b65;
    }

    .notice-pill--fresh {
      background: linear-gradient(145deg, rgba(234,255,243,0.94), rgba(255,255,255,0.72));
    }

    .notice-pill--gold {
      background: linear-gradient(145deg, rgba(255,247,221,0.96), rgba(255,255,255,0.72));
    }

    .notice-pill--soft {
      background: linear-gradient(145deg, rgba(238,250,255,0.95), rgba(255,255,255,0.72));
    }

    .productos-nav-search {
      backdrop-filter: blur(10px);
    }

    .productos-hero-shell {
      position: relative;
      z-index: 1;
    }

    .productos-hero-card {
      max-width: 62rem;
      margin: 0 auto;
      padding: 2rem 1.5rem;
      border-radius: 2rem;
      border: 1px solid rgba(255,255,255,0.72);
      background:
        radial-gradient(circle at 18% 18%, rgba(255,255,255,0.74), rgba(255,255,255,0) 30%),
        linear-gradient(145deg, rgba(255,255,255,0.84), rgba(236,251,245,0.76));
      box-shadow: 0 22px 60px rgba(36, 93, 68, 0.12);
      backdrop-filter: blur(14px);
    }

    .productos-hero-kicker {
      display: inline-flex;
      margin-bottom: 0.8rem;
      padding: 0.5rem 0.9rem;
      border-radius: 999px;
      background: rgba(45, 122, 62, 0.1);
      color: #21704a;
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    .productos-hero-copy {
      max-width: 42rem;
      margin: 0 auto;
      color: #4f6a60;
      font-size: 1.02rem;
      line-height: 1.65;
    }

    .productos-hero-stats {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0.9rem;
      max-width: 38rem;
      margin: 1.35rem auto 0;
    }

    .productos-hero-stats article {
      padding: 0.95rem 1rem;
      border-radius: 1.25rem;
      border: 1px solid rgba(255,255,255,0.78);
      background: rgba(255,255,255,0.72);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.76);
    }

    .productos-hero-stats strong {
      display: block;
      font-size: 1.35rem;
      line-height: 1;
      color: #166242;
      font-weight: 800;
    }

    .productos-hero-stats span {
      display: block;
      margin-top: 0.35rem;
      color: #5d7068;
      font-size: 0.8rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    .card-product {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .card-product:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    }

    .card-product.card-destacado {
      position: relative;
      border-color: rgba(246, 196, 51, 0.7);
      box-shadow:
        0 0 0 1px rgba(255, 214, 92, 0.46),
        0 0 28px rgba(252, 208, 84, 0.34),
        0 18px 36px rgba(0,0,0,0.12);
      animation: destacadoPulse 2.2s ease-in-out infinite;
    }

    .card-product.card-destacado::before {
      content: '';
      position: absolute;
      inset: -2px;
      border-radius: inherit;
      pointer-events: none;
      border: 1.5px solid rgba(255, 219, 112, 0.8);
      box-shadow: 0 0 12px rgba(255, 219, 112, 0.5);
    }

    .badge-marca {
      font-size: 0.65rem;
      padding: 2px 8px;
      border-radius: 999px;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
    }

    .badge-featured {
      background: linear-gradient(135deg, #fff4ca, #f4c656 55%, #e0a72f);
      color: #5b3c00;
      border: 1px solid rgba(255, 224, 133, 0.9);
      box-shadow: 0 0 10px rgba(249, 204, 91, 0.45);
    }

    .badge-new {
      background: linear-gradient(135deg, #d4fbff, #83dbf7 55%, #54bee2);
      color: #06485f;
      border: 1px solid rgba(156, 231, 250, 0.95);
      box-shadow: 0 0 10px rgba(89, 198, 228, 0.35);
      animation: badgeNewFloat 1.8s ease-in-out infinite;
    }

    .filter-chip {
      cursor: pointer;
      transition: all 0.2s;
      user-select: none;
    }
    .filter-chip:hover {
      transform: scale(1.05);
    }
    .filter-chip.active {
      background-color: #2d7a3e;
      color: white;
      border-color: #2d7a3e;
    }

    .search-glow:focus {
      box-shadow: 0 0 0 3px rgba(45,122,62,0.25);
    }

    /* Scrollbar custom */
    ::-webkit-scrollbar { width: 6px; }
    ::-webkit-scrollbar-track { background: #f1f1f1; }
    ::-webkit-scrollbar-thumb { background: #2d7a3e; border-radius: 3px; }

    /* Sidebar sticky */
    .sidebar-sticky {
      position: sticky;
      top: 124px;
      max-height: calc(100vh - 100px);
      overflow-y: auto;
    }

    .mini-ai-fab {
      position: fixed;
      right: 1rem;
      bottom: 6.2rem;
      z-index: 60;
      display: inline-flex;
      align-items: center;
      gap: 0.55rem;
      padding: 0.9rem 1rem;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.7);
      background: linear-gradient(135deg, rgba(22,116,79,0.94), rgba(46,161,125,0.92));
      color: white;
      font-size: 0.82rem;
      font-weight: 800;
      box-shadow: 0 16px 38px rgba(19, 99, 69, 0.22);
      transition: transform 220ms ease, box-shadow 220ms ease;
    }

    .mini-ai-fab:hover {
      transform: translateY(-2px);
      box-shadow: 0 20px 40px rgba(19, 99, 69, 0.28);
    }

    .mini-ai-panel {
      position: fixed;
      right: 1rem;
      bottom: 11rem;
      z-index: 65;
      width: min(24rem, calc(100% - 2rem));
      padding: 1.25rem;
      border-radius: 1.75rem;
      border: 1px solid rgba(255,255,255,0.72);
      background: linear-gradient(145deg, rgba(255,255,255,0.88), rgba(239,252,245,0.82));
      box-shadow: 0 24px 80px rgba(17,43,32,0.18);
      backdrop-filter: blur(18px);
    }

    /* Animación entrada */
    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(20px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    @keyframes destacadoPulse {
      0%, 100% {
        box-shadow:
          0 0 0 1px rgba(255, 214, 92, 0.46),
          0 0 24px rgba(252, 208, 84, 0.26),
          0 18px 36px rgba(0,0,0,0.12);
      }
      50% {
        box-shadow:
          0 0 0 1px rgba(255, 220, 120, 0.65),
          0 0 38px rgba(255, 212, 89, 0.48),
          0 20px 38px rgba(0,0,0,0.14);
      }
    }

    @keyframes badgeNewFloat {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-1px); }
    }
    .animate-fadeInUp {
      animation: fadeInUp 0.4s ease forwards;
    }

    /* Tag para condición */
    .tag-condicion {
      font-size: 0.7rem;
      background: #f0fdf4;
      color: #166534;
      border: 1px solid #bbf7d0;
      border-radius: 999px;
      padding: 2px 8px;
      display: inline-block;
      margin: 2px;
    }

    .no-results {
      animation: fadeInUp 0.3s ease;
    }
    
  @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

  :root {
    --green-main:   #2d7a4f;
    --green-light:  #3d9c65;
    --green-soft:   #edf7f1;
    --green-border: #b6dfc7;
    --orange-main:  #e07b2e;
    --orange-soft:  #fff4ec;
    --orange-border:#f5c9a0;
    --gray-50:      #f8f9fa;
    --gray-100:     #f1f3f5;
    --gray-200:     #e9ecef;
    --gray-400:     #adb5bd;
    --gray-600:     #6c757d;
    --gray-700:     #495057;
    --gray-800:     #343a40;
    --shadow-modal: 0 25px 60px rgba(0,0,0,.25), 0 8px 20px rgba(0,0,0,.12);
    --radius-card:  20px;
    --radius-input: 12px;
    --font:         'Plus Jakarta Sans', sans-serif;
    --aero-sky:     #58c7f1;
    --aero-mint:    #cbf7dc;
  }

  /* ── Overlay ── */
  #modalProducto {
    font-family: var(--font);
  }

  /* ── Card ── */
  .mp-card {
    background:
      radial-gradient(circle at 14% 8%, rgba(255,255,255,.74), rgba(255,255,255,0) 42%),
      radial-gradient(circle at 84% 14%, rgba(196, 239, 255, .45), rgba(196,239,255,0) 48%),
      linear-gradient(155deg, rgba(255,255,255,.96), rgba(236,251,255,.92) 56%, rgba(238,255,242,.9));
    border: 1px solid rgba(255,255,255,.72);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-modal);
    width: 100%;
    max-width: 760px;
    max-height: 94vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: mpAeroIn .28s ease-out;
  }

  /* ── Header ── */
  .mp-header {
    background:
      radial-gradient(circle at 18% 22%, rgba(255,255,255,.24), rgba(255,255,255,0) 45%),
      linear-gradient(135deg, #2d7a4f 0%, #2b8f67 58%, #3aa9cb 100%);
    padding: 20px 24px 18px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-shrink: 0;
  }
  .mp-header-title {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -.3px;
    margin: 0;
  }
  .mp-header-sub {
    color: rgba(255,255,255,.75);
    font-size: .78rem;
    margin-top: 3px;
    display: none;
  }
  .mp-header-sub.visible { display: block; }
  .mp-badge-borrador {
    display: inline-block;
    background: #fff3cd;
    color: #856404;
    font-size: .7rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    margin-top: 6px;
  }
  .mp-close-btn {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,.15);
    border: none;
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background .2s;
    flex-shrink: 0;
    margin-left: 12px;
  }
  .mp-close-btn:hover { background: rgba(255,255,255,.3); }

  /* ── Body scroll ── */
  .mp-body {
    overflow-y: auto;
    padding: 20px 24px;
    flex: 1;
    -webkit-overflow-scrolling: touch;
  }

  /* ── Sección con título ── */
  .mp-section {
    margin-bottom: 22px;
  }
  .mp-section-label {
    font-size: .7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--gray-400);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .mp-section-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--gray-200);
  }

  /* ── Grid helpers ── */
  .mp-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .mp-grid-3 { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 12px; }
  .mp-grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }

  @media (max-width: 600px) {
    .mp-grid-2 { grid-template-columns: 1fr; }
    .mp-grid-3 { grid-template-columns: 1fr; }
    .mp-grid-4 { grid-template-columns: 1fr 1fr; }
    .mp-body   { padding: 16px; }
    .mp-header { padding: 16px; }
    #modalProducto { padding: 0 !important; }
    .mp-card {
      border-radius: 18px 18px 0 0;
      max-width: 100%;
      max-height: 100dvh;
      height: 100dvh;
      margin-top: auto;
      animation: mpSheetIn .28s ease-out;
    }
    .mp-footer {
      position: sticky;
      bottom: 0;
      background: rgba(255,255,255,.95);
      backdrop-filter: blur(8px);
      z-index: 15;
    }
    .mp-btn-upload,
    .mp-btn-upload-camera {
      flex: 1;
      justify-content: center;
    }
  }

  /* ── Labels + inputs ── */
  .mp-label {
    display: block;
    font-size: .8rem;
    font-weight: 700;
    color: var(--gray-700);
    margin-bottom: 5px;
  }
  .mp-label .req { color: #e03131; margin-left: 2px; }
  .mp-label .hint {
    color: var(--gray-400);
    font-weight: 400;
    font-size: .73rem;
  }

  .mp-input, .mp-select, .mp-textarea {
    width: 100%;
    border: 1.5px solid var(--gray-200);
    border-radius: var(--radius-input);
    padding: 9px 13px;
    font-family: var(--font);
    font-size: .85rem;
    color: var(--gray-800);
    background: #fff;
    transition: border-color .2s, box-shadow .2s;
    box-sizing: border-box;
    -webkit-appearance: none;
  }
  .mp-input:focus, .mp-select:focus, .mp-textarea:focus {
    outline: none;
    border-color: var(--green-main);
    box-shadow: 0 0 0 3px rgba(45,122,79,.12);
  }
  .mp-textarea { resize: none; line-height: 1.5; }
  .mp-select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236c757d' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 32px; }

  /* Input con prefijo $ */
  .mp-input-money {
    position: relative;
  }
  .mp-input-money span {
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gray-400);
    font-size: .85rem;
    pointer-events: none;
  }
  .mp-input-money input {
    padding-left: 24px;
  }

  /* ── Tarjetas de precio ── */
  .mp-price-card {
    border-radius: 14px;
    padding: 12px;
    border: 1.5px solid transparent;
  }
  .mp-price-card .mp-price-title {
    font-size: .7rem;
    font-weight: 800;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .05em;
  }
  .mp-price-p1 { background: var(--gray-50);   border-color: var(--gray-200); }
  .mp-price-p1 .mp-price-title { color: var(--gray-600); }
  .mp-price-p2 { background: #f0fdf4; border-color: #bbf7d0; }
  .mp-price-p2 .mp-price-title { color: #166534; }
  .mp-price-p3 { background: #fffbeb; border-color: #fde68a; }
  .mp-price-p3 .mp-price-title { color: #92400e; }
  .mp-price-p4 { background: #faf5ff; border-color: #e9d5ff; }
  .mp-price-p4 .mp-price-title { color: #6b21a8; }

  /* ── Imagen ── */
  .mp-img-preview {
    width: 90px; height: 90px;
    border-radius: 16px;
    border: 2px dashed var(--gray-200);
    background: var(--gray-50);
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
  }
  .mp-img-preview img {
    width: 100%; height: 100%; object-fit: cover; border-radius: 14px;
  }
  .mp-img-preview .mp-img-emoji { font-size: 2rem; }

  .mp-btn-upload {
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--green-main);
    color: #fff;
    font-family: var(--font);
    font-size: .82rem;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: background .2s;
    border: none;
  }
  .mp-btn-upload:hover { background: var(--green-light); }
  .mp-btn-upload-camera {
    background: linear-gradient(135deg, #1a84d4, #1c6db7 58%, #2aa4d8);
  }
  .mp-btn-upload-camera:hover { filter: brightness(1.06); }

  /* ── Oferta ── */
  .mp-oferta-box {
    background: var(--orange-soft);
    border: 1.5px solid var(--orange-border);
    border-radius: 16px;
    padding: 16px;
  }
  .mp-oferta-toggle {
    display: flex; align-items: center; gap: 10px;
    cursor: pointer; margin-bottom: 0;
  }
  .mp-oferta-toggle input[type=checkbox] {
    width: 18px; height: 18px;
    accent-color: var(--orange-main);
    cursor: pointer;
    flex-shrink: 0;
  }
  .mp-oferta-toggle span {
    font-size: .9rem;
    font-weight: 700;
    color: var(--orange-main);
  }
  .mp-oferta-fields {
    display: none;
    margin-top: 14px;
  }
  .mp-oferta-fields.visible {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
  }
  @media (max-width: 600px) {
    .mp-oferta-fields.visible { grid-template-columns: 1fr; }
  }

  /* ── Stock ── */
  .mp-stock-box {
    background: var(--gray-50);
    border: 1.5px solid var(--gray-200);
    border-radius: 16px;
    padding: 16px;
  }

  /* ── Tags condiciones ── */
  .mp-tags-container {
    display: flex; flex-wrap: wrap; gap: 6px;
    min-height: 32px;
    margin-bottom: 8px;
  }
  .mp-tag {
    display: inline-flex; align-items: center; gap: 5px;
    background: var(--green-soft);
    border: 1px solid var(--green-border);
    color: var(--green-main);
    font-size: .75rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
  }
  .mp-tag button {
    background: none; border: none; cursor: pointer;
    color: var(--green-main); font-size: .9rem; line-height: 1;
    padding: 0; display: flex; align-items: center;
    transition: color .15s;
  }
  .mp-tag button:hover { color: #e03131; }

  .mp-tags-add {
    display: flex; gap: 8px;
  }
  .mp-tags-add input {
    flex: 1;
  }
  .mp-btn-add-tag {
    background: var(--green-main);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 8px 14px;
    font-family: var(--font);
    font-size: .82rem;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s;
    white-space: nowrap;
  }
  .mp-btn-add-tag:hover { background: var(--green-light); }

  /* ── Checkboxes Flags ── */
  .mp-flags {
    display: flex; flex-wrap: wrap; gap: 10px;
  }
  .mp-flag-item {
    display: flex; align-items: center; gap: 8px;
    background: var(--gray-50);
    border: 1.5px solid var(--gray-200);
    border-radius: 10px;
    padding: 8px 14px;
    cursor: pointer;
    transition: border-color .2s, background .2s;
    user-select: none;
  }
  .mp-flag-item:hover { border-color: var(--green-border); background: var(--green-soft); }
  .mp-flag-item input[type=checkbox] {
    width: 16px; height: 16px;
    accent-color: var(--green-main);
    cursor: pointer;
  }
  .mp-flag-item span { font-size: .83rem; font-weight: 700; color: var(--gray-700); }

  /* ── Footer ── */
  .mp-footer {
    background: #fff;
    border-top: 1.5px solid var(--gray-200);
    padding: 14px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
  }
  @media (max-width: 480px) {
    .mp-footer { flex-wrap: wrap; padding: 12px 16px; }
    .mp-footer .mp-btn-guardar { width: 100%; justify-content: center; order: -1; }
  }
  .mp-btn-cancelar {
    padding: 9px 18px;
    border-radius: 10px;
    border: 1.5px solid var(--gray-200);
    background: #fff;
    font-family: var(--font);
    font-size: .85rem;
    font-weight: 700;
    color: var(--gray-600);
    cursor: pointer;
    transition: background .2s;
  }
  .mp-btn-cancelar:hover { background: var(--gray-50); }

  .mp-btn-guardar {
    padding: 10px 24px;
    border-radius: 10px;
    border: none;
    background: var(--green-main);
    color: #fff;
    font-family: var(--font);
    font-size: .88rem;
    font-weight: 800;
    cursor: pointer;
    transition: background .2s, transform .1s;
    display: flex; align-items: center; gap: 7px;
  }
  .mp-btn-guardar:hover { background: var(--green-light); transform: translateY(-1px); }
  .mp-btn-guardar:active { transform: translateY(0); }

  .mp-btn-eliminar {
    background: none;
    border: none;
    color: #e03131;
    font-family: var(--font);
    font-size: .82rem;
    font-weight: 700;
    cursor: pointer;
    display: flex; align-items: center; gap: 5px;
    padding: 8px 12px;
    border-radius: 8px;
    transition: background .2s;
  }
  .mp-btn-eliminar:hover { background: #fff5f5; }

  /* Divider spacer */
  .mp-spacer { flex: 1; }

  /* Spinner */
  @keyframes mp-spin { to { transform: rotate(360deg); } }
  .mp-spinner { animation: mp-spin .7s linear infinite; display: none; }
  .mp-spinner.visible { display: inline-block; }

  @keyframes mpAeroIn {
    from { opacity: 0; transform: translateY(10px) scale(.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
  }

  @keyframes mpSheetIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
  }

  /* ── Camera sheet ── */
  .camera-sheet-card {
    width: min(96vw, 560px);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.74);
    background:
      radial-gradient(circle at 18% 12%, rgba(255,255,255,.72), rgba(255,255,255,0) 42%),
      linear-gradient(160deg, rgba(255,255,255,.95), rgba(236,251,255,.9) 55%, rgba(237,255,243,.88));
    box-shadow: 0 22px 48px rgba(14, 58, 45, .34);
  }

  .camera-sheet-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 14px 16px;
    background: linear-gradient(135deg, #2d7a4f 0%, #2b8f67 58%, #3aa9cb 100%);
    color: #fff;
  }

  .camera-sheet-header h3 {
    font-size: 1rem;
    font-weight: 800;
    margin: 0;
  }

  .camera-sheet-close {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: rgba(255,255,255,.2);
    cursor: pointer;
  }

  .camera-sheet-body {
    padding: 14px;
  }

  .camera-preview {
    width: 100%;
    max-height: 58dvh;
    object-fit: cover;
    border-radius: 14px;
    background: #000;
    border: 1px solid rgba(153, 206, 226, .6);
  }

  .camera-sheet-help {
    font-size: .78rem;
    color: #4b5563;
    margin: 8px 2px 0;
  }

  .camera-sheet-footer {
    display: flex;
    gap: 8px;
    padding: 12px 14px 14px;
    border-top: 1px solid rgba(207, 231, 242, .7);
    background: rgba(255,255,255,.76);
  }

  .camera-btn {
    flex: 1;
    border-radius: 12px;
    padding: 10px 14px;
    border: 0;
    font-weight: 700;
    cursor: pointer;
  }

  .camera-btn-cancel {
    border: 1px solid #d1d5db;
    background: #fff;
    color: #4b5563;
  }

  .camera-btn-shot {
    background: linear-gradient(135deg, #2d7a4f 0%, #2b8f67 55%, #3aa9cb 100%);
    color: #fff;
  }

  @media (max-width: 600px) {
    .camera-sheet-card {
      width: 100%;
      height: 100dvh;
      border-radius: 0;
    }

    .camera-sheet-body {
      height: calc(100dvh - 126px);
      display: flex;
      flex-direction: column;
    }

    .camera-preview {
      flex: 1;
      max-height: none;
      border-radius: 12px;
    }
  }

  .theme-night.productos-aero-body {
    background:
      radial-gradient(circle at 12% 12%, rgba(55, 145, 118, 0.22), transparent 22%),
      radial-gradient(circle at 88% 16%, rgba(53, 120, 155, 0.2), transparent 18%),
      linear-gradient(180deg, #0f1f1a 0%, #122921 38%, #19352d 100%);
    color: #e7f3ee;
  }

  .theme-night #mainHeader,
  .theme-night #notificationPanel,
  .theme-night .mini-ai-panel,
  .theme-night .productos-hero-card,
  .theme-night .card-product,
  .theme-night .bg-white,
  .theme-night .bg-white\/80 {
    background-color: rgba(15, 34, 28, 0.82) !important;
    border-color: rgba(112, 170, 144, 0.28) !important;
    color: #e7f3ee;
  }

  .theme-night .productos-hero-card,
  .theme-night #notificationPanel,
  .theme-night .mini-ai-panel {
    background: linear-gradient(145deg, rgba(16,35,29,0.9), rgba(23,52,42,0.82)) !important;
  }

  .theme-night .productos-hero-copy,
  .theme-night .notice-pill p,
  .theme-night .text-gray-500,
  .theme-night .text-gray-600,
  .theme-night .text-slate-600,
  .theme-night .text-gray-400 {
    color: rgba(222, 240, 233, 0.78) !important;
  }

  .theme-night .text-gray-800,
  .theme-night .text-slate-800,
  .theme-night .text-slate-700,
  .theme-night .productos-hero-stats strong,
  .theme-night .notice-pill strong {
    color: #f1fff8 !important;
  }

  .theme-night .nav-aero-link:hover,
  .theme-night .mobile-aero-link:hover,
  .theme-night .nav-aero-link--active,
  .theme-night .mobile-aero-link--active,
  .theme-night .utility-icon-btn,
  .theme-night .mobile-aero-link {
    background: rgba(255, 255, 255, 0.08);
    color: #effbf5;
  }

  .theme-night .notice-pill {
    background: linear-gradient(145deg, rgba(26,56,46,0.88), rgba(20,42,35,0.78));
  }

  @media (max-width: 1024px) {
    .sidebar-sticky {
      top: 0;
      max-height: none;
    }
  }

  @media (max-width: 768px) {
    .productos-hero-card {
      padding: 1.5rem 1rem;
      border-radius: 1.6rem;
    }

    .productos-hero-stats {
      grid-template-columns: 1fr;
      max-width: 18rem;
    }

    .mini-ai-fab {
      bottom: 5.8rem;
      right: 0.75rem;
      padding: 0.8rem 0.95rem;
    }

    .mini-ai-panel {
      right: 0.75rem;
      bottom: 10rem;
    }
  }
