
/* FORCE NEON BLUE */
html, body {
  --blue: #0786ff !important;
  --cyan: #4bcaff !important;
  --gold: #4bcaff !important;
}
body {
  background: radial-gradient(circle at 20% 20%, rgba(7,134,255,0.15), transparent 35%),
              radial-gradient(circle at 80% 10%, rgba(75,202,255,0.1), transparent 40%),
              #01050b !important;
  color: #edf7ff !important;
}
.shell, .panel, .frame, .kpi, .card, .side, .modal {
  border-color: #1d74bb !important;
  background: rgba(5, 14, 28, 0.42) !important;
  backdrop-filter: blur(16px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(140%) !important;
}
.input {
  border-color: #1d74bb !important;
  background: rgba(3, 10, 19, 0.55) !important;
}
nav button.active {
  background: linear-gradient(90deg, #0786ff33, transparent) !important;
  border-color: #0786ff !important;
  color: #4bcaff !important;
  box-shadow: 0 0 18px #0786ff44 !important;
}
.gold-panel, article.gold-panel {
  border-color: #0786ff !important;
  box-shadow: 0 0 25px #0786ff55 !important;
}
h1, .top h1, .topbar h1 {
  text-shadow: 0 0 16px #0786ff !important;
}
.primary {
  border: 1px solid #3ab0ff !important;
  background: linear-gradient(180deg, #1a9fff, #0066cc) !important;
  color: #fff !important;
  box-shadow: inset 0 1px #7ed0ff, 0 5px #003d7a, 0 0 25px #0786ff88 !important;
}
.brand img {
  filter: drop-shadow(0 0 13px #008cff) !important;
}
#themeToggle { display: none !important; }

button.gold, .gold, #export, button#export {
  border-color: #3ab0ff !important;
  background: linear-gradient(180deg, #1a9fff, #0066cc) !important;
  color: #fff !important;
  box-shadow: inset 0 1px #7ed0ff, 0 4px #003d7a, 0 0 18px #0786ff66 !important;
}
.gold-panel, article.gold-panel, .kpi.gold-panel {
  border-color: #0786ff !important;
  box-shadow: 0 0 22px #0786ff55 !important;
  background: rgba(5, 14, 28, 0.45) !important;
}
.gold-panel i, .gold-panel em, .gold-panel strong {
  color: #4bcaff !important;
}

/* Force conversion icon + gold remnants to blue */
:root { --gold: #4bcaff !important; }
.actions .gold,
button.gold,
.gold {
  border-color: #3ab0ff !important;
  color: #eef8ff !important;
  background: linear-gradient(180deg, #1a9fff, #0066cc) !important;
}
.gold-panel {
  border-color: #0786ff !important;
  box-shadow: 0 0 0 2px #021018, 0 0 0 4px #0a4a8a, inset 0 0 20px #0786ff22, 0 16px 25px #000c !important;
}
.gold-panel > i,
.gold-panel i {
  border-color: #3ab0ff !important;
  color: #4bcaff !important;
  text-shadow: 0 0 13px #0786ff !important;
  box-shadow: 0 0 16px #0786ff88, 0 5px #021830 !important;
  background: transparent !important;
}
.gold-panel em {
  color: #7ec8ff !important;
}
.gold-panel strong {
  color: #eef8ff !important;
  text-shadow: 0 0 12px #0786ff66 !important;
}
