/*
  Adwaita variables shim
  If the external toolkit CSS isn't available locally, provide a minimal set
  of CSS variables so the taskbar and system UI don't look broken.
  You can replace this file with a real import when hosting the toolkit.
*/
:root {
  --meos-bg: rgba(34, 34, 34, 0.85);
  --meos-fg: #eaeaea;
  --meos-border: rgba(255,255,255,0.12);
}

/* Optional: when the toolkit path exists, load it (ignored if 404 in dev) */
@supports (color: color-mix(in srgb, #000 50%, #fff)) {
  /* No-op hook for future enhancements */
}
