.cursor-dot,.cursor-outline{position:fixed;pointer-events:none;z-index:var(--z-cursor);border-radius:50%;transform:translate(-50%,-50%) translateZ(0);will-change:transform;opacity:0;transition:opacity .3s ease}body.custom-cursor-enabled .cursor-dot,body.custom-cursor-enabled .cursor-outline{opacity:1}.cursor-dot{width:4px;height:4px;background-color:var(--text-white);transition:transform var(--duration-fast) var(--transition-smooth)}.cursor-outline{width:40px;height:40px;border:1px solid var(--text-white);background-color:transparent;transition:transform var(--duration-normal) var(--transition-smooth),border-color var(--duration-normal) var(--transition-smooth),background-color var(--duration-normal) var(--transition-smooth)}.cursor-outline.hovered{transform:translate(-50%,-50%) scale(1.5) translateZ(0);border-color:var(--accent-violet);background-color:var(--accent-violet-dim)}@media (pointer:fine){body.custom-cursor-enabled{cursor:none}}body.custom-cursor-enabled *{cursor:inherit}body.custom-cursor-enabled input,body.custom-cursor-enabled select,body.custom-cursor-enabled textarea,input,select,textarea{cursor:text}