/* ── Tarot Theme ── */
body[data-theme="tarot"] {
  --bg:           #0a0604;
  --panel-bg:     #110903;
  --card-bg:      #1a0e06;
  --border:       #6b4c1a;
  --text:         #f0e6c8;
  --text-muted:   #a08060;
  --accent:       #c9a227;
  --accent-hover: #e8bc34;
  --accent-dark:  #0a0604;
  --tier-s: #7a1020;
  --tier-a: #9a4a10;
  --tier-b: #7a6a10;
  --tier-c: #1a5020;
  --tier-u: #3a2a14;
  font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;
}

body[data-theme="tarot"] h1,
body[data-theme="tarot"] h2,
body[data-theme="tarot"] .tier-letter {
  font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;
  letter-spacing: 0.12em;
}

body[data-theme="tarot"] .site-header h1 {
  color: var(--accent);
  text-shadow: 0 0 18px rgba(201,162,39,0.35);
}

body[data-theme="tarot"] #theme-toggle {
  color: var(--accent);
  text-shadow: 0 0 10px rgba(201,162,39,0.6);
}

body[data-theme="tarot"] .movie-card {
  border: 1px solid #4a3410;
  box-shadow: inset 0 0 0 1px rgba(201,162,39,0.06);
}

body[data-theme="tarot"] .movie-card:hover {
  box-shadow: 0 14px 32px rgba(0,0,0,0.85), 0 0 22px rgba(201,162,39,0.25);
  border-color: var(--accent);
}

body[data-theme="tarot"] .tier-label {
  position: relative;
}

body[data-theme="tarot"] .tier-label::before,
body[data-theme="tarot"] .tier-label::after {
  content: '✦';
  position: absolute;
  font-size: 0.42rem;
  color: rgba(201,162,39,0.55);
  line-height: 1;
}
body[data-theme="tarot"] .tier-label::before { top: 4px; left: 5px; }
body[data-theme="tarot"] .tier-label::after  { bottom: 4px; right: 5px; }

body[data-theme="tarot"] [data-tier="Unranked"] .tier-letter { color: var(--text-muted); }
body[data-theme="tarot"] [data-tier="Unranked"] .tier-desc   { color: var(--text-muted); opacity: 0.6; }

body[data-theme="tarot"] .tier-cards.drag-over {
  border-color: var(--accent);
  background: rgba(201,162,39,0.06);
}

body[data-theme="tarot"] .modal-box {
  border-color: var(--border);
  box-shadow: 0 0 60px rgba(201,162,39,0.12);
}

body[data-theme="tarot"] .up-next-header h2 {
  color: var(--accent);
}

body[data-theme="tarot"] .btn-add {
  border-color: var(--accent);
  color: var(--accent);
}
body[data-theme="tarot"] .btn-add:hover {
  background: var(--accent);
  color: var(--accent-dark);
}

body[data-theme="tarot"] .btn-watch  { background: #1a5028; }
body[data-theme="tarot"] .btn-queue  { background: #5a1a6a; }
body[data-theme="tarot"] .btn-remove { background: #7a1818; }

body[data-theme="tarot"] .lightbox-inner img {
  box-shadow: 0 32px 80px rgba(0,0,0,0.95), 0 0 40px rgba(201,162,39,0.2);
  border: 1px solid #6b4c1a;
}

body[data-theme="tarot"] #lightbox-title {
  color: var(--accent);
  font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;
  letter-spacing: 0.08em;
}
