﻿/* Alma de Bruja Chile — App CSS v4.0 Native App Patterns */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,700&family=Manrope:wght@300;400;500;600&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400;0,6..96,500;1,6..96,400;1,6..96,500&family=Jost:wght@300;400;500&display=swap');

/* ─── OVERRIDE TEMA — anula estilos residuales de BeTheme/Elementor ─── */
body.adb-app-mode { min-height: unset !important; padding: 0 !important; margin: 0 !important; overflow: hidden; }
body.adb-app-mode.adb-checkout-page { overflow-y: auto; overflow-x: hidden; }
body.adb-app-mode #page,
body.adb-app-mode #wrapper,
body.adb-app-mode .container,
body.adb-app-mode #Header,
body.adb-app-mode #Footer,
body.adb-app-mode .mfn-woo-loop,
body.adb-app-mode .woocommerce-breadcrumb { display: none !important; }
body.adb-app-mode .adb-app { display: flex !important; }

/* ─── OCULTAR BOTONES FLOTANTES DE PLUGINS ─── */
/* CURCY (woocommerce-multi-currency) */
body.adb-app-mode .woocommerce-multi-currency,
body.adb-app-mode .wmc-currency-wrapper,
body.adb-app-mode .wmc-currency-switcher,
body.adb-app-mode #wmc-switcher-btn,
body.adb-app-mode .wmc-switcher-btn,
body.adb-app-mode [class*="wmc-"],
body.adb-app-mode [id*="wmc-switcher"],
/* WOOCS (woocommerce-currency-switcher) */
body.adb-app-mode .woocs_block,
body.adb-app-mode .woocs_container,
body.adb-app-mode #woocs_block,
body.adb-app-mode [class*="woocs"],
body.adb-app-mode [id*="woocs"],
/* Genéricos de moneda */
body.adb-app-mode [class*="currency-switcher"],
body.adb-app-mode [id*="currency-switcher"],
body.adb-app-mode .woo-sc-button,
/* Otros plugins flotantes */
body.adb-app-mode [class*="accessibility"],
body.adb-app-mode .pojo-a11y-toolbar-toggle,
body.adb-app-mode #pojo-a11y-toolbar,
body.adb-app-mode .addtocart-sticky-bar,
body.adb-app-mode #back-to-top,
body.adb-app-mode .scrolltop,
/* NinjaTeam WhatsApp Chat plugin */
body.adb-app-mode .nta_wa_button,
body.adb-app-mode [class*="nta_wa"],
body.adb-app-mode [class*="njt-wa"],
body.adb-app-mode [class*="wa__"],
body.adb-app-mode .wa__widget_container,
body.adb-app-mode [id*="nta_wa"] { display: none !important; visibility: hidden !important; }

/* ─── RESET & BASE ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }

:root {
  /* ── Paleta Stitch Dark Mystic ── */
  --bg-base:    #0A0A0F;
  --bg-1:       #0D0D15;
  --bg-2:       #140A23;
  --bg-3:       #1A1028;
  --bg-card:    rgba(20,10,35,0.8);
  --gold:       #F1C40F;
  --gold-light: #F7DC6F;
  --gold-dim:   #B7950B;
  --gold-line:  rgba(241,196,15,0.25);
  --gold-glow:  rgba(241,196,15,0.12);
  --purple:     #9B59B6;
  --purple-soft:#C39BD3;
  --purple-line:rgba(155,89,182,0.25);
  --purple-glow:rgba(155,89,182,0.15);
  --text-1:     #F5F0FF;
  --text-2:     #C8B8E8;
  --text-3:     #8B85A0;
  --nav-h:      68px;
  --topbar-h:   52px;
  --ease-out:   cubic-bezier(0.22, 1, 0.36, 1);
  --font-serif: 'Playfair Display', 'Bodoni Moda', Georgia, serif;
  --font-sans:  'Manrope', 'Jost', system-ui, sans-serif;
}

html { font-size: 16px; }

body.adb-app-mode {
  background: var(--bg-base);
  color: var(--text-1);
  font-family: var(--font-sans);
  font-weight: 300;
  line-height: 1.6;
  overscroll-behavior: none;
  -webkit-font-smoothing: antialiased;
}

/* ─── APP SHELL ─── */
.adb-app {
  display: flex;
  flex-direction: column;
  height: 100dvh;
  max-width: 430px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: var(--bg-base);
}

/* ─── TOP BAR ─── */
.adb-topbar {
  height: var(--topbar-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background: var(--bg-base);
  border-bottom: 1px solid var(--gold-line);
  position: relative;
  z-index: 30;
  flex-shrink: 0;
}

.adb-logo {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--gold);
  letter-spacing: 0.04em;
}

.adb-topbar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.adb-topbar-account { text-decoration: none; display: flex; }

/* ─── CAMPANITA NOTIFICACIONES ─── */
.adb-notif-btn {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 1px solid var(--gold-line);
  background: var(--bg-2);
  color: var(--text-3);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
  padding: 0;
  flex-shrink: 0;
  -webkit-appearance: none;
  appearance: none;
}
.adb-notif-btn:active { opacity: 0.7; }
/* Desactivadas: muestra la línea diagonal (tachada) */
.adb-notif-btn .adb-notif-slash { display: block; }
/* Activadas: oculta la línea, cambia a dorado */
.adb-notif-btn.is-on { color: var(--gold); border-color: rgba(201,168,76,0.4); }
.adb-notif-btn.is-on .adb-notif-slash { display: none; }

