:root {
  /* Field reference — спокойно, по делу */
  --tk-navy: #1e3a5f;
  --tk-navy-deep: #152a45;
  --tk-accent: #2b6cb0;
  --tk-operation: #1e3a5f;
  --tk-qc: #1a365d;

  --tk-danger: #c53030;
  --tk-danger-bg: #fff5f5;
  --tk-danger-text: #9b2c2c;
  --tk-success: #276749;
  --tk-success-bg: #f0fff4;

  --tk-bg: #f0f2f5;
  --tk-surface: #ffffff;
  --tk-surface-muted: #f7f8fa;
  --tk-border: #e2e6ec;
  --tk-border-strong: #c5cdd8;

  --tk-text: #1a202c;
  --tk-text-body: #2d3748;
  --tk-muted: #64748b;

  --tk-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;

  --tk-radius: 10px;
  --tk-radius-sm: 8px;

  --tk-shadow: 0 1px 3px rgba(26, 42, 64, 0.06);
  --tk-shadow-panel: 0 2px 8px rgba(26, 42, 64, 0.07);

  --tk-pad-x: 16px;
  --tk-pad-bottom-safe: 76px;
  --tk-max-width: 480px;

  --tk-font-base: 15px;
  --tk-line: 1.5;
  --tk-h1-size: 1.2rem;
}

body.tk-view--full {
  --tk-font-base: 16px;
  --tk-h1-size: 1.25rem;
}
