/* Hallmark · pre-emit critique: P5 H5 E5 S5 R5 V5
 * Hallmark · genre: editorial · macrostructure: Index-First · theme: Almanac · enrichment: none · nav: N3 · footer: none
 * Hallmark · component: responsive-app-shell + persistent-desktop-index + compact-mobile-tabs + single-open-disclosure + universal-quick-capture + context-filtered-native-action-list + explicit-waiting-follow-up + expandable-project-files + action-first-waiting + person-first-agendas + editable-clarification-suggestions + contextual-pending-bar + weekly-review + undo + native-keyboard-dictation + live-sync · states: default · hover · focus · active · disabled · loading · error · success
 * contrast: pass (40–41) · slop: pass (42–45) · honest: pass (46) · chrome: pass (47) · tokens: pass (48) · mobile: pass (34, 49–57)
 * audience: Jon · use: process inbox, work lists, and run an explicit weekly review · tone: austere
 */
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@400;700;800&display=swap");

:root {
  --color-paper: oklch(97% 0.008 78);
  --color-paper-2: oklch(94% 0.012 78);
  --color-paper-3: oklch(91% 0.014 78);
  --color-surface: oklch(99% 0.005 78);
  --color-surface-glass: oklch(97% 0.008 78 / 96%);
  --color-ink: oklch(18% 0.012 78);
  --color-ink-2: oklch(30% 0.012 78);
  --color-muted: oklch(45% 0.014 78);
  --color-rule: oklch(84% 0.018 78);
  --color-rule-strong: oklch(67% 0.018 78);
  --color-accent: oklch(46% 0.115 163);
  --color-accent-ink: oklch(98% 0.01 163);
  --color-accent-soft: oklch(93% 0.035 163);
  --color-error: oklch(48% 0.16 28);
  --color-error-ink: oklch(98% 0.01 28);
  --color-error-soft: oklch(94% 0.035 28);
  --color-focus: oklch(50% 0.16 245);
  --color-shadow: oklch(18% 0.012 78 / 8%);

  --font-display: "Geist", ui-sans-serif, sans-serif;
  --font-body: "Geist", ui-sans-serif, sans-serif;

  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-action-dock: 7rem;
  --space-focus-dock: 11.5rem;
  --space-desktop-rail: 15rem;
  --space-desktop-header: 4rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;

  --radius-sm: 0.375rem;
  --radius-md: 0.625rem;
  --radius-pill: 999px;
  --rule-thin: 1px;
  --rule-thick: 2px;

  --dur-fast: 120ms;
  --dur-base: 180ms;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}
