@media (hover:hover) and (pointer:fine){.tool{isolation:isolate;overflow:hidden}.tool:after{content:'';position:absolute;z-index:0;pointer-events:none;width:260px;height:260px;left:calc(var(--cursor-x,50%) - 130px);top:calc(var(--cursor-y,50%) - 130px);background:radial-gradient(circle,rgba(100,245,188,.16) 0%,rgba(100,245,188,.055) 30%,transparent 68%);opacity:0;transition:opacity .35s ease}.tool:hover:after{opacity:1}.tool:nth-child(2):after{background:radial-gradient(circle,rgba(143,213,237,.19) 0%,rgba(255,122,26,.06) 38%,transparent 68%)}.tool:nth-child(3):after{background:radial-gradient(circle,rgba(255,172,98,.19) 0%,rgba(255,122,26,.06) 38%,transparent 68%)}.tool-number,.tool-visual,.tool-copy{position:relative;z-index:1}.tool-visual{transition:filter .35s ease,transform .35s ease}.tool:hover .tool-visual{filter:brightness(1.08) saturate(1.08);transform:scale(.985)}.tool-copy{transition:transform .35s ease}.tool:hover .tool-copy{transform:translateY(-3px)}}
