/* 
  Dummy index.css
  Purpose: prevent 404 errors for legacy or cached requests.
  This file is intentionally minimal and non-invasive.
*/

:root {
  /* no-op variables to avoid empty stylesheet warnings */
  --dummy-index-css: 1;
}

/* Prevent browser from treating this as empty */
html {
  box-sizing: border-box;
}
