/* Color themes: preserve imagery and grade semantics. */
:root{color-scheme:light;--muted:var(--ink3);--line:var(--rule)}
:root[data-theme=dark]{color-scheme:dark;--paper:#151c19;--paper2:#1d2822;--paper3:#28372e;--ink:#e9f0eb;--ink2:#bbcbbf;--ink3:#9fb3a5;--rule:#43574a;--rule2:#304237;--acc:#79d4a2;--acc-bg:#243e30;--amber:#e6ba77}
.theme-toggle{display:block;margin-top:14px;padding:8px 12px;border:1px solid var(--rule);border-radius:6px;background:var(--paper2);color:var(--ink);font:500 13px var(--body);min-height:38px}
[data-theme=dark] .note.amber,[data-theme=dark] .boss-loot-row{background:#30291d}
[data-theme=dark] .boss-badge{background:#48391f;color:#f0cc91;border-color:#806238}
[data-theme=dark] .grade-A{background:#3b301c;color:#eac380;border-color:#806740}
[data-theme=dark] .grade-B{background:#31263e;color:#d3b6ef;border-color:#725886}
[data-theme=dark] .grade-C{background:#203744;color:#a3d4ec;border-color:#4e768c}
[data-theme=dark] .resource-mode{background:var(--paper3);color:var(--ink2)}
[data-theme=dark] .resource-mode.craft,[data-theme=dark] .resource-mode.covered{background:var(--acc-bg);color:var(--acc)}
[data-theme=dark] .resource-arrow,[data-theme=dark] .inventory-feedback,[data-theme=dark] .plan-add-feedback{color:var(--acc)}
[data-theme=dark] .resource-arrow:hover,[data-theme=dark] .resource-shared:hover{background:var(--acc-bg)}
[data-theme=dark] .resource-children{border-color:var(--rule);background:#ffffff02}
[data-theme=dark] .resource-owned input,[data-theme=dark] .resource-unit-price input{border-color:var(--rule)}
[data-theme=dark] .lang-switch button.active{background:var(--acc);color:var(--paper)}
@media(max-width:760px){.theme-toggle{margin-top:8px;width:126px}}
