/* css/redesign-tokens.css
   Design tokens for the Graphite/Gold redesign (docs/REDESIGN_PLAN.md, Фаза 0.1).
   Prefixed --rd-* so these coexist with the existing admin-editable theme
   tokens in css/theme.css (--bg-color, --primary-color, etc.) without
   overriding them — old and new screens can use either set during the
   phased rollout. Screens are switched over to --rd-* one at a time in
   later phases, not here. */

:root {
  /* ===== Цвета (OKLCH, из docs/redesign_handoff/README.md) ===== */
  --rd-bg: oklch(0.1 0.003 260);
  --rd-panel: oklch(0.16 0.006 260);
  --rd-panel-header: oklch(0.14 0.005 260);
  --rd-border: oklch(0.28 0.006 260);
  --rd-border-gold: oklch(0.3 0.07 85 / 0.4);

  --rd-text: oklch(0.94 0.004 260);
  --rd-text-muted: oklch(0.6 0.006 260);

  --rd-gold: oklch(0.78 0.1 85);
  --rd-on-gold: oklch(0.15 0.01 85);

  --rd-status-new: oklch(0.6 0.14 240);
  --rd-status-pending: oklch(0.65 0.15 55);
  --rd-status-progress: oklch(0.6 0.13 85);
  --rd-status-done: oklch(0.6 0.13 150);
  --rd-status-error: oklch(0.55 0.17 25);
  --rd-status-cancelled: oklch(0.5 0.006 260);

  /* ===== Типографика ===== */
  --rd-font-family: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* ===== Форма ===== */
  --rd-radius-card: 16px;
  --rd-radius-pill: 22px;
  --rd-radius-sharp: 3px;

  /* ===== Отступы ===== */
  --rd-space-card: 22px;
  --rd-gap-grid: 16px;
}
