/* SHYNIX ATELIER Cursor System v2 */
html.has-sa-cursor,html.has-sa-cursor *{cursor:none!important}
@media (hover:none),(pointer:coarse){
html.has-sa-cursor,html.has-sa-cursor *{cursor:auto!important}
.sa-cursor{display:none!important}
}
.sa-cursor{
position:fixed;left:0;top:0;width:18px;height:18px;
border:2px solid rgba(255,255,255,.95);
border-radius:50%;
pointer-events:none;
z-index:2147483647;
transform:translate3d(-100px,-100px,0);
display:flex;align-items:center;justify-content:center;
backdrop-filter:blur(3px);
box-shadow:0 0 16px rgba(255,255,255,.18);
transition:width .22s,height .22s,background .22s,opacity .22s,border .22s;
will-change:transform;
mix-blend-mode:difference;
}
.sa-cursor::after{content:"";width:4px;height:4px;border-radius:50%;background:#fff}
.sa-cursor.hover{width:72px;height:72px;background:rgba(255,255,255,.08)}
.sa-cursor.hover::after{opacity:0}
.sa-cursor.hidden{opacity:0}
.sa-cursor.click{scale:.88}
.sa-cursor-label{
position:absolute;color:#fff;font:700 11px Montserrat,sans-serif;
letter-spacing:2px;text-transform:uppercase;opacity:0;transition:.2s;
}
.sa-cursor.hover .sa-cursor-label{opacity:1}
