/* Minimal fallback stylesheet to avoid 404 when dev server is not running */
:root { --color-verde: rgb(39,100,58); }
body { background-color: #fff; }
