/* ── CURSOR TABLA DE SURF (compartido en todas las páginas) ── */
:root {
  --cursor-surf: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'><g transform='rotate(35 16 16)'><path d='M16 3 C21 9 22 14 21 17 C20.5 21 20 23.5 19 25 L13 25 C12 23.5 11.5 21 11 17 C10 14 11 9 16 3Z' fill='%23C9922A' stroke='%23111714' stroke-width='0.6' stroke-opacity='0.55'/><path d='M16 5 C19.5 10 20.3 14 19.5 17 C19 20 18.5 22.5 17.5 24 L14.5 24 C13.5 22.5 13 20 12.5 17 C11.7 14 12.5 10 16 5Z' fill='%23e0a83a' fill-opacity='.55'/><line x1='16' y1='8' x2='16' y2='21' stroke='white' stroke-opacity='.4' stroke-width='.6'/><path d='M16 25 L14 29 L16 27.3 L18 29Z' fill='%231B4D4A'/></g></svg>");
}
body { cursor: var(--cursor-surf) 6 6, auto; }
a, button, .btn, .admin-btn, .scroll-down, .modal-close, input[type="submit"] { cursor: var(--cursor-surf) 6 6, pointer; }
