/* VERKEHRSMENTOR — Schatten, Übergänge, Fokus */
:root {
  --shadow-card: 0 1px 2px rgba(15, 27, 45, 0.06), 0 4px 16px rgba(15, 27, 45, 0.08);
  --shadow-raised: 0 2px 6px rgba(15, 27, 45, 0.10), 0 12px 32px rgba(15, 27, 45, 0.14);
  --shadow-inverse: 0 8px 28px rgba(0, 0, 0, 0.35);

  --transition-fast: 140ms ease; /* @kind other */
  --transition-base: 220ms ease; /* @kind other */

  --focus-ring: 0 0 0 3px rgba(119, 203, 234, 0.55);

  /* Markenverlauf lt. CI: Violet → Cyan. Nur sparsam einsetzen. */
  --gradient-brand: linear-gradient(135deg, #951B81, #77CBEA); /* @kind color */

  /* Speed-Kapseln: Neigung 15–20°, offizieller Wert */
  --vf-shape-tilt: -18deg; /* @kind other */
  --vf-radius-box: 16px;
  --vf-radius-pill: 999px;
}
