/*
  Hack Riddle - Magic Cursor Set
  Cursor: arcane-hand-cursor-v6-pointing.png 64x64.
  Wizard pointing hand, purple/gold rings, hotspot (4,2) = finger tip.
*/

:root {
  /* Büyücü eli imleci — aktif değil:
  --cur-staff: url("./assets/cursor/arcane-hand-cursor-v6-pointing.png") 4 2; */
  --cur-staff: url("./assets/cursor/arcane-staff-cursor-v5-right-lean.png") 10 23;
}

*, *::before, *::after {
  cursor: var(--cur-staff), auto;
}

html, body,
a, button, input, textarea, select,
[role="button"], .clickable, .btn, .nav-link, .card, .interactive {
  cursor: var(--cur-staff), auto !important;
}
