/* Storefront theme — derived from the stored brand colour (ADR-0005).
 * Generated by the API on every request; do not edit, and do not copy
 * values back into the buyer's tokens.css, which is the API-down fallback.
 */

:root:root {
  --bg: #121a15;
  --bg-elevated: #16201a;
  --surface: #1a261e;
  --surface-2: #223026;
  --surface-3: #2b3c30;
  --line: rgba(214, 240, 222, 0.1);
  --line-strong: rgba(214, 240, 222, 0.18);
  --text: #eef5f0;
  --muted: #9db0a4;
  --muted-2: #6d7f74;
  --shadow: 0 18px 52px rgba(0, 0, 0, 0.38);
  color-scheme: dark;
  --accent: #65de52;
  --accent-fill: #65de52;
  --accent-fill-label: #000000;
  --accent-strong: #38bb24;
  --accent-strong-label: #000000;
  --accent-soft: rgba(101, 222, 82, 0.13);
  --success: #5fd08a;
  --warning: #e4b54f;
  --danger: #f27f7d;
}

:root:root[data-theme="dark"] {
  --bg: #121a15;
  --bg-elevated: #16201a;
  --surface: #1a261e;
  --surface-2: #223026;
  --surface-3: #2b3c30;
  --line: rgba(214, 240, 222, 0.1);
  --line-strong: rgba(214, 240, 222, 0.18);
  --text: #eef5f0;
  --muted: #9db0a4;
  --muted-2: #6d7f74;
  --shadow: 0 18px 52px rgba(0, 0, 0, 0.38);
  color-scheme: dark;
  --accent: #65de52;
  --accent-fill: #65de52;
  --accent-fill-label: #000000;
  --accent-strong: #38bb24;
  --accent-strong-label: #000000;
  --accent-soft: rgba(101, 222, 82, 0.13);
  --success: #5fd08a;
  --warning: #e4b54f;
  --danger: #f27f7d;
}

:root:root[data-theme="light"] {
  --bg: #f5f1e8;
  --bg-elevated: #fffdf8;
  --surface: #fffdf8;
  --surface-2: #ece6d8;
  --surface-3: #e0d9c7;
  --line: rgba(47, 61, 46, 0.14);
  --line-strong: rgba(47, 61, 46, 0.24);
  --text: #23301f;
  --muted: #5f6b57;
  --muted-2: #838d79;
  --shadow: 0 18px 45px rgba(60, 70, 45, 0.12);
  color-scheme: light;
  --accent: #206914;
  --accent-fill: #65de52;
  --accent-fill-label: #000000;
  --accent-strong: #38bb24;
  --accent-strong-label: #000000;
  --accent-soft: rgba(101, 222, 82, 0.13);
  --success: #206c3d;
  --warning: #785812;
  --danger: #bd1713;
}

