.theme-ember {
  color-scheme: dark;
  --bg: #0b0704;
  --bg-alt: #140c07;
  --panel: #1a120b;
  --panel-strong: #23160c;
  --card: #16100a;
  --border: #352012;
  --text: #f5e7d6;
  --muted: #c4ab96;
  --accent: #ff8a00;
  --accent-2: #ffb347;
  --warning: #ffb347;
  --danger: #ff5e5e;
  --shadow: rgba(7, 3, 1, 0.55);
}

.theme-ember body {
  background: radial-gradient(circle at 12% 10%, #1b0f08, #0b0704 55%);
}

.theme-ember .site-header {
  background: rgba(11, 7, 4, 0.92);
}

.theme-ember .brand-mark {
  background: linear-gradient(135deg, #ff8a00, #ff5f00);
  color: #1b0c04;
}

.theme-ember .btn {
  background: linear-gradient(135deg, #ff8a00, #ffb347);
  color: #1b0c04;
}

.theme-ember .chip.is-active {
  background: var(--accent);
  color: #1b0c04;
}

.theme-ember .card-thumb {
  background: linear-gradient(135deg, rgba(255, 138, 0, 0.3), rgba(255, 195, 102, 0.22));
}

.theme-ember .site-footer {
  background: rgba(11, 7, 4, 0.9);
}