/* ─── TOGGLE MONEDA ─── */
.adb-currency-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  background: var(--bg-2);
  border: 1px solid var(--gold-line);
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 0.68rem;
  font-family: var(--font-sans);
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--text-3);
  transition: border-color 0.2s;
}
.adb-currency-toggle:active { opacity: 0.7; }
.adb-currency-toggle span.active {
  color: var(--gold);
  font-weight: 600;
}
.adb-currency-sep {
  color: var(--text-3);
  font-size: 0.6rem;
}

.adb-avatar-mini {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 1px solid var(--gold-line);
  background: var(--bg-2);
  color: var(--gold);
  font-size: 0.75rem;
  font-family: var(--font-serif);
  display: flex; align-items: center; justify-content: center;
}

/* ─── CONTENT AREA ─── */
.adb-content { flex: 1; overflow: hidden; position: relative; }

/* ─── TABS ─── */
.adb-tab {
  display: none;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  padding-bottom: calc(var(--nav-h) + 12px);
}

.adb-tab.active {
  display: block;
  animation: adb-tab-in 0.3s var(--ease-out);
}

@keyframes adb-tab-in {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ─── HERO INMERSIVO ─── */
.adb-hero {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  padding: 28px 24px;
  overflow: hidden;
  background: linear-gradient(160deg, #110e20 0%, #080710 100%);
}

.adb-hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 85% 25%, rgba(201,168,76,0.13) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 15% 85%, rgba(88,48,160,0.18) 0%, transparent 60%);
}

/* Estrellas en el fondo del hero */
.adb-hero-bg::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 15% 20%, rgba(201,168,76,0.5) 0%, transparent 100%),
    radial-gradient(1px 1px at 70% 12%, rgba(255,255,255,0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 40% 65%, rgba(201,168,76,0.3) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 88% 55%, rgba(255,255,255,0.35) 0%, transparent 100%),
    radial-gradient(1px 1px at 55% 35%, rgba(201,168,76,0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 25% 80%, rgba(255,255,255,0.25) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 92% 85%, rgba(201,168,76,0.35) 0%, transparent 100%),
    radial-gradient(1px 1px at 8% 50%, rgba(255,255,255,0.3) 0%, transparent 100%);
}

/* Línea dorada en la parte inferior del hero */
.adb-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(201,168,76,0.35) 40%, rgba(201,168,76,0.35) 60%, transparent 100%);
}

.adb-hero-content {
  position: relative;
  z-index: 1;
  flex: 1;
  animation: adb-hero-fadein 0.6s ease both;
}
@keyframes adb-hero-fadein {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

.adb-hero-overline {
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
  opacity: 0.75;
}

.adb-hero h1,
.adb-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 10vw, 3rem);
  font-weight: 400;
  line-height: 1.0;
  color: #f0eaff;
  margin-bottom: 12px;
  text-shadow: 0 2px 20px rgba(88,48,160,0.3);
}

.adb-hero h1 em,
.adb-hero-title em {
  font-style: italic;
  color: var(--gold-light);
  text-shadow: 0 0 30px rgba(201,168,76,0.4);
}

.adb-hero-sub {
  font-size: 0.74rem;
  color: rgba(240,234,255,0.55);
  letter-spacing: 0.06em;
  margin-bottom: 22px;
}

.adb-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 22px;
  border: 1px solid rgba(201,168,76,0.6);
  background: rgba(201,168,76,0.08);
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.25s, border-color 0.25s, box-shadow 0.25s;
  box-shadow: 0 0 0 0 rgba(201,168,76,0);
}
.adb-hero-cta:active {
  background: var(--gold);
  color: #080710;
  box-shadow: 0 0 20px rgba(201,168,76,0.3);
}

/* Emoji decorativo — float suave */
.adb-hero-card-deco {
  position: absolute;
  right: 18px; top: 50%;
  transform: translateY(-50%);
  font-size: 4.5rem;
  opacity: 0.18;
  pointer-events: none;
  animation: adb-deco-float 5s ease-in-out infinite;
  filter: drop-shadow(0 0 24px rgba(201,168,76,0.25));
}
@keyframes adb-deco-float {
  0%, 100% { transform: translateY(-50%) rotate(-3deg); }
  50%       { transform: translateY(calc(-50% - 8px)) rotate(-3deg); }
}

/* ─── LIVE BANNER ─── */
.adb-live-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 16px 4px;
  padding: 12px 16px;
  background: linear-gradient(90deg, rgba(201,168,76,0.08) 0%, rgba(201,168,76,0.03) 100%);
  border: 1px solid rgba(201,168,76,0.22);
  cursor: pointer;
}

.adb-live-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #ff4040;
  animation: adb-pulse 2s infinite;
  flex-shrink: 0;
}

@keyframes adb-pulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(255,64,64,0.4); }
  50%      { box-shadow: 0 0 0 6px rgba(255,64,64,0); }
}

