/* variables.css — Paleta "pill badge" azul acero, distinta a formularios previos */
:root {
  --c-bg:           #ffffff;
  --c-page:         #eef1f6;
  --c-ink:          #232c3d;
  --c-ink-2:        #3c4658;
  --c-ink-3:        #74809a;
  --c-ink-4:        #aab3c4;

  --c-accent:       #4d5c79;
  --c-accent-2:     #7a8bab;
  --c-accent-hover: #3d4a63;
  --c-accent-ghost: #f3f5f9;
  --c-accent-tint:  #e3e8f1;

  --c-line:         #d6dbe6;
  --c-line-strong:  #4d5c79;
  --c-input-line:   #c3cade;
  --c-placeholder:  #a7b0c2;

  --c-warn: #a8452f;

  --ff-title: 'Manrope', system-ui, sans-serif;
  --ff-label: 'DM Mono', 'Courier New', monospace;
  --ff-body:  'Inter', system-ui, sans-serif;

  --r-xs: 3px;
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-pill: 999px;

  --shadow-card: 0 1px 0 #d3d9e5, 0 12px 34px rgba(35,44,61,0.10);
}
