/* AZWork LAB — original cool-paper palette.
   Component roles and compact scale adapted from the supplied style reference.
   Colors deliberately differ from PostHog; no third-party brand assets or fonts. */
:root {
  --desk: #dde7eb; --paper: #fff; --paper-soft: #f7fafb; --surface: #edf2f4;
  --hover: #e6eef1; --ink: #263943; --ink-soft: #4d626c; --muted: #657983;
  --line: #b9c9d0; --line-soft: #dce5e9;
  --accent: #206b89; --accent-hover: #16536d; --accent-soft: #e3eff4;
  --green: #3c735f; --green-soft: #e9f2ec; --ochre: #af863d; --note: #f4efdd;
  --ui-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Noto Sans CJK JP", "Yu Gothic", sans-serif;
  --heading-font: "Arial", "Hiragino Sans", "Noto Sans CJK JP", "Yu Gothic", sans-serif;
  --mono-font: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --text-micro: 11px; --text-caption: 13px; --text-body: 15px;
  --radius-control: 4px; --radius-window: 6px; --window-border: 1px solid var(--line);
  --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px; --space-6: 24px; --space-8: 32px;
  --menu-height: 48px; --taskbar-height: 48px;
}
