html, body { height: 100%; }
body { margin: 0; padding: 0; }
.root { display: flex; flex-direction: column; height: 100%; }
/* Branding Ingenio Dental: login */
div:has(> svg[viewBox="0 0 240 64"]) {
  background-color: #ffffff !important;
  background-image: url('https://grcgkgsblrmgefqvcsuy.supabase.co/storage/v1/object/public/web-assets/ingenio_logo.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65% auto;
}
div:has(> svg[viewBox="0 0 240 64"]) > svg { display: none; }
