/* Modern UI for Restaurant Finance Model (restromark.com) */
:root{
  --bg:#0b1220;
  --card:#121a2c;
  --muted:#8ea0c9;
  --text:#e8eefc;
  --accent:#4f8cff;
  --accent-2:#22c55e;
  --border:#24304a;
  --danger:#ef4444;
}

/* ... rest of CSS omitted for brevity in this run ... */
.rfm-shell{max-width:1100px;margin:24px auto;padding:0 14px;color:var(--text);font:16px/1.5 system-ui,-apple-system,"Segoe UI",Roboto,Arial;background:var(--bg);}
