/* app.css - browser-capability CSS loader. Tailwind v4 is preferred (smaller,
   modern); browsers that can't run v4's core reset (Safari <16.4, Chrome
   <111, Firefox <128 - the same gate Tailwind v4 itself uses internally,
   copied verbatim from the top of tailwind.css) get the Tailwind v3 build
   instead. Exactly one of the two loads - never both - so no visitor pays
   for double the CSS. Rebuild both bundles via package.json's "build:css"
   script; never edit app-v4.min.css / app-v3.min.css by hand. */
@import url("app-v4.min.css") supports((((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))));
@import url("app-v3.min.css") supports(not ((((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b))))));
