/* Hallmark · genre: modern-minimal · macrostructure: Workbench + Ecosystem Index · tone: technical · anchor hue: muted teal */
:root {
  --color-page: oklch(7.5% 0.014 220);
  --color-page-2: oklch(10.5% 0.014 220);
  --color-frame: oklch(12.5% 0.014 220);
  --color-frame-2: oklch(16.5% 0.012 220);
  --color-panel: oklch(17.5% 0.012 220);
  --color-panel-2: oklch(21.5% 0.012 220);
  --color-panel-3: oklch(26% 0.012 220);
  --color-ink: oklch(94% 0.008 210);
  --color-ink-2: oklch(80% 0.01 210);
  --color-muted: oklch(66% 0.014 210);
  --color-quiet: oklch(52% 0.014 210);
  --color-rule: oklch(29% 0.014 220);
  --color-rule-2: oklch(39% 0.014 220);
  --color-rule-accent: oklch(52% 0.075 185);
  --color-rule-soft: oklch(24% 0.016 220);
  --color-accent: oklch(72% 0.12 185);
  --color-accent-2: oklch(79% 0.095 185);
  --color-accent-soft: oklch(25% 0.055 185);
  --color-accent-ink: oklch(12% 0.018 220);
  --color-focus: oklch(80% 0.12 185);
  --color-warning: oklch(78% 0.12 78);
  --color-warning-soft: oklch(25% 0.04 78);
  --color-danger: oklch(66% 0.16 28);
  --color-danger-soft: oklch(24% 0.05 28);
  --color-transparent: transparent;
  --color-noise: oklch(100% 0.004 210 / 0.045);
  --shadow-frame: 0 36px 120px oklch(3% 0.018 220 / 0.72), 0 8px 28px oklch(3% 0.018 220 / 0.52), inset 0 1px 0 oklch(100% 0.004 210 / 0.07);
  --shadow-panel: 0 18px 48px oklch(4% 0.018 220 / 0.38), inset 0 1px 0 oklch(100% 0.004 210 / 0.06);
  --shadow-card: 0 14px 34px oklch(4% 0.018 220 / 0.3), inset 0 1px 0 oklch(100% 0.004 210 / 0.075), inset 0 -1px 0 oklch(3% 0.018 220 / 0.35);
  --shadow-raised: inset 0 1px 0 oklch(100% 0.004 210 / 0.075), 0 1px 0 oklch(4% 0.02 220 / 0.55);
  --shadow-pressed: inset 0 1px 0 oklch(100% 0.004 210 / 0.045), inset 0 -1px 0 oklch(3% 0.018 220 / 0.32);

  --font-display: "Aptos Display", "Segoe UI Variable Display", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Aptos", "Segoe UI Variable Text", ui-sans-serif, system-ui, sans-serif;
  --font-mono: "Cascadia Mono", "SF Mono", "Roboto Mono", ui-monospace, monospace;

  --space-3xs: 0.125rem;
  --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-3xl: 4rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.25rem;
  --text-3xl: 3rem;
  --text-display: 4.25rem;

  --radius-sm: 4px;
  --radius-control: 6px;
  --radius-card: 8px;
  --radius-frame: 30px;

  --rule-hair: 1px;
  --rule-strong: 2px;
  --sidebar-width: 15.25rem;
  --sidebar-collapsed: 5rem;
  --content-max: 90rem;

  --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);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;

  --z-base: 1;
  --z-raised: 10;
  --z-sticky: 200;
  --z-modal: 400;
  --z-toast: 500;
}
