/* EVA-Portal CI: Nachtblau + helles Gold. Überschreibt die SUNlife/SOLARDESK-Akzente. */
:root {
  --accent:             #F2B75B !important;
  --accent-warm:        #F2B75B !important;
  --accent-warm-hover:  #E09E33 !important;
  --accent-warm-soft:   rgba(242, 183, 91, 0.18) !important;
  --accent-dark:        #C98B24 !important;
  --accent-darker:      #A06E1B !important;
  --lime-bright:        #F2B75B !important;
  --bronze:             #F2B75B !important;
}

/* EVA-Wortmarke: hell, golden, ruhig gesperrt */
.sidebar-logo-mark .logo-italic,
.login-logo-mark .logo-italic,
.login-footer-mark {
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: 0.22em;
  background: linear-gradient(135deg, #FFF3DC 0%, #FFDF9E 45%, #F2B75B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FFDF9E !important; /* Fallback ohne background-clip */
  text-shadow: 0 0 22px rgba(242, 183, 91, 0.35);
}
.sidebar-logo-mark .logo-italic { font-size: 26px; }
.login-logo-mark .logo-italic { font-size: 40px; }

.sidebar-logo-sub, .login-logo-sub {
  color: #C9D8E6 !important;
  letter-spacing: 0.08em;
  opacity: 0.95;
}
