/* Elevation, blur and dividers - all values as-built in the source. */

:root {
  /* The only real shadow in the system: the car card. */
  --shadow-card: 0 4px 14.3px rgb(0 0 0 / 0.1);
  /* Nominal shadows present in the file but with 0 blur/offset - kept so
     recreations don't invent depth the design doesn't have. */
  --shadow-flat-dark: 0 0 0 0 rgb(0 0 0 / 0.5);
  --shadow-flat-soft: 0 0 0 0 rgb(0 0 0 / 0.1);
  --shadow-flat-light: 0 0 0 0 rgb(255 255 255 / 0.14);
  /* Focus ring - an addition; the source defines no focus state. */
  --focus-ring: 0 0 0 3px rgb(245 114 2 / 0.35);

  --blur-glass: blur(20px); /* @kind other */

  --divider: 1px solid rgb(0 0 0 / 0.08); /* @kind other */
  --divider-strong: 1px solid var(--border-default); /* @kind other */
  --dash-upload: 1px dashed var(--border-strong); /* @kind other */
}