.adb-live-text { flex: 1; font-size: 0.8rem; color: var(--text-1); }
.adb-live-arrow { color: var(--gold); display: flex; align-items: center; }

/* ─── CHIPS ROW ─── */
.adb-chips-row {
  display: flex;
  gap: 8px;
  padding: 14px 16px 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.adb-chips-row::-webkit-scrollbar { display: none; }

.adb-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 14px;
  background: var(--bg-2);
  border: 1px solid var(--bg-3);
  color: var(--text-2);
  font-size: 0.74rem;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

.adb-chip:active { border-color: var(--gold); color: var(--gold); }

.adb-chip--gold {
  background: rgba(201,168,76,0.06);
  border-color: var(--gold-dim);
  color: var(--gold);
}

/* ─── SECTION HEADERS ─── */
.adb-section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 20px 20px 10px;
}

.adb-section-title {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 400;
  font-style: italic;
  color: var(--text-1);
}

.adb-section-link {
  font-size: 0.7rem;
  color: var(--gold);
  background: none;
  border: none;
  cursor: pointer;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.adb-section-title-sm {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  font-weight: 400;
  font-style: italic;
  color: var(--text-2);
  margin: 24px 20px 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--gold-line);
}

/* ─── CARRUSEL HORIZONTAL con scroll-snap ─── */
.adb-carousel {
  display: flex;
  gap: 12px;
  padding: 0 20px 4px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.adb-carousel::-webkit-scrollbar { display: none; }

.adb-carousel-card {
  flex-shrink: 0;
  width: 160px;
  scroll-snap-align: start;
  text-decoration: none;
  display: block;
  border: 1px solid var(--bg-3);
  background: var(--bg-card);
  overflow: hidden;
  transition: border-color 0.2s;
}

.adb-carousel-card:active { border-color: var(--gold-dim); }

.adb-carousel-img {
  width: 100%; height: 120px;
  background: var(--bg-2) center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adb-carousel-icon { font-size: 2.4rem; opacity: 0.3; }

.adb-carousel-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5,5,10,0.7) 0%, transparent 60%);
}

.adb-carousel-info { padding: 10px 12px 12px; }

.adb-carousel-info h3 {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text-1);
  margin-bottom: 4px;
  line-height: 1.3;
}

.adb-carousel-price { font-size: 0.72rem; color: var(--gold); }
.adb-carousel-price .woocommerce-Price-amount { color: var(--gold); }

/* ─── BANNER TAROT ─── */
.adb-banner-tarot {
  display: flex;
  align-items: center;
  margin: 16px 16px 4px;
  padding: 20px 16px;
  background: linear-gradient(135deg, #130f25 0%, #0a0816 100%);
  border: 1px solid rgba(201,168,76,0.22);
  border-radius: 14px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.adb-banner-tarot:active {
  border-color: rgba(201,168,76,0.5);
  box-shadow: 0 0 20px rgba(201,168,76,0.08);
}

/* Línea dorada superior */
.adb-banner-tarot::before {
  content: '';
  position: absolute;
  top: 0; left: 20%; right: 20%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.6), transparent);
}

/* Glow de fondo */
.adb-banner-tarot::after {
  content: '';
  position: absolute;
  right: -20px; top: 50%;
  transform: translateY(-50%);
  width: 120px; height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,168,76,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.adb-banner-tarot-left { flex: 1; position: relative; z-index: 1; }

.adb-banner-label {
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
  opacity: 0.8;
}

.adb-banner-title {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 400;
  color: #f0eaff;
  margin-bottom: 5px;
}

.adb-banner-sub {
  font-size: 0.68rem;
  color: rgba(240,234,255,0.45);
  line-height: 1.4;
}

.adb-banner-tarot-right { flex-shrink: 0; margin-left: 16px; position: relative; z-index: 1; }

.adb-banner-card {
  width: 56px; height: 80px;
  border: 1px solid rgba(201,168,76,0.4);
  background: linear-gradient(160deg, #1e1535 0%, #100c22 100%);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  position: relative;
  box-shadow: 0 8px 24px rgba(0,0,0,0.5), 0 0 0 1px rgba(201,168,76,0.06);
  animation: adb-deco-float 4s ease-in-out infinite;
}

.adb-banner-card::before,
.adb-banner-card::after {
  content: '✦';
  position: absolute;
  font-size: 7px;
  color: var(--gold-dim);
  opacity: 0.5;
}
.adb-banner-card::before { top: 4px; left: 4px; }
.adb-banner-card::after  { bottom: 4px; right: 4px; }

.adb-banner-card-num {
  font-family: var(--font-serif);
  font-size: 0.58rem;
  color: var(--gold-dim);
}

.adb-banner-card-emoji { font-size: 1.5rem; }

/* ─── LUNA STRIP ─── */
.adb-luna-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 16px;
  padding: 14px 16px;
  background: var(--bg-2);
  border: 1px solid rgba(201,168,76,0.1);
  border-radius: 14px;
  cursor: pointer;
  transition: border-color 0.25s, background 0.2s;
}
.adb-luna-strip:active {
  background: var(--bg-3);
  border-color: rgba(201,168,76,0.25);
}

.adb-luna-emoji { font-size: 1.5rem; flex-shrink: 0; line-height: 1; }

.adb-luna-text { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.adb-luna-text strong { font-size: 0.82rem; font-weight: 500; color: var(--text-1); }
.adb-luna-text span   { font-size: 0.67rem; color: var(--text-3); }

.adb-luna-bar-wrap { width: 52px; }

.adb-luna-bar {
  height: 3px;
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
  position: relative;
  overflow: visible;
}

.adb-luna-fill {
  height: 100%;
  background: linear-gradient(90deg, rgba(201,168,76,0.5), var(--gold));
  border-radius: 2px;
  position: relative;
  transition: width 1s var(--ease-out);
}

.adb-luna-fill::after {
  content: '';
  position: absolute;
  right: -3px; top: 50%;
  transform: translateY(-50%);
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(201,168,76,0.7);
}

.adb-luna-arrow { color: var(--text-3); flex-shrink: 0; }

/* ─── CONTACT ROW ─── */
.adb-contact-row {
  display: flex;
  gap: 8px;
  padding: 10px 16px 20px;
  overflow-x: auto;
  scrollbar-width: none;
}
.adb-contact-row::-webkit-scrollbar { display: none; }

.adb-contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  background: var(--bg-2);
  border: 1px solid var(--bg-3);
  color: var(--text-2);
  font-size: 0.74rem;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
  flex-shrink: 0;
}

.adb-contact-pill:active { border-color: var(--gold-line); color: var(--text-1); }

/* ─── TAB HEADER ─── */
.adb-tab-header {
  position: relative;
  padding: 32px 20px 24px;
  overflow: hidden;
  background: linear-gradient(160deg, #110e20 0%, #080710 100%);
}

.adb-tab-header::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle, rgba(201,168,76,0.55) 1px, transparent 1px),
    radial-gradient(circle, rgba(201,168,76,0.35) 1px, transparent 1px);
  background-size: 48px 48px, 29px 29px;
  background-position: 0 0, 14px 14px;
  opacity: 0.18;
  pointer-events: none;
}

