/*
 * ebay.resellermath.com / eBay Promoted Listings Breakeven theme tokens.
 * OKLCH is the source of truth (LVL color.md). This is the ONE tokens file for
 * the site: the golden template and the tool UI consume these values unchanged.
 *
 * Theme: "marketplace confident" - a crisp cool-white page with deep indigo-blue
 * text, a confident eBay-flavored blue accent, and a warm red-coral highlight for
 * the loss / caution states. A sibling of the reseller-vertical house look but a
 * distinct, energetic commercial palette. Same token variable set as the 1099-K
 * site, retuned to blue/red.
 */
:root {
  --color-bg: oklch(0.988 0.006 250);
  --color-text: oklch(0.27 0.04 262);
  --color-heading: oklch(0.22 0.07 264);
  --color-muted: oklch(0.47 0.04 262);
  --color-border: oklch(0.89 0.02 258);
  --color-border-strong: oklch(0.55 0.06 262);
  --color-link: oklch(0.52 0.17 258);
  --color-link-hover: oklch(0.43 0.18 260);
  --color-accent: oklch(0.55 0.18 258);
  --color-accent-hover: oklch(0.47 0.18 259);
  --color-on-accent: oklch(0.99 0.01 258);
  --color-error: oklch(0.55 0.21 27);
  --color-focus: oklch(0.55 0.17 258);

  /* Verdict / status colours for the calculator panels. Green = profit / viable,
     red-coral = loss / no headroom (the eBay-red energy). */
  --color-ok: oklch(0.55 0.15 155);
  --color-warn: oklch(0.58 0.21 27);

  /* Typography */
  --font-body: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
  --font-heading: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia,
    "Times New Roman", serif;
  --font-size-base: 1.0625rem;
  --font-size-h1: 2.1rem;
  --font-size-h2: 1.45rem;

  /* Layout */
  --content-width: 46rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --radius: 0.65rem;
}
