/* ai.heart global 4/3 upscale — one file, one link, one rule.
   Linked from every page that should render 33.333% larger.
   Excluded by policy: canvas/orb pages (they size their own drawing
   buffers from viewport math) and the /m/ mobile console.
   A page can also opt out locally with <html data-no-upscale>. */

html {
  zoom: 1.333333;
}

html[data-no-upscale] {
  zoom: 1;
}