.adb-tab-header::after {
  content: '';
  position: absolute;
  bottom: 0; left: 20px; right: 20px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.35) 40%, rgba(201,168,76,0.35) 60%, transparent);
}

.adb-tab-header h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 8vw, 2.4rem);
  font-weight: 400;
  font-style: italic;
  color: var(--text-1);
  line-height: 1.1;
  margin-bottom: 6px;
  position: relative;
  text-shadow: 0 2px 20px rgba(88,48,160,0.3);
}

.adb-tab-header h2 em {
  font-style: italic;
  color: var(--gold-light);
  text-shadow: 0 0 30px rgba(201,168,76,0.4);
}

.adb-tab-sub {
  font-size: 0.76rem;
  color: var(--text-2);
  letter-spacing: 0.06em;
  position: relative;
}

/* ─── FILTER CHIPS ─── */
.adb-filter-chips {
  display: flex;
  gap: 8px;
  padding: 14px 16px 10px;
  overflow-x: auto;
  scrollbar-width: none;
}
.adb-filter-chips::-webkit-scrollbar { display: none; }

.adb-filter-chip {
  padding: 7px 14px;
  background: none;
  border: 1px solid var(--bg-3);
  color: var(--text-3);
  font-size: 0.74rem;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
  flex-shrink: 0;
}

.adb-filter-chip.active,
.adb-filter-chip:active {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201,168,76,0.06);
}

/* ─── SERVICE GRID (cards grandes) ─── */
.adb-service-grid {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--bg-3);
  border-top: 1px solid var(--bg-3);
  margin-top: 4px;
}

.adb-service-big-card {
  display: flex;
  text-decoration: none;
  background: var(--bg-base);
  overflow: hidden;
  transition: background 0.2s;
}

.adb-service-big-card:active { background: var(--bg-1); }

.adb-service-big-img {
  width: 110px;
  flex-shrink: 0;
  background: var(--bg-2) center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}

.adb-service-big-icon { font-size: 2.2rem; opacity: 0.3; }

.adb-service-big-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, transparent 50%, rgba(5,5,10,0.8));
}

.adb-service-big-price {
  position: absolute;
  bottom: 8px; left: 8px;
  font-size: 0.7rem;
  color: var(--gold);
  font-weight: 500;
  background: rgba(5,5,10,0.75);
  padding: 2px 6px;
  z-index: 1;
}

.adb-service-big-price .woocommerce-Price-amount { color: var(--gold); }

.adb-service-big-info {
  flex: 1;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.adb-service-big-info h3 {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-1);
  line-height: 1.3;
}

.adb-service-big-info p {
  font-size: 0.74rem;
  color: var(--text-2);
  line-height: 1.5;
}

.adb-service-big-cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.68rem;
  color: var(--gold);
  letter-spacing: 0.08em;
  margin-top: 4px;
}

/* ─── ENERGÍA HERO ─── */
.adb-energia-hero {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  overflow: hidden;
  background: var(--bg-1);
}

.adb-energia-hero-glow {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 50% 70% at 50% -20%, rgba(88,48,160,0.18) 0%, transparent 70%),
    radial-gradient(ellipse 30% 40% at 80% 70%, rgba(201,168,76,0.06) 0%, transparent 60%);
}

