/* Site cursor — brand arrow that morphs to the drawn hand trio on clickables */
@media(pointer:fine){body,body *:not(input):not(textarea):not(select){cursor:none!important}}
.cursor-hand{position:fixed;top:0;left:0;pointer-events:none;z-index:9999;will-change:transform;opacity:0;transition:opacity .18s}
html.cur-live .cursor-hand--main{opacity:1}
html.cur-on .cursor-hand--m{opacity:.85}
html.cur-on .cursor-hand--s{opacity:.75}
.cursor-hand svg{display:block;filter:drop-shadow(0 1px 2px rgba(0,0,0,.25))}
.cursor-hand--main{width:26px;height:26px}
.cursor-hand--main svg{position:absolute;top:0;left:0;transition:opacity .16s,transform .16s cubic-bezier(.22,.61,.36,1)}
.cursor-hand--main .icon-hand{opacity:0;transform:scale(.6)}
html.cur-on .cursor-hand--main .icon-hand{opacity:1;transform:none}
html.cur-on .cursor-hand--main .icon-arrow{opacity:0;transform:scale(.6)}
.cursor-hand--m svg path{fill:#2563EB}
.cursor-hand--s svg path{fill:#F5B301}
html.cur-hidden .cursor-hand{opacity:0!important}
@media(pointer:coarse){.cursor-hand{display:none}}
