html.custom-cursor-active,html.custom-cursor-active *{cursor:none!important}html.custom-cursor-active{--cursor-color:#2B2B2B;--cursor-shadow-color:rgba(43,43,43,0.4);--cursor-v-border-color:rgba(43,43,43,0.12);--cursor-inverted-color:rgb(var(--background-rgb));--cursor-inverted-shadow-color:rgba(var(--background-rgb),0.4);--cursor-inverted-v-border-color:rgba(var(--background-rgb),0.5)}html.custom-cursor-active.dark{--cursor-color:#8B5CF6;--cursor-shadow-color:rgba(139,92,246,0.4);--cursor-v-border-color:rgba(139,92,246,0.12)}html.custom-cursor-active.mous{--cursor-color:rgb(var(--foreground-rgb));--cursor-shadow-color:rgba(var(--foreground-rgb),0.4);--cursor-v-border-color:rgba(var(--foreground-rgb),0.12)}html.custom-cursor-active.footer-dark-hybrid,html.custom-cursor-active.hybrid{--cursor-color:#8B5CF6;--cursor-shadow-color:rgba(139,92,246,0.4);--cursor-v-border-color:rgba(139,92,246,0.5)}html.custom-cursor-active .cursor-dot.footer-hover{background-color:#FF3B30}html.custom-cursor-active .cursor-outline.footer-hover{border-color:#FF3B30;box-shadow:0 0 0 6px rgba(255,59,48,.08)}html.custom-cursor-active.footer-dark-hybrid .cursor-dot{background-color:#8B5CF6}html.custom-cursor-active.footer-dark-hybrid .cursor-outline.pulsating{border-color:#FF3B30;box-shadow:0 0 0 6px rgba(255,59,48,.08)}html.custom-cursor-active.footer-dark-hybrid .cursor-outline.pulsating+.cursor-dot{background-color:#FF3B30}html.custom-cursor-active .cursor-dot{position:fixed;top:0;left:0;width:8px;height:8px;background-color:var(--cursor-color);border-radius:50%;pointer-events:none;z-index:10000}html.custom-cursor-active .cursor-dot.idle-shape-cycle{animation:idleShapeCycle 3s infinite}@keyframes idleShapeCycle{0%{width:8px;height:8px;border-radius:50%;clip-path:circle(50% at 50% 50%)}33%{width:8px;height:8px;border-radius:2px;clip-path:inset(0 0 0 0 round 2px)}66%{width:10px;height:10px;border-radius:0;clip-path:polygon(50% 0,0 100%,100% 100%)}to{width:8px;height:8px;border-radius:50%;clip-path:circle(50% at 50% 50%)}}html.custom-cursor-active .cursor-outline{position:fixed;top:0;left:0;border:1px solid var(--cursor-color);pointer-events:none;z-index:9999;transition:width .2s,height .2s,top .2s,left .2s,border-radius .2s,clip-path .2s,border-color .3s;transform-origin:center}html.custom-cursor-active .cursor-outline.pulsating{border-color:#2B2B2B!important;animation:pulse 1.5s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 var(--cursor-shadow-color)}70%{box-shadow:0 0 0 10px rgba(139,92,246,0)}to{box-shadow:0 0 0 0 var(--cursor-shadow-color)}}html.custom-cursor-active.dark .cursor-dot{background-color:#8B5CF6}html.custom-cursor-active.dark .cursor-outline{border-color:#8B5CF6}html.custom-cursor-active.dark .cursor-outline.pulsating{border-color:#8B5CF6!important;animation-name:pulse-dark}@keyframes pulse-dark{0%{box-shadow:0 0 0 0 rgba(139,92,246,.4)}70%{box-shadow:0 0 0 10px rgba(139,92,246,0)}to{box-shadow:0 0 0 0 rgba(139,92,246,.4)}}html.custom-cursor-active:not(.dark):not(.mous) .cursor-outline.pulsating{border-color:#2B2B2B!important;animation-name:pulse-light}@keyframes pulse-light{0%{box-shadow:0 0 0 0 rgba(43,43,43,.4)}70%{box-shadow:0 0 0 10px rgba(43,43,43,0)}to{box-shadow:0 0 0 0 rgba(43,43,43,.4)}}html.custom-cursor-active .cursor-dot.inverted{background-color:var(--cursor-inverted-color)}html.custom-cursor-active .cursor-outline.inverted{border-color:var(--cursor-inverted-color)}html.custom-cursor-active .cursor-outline.inverted.pulsating{animation-name:pulse-inverted}html.custom-cursor-active.dark .cursor-dot.inverted{background-color:#6366F1}html.custom-cursor-active.dark .cursor-outline.inverted{border-color:#6366F1}html.custom-cursor-active.dark .cursor-outline.inverted.pulsating{animation-name:pulse-inverted-dark}@keyframes pulse-inverted-dark{0%{box-shadow:0 0 0 0 rgba(99,102,241,.4)}70%{box-shadow:0 0 0 10px rgba(99,102,241,0)}to{box-shadow:0 0 0 0 rgba(99,102,241,.4)}}@keyframes pulse-inverted{0%{box-shadow:0 0 0 0 var(--cursor-inverted-shadow-color)}70%{box-shadow:0 0 0 10px rgba(var(--background-rgb),0)}to{box-shadow:0 0 0 0 var(--cursor-inverted-shadow-color)}}html.custom-cursor-active .v-cursor-square.inverted{border-color:rgba(var(--background-rgb),.5)}html.custom-cursor-active.drawing-mode .cursor-dot,html.custom-cursor-active.drawing-mode .cursor-outline{opacity:0!important;transform:scale(.4) translate3d(-50%,-50%,0)!important;transition:opacity .15s ease,transform .15s ease}html.custom-cursor-active.drawing-mode .cursor-outline.pulsating{animation:none!important;box-shadow:none!important}.v-cursor-square{position:absolute;width:6px;height:6px;background-color:transparent;border:1px solid var(--cursor-v-border-color);border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:transform .12s linear,opacity .12s linear,border-color .12s linear}html:not(.dark):not(.mous):not(.hybrid) .v-cursor-square{border-color:rgba(43,43,43,.5)}html.dark .v-cursor-square{border-color:rgba(59,130,246,.5)}html.dark .v-cursor-square.inverted{border-color:rgba(99,102,241,.5)}html.hybrid .v-cursor-square{animation:hybridColorShift 2s ease-in-out infinite}@keyframes hybridColorShift{0%{border-color:rgba(139,92,246,.5)}50%{border-color:rgba(255,59,48,.5)}to{border-color:rgba(139,92,246,.5)}}.v-cursor-scale{position:absolute;inset:0;transform-origin:50% 50%;transform:scale(1.8)}.v-cursor-scale .v-cursor-square{transform-origin:50% 50%;transform:scale(calc(1 / 1.8))}.v-cursor-scale{pointer-events:none}