/* Shared design tokens — light theme ("Coactive Critical Minerals").
   Loaded by login.html, orbit/index.html, and admin/index.html so the
   palette lives in one place instead of being copy-pasted into each
   page's inline <style> block. Component-level CSS (headers, cards,
   drawers, etc.) stays per-page for now — layouts differ enough between
   orbit/admin/login that a shared component sheet isn't a clean win yet. */
:root{
  --bg:#eef0ec; --panel:#ffffff; --panel2:#f5f7f3; --line:#e3e6df; --line2:#d2d7cc;
  --txt:#191c18; --dim:#6a7166; --acc:#0d5742; --acc-soft:#e7efe9;
  --red:#b03a2e; --red-soft:#fbe9e7; --amber:#946716; --amber-soft:#fef3e0;
  --green:#1c7a4f; --green-soft:#e3f0e8; --logobadge:#12161f;
  --gold:#8c6126; --gold2:#a67830;
}
