body.theme-blanco {
  --theme-bg: #f8fafc;
  --theme-ink: #0f172a;
  --theme-muted: #64748b;
  --theme-accent: #e14d57;
  --theme-line: #e2e8f0;
  --theme-nav: #0f172a;
  --theme-card: #ffffff;
  --theme-photo-border: #e14d57;
}

body.theme-blanco .brand-bar {
  color: #ffffff;
}

body.theme-blanco .brand-bar small {
  color: #94a3b8;
}

body.theme-blanco .status-pill {
  color: #ffffff;
  border-color: #ffffff;
}

body.theme-blanco .status-pill.status-pill-inactive {
  border-color: var(--danger) !important;
  color: var(--danger) !important;
  background: rgba(239, 68, 68, 0.1) !important;
}

body.theme-blanco .logo-mark {
  border-color: #e14d57;
  color: #e14d57;
}

body.theme-blanco .employee-photo {
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

body.theme-blanco .employee-photo:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
}

body.theme-blanco .data-item {
  border-left: 3px solid #e14d57;
  border-radius: 6px;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
  transition: background-color 0.2s ease;
}

body.theme-blanco .data-item:hover {
  background: rgba(255, 255, 255, 1);
}
