:root {
  background: #08131f;
  --gold: #00ffff;
  --panel: #102235;
  --muted: #93a9bc;
}

body { background: #08131f; color: #f4f8fc; }
.logo { background: #00ffff; color: #04121d; }
header { background: #0a1928; border-bottom-color: #1e3a51; }
.hero { background: #00ffff; color: #04121d; }
.stats article, .card, .list > article, .notice, .empty { border-color: #1e3a51; }
input, select, textarea { background: #071522; border-color: #2a526d; }
input:focus, select:focus, textarea:focus { outline: 2px solid #00ffff; outline-offset: 1px; }
form button, .actions button, .login button { background: #00ffff; color: #04121d; }
.notice { color: #00ffff; }
nav { background: #091827; border-top-color: #22445d; }
nav button.active { color: #00ffff; }
#toast { background: #00ffff; color: #04121d; }
