:root[data-theme="greenscreen"] {
  --scene-accent: #32ff5a;
  --scene-glow: rgba(50, 255, 90, 0.35);
  --card-playing-edge: rgba(50, 255, 90, 0.9);
  --card-playing-glow: rgba(50, 255, 90, 0.28);
  --mask-ink: #000;

  --bg-0: #050806;
  --bg-1: #070c08;
  --bg-2: #0a120c;
  --bg-3: #0c1810;

  --panel: #08100a;
  --panel-border: #1b2a1e;

  --text-primary: #d8ffd5;
  --text-secondary: #9bffad;
  --text-muted: #4aa760;

  --accent-ember: #ffb84a;
  --accent-cyan: #32ff5a;
  --accent-gold: #c6ff55;

  --player-bg: #060a07;
  --player-surface: #0a120c;
  --player-surface-strong: #0f1911;
  --player-border: #1b2a1e;
  --player-track: #102016;
  --player-rail: #193424;
  --player-thumb: #eaffea;
  --player-accent: #32ff5a;
  --player-accent-strong: #78ff9a;
  --player-glow: rgba(50, 255, 90, 0.3);
  --player-muted: #73c983;
  --player-text: #eaffea;

  --tabs-pill: rgba(255, 255, 255, 0.05);
  --tabs-pill-active: rgba(50, 255, 90, 0.2);
  --tabs-card-highlight: rgba(50, 255, 90, 0.2);
  --tabs-panel-shadow: rgba(0, 0, 0, 0.6);
  --tabs-card-shadow: rgba(0, 0, 0, 0.5);
  --tabs-icon: #ccffd8;

  --board-header-bg: #0c140e;
  --board-section-bg: #070c08;
  --board-border: #1b2a1e;
  --board-empty-bg: rgba(0, 0, 0, 0.3);
  --board-title-overlay: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  --board-row-bg: rgba(6, 10, 7, 0.6);
  --board-row-hover: rgba(6, 10, 7, 0.85);
  --board-row-border: rgba(255, 255, 255, 0.06);
  --board-remove-bg: rgba(5, 8, 6, 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(6, 10, 7, 0.6);
  --board-picker-row-hover: rgba(50, 255, 90, 0.1);

  --filter-input-bg: rgba(0, 0, 0, 0.45);
  --cover-empty-bg: rgba(0, 0, 0, 0.3);

  --overlay-backdrop: rgba(3, 6, 4, 0.85);
  --overlay-panel: #0b140e;
  --overlay-border: #1b2a1e;
  --overlay-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  --progress-track: #102016;
  --progress-fill: var(--accent-cyan);

  --app-bg-accent: #08110b;
  --app-bg-base: var(--bg-0);
  --header-bg-top: #080f0a;
  --header-bg-bottom: #050806;
  --button-bg-top: #0f1911;
  --button-bg-bottom: #0b140e;
  --button-bg-hover-top: #122016;
  --button-bg-hover-bottom: #0d1710;
  --scrollbar-thumb: #1b2a1e;

  --card-sheen-top: rgba(255, 255, 255, 0.04);
  --card-sheen-bottom: rgba(255, 255, 255, 0.01);
  --card-surface-top: #0f1911;
  --card-surface-bottom: #08100a;
  --image-wrap-top: rgba(0, 0, 0, 0.25);
  --image-wrap-bottom: rgba(0, 0, 0, 0.65);
  --image-wrap-border: rgba(255, 255, 255, 0.05);
  --image-placeholder-bg: rgba(4, 7, 5, 0.5);
  --image-action-border: rgba(255, 255, 255, 0.14);
  --image-action-bg: rgba(6, 10, 7, 0.75);
  --queue-btn-bg: rgba(6, 10, 7, 0.7);
  --card-hover-shadow: 0 12px 28px rgba(0, 0, 0, 0.65);

  --meta-input-bg: rgba(0, 0, 0, 0.45);
  --dialog-confirm-top: #132018;
  --dialog-confirm-bottom: #0d1711;
  --menu-shadow: 0 16px 36px rgba(0, 0, 0, 0.6);
  --landing-shell-bg: linear-gradient(
    135deg,
    rgba(12, 20, 14, 0.96),
    rgba(6, 10, 7, 0.98)
  );
  --landing-shell-border: rgba(50, 255, 90, 0.18);
  --landing-shell-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
  --landing-shell-glow: rgba(50, 255, 90, 0.22);
  --landing-shell-border-strong: rgba(50, 255, 90, 0.6);
  --landing-card-bg: linear-gradient(160deg, rgba(16, 28, 19, 0.9), rgba(8, 14, 10, 0.95));
  --landing-card-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
  --landing-bg-accent-a: rgba(50, 255, 90, 0.18);
  --landing-bg-accent-b: rgba(255, 184, 74, 0.2);

  --tab-cover-placeholder-bg: rgba(4, 7, 5, 0.6);

  --player-shadow: 0 -20px 60px rgba(2, 4, 3, 0.8);
  --player-shell-top: rgba(12, 20, 14, 0.92);
  --player-shell-bottom: rgba(6, 10, 7, 0.96);
  --player-control-top: var(--player-surface-strong);
  --player-control-bottom: #080f0a;
  --player-control-ring: 0 0 0 2px rgba(50, 255, 90, 0.18);
  --player-play-top: #0f1911;
  --player-play-bottom: #080f0a;
  --player-play-shadow: 0 10px 26px rgba(0, 0, 0, 0.5);
  --player-thumb-ring: 0 0 0 4px rgba(50, 255, 90, 0.22);
  --player-ring: 0 0 0 2px rgba(50, 255, 90, 0.22);
  --player-ring-strong: 0 0 0 2px rgba(50, 255, 90, 0.26);
  --queue-panel-top: rgba(6, 10, 7, 0.96);
  --queue-panel-bottom: rgba(5, 8, 6, 0.98);
  --queue-panel-shadow: 0 16px 32px rgba(2, 4, 3, 0.55);
  --queue-item-bg: rgba(12, 20, 14, 0.4);
  --queue-item-active-bg: rgba(16, 28, 19, 0.85);
  --queue-item-active-edge: rgba(50, 255, 90, 0.9);
  --queue-item-next-bg: rgba(10, 18, 12, 0.7);
  --queue-item-drop: rgba(50, 255, 90, 0.6);
  --player-panel-bg: rgba(6, 10, 7, 0.95);
  --player-panel-shadow: 0 12px 24px rgba(2, 4, 3, 0.45);
  --player-volume-bg: rgba(6, 10, 7, 0.7);
}
