/* Owner-set theme, see theme_config.py -- overrides design-system.css */
:root {
  --accent:#220561 !important;
  --accent-dark:#1C0450 !important;
  --accent-light:#ECE4FE !important;
  --success:#16A34A !important;
  --danger:#DC2626 !important;
  --warning:#D97706 !important;
}
.sidebar {
  background: linear-gradient(160deg, #0F022C 0%, #220561 55%, #520CE9 100%) !important;
  border-right-color: #1C0450 !important;
}
.sidebar nav a.active { background: rgba(139,92,246,.28) !important; }
.sidebar .brand .dot,
.sidebar .brand .mark {
  background: linear-gradient(135deg, #220561 0%, #520CE9 100%) !important;
  box-shadow: 0 0 0 4px #ECE4FE !important;
}
.topbar {
  background: linear-gradient(135deg, #0F022C 0%, #220561 55%, #1C0450 100%) !important;
}
.h2-ic {
  background: linear-gradient(135deg, #220561, #520CE9) !important;
}
.btn:not(.outline):not(.danger):not(.small):hover:not(:disabled) {
  box-shadow: 0 8px 20px -6px #ECE4FE !important;
}
