/**
 * Variables de tema por sector (SSOT compartida resultados ↔ perfil).
 * Solo tokens — sin layout de resultados.
 */
:root {
  --res-accent: #e91e63;
  --res-accent-strong: #c2185b;
  --res-accent-light: #f06292;
  --res-accent-soft: #fce4ec;
  --res-card-border: #f5c2d6;
  --res-page-bg: var(--adult-pro-page-bg, linear-gradient(148deg, #fffcfd 0%, #fff0f6 28%, #ffd6e8 66%, #fff7fa 100%));
  --res-btn-fuchsia: linear-gradient(180deg, var(--res-accent-light) 0%, var(--res-accent) 52%, var(--res-accent-strong) 100%);
  --res-btn-fuchsia-shadow: 0 4px 14px color-mix(in srgb, var(--res-accent) 36%, transparent), 0 0 10px color-mix(in srgb, var(--res-accent) 18%, transparent);
}

body[data-sector="salud"], body[data-rp-sector="salud"] {
  --res-accent: #1976d2; --res-accent-strong: #0d47a1; --res-accent-light: #42a5f5;
  --res-accent-soft: #e3f2fd; --res-card-border: #bbdefb;
  --res-page-bg: linear-gradient(165deg, #f4f8fb 0%, #eef5fc 50%, #e3f2fd 100%);
}
body[data-sector="bienestar"], body[data-rp-sector="bienestar"] {
  --res-accent: #7cb342; --res-accent-strong: #33691e; --res-accent-light: #9ccc65;
  --res-accent-soft: #f1f8e9; --res-card-border: #dcedc8;
  --res-page-bg: linear-gradient(165deg, #f4f7f2 0%, #eef3ea 45%, #f8f5ef 100%);
}
body[data-sector="restaurantes"], body[data-rp-sector="restaurantes"] {
  --res-accent: #f4511e; --res-accent-strong: #bf360c; --res-accent-light: #ff7043;
  --res-accent-soft: #fff3e0; --res-card-border: #ffccbc;
  --res-page-bg: linear-gradient(165deg, #fff3e0 0%, #ffe0b2 50%, #ffccbc 100%);
}
body[data-sector="automotriz"], body[data-rp-sector="automotriz"] {
  --res-accent: #1976d2; --res-accent-strong: #0d47a1; --res-accent-light: #42a5f5;
  --res-accent-soft: #e3f2fd; --res-card-border: #cfd8dc;
  --res-page-bg: linear-gradient(165deg, #eceff1 0%, #e3f2fd 50%, #f5f5f5 100%);
}
body[data-sector="profesionales"], body[data-rp-sector="profesionales"] {
  --res-accent: #37474f; --res-accent-strong: #212121; --res-accent-light: #607d8b;
  --res-accent-soft: #eceff1; --res-card-border: #cfd8dc;
  --res-page-bg: linear-gradient(165deg, #f5f5f5 0%, #eceff1 55%, #fafafa 100%);
}
body[data-sector="hogar"], body[data-rp-sector="hogar"] {
  --res-accent: #e64a19; --res-accent-strong: #bf360c; --res-accent-light: #ff7043;
  --res-accent-soft: #fbe9e7; --res-card-border: #ffccbc;
  --res-page-bg: linear-gradient(165deg, #faf6f2 0%, #fbe9e7 50%, #fff8e1 100%);
}
body[data-sector="comercio"], body[data-rp-sector="comercio"] {
  --res-accent: #00897b; --res-accent-strong: #004d40; --res-accent-light: #26a69a;
  --res-accent-soft: #e0f2f1; --res-card-border: #b2dfdb;
  --res-page-bg: linear-gradient(165deg, #f1f8f6 0%, #e0f2f1 50%, #f9fbe7 100%);
}
body[data-sector="mascotas"], body[data-rp-sector="mascotas"] {
  --res-accent: #43a047; --res-accent-strong: #1b5e20; --res-accent-light: #66bb6a;
  --res-accent-soft: #e8f5e9; --res-card-border: #c8e6c9;
  --res-page-bg: linear-gradient(165deg, #f1f8f4 0%, #e8f5e9 55%, #f9fbe7 100%);
}
body[data-sector="eventos"], body[data-rp-sector="eventos"] {
  --res-accent: #ff8f00; --res-accent-strong: #e65100; --res-accent-light: #ffb300;
  --res-accent-soft: #fff8e1; --res-card-border: #ffe082;
  --res-page-bg: linear-gradient(165deg, #fff8e1 0%, #fce4ec 40%, #f3e5f5 100%);
}
body[data-sector="educacion"], body[data-rp-sector="educacion"] {
  --res-accent: #5c6bc0; --res-accent-strong: #1a237e; --res-accent-light: #7986cb;
  --res-accent-soft: #e8eaf6; --res-card-border: #c5cae9;
  --res-page-bg: linear-gradient(165deg, #f3f6fb 0%, #e8eaf6 50%, #ede7f6 100%);
}
body[data-sector="tecnologia"], body[data-rp-sector="tecnologia"] {
  --res-accent: #3949ab; --res-accent-strong: #1a237e; --res-accent-light: #5c6bc0;
  --res-accent-soft: #e8eaf6; --res-card-border: #c5cae9;
  --res-page-bg: linear-gradient(165deg, #e8eaf6 0%, #eef2f7 45%, #e3f2fd 100%);
}
body[data-sector="transporte"], body[data-rp-sector="transporte"] {
  --res-accent: #0288d1; --res-accent-strong: #01579b; --res-accent-light: #29b6f6;
  --res-accent-soft: #e1f5fe; --res-card-border: #b3e5fc;
  --res-page-bg: linear-gradient(165deg, #eceff1 0%, #e1f5fe 55%, #f5f5f5 100%);
}
body[data-sector="industria"], body[data-rp-sector="industria"] {
  --res-accent: #455a64; --res-accent-strong: #263238; --res-accent-light: #607d8b;
  --res-accent-soft: #eceff1; --res-card-border: #cfd8dc;
  --res-page-bg: linear-gradient(165deg, #eceff1 0%, #cfd8dc 50%, #fafafa 100%);
}
body[data-sector="bienes-raices"], body[data-rp-sector="bienes-raices"] {
  --res-accent: #6d4c41; --res-accent-strong: #3e2723; --res-accent-light: #8d6e63;
  --res-accent-soft: #efebe9; --res-card-border: #d7ccc8;
  --res-page-bg: linear-gradient(165deg, #faf8f5 0%, #f5f0eb 50%, #efebe9 100%);
}

body[data-sector] {
  --res-btn-fuchsia: linear-gradient(180deg, var(--res-accent-light) 0%, var(--res-accent) 52%, var(--res-accent-strong) 100%);
  --res-btn-fuchsia-shadow: 0 4px 14px color-mix(in srgb, var(--res-accent) 36%, transparent), 0 0 10px color-mix(in srgb, var(--res-accent) 18%, transparent);
}

body[data-subtema="lgbt"] {
  --res-accent: #e91e63;
  --res-accent-strong: #c2185b;
  --res-accent-light: #f06292;
  --res-accent-soft: #fce4ec;
  --res-card-border: #f5c2d6;
}
