/* Diales · Сигнал — Elevation, motion, focus
   Soft, low shadows only. No glow (that's "Эфир"). Calm, quick motion. */

:root {
  /* ---- Shadows ---- */
  --shadow-xs: 0 1px 2px rgba(15,17,22,0.06);
  --shadow-sm: 0 2px 8px rgba(15,17,22,0.06);
  --shadow-md: 0 10px 40px rgba(15,17,22,0.10);   /* signature card shadow */
  --shadow-lg: 0 20px 60px rgba(15,17,22,0.12);
  --shadow-focus: 0 0 0 4px var(--focus-ring);

  /* ---- Motion ---- */
  --ease-standard: cubic-bezier(0.2, 0, 0, 1);   /* @kind other */
  --ease-out:      cubic-bezier(0.16, 1, 0.3, 1); /* @kind other */
  --dur-fast:   120ms;   /* @kind other */
  --dur-base:   200ms;   /* @kind other */
  --dur-slow:   350ms;   /* @kind other */

  /* ---- Opacity ---- */
  --hover-fade: 0.85;   /* @kind other */
  --disabled:   0.45;   /* @kind other */
}
