/* ============================================
   AETERNA COLLECTION — Luxury Classic Cursor
   Slender arrow in black with gold accent tip
   ============================================ */

*, *::before, *::after {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='26' viewBox='0 0 22 26'%3E%3Cpolygon points='2,1 2,21 7,16 11,25 13.5,24 9.5,15 16,15' fill='%23111111' stroke='%23ffffff' stroke-width='1.5' stroke-linejoin='round'/%3E%3Ccircle cx='2' cy='1' r='1.5' fill='%23c8a96e'/%3E%3C/svg%3E") 2 1, default !important;
}

a, button, [role="button"], label, select,
.header__link, .header__logo, .dash-nav__item,
.auth-submit, .dash-submit, .dashboard__logout,
.auth-tab, .hero__panel, .product-card,
.material-block, .footer__col-title, input[type="submit"] {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='26' viewBox='0 0 22 26'%3E%3Cpolygon points='2,1 2,21 7,16 11,25 13.5,24 9.5,15 16,15' fill='%23000000' stroke='%23ffffff' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpolygon points='2,1 2,21 7,16 11,25 13.5,24 9.5,15 16,15' fill='none' stroke='%23c8a96e' stroke-width='0.6' stroke-linejoin='round'/%3E%3Ccircle cx='2' cy='1' r='2' fill='%23c8a96e'/%3E%3C/svg%3E") 2 1, pointer !important;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='22' viewBox='0 0 14 22'%3E%3Cline x1='7' y1='0' x2='7' y2='22' stroke='%23111111' stroke-width='1.5'/%3E%3Cline x1='3' y1='0' x2='11' y2='0' stroke='%23111111' stroke-width='1.5'/%3E%3Cline x1='3' y1='22' x2='11' y2='22' stroke='%23111111' stroke-width='1.5'/%3E%3C/svg%3E") 7 11, text !important;
}

@media (hover: none) {
    *, *::before, *::after { cursor: auto !important; }
    a, button, [role="button"] { cursor: pointer !important; }
}
