/* Native cursors: no tracking overlay, animation, or input interception. */
@media (pointer:fine){
 html,body,canvas{cursor:url("../img/ui/cursor-arrow.svg") 3 2,default}
 a[href],a[href] *,button,button *,summary,summary *,[role="button"],[role="button"] *,label[for],.choice,.choice *,input[type="radio"],input[type="checkbox"]{cursor:url("../img/ui/cursor-hand.svg") 12 3,pointer!important}
 input,textarea,[contenteditable="true"],[contenteditable="true"] *{cursor:text!important}
 input[type="range"],input[type="range"]::-webkit-slider-thumb{cursor:ew-resize!important}
 input[type="radio"],input[type="checkbox"],input[type="submit"],input[type="button"]{cursor:url("../img/ui/cursor-hand.svg") 12 3,pointer!important}
 button:disabled,button:disabled *,input:disabled,[aria-disabled="true"],[aria-disabled="true"] *{cursor:not-allowed!important}
}
@media (forced-colors:active){html,body,canvas{cursor:auto}a[href],a[href] *,button,button *,summary,summary *,[role="button"],.choice,.choice *{cursor:pointer!important}}
