/* ===========================================================
   Sonnenexpert Gold-Akzente (zuletzt geladen)
   Verschiebt die primaeren Akzente (Buttons, aktive Zustaende,
   Highlights) von Gruen/Bronze auf Sonnenexpert-Gold #FEDA03.
   Gruen bleibt fuer Erfolg-/Status-Semantik erhalten (kein --green-Remap).
   =========================================================== */
:root,
body.premium-dark,
body.solardesk-demo,
body.theme-light,
body.premium-dark.theme-light,
body.solardesk-demo.theme-light {
  --accent:               #E0A800 !important;
  --accent-warm:          #FEDA03 !important;
  --accent-warm-hover:    #E0A800 !important;
  --accent-warm-soft:     rgba(254,218,3,0.16) !important;
  --accent-dark:          #C99700 !important;
  --accent-darker:        #A87E00 !important;
  --accent-light:         rgba(254,218,3,0.12) !important;
  --accent-glow:          rgba(254,218,3,0.45) !important;
  --accent-gradient:      linear-gradient(135deg, #FFE96B 0%, #FEDA03 40%, #E0A800 100%) !important;
  --accent-gradient-soft: linear-gradient(135deg, #FFF0A8 0%, #FEDA03 100%) !important;
  --gold:                 #E0A800 !important;
  --gold-main:            #FEDA03 !important;
  --gold-light:           #FFE96B !important;
  --gold-soft:            #FFF0A8 !important;
  --gold-bright:          #FEDA03 !important;
  --gold-sheen:           #FFF3C4 !important;
  --gold-glow:            rgba(254,218,3,0.45) !important;
  --acc-bright:           #FEDA03 !important;
  --cockpit-accent:       #FEDA03 !important;
  --cockpit-accent-warm:  #E0A800 !important;
  --shadow-gold:          0 8px 24px -10px rgba(224,168,0,0.5) !important;
}

/* Primaer-Button: Sonnenexpert-Gold mit DUNKLEM Text (Kontrast).
   Hohe Spezifitaet, um die hartkodierten Gruen-Schichten (demo-skin,
   theme-soft-dark) zu ueberbieten. */
body.premium-dark.solardesk-demo .btn-primary,
body.premium-dark.solardesk-demo .btn-accent,
body.premium-dark .btn-primary,
body.solardesk-demo .btn-primary,
body.premium-dark .btn-primary:hover,
body.solardesk-demo .btn-primary:hover,
.btn-primary, button.btn-primary, a.btn-primary {
  color: #14110A !important;
  background: linear-gradient(135deg, #FFE43A 0%, #FEDA03 45%, #E8B800 100%) !important;
  border: 1px solid #D4AE00 !important;
  text-shadow: none !important;
  box-shadow: 0 1px rgba(255,255,255,.45) inset, 0 8px 22px -6px rgba(224,168,0,.55), 0 2px 6px rgba(0,0,0,.25) !important;
}
body.premium-dark.solardesk-demo .btn-primary:hover,
body.premium-dark .btn-primary:hover,
body.solardesk-demo .btn-primary:hover {
  background: linear-gradient(135deg, #FFEC6B 0%, #FEDA03 45%, #F0C400 100%) !important;
  border-color: #FEDA03 !important;
  color: #14110A !important;
}
.btn-primary:before, body.solardesk-demo .btn-primary:before { opacity: .35 !important; mix-blend-mode: soft-light !important; }

/* Fokus-Ring in Gold */
:focus-visible { outline-color: #FEDA03 !important; }

/* Sidebar-, Rahmen- und Glow-Variablen auf Sonnenexpert-Gold (Deko, Status-Farben bleiben) */
:root, body.premium-dark, body.solardesk-demo, body.theme-light {
  --sidebar-active-bg: linear-gradient(135deg, rgba(254,218,3,.20), rgba(224,168,0,.08)) !important;
  --sidebar-active-text: #FEDA03 !important;
  --sidebar-active-border: rgba(254,218,3,.42) !important;
  --sidebar-border: rgba(224,168,0,.12) !important;
  --gold-glow: rgba(254,218,3,.5) !important;
  --border: rgba(224,168,0,.16) !important;
  --border-strong: rgba(224,168,0,.30) !important;
}