.adb-energia-hero-content { position: relative; z-index: 1; }

.adb-energia-hero-content h1 {
  font-family: var(--font-serif);
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.0;
  color: var(--text-1);
  margin: 10px 0 14px;
}

.adb-energia-hero-content h1 em { font-style: italic; color: var(--gold-light); }

.adb-luna-inline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.74rem;
  color: var(--text-2);
  background: rgba(201,168,76,0.06);
  border: 1px solid var(--gold-line);
  padding: 4px 10px;
}

/* ─── MINI LEYENDA LUNAR ─── */
.adb-luna-legend {
  margin: 0 16px 20px;
  padding: 14px 16px;
  background: rgba(201,168,76,0.05);
  border: 1px solid var(--gold-line);
  border-radius: 12px;
}

.adb-luna-legend-fase {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.adb-luna-legend-emoji { font-size: 1.3rem; }

.adb-luna-legend-fase strong {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.adb-luna-legend-texto {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  color: var(--text-2);
  line-height: 1.55;
  margin: 0 0 10px;
}

.adb-luna-fases-row {
  display: flex;
  gap: 6px;
  font-size: 1.1rem;
  opacity: 0.5;
}

.adb-luna-fases-row .adb-luna-fase-active {
  opacity: 1;
  filter: drop-shadow(0 0 4px rgba(201,168,76,0.6));
}

/* ─── STORY CHIPS — signos estilo Instagram Stories ─── */
.adb-stories {
  display: flex;
  gap: 14px;
  padding: 18px 16px 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.adb-stories::-webkit-scrollbar { display: none; }

.adb-story-chip {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  scroll-snap-align: start;
  -webkit-tap-highlight-color: transparent;
  width: 60px;
  min-height: 44px;
}

.adb-story-ring {
  width: 56px; height: 56px;
  border-radius: 50%;
  border: 1.5px solid var(--bg-3);
  background: var(--bg-2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, transform 0.18s var(--ease-out), box-shadow 0.2s;
  position: relative;
}

.adb-story-chip.has-content .adb-story-ring {
  border-color: var(--gold-dim);
}

.adb-story-chip.active .adb-story-ring {
  border-color: var(--gold);
  transform: scale(1.08);
  box-shadow: 0 0 0 2px rgba(201,168,76,0.14);
}

.adb-story-emoji { font-size: 1.5rem; line-height: 1; }

.adb-story-chip small {
  font-size: 0.6rem;
  color: var(--text-3);
  font-weight: 400;
  text-align: center;
  transition: color 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 56px;
}

.adb-story-chip.active small { color: var(--gold); }

/* ─── ENERGÍA PLACEHOLDER ─── */
.adb-energia-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 200px;
  color: var(--text-3);
  text-align: center;
  padding: 24px;
}

.adb-placeholder-icon { font-size: 2rem; color: var(--gold-dim); opacity: 0.35; }
.adb-energia-placeholder p { font-size: 0.8rem; line-height: 1.6; }

/* ─── CONTENIDO DE SIGNO ─── */
.adb-signo-content {
  display: none;
  animation: adb-tab-in 0.28s var(--ease-out);
  padding-bottom: 8px;
}

.adb-signo-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px 14px;
  background: var(--bg-1);
  border-bottom: 1px solid var(--gold-line);
}

.adb-signo-big-emoji { font-size: 2rem; }

.adb-signo-card-header h2 {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--text-1);
  margin-bottom: 2px;
}

.adb-signo-meta { font-size: 0.7rem; color: var(--text-3); letter-spacing: 0.06em; }

.adb-reading-card {
  margin: 14px 16px;
  padding: 18px 20px;
  background: var(--bg-1);
  border: 1px solid var(--bg-3);
  font-size: 0.86rem;
  line-height: 1.75;
  color: var(--text-2);
}

.adb-reading-card p { margin-bottom: 0.8em; }
.adb-reading-card p:last-child { margin-bottom: 0; }

.adb-no-content {
  margin: 14px 16px;
  padding: 24px;
  text-align: center;
  color: var(--text-3);
  font-size: 0.8rem;
  border: 1px dashed var(--bg-3);
}

.adb-energia-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 12px 16px 4px;
  padding: 16px 20px;
  background: rgba(201,168,76,0.03);
  border: 1px solid var(--gold-line);
}

.adb-energia-cta p { font-size: 0.76rem; color: var(--text-2); flex: 1; }

/* ─── TAROT HERO ─── */
.adb-tarot-hero {
  padding: 28px 24px 16px;
  background: var(--bg-1);
  text-align: center;
  border-bottom: 1px solid var(--bg-3);
}

.adb-tarot-hero h1 {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.0;
  color: var(--text-1);
  margin: 10px 0 8px;
}

.adb-tarot-hero h1 em { font-style: italic; color: var(--gold-light); }
.adb-tarot-hint { font-size: 0.7rem; color: var(--text-3); letter-spacing: 0.1em; }

/* ─── TAROT STAGE ─── */
.adb-tarot-stage {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 24px 20px;
  background: var(--bg-base);
  position: relative;
}

.adb-tarot-stage::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 240px; height: 240px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(201,168,76,0.04) 0%, transparent 70%);
  pointer-events: none;
}

