/* ============================================
   Pinnacle Auto — Custom Silver Cursor v2
   ============================================ */

:root {
  --cursor-default: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23ffffff'/%3E%3Cstop offset='20%25' stop-color='%23e0e6ed'/%3E%3Cstop offset='40%25' stop-color='%23f8f9fb'/%3E%3Cstop offset='58%25' stop-color='%23a8b2bc'/%3E%3Cstop offset='75%25' stop-color='%23dde3e9'/%3E%3Cstop offset='88%25' stop-color='%23c0c8d0'/%3E%3Cstop offset='100%25' stop-color='%237a8490'/%3E%3C/linearGradient%3E%3Cfilter id='s' x='-20%25' y='-20%25' width='140%25' height='140%25'%3E%3CfeDropShadow dx='0.8' dy='0.8' stdDeviation='0.8' flood-color='%23000000' flood-opacity='0.6'/%3E%3C/filter%3E%3C/defs%3E%3Cpath d='M3 1.5 L3 19.5 L7.5 15 L11 22 L13.5 21 L10 14.5 L16 14.5 Z' fill='url(%23g)' stroke='%23404850' stroke-width='0.6' stroke-linejoin='round' filter='url(%23s)'/%3E%3C/svg%3E") 3 1, auto;
}

*, *::before, *::after {
  cursor: var(--cursor-default) !important;
}
