.svg-icon-drawing path{stroke-dasharray:1.01;stroke-dashoffset:1;animation:drawing-animation cubic-bezier(.4,0,.2,1) forwards;animation-delay:var(--delay);animation-duration:var(--duration);opacity:0}@keyframes drawing-animation{0%{stroke-dashoffset:1;opacity:0}1%{stroke-dashoffset:1;opacity:1}to{stroke-dashoffset:0;opacity:1}}@keyframes clear-animation{0%{stroke-dashoffset:0}to{stroke-dashoffset:1}}.hover-spotlight-card{--light-color:rgba(var(--brand-rgb),.08);--radius:12px;--border:0px;--y:calc(var(--cursor-y)*1px);--x:calc(var(--cursor-x)*1px);overflow:hidden;position:relative}.hover-spotlight-card.enable-parallax{transition:transform .6s cubic-bezier(.23,1,.32,1)}.hover-spotlight-card .spotlight{background:radial-gradient(var(--light-size) circle at var(--x) var(--y),var(--light-color),transparent);border-radius:var(--radius);bottom:var(--border);contain:strict;left:var(--border);opacity:0;pointer-events:none;position:absolute;right:var(--border);top:var(--border);transition:opacity .4s ease 0s;-webkit-user-select:none;-moz-user-select:none;user-select:none;will-change:background,opacity;z-index:1}.hover-spotlight-card:hover .spotlight{opacity:1}html.dark .hover-spotlight-card{--light-color:hsla(0,0%,100%,.1)}