.adb-tarot-card {
  width: 180px; height: 300px;
  perspective: 1000px;
  cursor: pointer;
  position: relative;
}

.adb-card-inner {
  width: 100%; height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid var(--gold-dim);
}

.adb-tarot-card.flipped .adb-card-inner { transform: rotateY(180deg); }

.adb-card-front,
.adb-card-reveal {
  position: absolute; inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

.adb-card-front {
  background: var(--bg-2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.adb-card-back-pattern {
  position: absolute; inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image:
    repeating-linear-gradient(45deg, rgba(201,168,76,0.03) 0px, rgba(201,168,76,0.03) 1px, transparent 1px, transparent 10px),
    repeating-linear-gradient(-45deg, rgba(201,168,76,0.03) 0px, rgba(201,168,76,0.03) 1px, transparent 1px, transparent 10px);
}

.adb-card-back-grid {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(201,168,76,0.1);
}

.adb-card-back-grid::before {
  content: '';
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(201,168,76,0.05);
}

.adb-card-back-symbol {
  font-size: 2.4rem;
  color: var(--gold-dim);
  opacity: 0.45;
  position: relative;
  z-index: 1;
}

.adb-card-reveal {
  background: var(--bg-1);
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 14px;
  gap: 8px;
  text-align: center;
}

.adb-card-roman {
  font-family: var(--font-serif);
  font-size: 0.72rem;
  color: var(--gold-dim);
  letter-spacing: 0.12em;
}

.adb-card-main-emoji { font-size: 2.8rem; line-height: 1; }

.adb-card-name {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--text-1);
  line-height: 1.2;
}

.adb-card-keywords {
  font-size: 0.63rem;
  color: var(--gold-dim);
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.adb-card-message {
  font-size: 0.7rem;
  color: var(--text-2);
  line-height: 1.65;
  font-style: italic;
  font-family: var(--font-serif);
  border-left: 1px solid var(--gold-line);
  padding-left: 10px;
  text-align: left;
  margin-top: 4px;
}

.adb-tarot-reading {
  padding: 0 16px 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.adb-tarot-reading.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* ─── TIRADA 3 CARTAS ─── */
.adb-spread {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  padding: 8px 14px 20px;
}

.adb-spread-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
  max-width: 108px;
}

.adb-spread-slot--center {
  flex: 1.25;
  max-width: 128px;
}

.adb-spread-label {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-3);
}
.adb-spread-slot--center .adb-spread-label {
  color: var(--gold);
  opacity: 0.9;
}

/* Carta sola (tarot tab) */
.adb-spread-card--solo {
  width: min(260px, 72vw);
  height: min(390px, 108vw);
  aspect-ratio: unset;
  margin: 0 auto;
  display: block;
}
.adb-spread-card--solo .adb-spread-glyph  { font-size: 3.2rem; }
.adb-spread-card--solo .adb-spread-name   { font-size: 0.85rem; }
.adb-spread-card--solo .adb-spread-keys   { font-size: 0.55rem; }
.adb-spread-card--solo .adb-spread-num    { font-size: 0.6rem; }

.adb-spread-msg--solo {
  margin: 16px 16px 8px;
}

/* Carta (en tirada) */
.adb-spread-card {
  position: relative;
  width: 100%;
  aspect-ratio: 2/3;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  perspective: 700px;
  outline: none;
}
.adb-spread-card--present {
  transform: translateY(-8px);
}
.adb-spread-card:focus-visible .adb-spread-card-inner {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.adb-spread-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 10px;
}
.adb-spread-card.is-flipped .adb-spread-card-inner {
  transform: rotateY(180deg);
}

.adb-spread-card-back,
.adb-spread-card-front {
  position: absolute;
  inset: 0;
  border-radius: 10px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Reverso */
.adb-spread-card-back {
  background: linear-gradient(160deg, #1a1230 0%, #0d0a1a 100%);
  border: 1px solid rgba(201,168,76,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.05);
  overflow: hidden;
}
.adb-spread-back-art {
  width: 78%;
  height: 78%;
}
.adb-spread-back-art svg { width: 100%; height: 100%; }

.adb-spread-back-glow {
  position: absolute;
  inset: -20px;
  background: radial-gradient(ellipse at center, rgba(201,168,76,0.2) 0%, transparent 65%);
  animation: adb-spread-glow 2.5s ease-in-out infinite;
}
.adb-spread-card.is-flipped .adb-spread-back-glow { display: none; }
@keyframes adb-spread-glow {
  0%, 100% { opacity: 0.5; transform: scale(0.95); }
  50%       { opacity: 1;   transform: scale(1.05); }
}

/* Frente */
.adb-spread-card-front {
  background: linear-gradient(160deg, #201540 0%, #0f0b22 100%);
  border: 1px solid rgba(201,168,76,0.45);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 10px 6px;
  transform: rotateY(180deg);
  box-shadow: 0 12px 40px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.06);
  overflow: hidden;
}
.adb-spread-card-front::before {
  content: '';
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(201,168,76,0.12);
  border-radius: 6px;
  pointer-events: none;
  z-index: 2;
}

/* Frente con imagen real */
.adb-spread-card-front--img {
  padding: 0;
  background: #0a0816;
}
.adb-card-real-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  border-radius: inherit;
  display: block;
}
.adb-card-real-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 3;
  background: linear-gradient(to top, rgba(8,7,16,0.92) 0%, rgba(8,7,16,0.5) 60%, transparent 100%);
  padding: 20px 8px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  border-radius: 0 0 10px 10px;
}
.adb-card-real-overlay .adb-spread-name {
  font-size: 0.7rem;
  color: #f0eaff;
}
.adb-card-real-overlay .adb-spread-keys {
  font-size: 0.38rem;
  color: rgba(201,168,76,0.7);
  -webkit-line-clamp: 1;
}
.adb-spread-num {
  font-family: var(--font-sans);
  font-size: 0.48rem;
  letter-spacing: 0.15em;
  color: rgba(201,168,76,0.65);
  font-weight: 600;
  text-transform: uppercase;
}
.adb-spread-glyph {
  font-size: clamp(1.6rem, 7vw, 2.2rem);
  line-height: 1;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.5));
  margin: 2px 0;
}
.adb-spread-name {
  font-family: var(--font-serif);
  font-size: clamp(0.48rem, 2.2vw, 0.62rem);
  color: var(--text-1);
  text-align: center;
  line-height: 1.2;
}
.adb-spread-keys {
  font-family: var(--font-sans);
  font-size: 0.36rem;
  color: rgba(201,168,76,0.5);
  text-align: center;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ─── MENSAJES DE LA TIRADA ─── */
.adb-spread-messages {
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin: 0 0 8px;
}

.adb-spread-msg {
  margin: 0 16px;
  padding: 14px 16px;
  background: var(--bg-2);
  border: 1px solid rgba(201,168,76,0.1);
  border-radius: 12px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
  margin-bottom: 8px;
}
.adb-spread-msg.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.adb-spread-msg--present {
  background: linear-gradient(135deg, rgba(201,168,76,0.07), rgba(201,168,76,0.02));
  border-color: rgba(201,168,76,0.2);
}
.adb-spread-msg-label {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.8;
  margin-bottom: 6px;
}
.adb-spread-msg p {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  color: var(--text-2);
  line-height: 1.6;
  margin: 0;
  font-style: italic;
}

.adb-tarot-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  background: var(--bg-1);
  border: 1px solid var(--gold-line);
}

