/* HYPagotchi color tokens */
:root {
  /* Surfaces */
  --bg: #FDF5F0;          /* cream — page ground */
  --bg-alt: #FBE9DD;      /* warm cream — alt surfaces */
  --card: #FFFFFF;

  /* Ink */
  --ink: #1A202C;         /* near-black — text, borders, shadows */
  --ink-soft: #4A5568;
  --ink-mute: #718096;
  --border: #1A202C;

  /* Brand primaries */
  --coral: #FF6B6B;
  --coral-deep: #E85555;
  --teal: #4FD1C5;
  --teal-deep: #319795;

  /* Pastel surfaces */
  --mint: #B2F5EA;
  --lavender: #E9D8FD;
  --yellow: #FFE66D;
  --peach: #FED7AA;
  --sky: #BEE3F8;
  --pink: #FBCFE8;
  --green-soft: #C6F6D5;

  /* Secondary brights */
  --gold: #F6AD55;
  --orange: #FB923C;
  --purple: #B794F4;
  --blue: #63B3ED;
  --green: #68D391;

  /* HyperCore live greens */
  --hyper: #05c48a;
  --hyper-soft: #97FCE4;
  --hyper-deep: #00956c;

  /* Famicom-saturated accents — moments only, max 2 per viewport */
  --fc-red:    #E8402D;
  --fc-blue:   #3D5AC8;
  --fc-green:  #119A55;
  --fc-yellow: #F2C200;
  --fc-pink:   #FF8FCB;
  --fc-purple: #7B5CD6;
}
