/* Light-mode sidebar choices. Page and brand tokens intentionally stay untouched. */
html:not(.dark)[data-trygc-sidebar="black"]:root:not([data-theme="dark"]) {
  --sidebar: #111111 !important;
  --sidebar-foreground: #f8fafc !important;
  --sidebar-accent: #2a1b10 !important;
  --sidebar-accent-foreground: #FF8A47 !important;
  --sidebar-border: #2f2f2f !important;
  --sidebar-ring: #E8630C !important;
  --sidebar-glow: rgba(249, 115, 22, 0.28) !important;
}

html:not(.dark)[data-trygc-sidebar="black"]:root:not([data-theme="dark"]) aside[class*="bg-sidebar"] {
  background-color: #111111 !important;
  border-color: #2f2f2f !important;
}

html:not(.dark)[data-trygc-sidebar="black"]:root:not([data-theme="dark"]) aside[class*="bg-sidebar"] [class*="hover:bg-sidebar-accent"]:hover {
  background-color: #2a1b10 !important;
  color: #f8fafc !important;
}
