/* Shared Baternov pointer. Applied only after a real mouse movement. */
.baternov-pointer { position:fixed; inset:0; overflow:hidden; contain:strict; pointer-events:none; z-index:2147483646; color:#f4e4b4; }
.baternov-pointer__dot { position:absolute; left:0; top:0; width:4px; height:4px; margin:-2px; border-radius:50%; background:#fff6d5; box-shadow:0 0 2px #000,0 0 4px #000; }
.baternov-pointer__ring { position:absolute; left:0; top:0; width:20px; height:20px; margin:-10px; border:1px solid #e8d7a9; border-radius:50%; box-shadow:0 0 2px #000b; transition:width .15s,height .15s,margin .15s,background .15s; }
.baternov-pointer.is-link .baternov-pointer__ring { width:28px; height:28px; margin:-14px; background:#dec77a12; border-color:#fff1c7; }
.baternov-pointer__label { position:absolute; left:0; top:0; font:9px/1.4 Arial,sans-serif; letter-spacing:.07em; padding:3px 5px; background:#071017eb; border:1px solid #d6c79733; border-radius:3px; white-space:nowrap; }
@media(hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){
 body.baternov-cursor-active,body.baternov-cursor-active * { cursor:none!important; }
}
