/* /vibe design tokens — the ONE source of truth for the vibe.
   Aesthetic: Space-Age Picturephone — the 1964 World's Fair era, when a face
   appearing on a screen across distance felt like living in the future.
   Warm cream ground · atomic teal · coral · mustard · warm chrome.
   Every vibeconf.app surface links this file and styles through these variables. */
:root{
  /* warm grounds */
  --cream:#F5ECD6;         /* page */
  --paper:#F0E5C7;         /* raised panel */
  --paper-lo:#E7D8B2;      /* deeper panel */
  /* ink */
  --ink:#2B2016;           /* espresso — primary text */
  --ink-soft:#6E5C44;      /* secondary */
  --ink-faint:#A08A66;     /* tertiary / labels */
  --bright:#2B2016;        /* alias: strongest ink (legacy var, used by receipt render) */
  /* atomic accents */
  --teal:#0E9E93;          /* atomic turquoise — primary accent */
  --teal-deep:#0A736B;
  --coral:#E8593C;         /* atomic coral — action / LIVE */
  --coral-deep:#C4402A;
  --mustard:#EBA53A;       /* starburst gold */
  --green:#0A736B;         /* success (reads as deep teal on cream) */
  /* chrome (the videophone bezel) */
  --chrome-hi:#F3EEE1; --chrome-mid:#C0B7A0; --chrome-lo:#8B816B;
  /* lines */
  --line:#D8C9A6;          /* hairline on cream */
  --line-ink:#2B2016;      /* structural ink rule */
  /* dark-screen tokens (the CRT shows a real video feed) */
  --scr-bg:#0f1613; --scr-line:#243029; --scr-dim:#7f8f86;
  --scr-txt:#dfe7e1; --scr-teal:#7fded4; --scr-coral:#ff7a5c; --scr-green:#57e08a;
  /* faces */
  --disp:'Syne',sans-serif;
  --body:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --mono:'JetBrains Mono','SF Mono',Monaco,monospace;
}
