:root {
  --bg: #050505;
  --panel: #100c08;
  --panel2: #191008;
  --gold: #ff6a00;
  --gold2: #ff932e;
  --purple: #bd4500;
  --text: #fff7ef;
  --muted: #b9a89a;
  --line: rgba(255, 106, 0, .30);
}

body {
  background: radial-gradient(circle at 80% 0, rgba(255, 106, 0, .18), transparent 34%), var(--bg);
}

aside { background: #050505; }
.loginCard { background: linear-gradient(160deg, #1a0e05, #080604); }
nav .active, nav button:hover, nav a:hover { background: linear-gradient(90deg, rgba(255, 106, 0, .26), rgba(255, 147, 46, .04)); }
.loginCard button, .filters button, .pagination button, .manualForm > label + button, .formActions button {
  background: linear-gradient(135deg, #ff932e, #e65300);
}
.stats article { background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,106,0,.055)); }
.panel, .securityPanel { background: rgba(13, 9, 6, .94); }
.tag.complimentary { color: #ffb16b; background: rgba(255,106,0,.13); }