.adb-tarot-cta p {
  font-size: 0.78rem;
  color: var(--text-2);
  flex: 1;
  font-style: italic;
  font-family: var(--font-serif);
}

/* ─── MI CUENTA — PROFILE HERO ─── */
.adb-profile-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 20px 24px;
  background: var(--bg-1);
  border-bottom: 1px solid var(--gold-line);
  position: relative;
}

.adb-profile-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-dim), transparent);
}

.adb-profile-avatar {
  width: 72px; height: 72px;
  border-radius: 50%;
  border: 1.5px solid var(--gold-dim);
  background: var(--bg-2);
  color: var(--gold);
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  box-shadow: 0 0 24px rgba(201,168,76,0.08);
}

.adb-profile-name {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--text-1);
  margin-bottom: 4px;
}

.adb-profile-email { font-size: 0.7rem; color: var(--text-3); margin-bottom: 14px; }

.adb-profile-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 20px;
  background: rgba(201,168,76,0.05);
  border: 1px solid var(--gold-line);
}

.adb-profile-stat span {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  color: var(--gold);
  line-height: 1.2;
}

.adb-profile-stat small {
  font-size: 0.62rem;
  color: var(--text-3);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ─── LOYALTY CARD (estilo tarjeta luxury) ─── */
.adb-loyalty-card-premium {
  margin: 16px;
  padding: 20px;
  background: linear-gradient(135deg, #1A1610 0%, #0F0E08 60%, #131108 100%);
  border: 1px solid var(--gold-dim);
  position: relative;
  overflow: hidden;
}

.adb-loyalty-card-premium::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.adb-loyalty-card-premium::after {
  content: '✦';
  position: absolute;
  bottom: 12px; right: 18px;
  font-size: 2.4rem;
  color: var(--gold);
  opacity: 0.04;
  pointer-events: none;
}

.adb-loyalty-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.adb-loyalty-label {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.82rem;
  color: var(--gold);
}

.adb-loyalty-chip { font-size: 0.9rem; color: var(--gold-dim); }

.adb-loyalty-count {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 14px;
}

.adb-loyalty-num {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  color: var(--gold-light);
  line-height: 1;
}

.adb-loyalty-of {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--gold-dim);
}

.adb-loyalty-unit {
  font-size: 0.7rem;
  color: var(--text-3);
  margin-left: 6px;
  letter-spacing: 0.08em;
  align-self: center;
}

.adb-loyalty-track {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.adb-loyalty-dot {
  flex: 1;
  height: 3px;
  background: var(--bg-3);
  transition: background 0.3s;
}

.adb-loyalty-dot.filled { background: var(--gold); }

.adb-loyalty-reward { font-size: 0.7rem; color: var(--text-3); }

/* ─── ACCOUNT MENU ─── */
.adb-account-menu {
  margin: 8px 0;
  border-top: 1px solid var(--bg-3);
  border-bottom: 1px solid var(--bg-3);
}

.adb-account-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 20px;
  text-decoration: none;
  color: var(--text-1);
  border-bottom: 1px solid var(--bg-2);
  transition: background 0.15s;
  cursor: pointer;
}

.adb-account-item:last-child { border-bottom: none; }
.adb-account-item:active { background: var(--bg-1); }

.adb-account-icon {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: var(--bg-2);
  border: 1px solid var(--bg-3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-2);
  flex-shrink: 0;
}

.adb-account-label { flex: 1; font-size: 0.88rem; color: var(--text-1); }
.adb-account-arrow { color: var(--text-3); }
.adb-account-item--logout .adb-account-label { color: var(--text-2); }
.adb-account-item--logout .adb-account-icon { color: var(--text-3); }

/* ─── ORDERS ─── */
.adb-orders-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--bg-3);
}

