[data-theme="dunkel"] {
  --grün: #5a9c5a;
  --grün-dunkel: #3f7d3f;
  --bg: #1c2118;
  --karte: #262c21;
  --rand: #3a4234;
  --text: #e6ebe0;
  --text-mild: #a3ab98;
}
[data-theme="dunkel"] body { background: var(--bg); color: var(--text); }
[data-theme="dunkel"] input,
[data-theme="dunkel"] select,
[data-theme="dunkel"] textarea {
  background: #20261c;
  color: var(--text);
  border-color: var(--rand);
}
[data-theme="dunkel"] button.sekundär { color: var(--text-mild); }
[data-theme="dunkel"] .status.offen { background: #4a3c14; color: #f0c667; }
[data-theme="dunkel"] .status.angenommen { background: #1b3548; color: #8bc0e8; }
[data-theme="dunkel"] .status.erledigt { background: #24371f; color: #9cc98f; }
[data-theme="dunkel"] .fruchtarten-liste .chip,
[data-theme="dunkel"] .badge { background: #2e3826; color: #a9d69b; }

.theme-toggle {
  color: white; background: rgba(255,255,255,0.15); border: none;
  padding: 6px 10px; border-radius: 6px; cursor: pointer; font-size: 0.8rem;
}
.theme-toggle:hover { background: rgba(255,255,255,0.28); }
