:root {
  /* Main accent used across the web UI */
  --accent-color: #9932CC;
}

body {
  font-family: Arial, sans-serif;
  background: linear-gradient(135deg, #1a0533 0%, #3c0964 100%);
  color: #e0e0e0;
  margin: 0;
}

.nav-tab {
  text-decoration: none;
}
