/* Build 820: desktop cursor recovery across tab/window/monitor transitions.
   The native cursor is used only as a short fallback until the branded cursor
   receives a fresh pointer position. Mobile/tablet behavior is untouched. */
@media (hover: hover) and (pointer: fine) {
  html.archimetrica-cursor-native-fallback,
  html.archimetrica-cursor-native-fallback body,
  html.archimetrica-cursor-native-fallback body * {
    cursor: auto !important;
  }

  html.archimetrica-cursor-native-fallback #pointer-dot,
  html.archimetrica-cursor-native-fallback #pointer-ring {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
