/* JUDY Explorer Branding */
:root {
  --accent: #D4743C;
  --accent-hover: #a85a2e;
  --accent-light: #e0a882;
  --bg: #1a1a2e;
  --surface: #16213e;
}

/* Header-Leiste */
header {
  background: var(--accent) !important;
}

/* Sidebar aktiver Eintrag */
.sidebar .active, nav .active {
  background: var(--accent) !important;
}

/* Buttons und Links */
.button--primary, .action {
  background: var(--accent) !important;
}

.button--primary:hover {
  background: var(--accent-hover) !important;
}

/* Login-Seite */
#login h1::after {
  content: "🖊️";
  margin-left: 0.5rem;
}