.adb-order-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  border-bottom: 1px solid var(--bg-2);
  background: var(--bg-base);
}

.adb-order-item-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.adb-order-icon {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--bg-2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-3);
  flex-shrink: 0;
}

.adb-order-item-left div { display: flex; flex-direction: column; }
.adb-order-item-left strong { font-size: 0.82rem; font-weight: 500; color: var(--text-1); }
.adb-order-item-left small { font-size: 0.66rem; color: var(--text-3); }

.adb-status {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 8px;
  border: 1px solid;
}

.adb-status-completed  { color: #6EBF8B; border-color: rgba(110,191,139,0.22); background: rgba(110,191,139,0.05); }
.adb-status-processing { color: var(--gold); border-color: var(--gold-line); background: var(--gold-glow); }
.adb-status-pending,
.adb-status-on-hold    { color: var(--text-3); border-color: var(--bg-3); }
.adb-status-cancelled  { color: #A84C4C; border-color: rgba(168,76,76,0.18); }

.adb-order-agenda-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 20px 12px;
  padding: 12px 16px;
  background: rgba(201,168,76,0.06);
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: background 0.2s;
}

.adb-order-agenda-btn:active { background: rgba(201,168,76,0.12); }

/* ─── HISTORIAL ─── */
.adb-historial-item {
  margin: 0 16px 10px;
  padding: 14px 16px;
  background: var(--bg-1);
  border: 1px solid var(--bg-3);
  border-left: 2px solid var(--gold-dim);
}

.adb-historial-meta { display: flex; flex-direction: column; gap: 2px; margin-bottom: 8px; }
.adb-historial-meta strong { font-size: 0.84rem; font-weight: 500; color: var(--text-1); }
.adb-historial-meta span   { font-size: 0.68rem; color: var(--text-3); }

.adb-historial-content {
  font-size: 0.78rem;
  color: var(--text-2);
  line-height: 1.65;
  border-top: 1px solid var(--bg-3);
  padding-top: 8px;
}

/* ─── LOGIN STATE ─── */
.adb-login-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 32px;
  min-height: 60vh;
  text-align: center;
  gap: 14px;
}

.adb-login-icon { font-size: 2.4rem; color: var(--gold-dim); opacity: 0.4; margin-bottom: 8px; }

.adb-login-state h2 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 400;
  font-style: italic;
  color: var(--text-1);
}

.adb-login-state p { font-size: 0.8rem; color: var(--text-2); line-height: 1.6; }

/* ─── BUTTONS ─── */
.adb-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: var(--gold);
  color: var(--bg-base);
  border: none;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
}

.adb-btn-primary:active { opacity: 0.85; }

.adb-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: transparent;
  color: var(--text-2);
  border: 1px solid var(--bg-3);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  cursor: pointer;
  text-decoration: none;
}

/* ─── EMPTY STATE ─── */
.adb-empty-state {
  padding: 40px 20px;
  text-align: center;
  color: var(--text-3);
  font-size: 0.8rem;
}

/* ─── BOTTOM NAV ─── */
.adb-bottom-nav {
  height: var(--nav-h);
  display: flex;
  align-items: stretch;
  background: var(--bg-1);
  border-top: 1px solid var(--gold-line);
  position: relative;
  z-index: 20;
  flex-shrink: 0;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.adb-nav-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-3);
  transition: color 0.2s;
  position: relative;
  padding: 6px 0;
  min-height: 44px;
}

.adb-nav-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 20%; right: 20%;
  height: 1.5px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.25s var(--ease-out);
  transform-origin: center;
}

.adb-nav-btn.active { color: var(--gold); }
.adb-nav-btn.active::after { transform: scaleX(1); }

.adb-nav-btn svg { transition: transform 0.2s var(--ease-out); }
.adb-nav-btn.active svg { transform: scale(1.06); }

.adb-nav-btn small {
  font-size: 0.58rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ─── WHATSAPP FLOAT ─── */
.adb-wa-float {
  position: fixed;
  right: 16px;
  bottom: calc(var(--nav-h) + 14px + env(safe-area-inset-bottom, 0px));
  width: 48px; height: 48px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  box-shadow: 0 4px 16px rgba(37,211,102,0.28);
  text-decoration: none;
  transition: transform 0.2s var(--ease-out);
}

.adb-wa-float:active { transform: scale(0.93); }

