/* ════════════════════════════════════════════════════════════════════
   Solania Branding CSS

   Solar palette: warm amber/gold accent on a dark navy base.
   Overrides core CSS variables where the core exposes them.
════════════════════════════════════════════════════════════════════ */

:root {
  --solania-primary: #f0a040;
  --solania-bg:      #0f172a;
  --solania-accent:  #f59e0b;
}

#app-title {
  color: var(--solania-primary) !important;
  font-weight: 700;
}

#left-header {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}

.solania-quota {
  font-size: .75rem;
  color: var(--solania-primary);
  opacity: .8;
  padding: .3rem .6rem;
  text-align: center;
}

#solania-ad-slot {
  padding: .5rem;
  margin: .5rem;
  min-height: 90px;
  background: rgba(255,255,255,.03);
  border-radius: .4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solania-ad-placeholder {
  font-size: .7rem;
  color: #64748b;
  text-align: center;
}

/* Hide the private developer hack button if it somehow leaks in */
.msg-act.grid10 { display: none !important; }
