:root[data-theme="light"] {
  --scene-glow: rgba(42, 145, 140, 0.25);
  --card-playing-edge: rgba(42, 145, 140, 0.9);
  --card-playing-glow: rgba(42, 145, 140, 0.3);
  --mask-ink: #fff;

  --bg-0: #f7f3ee;
  --bg-1: #f1ece4;
  --bg-2: #e8e1d8;
  --bg-3: #ddd4c9;

  --panel: #fdfaf6;
  --panel-border: #cfc6bb;

  --text-primary: #1f252d;
  --text-secondary: #3e4a57;
  --text-muted: #6a7583;

  --accent-ember: #c25c35;
  --accent-cyan: #2a918c;
  --accent-gold: #c89b2d;

  --player-bg: #f3efe9;
  --player-surface: #efe9e0;
  --player-surface-strong: #e2d8cc;
  --player-border: #c9c0b6;
  --player-track: #d8d0c6;
  --player-rail: #c9bfb4;
  --player-thumb: #1f252d;
  --player-accent: #2a918c;
  --player-accent-strong: #2faba5;
  --player-glow: rgba(42, 145, 140, 0.25);
  --player-muted: #5f6c79;
  --player-text: #1f252d;

  --tabs-pill: rgba(38, 50, 64, 0.08);
  --tabs-pill-active: rgba(42, 145, 140, 0.18);
  --tabs-card-highlight: rgba(42, 145, 140, 0.18);
  --tabs-panel-shadow: rgba(52, 38, 28, 0.12);
  --tabs-card-shadow: rgba(52, 38, 28, 0.18);
  --tabs-icon: #5b6673;

  --board-header-bg: #f7f3ee;
  --board-section-bg: #fdfaf6;
  --board-border: #cfc6bb;
  --board-empty-bg: rgba(255, 255, 255, 0.65);
  --board-title-overlay: linear-gradient(
    180deg,
    rgba(31, 37, 45, 0),
    rgba(31, 37, 45, 0.55)
  );
  --board-row-bg: rgba(255, 255, 255, 0.9);
  --board-row-hover: rgba(234, 224, 212, 0.9);
  --board-row-border: rgba(60, 46, 34, 0.12);
  --board-remove-bg: rgba(255, 255, 255, 0.9);
  --board-remove-border: rgba(60, 46, 34, 0.18);
  --board-picker-bg: var(--overlay-panel);
  --board-picker-border: var(--overlay-border);
  --board-picker-list-bg: rgba(255, 255, 255, 0.7);
  --board-picker-row-hover: rgba(42, 145, 140, 0.12);

  --filter-input-bg: rgba(255, 255, 255, 0.7);
  --cover-empty-bg: rgba(0, 0, 0, 0.06);

  --overlay-backdrop: rgba(38, 33, 26, 0.35);
  --overlay-panel: #fdfaf6;
  --overlay-border: #cfc6bb;
  --overlay-shadow: 0 18px 40px rgba(45, 36, 26, 0.25);
  --progress-track: #d9d1c7;

  --app-bg-accent: #efe7de;
  --app-bg-base: var(--bg-0);
  --header-bg-top: #f3efe8;
  --header-bg-bottom: #ebe4da;
  --button-bg-top: #f6f2ec;
  --button-bg-bottom: #e7dfd3;
  --button-bg-hover-top: #fbf7f2;
  --button-bg-hover-bottom: #eae0d2;
  --scrollbar-thumb: #cbbfb3;

  --card-sheen-top: rgba(255, 255, 255, 0.6);
  --card-sheen-bottom: rgba(255, 255, 255, 0.15);
  --card-surface-top: #fefaf6;
  --card-surface-bottom: #ede4d9;
  --image-wrap-top: rgba(255, 255, 255, 0.7);
  --image-wrap-bottom: rgba(0, 0, 0, 0.05);
  --image-wrap-border: rgba(31, 37, 45, 0.08);
  --image-placeholder-bg: rgba(255, 255, 255, 0.7);
  --image-action-border: rgba(31, 37, 45, 0.12);
  --image-action-bg: rgba(250, 245, 238, 0.8);
  --queue-btn-bg: rgba(250, 245, 238, 0.9);
  --card-hover-shadow: 0 12px 24px rgba(60, 46, 34, 0.2);

  --meta-input-bg: rgba(255, 255, 255, 0.7);
  --dialog-confirm-top: #e9dfd3;
  --dialog-confirm-bottom: #d8cec2;
  --menu-shadow: 0 14px 28px rgba(60, 46, 34, 0.2);
  --landing-shell-bg: linear-gradient(
    135deg,
    rgba(251, 247, 242, 0.96),
    rgba(238, 229, 219, 0.95)
  );
  --landing-shell-border: rgba(42, 145, 140, 0.18);
  --landing-shell-shadow: 0 22px 50px rgba(60, 46, 34, 0.25);
  --landing-shell-glow: rgba(42, 145, 140, 0.18);
  --landing-shell-border-strong: rgba(42, 145, 140, 0.55);
  --landing-card-bg: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(235, 227, 216, 0.9));
  --landing-card-shadow: 0 10px 22px rgba(60, 46, 34, 0.2);
  --landing-bg-accent-a: rgba(42, 145, 140, 0.12);
  --landing-bg-accent-b: rgba(194, 92, 53, 0.14);

  --tab-cover-placeholder-bg: rgba(255, 255, 255, 0.6);

  --player-shadow: 0 -16px 40px rgba(60, 46, 34, 0.2);
  --player-shell-top: rgba(249, 245, 238, 0.95);
  --player-shell-bottom: rgba(231, 221, 212, 0.95);
  --player-control-top: var(--player-surface-strong);
  --player-control-bottom: #e1d7cc;
  --player-control-ring: 0 0 0 2px rgba(42, 145, 140, 0.18);
  --player-play-top: #efe7dd;
  --player-play-bottom: #d9d0c4;
  --player-play-shadow: 0 10px 22px rgba(60, 46, 34, 0.2);
  --player-thumb-ring: 0 0 0 4px rgba(42, 145, 140, 0.18);
  --player-ring: 0 0 0 2px rgba(42, 145, 140, 0.18);
  --player-ring-strong: 0 0 0 2px rgba(42, 145, 140, 0.24);
  --queue-panel-top: rgba(253, 249, 244, 0.96);
  --queue-panel-bottom: rgba(238, 230, 220, 0.96);
  --queue-panel-shadow: 0 14px 28px rgba(60, 46, 34, 0.18);
  --queue-item-bg: rgba(255, 255, 255, 0.7);
  --queue-item-active-bg: rgba(225, 240, 238, 0.95);
  --queue-item-active-edge: rgba(42, 145, 140, 0.7);
  --queue-item-next-bg: rgba(240, 234, 225, 0.85);
  --queue-item-drop: rgba(42, 145, 140, 0.5);
  --player-panel-bg: rgba(253, 249, 244, 0.95);
  --player-panel-shadow: 0 12px 22px rgba(60, 46, 34, 0.2);
  --player-volume-bg: rgba(253, 249, 244, 0.8);
}
