/* Targeto cabinet — override legacy Targeto purple (blue primary + orange accent) */
:root {
  --color-brand: #2563eb;
  --color-brand-deep: #1d4ed8;
  --color-brand-glow: #60a5fa;
  --color-accent: #f97316;
  --color-accent-deep: #ea580c;
}

.btn-primary,
.auth-submit {
  background: linear-gradient(135deg, #1e40af 0%, #2563eb 100%) !important;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25) !important;
}

.logo-pro,
.sidebar-logo-text .logo-pro {
  background: linear-gradient(135deg, #ea580c 0%, #f97316 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

.menu-item.active .menu-item-label,
.sidebar-nav a.active {
  color: #1d4ed8 !important;
}
