/* ============================================================
   Nexora / Velora — hoja principal
   Bloque 1 (líneas ~20-1500): CSS del mockup Velora, verbatim.
   Bloque 2 (al final): capa puente WordPress + WooCommerce.
   NO edites el bloque 1 a mano: se regenera desde el mockup.
   ============================================================ */

  /* ============ RESET + TOKENS (idénticos a la plantilla) ============ */
  * { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
  html { -webkit-text-size-adjust: 100%; }
  body { background: #0a0a0a; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: flex; justify-content: center; min-height: 100vh; }
  img { display: block; max-width: 100%; }
  button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
  a { color: inherit; text-decoration: none; }
  input, textarea { font-family: inherit; }
  :root { --app-w:430px; --bg:#111111; --card:#1A1A1A; --card-2:#1E1E1E; --text:#FFFFFF; --text-2:#999999; --text-3:#6B6B6B; --accent:#D4AF37; --accent-soft:rgba(212,175,55,.12); --border:#2A2A2A; --red:#FF5252; --ease:cubic-bezier(.22,.7,.25,1); }
  .app { width: 100%; max-width: var(--app-w, 430px); background: var(--bg); position: relative; min-height: 100vh; overflow-x: hidden; }
  svg.ic { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
  svg.ic.sm { width: 15px; height: 15px; }
  svg.ic.xs { width: 11px; height: 11px; stroke-width: 2.4; }

  /* ============ VISTAS (router) ============ */
  .view { display: none; }
  .view.active { display: block; animation: vIn .35s var(--ease); }
  @keyframes vIn { from { opacity: 0; transform: translateX(14px); } }

  /* ============ HEADER (muta según la vista) ============ */
  .header { padding: 18px 20px 14px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; background: var(--bg); z-index: 40; }
  .header .icon-btn { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; position: relative; border-radius: 12px; }
  .header .icon-btn svg { width: 22px; height: 22px; stroke: #fff; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
  .header-left, .header-right { display: flex; align-items: center; }
  .header-right { gap: 2px; }
  .brand { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
  #brandEl { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; letter-spacing: 5px; color: #fff; }
  #ckTitle { display: none; font-size: 15px; font-weight: 600; letter-spacing: .3px; }
  .badge { position: absolute; top: 2px; right: 2px; background: var(--accent); color: #000; font-size: 10px; font-weight: 700; min-width: 16px; height: 16px; border-radius: 8px; display: flex; align-items: center; justify-content: center; padding: 0 4px; border: 2px solid var(--bg); }
  @keyframes bpop { 50% { transform: scale(1.45); } }
  .badge.pop { animation: bpop .4s; }
  #backBtn, #lockBtn { display: none; }
  body.v-product #menuBtn, body.v-checkout #menuBtn, body.v-success #menuBtn { display: none; }
  body.v-product #backBtn, body.v-checkout #backBtn, body.v-success #backBtn { display: flex; }
  body.v-checkout #brandEl, body.v-success #brandEl { display: none; }
  body.v-checkout #ckTitle, body.v-success #ckTitle { display: block; }
  body.v-checkout #searchBtn, body.v-checkout #wishBtn, body.v-checkout #bagBtn,
  body.v-success #searchBtn, body.v-success #wishBtn, body.v-success #bagBtn { display: none; }
  body.v-checkout #lockBtn { display: flex; color: var(--accent); }
  body.v-checkout .bottom-nav, body.v-success .bottom-nav { display: none; }

  .crumbs { padding: 4px 20px 12px; font-size: 10.5px; color: var(--text-3); display: flex; gap: 7px; align-items: center; }
  .crumbs i { font-style: normal; opacity: .5; }

  /* ============ HERO SLIDER ============ */
  .hero { margin: 0 16px 24px; height: 440px; border-radius: 24px; overflow: hidden; position: relative; background: var(--card); touch-action: pan-y; }
  .hero-track { display: flex; height: 100%; transition: transform .55s var(--ease); }
  .hero-slide { flex: 0 0 100%; height: 100%; position: relative; background-size: cover; background-position: center; }
  .hero-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17,17,17,.55) 0%, rgba(17,17,17,.05) 35%, rgba(17,17,17,.92) 100%); }
  .hero-slide > * { position: relative; z-index: 2; }
  @keyframes hUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
  .hero-slide.active .hero-tag { animation: hUp .5s both; }
  .hero-slide.active .hero-title span { animation: hUp .55s both; }
  .hero-slide.active .hero-title span:last-child { animation-delay: .09s; }
  .hero-slide.active .hero-desc { animation: hUp .55s .18s both; }
  .hero-slide.active .hero-btn { animation: hUp .55s .27s both; }
  .hero-tag { position: absolute; top: 22px; left: 22px; font-size: 10.5px; font-weight: 700; letter-spacing: 2.8px; color: var(--accent); text-transform: uppercase; z-index: 2; }
  .hero-dots { position: absolute; top: 24px; right: 22px; display: flex; flex-direction: column; gap: 5px; z-index: 3; }
  .hero-dots button { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.35); padding: 0; transition: all .3s; }
  .hero-dots button.active { background: var(--accent); height: 18px; border-radius: 3px; }
  .hero-content { position: absolute; left: 22px; right: 22px; bottom: 26px; z-index: 2; }
  .hero-title { font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 700; line-height: .98; margin-bottom: 10px; letter-spacing: -1.2px; }
  .hero-title span { display: block; }
  .hero-desc { font-size: 13px; color: #d4d4d4; line-height: 1.5; margin-bottom: 18px; max-width: 260px; }
  .hero-btn { background: #fff; color: #111; padding: 11px 20px; border-radius: 30px; font-size: 12.5px; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; }
  .hero-btn svg { width: 13px; height: 13px; stroke: #111; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
  .hero-count { position: absolute; bottom: 30px; right: 22px; z-index: 3; font-size: 10px; letter-spacing: 2px; color: rgba(255,255,255,.5); font-weight: 600; }

  /* ============ SECTION TITLE ============ */
  .section-title { padding: 0 20px; margin-bottom: 14px; display: flex; align-items: baseline; justify-content: space-between; }
  .section-title h2 { font-size: 17px; font-weight: 700; letter-spacing: -.2px; }
  .section-title .lnk { font-size: 12px; color: var(--accent); font-weight: 500; display: inline-flex; align-items: center; gap: 4px; }
  .section-title .lnk svg { width: 10px; height: 10px; stroke: var(--accent); fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

  /* ============ CATEGORIES ============ */
  .categories { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; padding: 0 16px; margin-bottom: 28px; }
  .cat-card { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 1/1.35; background: var(--card); transition: transform .25s var(--ease); }
  .cat-card:active { transform: scale(.96); }
  .cat-card .cat-img { position: absolute; inset: 0; background-size: cover; background-position: center; }
  .cat-card .cat-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.85) 100%); }
  .cat-card .cat-info { position: absolute; left: 0; right: 0; bottom: 0; padding: 8px 6px 10px; text-align: center; }
  .cat-card .cat-name { font-size: 11px; font-weight: 600; margin-bottom: 1px; }
  .cat-card .cat-see { font-size: 8.5px; color: rgba(255,255,255,.65); }

  /* ============ PROMO BANNER ============ */
  .promo-banner { margin: 0 16px 28px; border-radius: 20px; overflow: hidden; position: relative; height: 160px; background: linear-gradient(90deg, rgba(17,17,17,.95) 0%, rgba(17,17,17,.55) 60%, rgba(17,17,17,.15) 100%), url('https://images.unsplash.com/photo-1483985988355-763728e1935b?w=900&q=80') center/cover; display: flex; align-items: center; padding: 0 24px; }
  .promo-content { max-width: 220px; }
  .promo-tag { font-size: 9.5px; font-weight: 700; letter-spacing: 2px; color: var(--accent); text-transform: uppercase; margin-bottom: 6px; display: inline-block; }
  .promo-title { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; line-height: 1.1; margin-bottom: 4px; }
  .promo-sub { font-size: 11px; color: #c0c0c0; margin-bottom: 12px; }
  .promo-btn { background: var(--accent); color: #111; padding: 9px 18px; border-radius: 22px; font-size: 11.5px; font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
  .promo-btn svg { width: 11px; height: 11px; stroke: #111; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

  /* ============ TARJETAS DE PRODUCTO ============ */
  .products { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; padding: 0 16px; margin-bottom: 30px; }
  .product { background: var(--card); border-radius: 16px; overflow: hidden; position: relative; }
  .product.enter { animation: cardIn .45s var(--ease) backwards; }
  @keyframes cardIn { from { opacity: 0; transform: translateY(14px); } }
  .product-img { width: 100%; aspect-ratio: 1/1.15; background-size: cover; background-position: center; position: relative; cursor: pointer; }
  .product-badge { position: absolute; top: 10px; left: 10px; font-size: 10px; font-weight: 700; padding: 4px 8px; border-radius: 5px; letter-spacing: .4px; background: #000; color: #fff; z-index: 2; }
  .product-fav { position: absolute; top: 8px; right: 8px; width: 30px; height: 30px; background: rgba(255,255,255,.18); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all .2s; z-index: 2; }
  .product-fav svg { width: 15px; height: 15px; stroke: #fff; fill: none; stroke-width: 1.7; }
  .product-fav.active { background: rgba(212,175,55,.3); }
  .product-fav.active svg { stroke: var(--accent); fill: var(--accent); }
  .product-info { padding: 11px 12px 14px; position: relative; }
  .product-name { font-size: 12.5px; font-weight: 500; margin-bottom: 6px; line-height: 1.3; padding-right: 32px; cursor: pointer; }
  .product-price { display: flex; align-items: baseline; gap: 6px; }
  .price-now { font-size: 14px; font-weight: 700; }
  .price-old { font-size: 11px; color: #777; text-decoration: line-through; }
  .product-add { position: absolute; bottom: 11px; right: 11px; width: 30px; height: 30px; background: #000; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: transform .15s; }
  .product-add:active { transform: scale(.85); }
  .product-add svg { width: 14px; height: 14px; stroke: #fff; fill: none; stroke-width: 2.4; stroke-linecap: round; }
  .scroll-row { display: flex; gap: 11px; padding: 0 16px 4px; margin-bottom: 30px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; }
  .scroll-row::-webkit-scrollbar { display: none; }
  .scroll-row .product { flex: 0 0 155px; scroll-snap-align: start; }
  .grid-empty { grid-column: 1/-1; background: var(--card); border: 1px dashed var(--border); border-radius: 16px; padding: 36px 20px; text-align: center; font-size: 12px; color: var(--text-2); }

  /* ============ SHOP ============ */
  .shop-head { padding: 0 20px 16px; }
  .eyebrow { font-size: 9.5px; font-weight: 700; letter-spacing: 2.4px; color: var(--accent); text-transform: uppercase; margin-bottom: 6px; }
  .shop-head h1 { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 700; letter-spacing: -.5px; margin-bottom: 4px; }
  .shop-head p { font-size: 11.5px; color: var(--text-2); }
  .search-row { margin: 0 16px 12px; background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 0 14px; display: flex; align-items: center; gap: 10px; }
  .search-row svg { color: var(--text-3); flex-shrink: 0; }
  .search-row input { flex: 1; background: none; border: none; outline: none; color: #fff; font-size: 12.5px; padding: 12px 0; min-width: 0; }
  .search-row input::placeholder { color: #666; }
  .search-clear { width: 24px; height: 24px; border-radius: 8px; display: none; align-items: center; justify-content: center; color: var(--text-2); flex-shrink: 0; }
  .search-clear.show { display: flex; }
  .chips { display: flex; gap: 8px; padding: 0 16px 14px; overflow-x: auto; scrollbar-width: none; }
  .chips::-webkit-scrollbar { display: none; }
  .chip { flex: none; height: 36px; padding: 0 15px; border-radius: 20px; background: var(--card); border: 1px solid var(--border); font-size: 12px; font-weight: 600; display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
  .chip .n { font-size: 9.5px; font-weight: 700; color: var(--text-3); background: rgba(255,255,255,.06); padding: 2px 6px; border-radius: 8px; }
  .chip.active { background: var(--accent); border-color: var(--accent); color: #111; }
  .chip.active .n { background: rgba(17,17,17,.12); color: rgba(17,17,17,.6); }
  .toolbar { display: flex; justify-content: space-between; align-items: center; padding: 0 16px 14px; }
  .t-count { font-size: 11.5px; color: var(--text-2); }
  .t-btns { display: flex; gap: 8px; }
  .t-btn { height: 36px; padding: 0 13px; border-radius: 12px; background: var(--card); border: 1px solid var(--border); display: inline-flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 600; position: relative; }
  .t-btn svg { width: 14px; height: 14px; stroke: var(--accent); fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
  .t-btn:hover { border-color: var(--accent); }
  .t-btn .cnt { position: absolute; top: -6px; right: -6px; min-width: 16px; height: 16px; padding: 0 4px; background: var(--accent); color: #111; border-radius: 8px; font-size: 9.5px; font-weight: 700; display: none; align-items: center; justify-content: center; }
  .t-btn .cnt.show { display: flex; }
  .load-wrap { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 0 16px 30px; }
  .load-btn { height: 44px; padding: 0 28px; border-radius: 24px; border: 1px solid var(--border); background: var(--card); font-size: 12.5px; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; }
  .load-btn:hover { border-color: var(--accent); color: var(--accent); }
  .load-info { font-size: 10.5px; color: var(--text-3); }
  .empty { margin: 0 16px 30px; background: var(--card); border: 1px dashed var(--border); border-radius: 18px; padding: 44px 20px; text-align: center; }
  .empty svg { width: 34px; height: 34px; stroke: var(--text-3); fill: none; stroke-width: 1.5; margin: 0 auto 12px; }
  .empty b { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 4px; }
  .empty p { font-size: 11.5px; color: var(--text-2); margin-bottom: 16px; }
  .empty button, .dr-empty button { height: 38px; padding: 0 20px; background: var(--accent); color: #111; border-radius: 12px; font-size: 12px; font-weight: 700; }

  /* ============ PÁGINA DE PRODUCTO ============ */
  .gallery { margin: 0 16px 20px; }
  .gallery-main { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 1/1.15; background: var(--card); touch-action: pan-y; }
  .gal-track { display: flex; height: 100%; transition: transform .35s ease; }
  .gal-slide { flex: 0 0 100%; background-size: cover; background-position: center; }
  .gal-dots { position: absolute; top: 24px; right: 20px; display: flex; flex-direction: column; gap: 5px; z-index: 2; }
  .gal-dots button { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.35); padding: 0; transition: .25s; }
  .gal-dots button.active { background: var(--accent); height: 18px; border-radius: 3px; }
  .gallery-main .product-fav { width: 34px; height: 34px; top: 12px; right: 12px; }
  .thumbs { display: flex; gap: 8px; margin-top: 10px; }
  .thumb { width: 62px; aspect-ratio: 1/1.15; border-radius: 12px; background-size: cover; background-position: center; border: 1.5px solid var(--border); opacity: .5; transition: .2s; }
  .thumb.active { border-color: var(--accent); opacity: 1; }
  .pinfo { padding: 0 20px 28px; }
  .p-cat { font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--text-2); }
  .p-name { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 600; letter-spacing: -.3px; margin: 8px 0; }
  .p-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
  .stars-row { display: inline-flex; gap: 3px; }
  .stars-row svg { width: 13px; height: 13px; fill: var(--accent); }
  .p-rating b { font-size: 12px; }
  .p-rating button { font-size: 11px; color: var(--text-2); text-decoration: underline; text-underline-offset: 2px; }
  .p-price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 4px; }
  .price-big { font-size: 25px; font-weight: 700; }
  .price-old-big { font-size: 14px; color: #777; text-decoration: line-through; }
  .p-save { font-size: 10px; font-weight: 700; color: #111; background: var(--accent); padding: 3px 8px; border-radius: 5px; align-self: center; }
  .p-offer { font-size: 11px; color: var(--accent); font-weight: 500; margin-bottom: 14px; }
  .stock { margin-bottom: 16px; }
  .stock-txt { font-size: 11px; color: var(--text-2); margin-bottom: 6px; }
  .stock-txt b { color: var(--accent); }
  .stock-bar { height: 3px; background: var(--border); border-radius: 2px; overflow: hidden; }
  .stock-bar i { display: block; height: 100%; width: 35%; background: var(--accent); }
  .p-desc { font-size: 12.5px; color: #b3b3b3; line-height: 1.6; margin-bottom: 22px; }
  .opt-label { font-size: 11px; font-weight: 700; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; }
  .opt-label em { font-style: normal; font-weight: 400; color: var(--text-2); }
  .guide-link { color: var(--accent); font-size: 11px; font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }
  .colors { display: flex; gap: 10px; margin-bottom: 20px; }
  .color-dot { width: 36px; height: 36px; border-radius: 50%; border: 2px solid var(--border); padding: 3px; transition: .2s; }
  .color-dot i { display: block; width: 100%; height: 100%; border-radius: 50%; }
  .color-dot.active { border-color: var(--accent); }
  .sizes { display: flex; gap: 8px; flex-wrap: wrap; }
  .size-pill { min-width: 48px; height: 42px; padding: 0 12px; border-radius: 12px; background: var(--card); border: 1px solid var(--border); font-size: 12.5px; font-weight: 600; transition: .2s; }
  .size-pill.active { border-color: var(--accent); background: var(--accent-soft); color: var(--accent); }
  .sizes.err { animation: shake .4s; }
  @keyframes shake { 20%,60% { transform: translateX(-5px); } 40%,80% { transform: translateX(5px); } }
  .size-err { display: none; font-size: 11px; color: var(--red); margin-top: 8px; }
  .size-err.show { display: block; }
  .buy-row { display: flex; gap: 9px; margin-top: 18px; }
  .qty { display: flex; align-items: center; background: var(--card); border: 1px solid var(--border); border-radius: 14px; height: 50px; flex-shrink: 0; }
  .qty button { width: 38px; height: 100%; display: grid; place-items: center; }
  .qty button:disabled { opacity: .3; }
  .qty .qv { min-width: 22px; text-align: center; font-size: 13px; font-weight: 700; }
  .add-btn { flex: 1; height: 50px; background: var(--accent); color: #111; border-radius: 14px; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 8px; }
  .add-btn:active { transform: scale(.97); }
  .wish-sq { width: 50px; height: 50px; border: 1px solid var(--border); border-radius: 14px; display: grid; place-items: center; flex-shrink: 0; transition: .2s; }
  .wish-sq.on { background: var(--accent-soft); border-color: var(--accent); }
  .wish-sq.on svg { stroke: var(--accent); fill: var(--accent); }
  .buy-now { width: 100%; height: 46px; margin-top: 10px; background: #fff; color: #111; border-radius: 26px; font-size: 12.5px; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 8px; }
  .ptrust { margin-top: 22px; border-top: 1px solid var(--border); }
  .ptrust div { display: flex; align-items: center; gap: 11px; padding: 11px 0; border-bottom: 1px solid var(--border); font-size: 12px; color: var(--text-2); }
  .ptrust svg { width: 16px; height: 16px; stroke: var(--accent); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
  .ptrust b { color: #fff; font-weight: 600; }

  /* ============ RESEÑAS ============ */
  .rev-summary { margin: 0 16px 14px; background: var(--card); border-radius: 18px; padding: 18px; display: flex; gap: 18px; align-items: center; }
  .rs-num { font-family: 'Playfair Display', serif; font-size: 38px; font-weight: 700; }
  .rs-side { flex: 1; min-width: 0; }
  .rs-side > p { font-size: 10.5px; color: var(--text-2); margin: 4px 0 8px; }
  .rs-bars .bar { display: flex; align-items: center; gap: 8px; font-size: 10px; color: var(--text-2); margin-bottom: 3px; }
  .rs-bars .track { flex: 1; height: 3px; background: var(--border); border-radius: 2px; overflow: hidden; }
  .rs-bars .track i { display: block; height: 100%; background: var(--accent); }
  .testi-row { display: flex; gap: 11px; padding: 0 16px 4px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; }
  .testi-row::-webkit-scrollbar { display: none; }
  .testi-card { flex: 0 0 260px; background: var(--card); border: 1px solid rgba(255,255,255,.04); border-radius: 18px; padding: 18px 18px 20px; scroll-snap-align: start; }
  .testi-stars { display: flex; gap: 3px; margin-bottom: 10px; }
  .testi-stars svg { width: 13px; height: 13px; fill: var(--accent); }
  .testi-text { font-size: 12.5px; color: #e0e0e0; line-height: 1.55; margin-bottom: 14px; }
  .testi-user { display: flex; align-items: center; gap: 10px; }
  .testi-avatar { width: 36px; height: 36px; border-radius: 50%; background-size: cover; background-position: center; border: 1.5px solid var(--accent); }
  .testi-name { font-size: 12px; font-weight: 600; }
  .testi-meta { font-size: 10px; color: var(--text-2); }
  .testi-dots { display: flex; justify-content: center; gap: 6px; padding-top: 14px; }
  .testi-dots button { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.2); padding: 0; transition: all .3s; }
  .testi-dots button.active { background: var(--accent); width: 18px; border-radius: 3px; }

  /* ============ TRUST / EDITORIAL / INSTA / NEWSLETTER / FAQ / CONTACT ============ */
  .trust { margin: 0 16px 28px; background: var(--card); border-radius: 18px; padding: 18px 10px; display: grid; grid-template-columns: repeat(4,1fr); gap: 4px; }
  .trust-item { text-align: center; }
  .trust-item .t-icon { width: 38px; height: 38px; margin: 0 auto 7px; background: var(--accent-soft); border-radius: 11px; display: flex; align-items: center; justify-content: center; }
  .trust-item .t-icon svg { width: 18px; height: 18px; stroke: var(--accent); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
  .trust-item .t-title { font-size: 10.5px; font-weight: 600; margin-bottom: 2px; }
  .trust-item .t-sub { font-size: 9px; color: var(--text-2); line-height: 1.3; }
  .editorial { margin: 0 16px 30px; border-radius: 22px; overflow: hidden; background: var(--card); }
  .editorial-img { width: 100%; height: 220px; background: url('https://images.unsplash.com/photo-1490481651871-ab68de25d43d?w=900&q=80') center/cover; }
  .editorial-body { padding: 20px 22px 22px; text-align: center; }
  .editorial-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 2.5px; color: var(--accent); text-transform: uppercase; margin-bottom: 8px; }
  .editorial-title { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 600; line-height: 1.15; margin-bottom: 8px; }
  .editorial-text { font-size: 12px; color: #b3b3b3; line-height: 1.6; margin-bottom: 16px; }
  .editorial-btn { background: #fff; color: #111; padding: 11px 22px; border-radius: 30px; font-size: 12px; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; }
  .editorial-btn svg { width: 13px; height: 13px; stroke: #111; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
  .insta-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 4px; padding: 0 16px; margin-bottom: 12px; }
  .insta-tile { aspect-ratio: 1/1; border-radius: 8px; background-size: cover; background-position: center; position: relative; }
  .insta-tile::after { content: ''; position: absolute; inset: 0; border-radius: 8px; background: rgba(0,0,0,0); transition: background .2s; }
  .insta-tile:hover::after { background: rgba(212,175,55,.15); }
  .insta-handle { text-align: center; margin-bottom: 24px; font-size: 12px; color: var(--accent); font-weight: 500; }
  .newsletter { margin: 0 16px 28px; background: linear-gradient(135deg, #1A1A1A 0%, #222 100%); border: 1px solid rgba(212,175,55,.18); border-radius: 20px; padding: 24px 22px 22px; text-align: center; }
  .newsletter h3 { font-family: 'Playfair Display', serif; font-size: 21px; font-weight: 600; margin-bottom: 6px; }
  .newsletter p { font-size: 11.5px; color: #b3b3b3; line-height: 1.5; margin: 0 auto 16px; max-width: 240px; }
  .news-form { background: #111; border: 1px solid var(--border); border-radius: 12px; padding: 5px 5px 5px 16px; display: flex; align-items: center; gap: 8px; }
  .news-form input { flex: 1; background: transparent; border: none; outline: none; color: #fff; font-size: 12px; padding: 8px 0; min-width: 0; }
  .news-form input::placeholder { color: #666; }
  .news-form input.err { color: var(--red); }
  .news-form button { height: 38px; padding: 0 18px; background: #fff; color: #111; border-radius: 10px; display: flex; align-items: center; justify-content: center; gap: 6px; flex-shrink: 0; font-size: 12px; font-weight: 600; }
  .news-form button svg { width: 13px; height: 13px; stroke: #111; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
  .faq { margin: 0 16px 30px; }
  .faq-item { background: var(--card); border: 1px solid rgba(255,255,255,.04); border-radius: 14px; margin-bottom: 8px; overflow: hidden; }
  .faq-q { width: 100%; text-align: left; padding: 15px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 13px; font-weight: 600; }
  .faq-q .chev { width: 22px; height: 22px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: transform .25s; }
  .faq-q .chev svg { width: 14px; height: 14px; stroke: var(--accent); fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
  .faq-item.open .faq-q .chev { transform: rotate(180deg); }
  .faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
  .faq-a-inner { padding: 0 16px 16px; font-size: 12px; color: var(--text-2); line-height: 1.55; }
  .faq-a-inner ul { list-style: none; }
  .faq-a-inner li { padding: 3px 0 3px 16px; position: relative; }
  .faq-a-inner li::before { content: "—"; position: absolute; left: 0; color: var(--accent); }
  .faq-item.open .faq-a { max-height: 320px; }
  .contact { margin: 0 16px 30px; background: var(--card); border-radius: 20px; padding: 22px 20px; }
  .contact h3 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; margin-bottom: 6px; }
  .contact-sub { font-size: 12px; color: var(--text-2); line-height: 1.5; margin-bottom: 18px; }
  .contact-info { margin-bottom: 18px; }
  .contact-info-item { display: flex; align-items: center; gap: 11px; margin-bottom: 11px; font-size: 12px; color: #d4d4d4; }
  .ci-ic { width: 32px; height: 32px; background: var(--accent-soft); border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .ci-ic svg { width: 15px; height: 15px; stroke: var(--accent); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
  .contact-form { display: flex; flex-direction: column; gap: 9px; }
  .contact-form input, .contact-form textarea, .acc-form input, .ck-field input { background: #111; border: 1px solid var(--border); border-radius: 12px; padding: 12px 14px; color: #fff; font-size: 12.5px; outline: none; width: 100%; transition: border-color .2s; }
  .contact-form input::placeholder, .contact-form textarea::placeholder, .acc-form input::placeholder, .ck-field input::placeholder { color: #666; }
  .contact-form input:focus, .contact-form textarea:focus, .acc-form input:focus, .ck-field input:focus { border-color: var(--accent); }
  .contact-form input.err, .contact-form textarea.err, .acc-form input.err, .ck-field input.err { border-color: var(--red); }
  .contact-form textarea { resize: none; min-height: 70px; }
  .contact-submit { background: var(--accent); color: #111; padding: 13px; border-radius: 12px; font-size: 13px; font-weight: 700; margin-top: 4px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
  .contact-submit svg { width: 14px; height: 14px; stroke: #111; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

  /* ============ BOLSA ============ */
  .bag-head { padding: 0 20px 16px; }
  .bag-head h1 { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 700; letter-spacing: -.5px; }
  .bag-head h1 span { font-family: 'Inter'; font-size: 12px; font-weight: 500; color: var(--text-2); letter-spacing: 0; margin-left: 8px; }
  .ship-card { margin: 0 16px 12px; background: var(--card); border-radius: 16px; padding: 14px 16px; }
  .ship-card p { font-size: 11.5px; color: var(--text-2); margin-bottom: 9px; line-height: 1.4; }
  .ship-card b, .dr-ship b { color: var(--accent); font-weight: 600; }
  .ship-track { height: 4px; background: var(--border); border-radius: 2px; overflow: hidden; }
  .ship-track i { display: block; height: 100%; width: 0; background: var(--accent); border-radius: 2px; transition: width .5s var(--ease); }
  .promo { margin: 0 16px 12px; }
  .promo-form { display: flex; gap: 8px; }
  .promo-form input { flex: 1; height: 44px; min-width: 0; background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 0 14px; color: #fff; font-size: 12.5px; letter-spacing: 1px; text-transform: uppercase; outline: none; }
  .promo-form input::placeholder { color: #666; text-transform: none; letter-spacing: 0; }
  .promo-form input:focus { border-color: var(--accent); }
  .promo-form button { height: 44px; padding: 0 18px; background: var(--accent); color: #111; border-radius: 12px; font-size: 12px; font-weight: 700; flex-shrink: 0; }
  .promo-hint { font-size: 10px; color: var(--text-3); margin-top: 7px; }
  .promo-on { display: flex; align-items: center; gap: 9px; background: var(--accent-soft); border: 1px solid rgba(212,175,55,.35); border-radius: 12px; padding: 11px 12px; font-size: 11.5px; color: var(--accent); font-weight: 600; }
  .promo-on .po-x { margin-left: auto; width: 24px; height: 24px; display: grid; place-items: center; color: var(--accent); }
  .promo.shake { animation: shake .4s; }
  .cart-list { padding: 0 16px; margin-bottom: 24px; }
  .cart-item { display: flex; gap: 12px; background: var(--card); border-radius: 16px; padding: 12px; margin-bottom: 10px; }
  .ci-img { width: 78px; height: 92px; border-radius: 12px; background-size: cover; background-position: center; flex: none; background-color: #222; }
  .ci-body { flex: 1; min-width: 0; display: flex; flex-direction: column; }
  .ci-name { font-size: 13px; font-weight: 600; line-height: 1.3; padding-right: 26px; position: relative; }
  .ci-name .ci-x { position: absolute; top: -3px; right: -3px; width: 24px; height: 24px; display: grid; place-items: center; color: var(--text-3); }
  .ci-name .ci-x:hover { color: var(--red); }
  .ci-meta { font-size: 10.5px; color: var(--text-2); margin: 3px 0 auto; }
  .ci-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; }
  .ci-qty { display: flex; align-items: center; gap: 2px; background: var(--card-2); border: 1px solid var(--border); border-radius: 11px; height: 32px; }
  .ci-qty button { width: 30px; height: 100%; display: grid; place-items: center; }
  .ci-qty button:disabled { opacity: .3; }
  .ci-qty span { min-width: 22px; text-align: center; font-size: 12.5px; font-weight: 700; }
  .ci-price { font-size: 14px; font-weight: 700; }
  .ci-save { font-size: 10.5px; color: var(--text-2); display: inline-flex; gap: 5px; align-items: center; margin-top: 9px; align-self: flex-start; }
  .ci-save:hover { color: var(--accent); }
  .summary { margin: 0 16px 26px; background: var(--card); border-radius: 18px; padding: 18px 18px 16px; }
  .sum-row { display: flex; justify-content: space-between; font-size: 12.5px; color: var(--text-2); padding: 5px 0; }
  .sum-row b { color: #fff; font-weight: 600; }
  .sum-row .gold { color: var(--accent); font-weight: 600; }
  .sum-rm { margin-left: 8px; width: 20px; height: 20px; display: inline-grid; place-items: center; vertical-align: middle; color: var(--text-3); }
  .sum-rm:hover { color: var(--red); }
  .sum-total { border-top: 1px solid var(--border); margin-top: 10px; padding-top: 13px; display: flex; justify-content: space-between; align-items: baseline; }
  .sum-total b { font-size: 21px; font-weight: 700; }
  .sum-note { font-size: 10px; color: var(--text-3); margin-top: 9px; line-height: 1.5; }
  .app-frame { position: fixed; left: max(0px, calc(50vw - var(--app-w, 430px) / 2)); right: max(0px, calc(50vw - var(--app-w, 430px) / 2)); }
  .cta-bar { bottom: calc(62px + env(safe-area-inset-bottom, 0px)); padding: 10px 16px 12px; background: linear-gradient(180deg, rgba(17,17,17,0) 0%, rgba(17,17,17,.97) 38%); z-index: 35; opacity: 0; pointer-events: none; transform: translateY(10px); transition: .3s; }
  .cta-bar.show { opacity: 1; pointer-events: auto; transform: none; }
  .cta-btn { width: 100%; height: 50px; background: var(--accent); color: #111; border-radius: 14px; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 8px; }
  .cta-btn:active { transform: scale(.97); }

  /* ============ CHECKOUT ============ */
  .steps { display: flex; align-items: center; padding: 6px 20px 22px; }
  .step { display: flex; flex-direction: column; align-items: center; gap: 6px; flex: none; width: 62px; }
  .step .s-dot { width: 30px; height: 30px; border-radius: 50%; background: var(--card); border: 1px solid var(--border); display: grid; place-items: center; font-size: 12px; font-weight: 700; color: var(--text-2); transition: .25s; }
  .step .s-dot svg { display: none; width: 13px; height: 13px; stroke: #111; fill: none; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
  .step.now .s-dot { border-color: var(--accent); color: var(--accent); }
  .step.done .s-dot { background: var(--accent); border-color: var(--accent); color: #111; }
  .step.done .s-dot b { display: none; }
  .step.done .s-dot svg { display: block; }
  .step > span { font-size: 9.5px; color: var(--text-2); font-weight: 600; }
  .step.now > span { color: var(--accent); }
  .s-line { flex: 1; height: 2px; background: var(--border); border-radius: 1px; margin-bottom: 17px; }
  .s-line.done { background: var(--accent); }
  .ck-step { display: none; padding: 0 16px 30px; }
  .ck-step.active { display: block; animation: vIn .35s var(--ease); }
  .ck-h { font-family: 'Playfair Display', serif; font-size: 21px; font-weight: 600; margin: 2px 0 4px; }
  .ck-sub { font-size: 11.5px; color: var(--text-2); margin-bottom: 18px; }
  .ck-lbl { font-size: 11px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: var(--text-2); margin: 18px 0 10px; }
  .ck-field { margin-bottom: 9px; position: relative; }
  .frow { display: flex; gap: 9px; }
  .frow > * { flex: 1; }
  .field-ic input { padding-right: 66px; }
  .card-brand { position: absolute; top: 50%; right: 10px; transform: translateY(-50%); font-size: 9px; font-weight: 700; letter-spacing: .8px; color: var(--accent); border: 1px solid rgba(212,175,55,.4); border-radius: 5px; padding: 3px 6px; min-width: 34px; text-align: center; display: none; }
  .card-brand.show { display: block; }
  .opt { width: 100%; display: flex; align-items: center; gap: 12px; text-align: left; background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 13px 14px; margin-bottom: 9px; transition: .2s; }
  .opt .opt-ic { width: 34px; height: 34px; border-radius: 10px; background: var(--card-2); color: var(--text-2); display: grid; place-items: center; flex-shrink: 0; }
  .opt .opt-ic svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
  .opt-body { flex: 1; min-width: 0; }
  .opt-body b { display: block; font-size: 12.5px; font-weight: 600; margin-bottom: 1px; }
  .opt-body span { font-size: 10.5px; color: var(--text-2); }
  .opt-price { font-size: 12.5px; font-weight: 700; flex-shrink: 0; }
  .opt-price.gold { color: var(--accent); }
  .opt .dot { width: 18px; height: 18px; border-radius: 50%; border: 2px solid #555; flex-shrink: 0; position: relative; }
  .opt.sel { border-color: var(--accent); background: var(--accent-soft); }
  .opt.sel .opt-ic { background: rgba(212,175,55,.2); color: var(--accent); }
  .opt.sel .dot { border-color: var(--accent); }
  .opt.sel .dot::after { content: ''; position: absolute; inset: 3px; border-radius: 50%; background: var(--accent); }
  .ck-btn { width: 100%; height: 50px; background: var(--accent); color: #111; border-radius: 14px; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 20px; }
  .ck-btn:active { transform: scale(.97); }
  .ck-btn.loading { pointer-events: none; opacity: .85; }
  .spinner { width: 15px; height: 15px; border: 2px solid rgba(17,17,17,.25); border-top-color: #111; border-radius: 50%; animation: spin .7s linear infinite; }
  @keyframes spin { to { transform: rotate(360deg); } }
  .ck-secure { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 13px; font-size: 10.5px; color: var(--text-3); }
  .ck-secure svg { width: 13px; height: 13px; stroke: var(--accent); fill: none; stroke-width: 1.7; }
  .ck-back-link { display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%; padding: 14px 0 20px; font-size: 12px; color: var(--text-2); }
  .ck-back-link:hover { color: var(--accent); }
  .rv-block { background: var(--card); border-radius: 16px; padding: 14px 16px; margin-bottom: 10px; }
  .rvb-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
  .rvb-head b { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--text-2); font-weight: 700; }
  .rvb-edit { font-size: 11px; color: var(--accent); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
  .rv-line { font-size: 12.5px; color: var(--text-2); line-height: 1.6; }
  .rv-line b { color: #fff; font-weight: 600; }
  .rv-line .gold { color: var(--accent); }
  .rv-items-head { width: 100%; display: flex; justify-content: space-between; align-items: center; }
  .rv-items-head .chev { color: var(--accent); transition: transform .25s; }
  .rv-block.open .rv-items-head .chev { transform: rotate(180deg); }
  .rv-items { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
  .rv-block.open .rv-items { max-height: 420px; }
  .rv-mini { display: flex; align-items: center; gap: 11px; padding: 9px 0; border-top: 1px solid rgba(255,255,255,.05); }
  .rv-mini .im { width: 44px; height: 52px; border-radius: 9px; background-size: cover; background-position: center; flex: none; background-color: #222; }
  .rv-mini .mi { flex: 1; min-width: 0; font-size: 12px; font-weight: 600; }
  .rv-mini .mi span { display: block; font-size: 10px; color: var(--text-2); font-weight: 400; margin-top: 2px; }
  .rv-mini .mp { font-size: 12px; font-weight: 700; }
  .terms { display: flex; gap: 11px; align-items: flex-start; margin: 16px 2px 4px; }
  .tbox { width: 20px; height: 20px; border-radius: 6px; border: 1.5px solid #555; display: grid; place-items: center; flex-shrink: 0; margin-top: 1px; transition: .2s; }
  .tbox svg { width: 11px; height: 11px; stroke: #111; fill: none; stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; opacity: 0; }
  .terms.on .tbox { background: var(--accent); border-color: var(--accent); }
  .terms.on .tbox svg { opacity: 1; }
  .terms p { font-size: 11px; color: var(--text-2); line-height: 1.55; }
  .terms p u { color: var(--accent); text-underline-offset: 2px; }
  .terms.err .tbox { border-color: var(--red); }
  .terms.err { animation: shake .4s; }

  /* ============ ÉXITO ============ */
  .ok-wrap { text-align: center; padding: 46px 20px 24px; }
  .ok-ic { width: 92px; height: 92px; margin: 0 auto 20px; border-radius: 50%; background: var(--accent-soft); display: grid; place-items: center; position: relative; animation: okPop .6s var(--ease); }
  .ok-ic svg { width: 38px; height: 38px; stroke: var(--accent); fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
  .ok-ic::after { content: ''; position: absolute; inset: -9px; border-radius: 50%; border: 1px solid var(--accent); opacity: 0; animation: ring 1.4s ease-out .4s 2; }
  @keyframes okPop { 0% { transform: scale(.4); opacity: 0; } 60% { transform: scale(1.07); } 100% { transform: scale(1); } }
  @keyframes ring { 0% { transform: scale(.85); opacity: .7; } 100% { transform: scale(1.25); opacity: 0; } }
  .ok-wrap h2 { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700; letter-spacing: -.4px; margin-bottom: 8px; }
  .ok-wrap > p { font-size: 12px; color: var(--text-2); max-width: 280px; margin: 0 auto 26px; line-height: 1.6; }
  .ok-wrap > p b { color: #fff; }
  .ok-card { margin: 0 16px 26px; background: var(--card); border-radius: 18px; padding: 6px 18px; }
  .ok-row { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.05); }
  .ok-row:last-child { border-bottom: none; }
  .ok-row span { font-size: 11.5px; color: var(--text-2); flex-shrink: 0; }
  .ok-row b { font-size: 12.5px; font-weight: 600; text-align: right; }
  .ok-row b.gold { color: var(--accent); font-weight: 700; }
  .ok-btns { padding: 0 16px 40px; display: flex; flex-direction: column; gap: 10px; }
  .btn-ghost { width: 100%; height: 48px; border: 1px solid var(--border); border-radius: 14px; font-size: 12.5px; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 8px; }
  .btn-ghost:hover { border-color: var(--accent); color: var(--accent); }

  /* ============ BOTTOM NAV ============ */
  .bottom-nav { position: sticky; bottom: 0; left: 0; right: 0; background: rgba(17,17,17,.96); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-top: 1px solid rgba(255,255,255,.06); display: flex; justify-content: space-around; align-items: flex-start; padding: 10px 8px calc(14px + env(safe-area-inset-bottom, 0px)); z-index: 40; }
  .nav-item { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 4px 0; }
  .nav-item svg { width: 22px; height: 22px; stroke: #777; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: all .2s; }
  .nav-item span { font-size: 9.5px; color: #777; font-weight: 500; }
  .nav-item.active svg { stroke: var(--accent); }
  .nav-item.active span { color: var(--accent); }

  /* ============ CAPAS ============ */
  .backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.65); backdrop-filter: blur(2px); opacity: 0; pointer-events: none; transition: opacity .3s; z-index: 55; }
  .backdrop.show { opacity: 1; pointer-events: auto; }
  .menu-drawer { top: 0; bottom: 0; background: var(--bg); z-index: 60; transform: translateX(-105%); transition: transform .45s var(--ease); display: flex; flex-direction: column; padding: 18px 20px 24px; overflow-y: auto; box-shadow: 20px 0 60px rgba(0,0,0,.5); }
  .menu-drawer.open { transform: none; }
  .md-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
  .md-brand { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; letter-spacing: 5px; }
  .md-close { width: 36px; height: 36px; display: grid; place-items: center; color: var(--text-2); }
  .md-greet { font-size: 11.5px; color: var(--text-2); margin-bottom: 6px; }
  .md-greet b { color: var(--accent); font-weight: 600; }
  .md-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-3); font-weight: 700; margin: 18px 0 6px; }
  .md-link { width: 100%; display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.05); font-size: 14px; font-weight: 500; text-align: left; }
  .md-link .mi { width: 34px; height: 34px; background: var(--accent-soft); border-radius: 10px; display: grid; place-items: center; color: var(--accent); flex-shrink: 0; }
  .md-link .mi svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
  .md-link .arr { margin-left: auto; color: var(--accent); }
  .md-link .arr svg { width: 12px; height: 12px; }
  .md-foot { margin-top: auto; padding-top: 22px; font-size: 11px; color: var(--text-2); line-height: 1.9; }
  .md-foot b { color: #fff; font-weight: 600; }
  .md-foot a { color: var(--accent); }
  .drawer { top: 0; bottom: 0; background: var(--bg); z-index: 60; transform: translateX(102%); transition: transform .45s var(--ease); display: flex; flex-direction: column; box-shadow: -20px 0 60px rgba(0,0,0,.5); }
  .drawer.open { transform: none; }
  .dr-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; border-bottom: 1px solid var(--border); }
  .dr-head h3 { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 600; }
  .dr-head h3 span { font-family: 'Inter'; font-size: 12px; color: var(--text-2); font-weight: 400; margin-left: 6px; }
  .x-btn { width: 34px; height: 34px; display: grid; place-items: center; color: var(--text-2); }
  .dr-items { flex: 1; overflow-y: auto; padding: 4px 20px; }
  .dr-empty { text-align: center; padding: 56px 20px; color: var(--text-2); }
  .dr-empty svg { width: 36px; height: 36px; stroke: var(--text-3); margin: 0 auto 12px; fill: none; stroke-width: 1.5; }
  .dr-empty p { font-size: 12.5px; margin-bottom: 16px; }
  .wl-item { display: flex; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.05); }
  .wl-img { width: 56px; height: 66px; border-radius: 10px; background-size: cover; background-position: center; flex: none; }
  .wl-info { flex: 1; min-width: 0; }
  .wl-info b { font-size: 12.5px; font-weight: 600; display: block; margin-bottom: 3px; }
  .wl-info span { font-size: 12.5px; color: var(--accent); font-weight: 600; }
  .wl-add { height: 34px; padding: 0 14px; background: var(--accent); color: #111; border-radius: 10px; font-size: 11px; font-weight: 700; flex-shrink: 0; }
  .wl-x { width: 30px; height: 30px; display: grid; place-items: center; color: var(--text-2); flex-shrink: 0; }
  .sheet { top: auto; bottom: 0; background: var(--card); border-radius: 24px 24px 0 0; z-index: 60; transform: translateY(105%); transition: transform .4s var(--ease); padding: 12px 20px calc(22px + env(safe-area-inset-bottom, 0px)); box-shadow: 0 -20px 60px rgba(0,0,0,.5); }
  .sheet.open { transform: none; }
  .grab { width: 42px; height: 4px; border-radius: 2px; background: #3a3a3a; margin: 0 auto 14px; }
  .sheet h4 { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-2); font-weight: 700; }
  .fs-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
  .fs-clear { font-size: 11.5px; color: var(--accent); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
  .fs-sec { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.05); }
  .fs-lbl { font-size: 12.5px; font-weight: 600; margin-bottom: 12px; }
  .fs-price { display: flex; justify-content: space-between; font-size: 11px; color: var(--text-2); margin-bottom: 10px; }
  .fs-price b { color: var(--accent); font-size: 12.5px; }
  input[type=range] { -webkit-appearance: none; appearance: none; width: 100%; height: 4px; background: var(--border); border-radius: 2px; outline: none; }
  input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 20px; height: 20px; border-radius: 50%; background: var(--accent); border: 4px solid var(--card); box-shadow: 0 0 0 1px var(--accent); cursor: pointer; }
  input[type=range]::-moz-range-thumb { width: 14px; height: 14px; border-radius: 50%; background: var(--accent); border: 4px solid var(--card); box-shadow: 0 0 0 1px var(--accent); cursor: pointer; }
  .fs-tgs { display: flex; gap: 8px; flex-wrap: wrap; }
  .tg { height: 34px; padding: 0 16px; border-radius: 18px; background: var(--card-2); border: 1px solid var(--border); font-size: 12px; font-weight: 600; }
  .tg.on { background: var(--accent-soft); border-color: var(--accent); color: var(--accent); }
  .fs-apply { width: 100%; height: 48px; margin-top: 16px; background: var(--accent); color: #111; border-radius: 14px; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 8px; }
  .sort-opt { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.05); font-size: 13.5px; font-weight: 500; }
  .sort-opt svg { color: var(--accent); opacity: 0; }
  .sort-opt.on svg { opacity: 1; }
  .search-sheet { top: 0; bottom: auto; max-height: 82vh; overflow-y: auto; background: var(--bg); z-index: 60; transform: translateY(-105%); transition: transform .4s var(--ease); padding: 14px 16px 18px; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
  .search-sheet.open { transform: none; }
  .ss-row { display: flex; align-items: center; gap: 10px; background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 4px 4px 4px 14px; margin-bottom: 12px; }
  .ss-row input { flex: 1; background: none; border: none; outline: none; color: #fff; font-size: 13px; padding: 10px 0; min-width: 0; }
  .ss-row input::placeholder { color: #666; }
  .ss-row button { width: 38px; height: 38px; border-radius: 11px; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; flex-shrink: 0; }
  .ss-title { font-size: 10.5px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-3); font-weight: 700; margin: 4px 0 6px; }
  .sr-item { display: flex; gap: 12px; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.05); cursor: pointer; }
  .sr-img { width: 48px; height: 56px; border-radius: 10px; background-size: cover; background-position: center; flex: none; }
  .sr-info { flex: 1; min-width: 0; }
  .sr-info b { font-size: 12.5px; font-weight: 600; display: block; }
  .sr-info span { font-size: 11.5px; color: var(--text-2); }
  .sr-info s { color: var(--text-3); margin-right: 6px; }
  .sr-add { width: 32px; height: 32px; border-radius: 50%; background: #000; border: 1px solid var(--border); display: grid; place-items: center; flex-shrink: 0; }
  .acc-sheet h4 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 600; margin-bottom: 4px; }
  .acc-sub { font-size: 11.5px; color: var(--text-2); margin-bottom: 16px; }
  .acc-form { display: flex; flex-direction: column; gap: 9px; }
  .acc-btn { background: var(--accent); color: #111; height: 46px; border-radius: 14px; font-size: 13px; font-weight: 700; margin-top: 4px; }
  .acc-links { display: flex; justify-content: space-between; margin-top: 14px; font-size: 11.5px; }
  .acc-links button { color: var(--accent); font-weight: 500; }
  .modal-wrap { position: fixed; inset: 0; z-index: 70; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(0,0,0,.7); opacity: 0; pointer-events: none; transition: opacity .25s; }
  .modal-wrap.open { opacity: 1; pointer-events: auto; }
  .modal { width: 100%; max-width: 350px; background: var(--card); border-radius: 20px; padding: 22px; position: relative; transform: translateY(12px); transition: transform .3s var(--ease); }
  .modal-wrap.open .modal { transform: none; }
  .modal h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 600; }
  .modal .m-sub { font-size: 11.5px; color: var(--text-2); margin: 2px 0 14px; }
  .tg-table { width: 100%; border-collapse: collapse; margin-bottom: 12px; }
  .tg-table th { font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: var(--accent); text-align: left; padding: 8px 4px; border-bottom: 1px solid var(--border); }
  .tg-table td { font-size: 12.5px; padding: 10px 4px; border-bottom: 1px solid rgba(255,255,255,.05); }
  .modal .modal-close { position: absolute; top: 14px; right: 14px; }
  .lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.88); z-index: 90; display: grid; place-items: center; padding: 30px; opacity: 0; pointer-events: none; transition: opacity .25s; }
  .lightbox.open { opacity: 1; pointer-events: auto; }
  .lightbox figure { text-align: center; }
  .lightbox img { max-width: 100%; max-height: 68vh; border-radius: 16px; margin: 0 auto; }
  .lightbox figcaption { margin-top: 14px; font-size: 12px; color: #d4d4d4; }
  .lightbox figcaption b { color: var(--accent); }
  .toasts { bottom: calc(88px + env(safe-area-inset-bottom, 0px)); display: flex; flex-direction: column; gap: 8px; z-index: 80; pointer-events: none; }
  .toast { display: flex; align-items: center; gap: 11px; background: #1E1E1E; border: 1px solid rgba(212,175,55,.3); border-radius: 14px; padding: 10px 16px 10px 10px; box-shadow: 0 12px 32px rgba(0,0,0,.5); animation: tIn .35s var(--ease); }
  .toast.out { animation: tOut .3s var(--ease) forwards; }
  .toast .t-ic { width: 30px; height: 30px; border-radius: 10px; background: var(--accent-soft); display: grid; place-items: center; color: var(--accent); flex-shrink: 0; }
  .toast b { display: block; font-size: 12px; font-weight: 600; }
  .toast span { display: block; font-size: 11px; color: var(--text-2); }
  @keyframes tIn { from { opacity: 0; transform: translateY(12px); } }
  @keyframes tOut { to { opacity: 0; transform: translateY(8px); } }
  .fly { position: fixed; width: 34px; height: 34px; border-radius: 50%; background: var(--accent); z-index: 85; pointer-events: none; transition: transform .65s var(--ease), opacity .65s; }

  @media (min-width: 500px) { body { padding: 20px 0; background: #050505; } }
