/* Direction: sunlit neighbourhood roastery — warm cream paper, roasted
   terracotta accent, a tall serif display over a clean grotesque body */
/* Completed by the platform from the short form: both modes, every
   palette token, each text-on-ground pair at its floor. To restyle, write the
   short form again (the decisions in one :root) and it is completed again. */

:root {
  --canvas: #f7efe4;
  --surface: #fffaf2;
  --surface-2: #efe2cf;
  --border: #ddccb2;
  --border-strong: #b4aba1;
  --ink: #2c2117;
  --muted: #6f5f4d;
  --accent: #b5502e;
  --accent-hover: #9c4226;
  --accent-ink: #ffffff;
  --accent-text: #a2461f;
  --accent-strong: #7c3116;
  --accent-soft: #f0ded0;
  --accent-border: #d9a792;
  --success: #15803d;
  --success-ink: #ffffff;
  --success-soft: #dce2d0;
  --success-strong: #116d34;
  --warning: #b45309;
  --warning-ink: #ffffff;
  --warning-soft: #efdcca;
  --warning-strong: #994607;
  --danger: #b91c1c;
  --danger-ink: #ffffff;
  --danger-soft: #f0d6cc;
  --danger-strong: #b91c1c;
  --chart-1: #b5502e;
  --chart-2: #9c8803;
  --chart-3: #026e45;
  --chart-4: #1597b4;
  --chart-5: #4b4ca5;
  --chart-6: #c066a7;

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Work Sans", ui-sans-serif, system-ui, sans-serif;
  --display-weight: 600;
  --display-tracking: -0.01em;
  --radius-card: 18px;
  --radius-btn: 999px;
  --shadow-card: 0 20px 45px -25px rgba(44, 33, 23, 0.45);
  --x-band: #241a12;
  --x-on-photo: #fdf6ec;
  --font-mono: "JetBrains Mono Variable", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --font-sans: "Work Sans", ui-sans-serif, system-ui, sans-serif;
  --eyebrow-tracking: 0.08em;
}

html[data-theme="dark"] {
  --canvas: #120804;
  --surface: #2a211d;
  --surface-2: #1e1411;
  --border: #332b27;
  --border-strong: #59524f;
  --ink: #f7efe4;
  --muted: #9b938a;
  --accent: #b5502e;
  --accent-hover: #c06a4d;
  --accent-ink: #ffffff;
  --accent-text: #c5775c;
  --accent-strong: #c5775c;
  --accent-soft: #36180d;
  --accent-border: #5b2817;
  --success: #15803d;
  --success-ink: #ffffff;
  --success-soft: #132211;
  --success-strong: #499c68;
  --warning: #b45309;
  --warning-ink: #ffffff;
  --warning-soft: #361905;
  --warning-strong: #c57a40;
  --danger: #b91c1c;
  --danger-ink: #ffffff;
  --danger-soft: #370c09;
  --danger-strong: #d16969;
  --chart-1: #b5502e;
  --chart-2: #a28e14;
  --chart-3: #209763;
  --chart-4: #1597b4;
  --chart-5: #6f75d2;
  --chart-6: #c066a7;
}

/*
 * app.css — THIS APP'S OWN CSS, for what no primitive and no utility covers:
 * the one screen that makes this app itself — a timer's dial, a kanban
 * board's columns, a seating plan, a game grid. Write those here, named for
 * what they are, in tokens only (var(--accent), var(--radius-card),
 * var(--font-display)). It loads last, after design.css and theme.css, and
 * wins. Ships empty.
 *
 * Not for restyling a primitive: those live in tailwind/components.css and
 * are yours to edit there. Not for colours: those live in theme.css.
 */
