/* Minimal global CSS to satisfy /index.css reference */
:root{
  --bg:#f8fafc;
}
html,body,#root{height:100%;}
body{margin:0;background:var(--bg);font-family:Inter,Arial,Helvetica,sans-serif}
