/* Native cursor: no trailing overlay, click obstruction or pointer tracking script. */
@media (hover:hover) and (pointer:fine){
  .lc-site,.lc-concept,.lc-coming{cursor:url('cursor-led.svg') 12 10,auto}
  body :is(.lc-site,.lc-concept,.lc-coming) :is(a,button,select,[role=button]),.lc-review a{cursor:url('cursor-led-link.svg') 12 10,pointer!important}
  body :is(.lc-site,.lc-concept,.lc-coming) :is(input[type=text],input[type=email],input[type=tel],input[type=search],textarea){cursor:text!important}
  body :is(.lc-site,.lc-concept,.lc-coming) :is(button:disabled,input:disabled,select:disabled,textarea:disabled){cursor:not-allowed!important}
}
