/* rushcraft.co — design tokens
   Dark neutral palette with a single amber accent, matching the desktop app.
   Shared by the hand-written pages (site.css) and the Lite Coach app. */

:root {
  --bg:        #191B1E;  /* Page background */
  --surface:   #212428;  /* Cards and panels */
  --line:      #31353B;  /* Borders and dividers */
  --text:      #E2E5EA;  /* Body text */
  --text-dim:  #98A0AC;  /* Secondary text and labels */
  --accent:    #E8A33D;  /* Primary CTA, stat figures, section numbers */
  --alert:     #D9534F;  /* Warning / regression state */
  --line-green:#06C755;  /* LINE brand green — used only on the LINE Coach nav entry */

  --font-body: "PingFang TC", "Microsoft JhengHei", "Noto Sans TC",
               system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, "SF Mono", "Cascadia Mono", Consolas,
               "Noto Sans TC", monospace;
}
