:root[data-theme="feywild"] {
  --scene-accent: #5dd39e;
  --scene-glow: rgba(93, 211, 158, 0.3);
  --card-playing-edge: rgba(93, 211, 158, 0.9);
  --card-playing-glow: rgba(93, 211, 158, 0.3);
  --mask-ink: #000;

  --bg-0: #0a120f;
  --bg-1: #0f1712;
  --bg-2: #16201a;
  --bg-3: #1f2b23;

  --panel: #0f1813;
  --panel-border: #2a3a31;

  --text-primary: #ecf4ee;
  --text-secondary: #b3c3b9;
  --text-muted: #76857b;

  --accent-ember: #e08c5a;
  --accent-cyan: #5dd39e;
  --accent-gold: #e5c05a;

  --player-bg: #0b1410;
  --player-surface: #111b16;
  --player-surface-strong: #16211a;
  --player-border: #293a31;
  --player-track: #1b2a22;
  --player-rail: #2a3e34;
  --player-thumb: #eef7f0;
  --player-accent: #5dd39e;
  --player-accent-strong: #7bf0bd;
  --player-glow: rgba(93, 211, 158, 0.32);
  --player-muted: #7d8d83;
  --player-text: #f3fbf6;

  --tabs-pill: rgba(255, 255, 255, 0.06);
  --tabs-pill-active: rgba(93, 211, 158, 0.2);
  --tabs-card-highlight: rgba(93, 211, 158, 0.2);
  --tabs-panel-shadow: rgba(0, 0, 0, 0.5);
  --tabs-card-shadow: rgba(0, 0, 0, 0.4);
  --tabs-icon: #e2ece7;

  --board-header-bg: #132019;
  --board-section-bg: #0f1712;
  --board-border: #2a3a31;
  --board-empty-bg: rgba(0, 0, 0, 0.25);
  --board-title-overlay: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  --board-row-bg: rgba(10, 18, 14, 0.6);
  --board-row-hover: rgba(10, 18, 14, 0.85);
  --board-row-border: rgba(255, 255, 255, 0.06);
  --board-remove-bg: rgba(8, 12, 10, 0.7);
  --board-remove-border: rgba(255, 255, 255, 0.12);
  --board-picker-bg: var(--overlay-panel);
  --board-picker-border: var(--overlay-border);
  --board-picker-list-bg: rgba(9, 14, 11, 0.6);
  --board-picker-row-hover: rgba(93, 211, 158, 0.08);

  --filter-input-bg: rgba(0, 0, 0, 0.35);
  --cover-empty-bg: rgba(0, 0, 0, 0.25);

  --overlay-backdrop: rgba(6, 10, 8, 0.78);
  --overlay-panel: #121b16;
  --overlay-border: #2a3a31;
  --overlay-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  --progress-track: #1b2a22;
  --progress-fill: var(--accent-cyan);

  --app-bg-accent: #122018;
  --app-bg-base: var(--bg-0);
  --header-bg-top: #101a14;
  --header-bg-bottom: #0a120f;
  --button-bg-top: #1c2a22;
  --button-bg-bottom: #141f19;
  --button-bg-hover-top: #22322a;
  --button-bg-hover-bottom: #17241d;
  --scrollbar-thumb: #2a3a31;

  --card-sheen-top: rgba(255, 255, 255, 0.04);
  --card-sheen-bottom: rgba(255, 255, 255, 0.01);
  --card-surface-top: #18241c;
  --card-surface-bottom: #111a14;
  --image-wrap-top: rgba(0, 0, 0, 0.2);
  --image-wrap-bottom: rgba(0, 0, 0, 0.6);
  --image-wrap-border: rgba(255, 255, 255, 0.04);
  --image-placeholder-bg: rgba(6, 10, 8, 0.45);
  --image-action-border: rgba(255, 255, 255, 0.15);
  --image-action-bg: rgba(9, 13, 10, 0.75);
  --queue-btn-bg: rgba(9, 13, 10, 0.7);
  --card-hover-shadow: 0 12px 28px rgba(0, 0, 0, 0.6);

  --meta-input-bg: rgba(0, 0, 0, 0.35);
  --dialog-confirm-top: #1f2c23;
  --dialog-confirm-bottom: #18221b;
  --menu-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
  --landing-shell-bg: linear-gradient(
    135deg,
    rgba(17, 26, 20, 0.96),
    rgba(10, 16, 12, 0.98)
  );
  --landing-shell-border: rgba(93, 211, 158, 0.18);
  --landing-shell-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --landing-shell-glow: rgba(93, 211, 158, 0.2);
  --landing-shell-border-strong: rgba(93, 211, 158, 0.6);
  --landing-card-bg: linear-gradient(160deg, rgba(24, 36, 28, 0.9), rgba(12, 18, 14, 0.95));
  --landing-card-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  --landing-bg-accent-a: rgba(93, 211, 158, 0.15);
  --landing-bg-accent-b: rgba(224, 140, 90, 0.18);

  --tab-cover-placeholder-bg: rgba(6, 10, 8, 0.5);

  --player-shadow: 0 -20px 60px rgba(3, 7, 5, 0.75);
  --player-shell-top: rgba(17, 26, 20, 0.9);
  --player-shell-bottom: rgba(10, 16, 12, 0.95);
  --player-control-top: var(--player-surface-strong);
  --player-control-bottom: #0f1712;
  --player-control-ring: 0 0 0 2px rgba(93, 211, 158, 0.16);
  --player-play-top: #1a251e;
  --player-play-bottom: #0f1712;
  --player-play-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
  --player-thumb-ring: 0 0 0 4px rgba(93, 211, 158, 0.2);
  --player-ring: 0 0 0 2px rgba(93, 211, 158, 0.2);
  --player-ring-strong: 0 0 0 2px rgba(93, 211, 158, 0.25);
  --queue-panel-top: rgba(10, 16, 12, 0.96);
  --queue-panel-bottom: rgba(7, 10, 8, 0.98);
  --queue-panel-shadow: 0 16px 32px rgba(3, 7, 5, 0.45);
  --queue-item-bg: rgba(17, 26, 20, 0.4);
  --queue-item-active-bg: rgba(17, 32, 24, 0.85);
  --queue-item-active-edge: rgba(93, 211, 158, 0.9);
  --queue-item-next-bg: rgba(14, 24, 18, 0.7);
  --queue-item-drop: rgba(93, 211, 158, 0.6);
  --player-panel-bg: rgba(12, 18, 14, 0.95);
  --player-panel-shadow: 0 12px 24px rgba(3, 7, 5, 0.35);
  --player-volume-bg: rgba(12, 18, 14, 0.7);
}
