.effect-wrapper{position:fixed;transform:translate(-50%,-50%)}
.effect-wrapper .ripple-circle{animation:rippleExpand var(--bPl-cursor-effect-ripple-duration,1s) cubic-bezier(0,0,.2,1) forwards;background:var(--bPl-cursor-effect-ripple-background,rgba(125,125,255,.2));border:var(--bPl-cursor-effect-ripple-border-width,2px) solid var(--bPl-cursor-effect-ripple-border-color,rgba(125,125,255,.502));border-radius:50%;height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}.effect-wrapper .ripple-fast{animation:rippleExpand var(--bPl-cursor-effect-ripple-duration,.8s) cubic-bezier(0,0,.2,1) forwards;background:var(--bPl-cursor-effect-ripple-background,hsla(0,100%,71%,.102));border-color:var(--bPl-cursor-effect-ripple-border-color,hsla(0,100%,71%,.502))}.effect-wrapper .ripple-slow{animation:rippleExpand var(--bPl-cursor-effect-ripple-slow-duration,1.2s) cubic-bezier(0,0,.2,1) forwards;background:var(--bPl-cursor-effect-ripple-background,rgba(107,107,255,.102));border-color:var(--bPl-cursor-effect-ripple-border-color,rgba(107,107,255,.502))}.effect-wrapper .ripple-wave{border:3px solid transparent;border-radius:50%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.effect-wrapper .wave-1{animation:waveExpand var(--bPl-cursor-effect-ripple-duration,1.5s) cubic-bezier(0,0,.2,1) forwards;border-color:var(--bPl-cursor-effect-ripple-border-color,rgba(97,219,251,.8));height:20px;width:20px}.effect-wrapper .wave-2{animation:waveExpand var(--bPl-cursor-effect-ripple-duration,1.5s) cubic-bezier(0,0,.2,1) .2s forwards;border-color:var(--bPl-cursor-effect-ripple-border-color,rgba(130,230,180,.8));height:10px;width:10px}.effect-wrapper .wave-3{animation:waveExpand var(--bPl-cursor-effect-ripple-duration,1.5s) cubic-bezier(0,0,.2,1) .4s forwards;border-color:var(--bPl-cursor-effect-ripple-border-color,rgba(255,202,105,.8));height:5px;width:5px}.effect-wrapper .ripple-pulse{animation:pulseExpand var(--bPl-cursor-effect-ripple-duration,1s) cubic-bezier(.4,0,.2,1) forwards;background:var(--bPl-cursor-effect-ripple-background,rgba(59,131,246,.8));border:var(--bPl-cursor-effect-ripple-border-width,0) solid var(--bPl-cursor-effect-ripple-border-color,rgba(59,131,246,.8));border-radius:50%}.effect-wrapper .ripple,.effect-wrapper .ripple-pulse{height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}.effect-wrapper .ripple{animation:rippleWaveEnhanced var(--bPl-cursor-effect-ripple-duration,2s) cubic-bezier(.25,.46,.45,.94) forwards;border:var(--bPl-cursor-effect-ripple-border-width,5px) solid var(--bPl-cursor-effect-ripple-border-color,#84fab0);border-radius:50%;filter:drop-shadow(0 0 25px currentColor)}@keyframes rippleExpand{0%{height:10px;opacity:1;width:10px}to{height:var(--bPl-cursor-effect-ripple-size,100px);opacity:0;width:var(--bPl-cursor-effect-ripple-size,100px)}}@keyframes waveExpand{0%{border-width:3px;height:10px;opacity:1;width:10px}to{border-width:var(--bPl-cursor-effect-ripple-border-width,1px);height:var(--bPl-cursor-effect-ripple-wave-size,150px);opacity:0;width:var(--bPl-cursor-effect-ripple-wave-size,150px)}}@keyframes pulseExpand{0%{height:5px;opacity:1;width:5px}50%{opacity:.8}to{height:var(--bPl-cursor-effect-ripple-size,100px);opacity:0;width:var(--bPl-cursor-effect-ripple-size,100px)}}@keyframes rippleWaveEnhanced{0%{border-width:3px;opacity:1;transform:translate(-50%,-50%) scale(0)}50%{border-width:1.5px;filter:drop-shadow(0 0 35px currentColor);opacity:.8}to{border-width:1px;filter:drop-shadow(0 0 60px currentColor);opacity:0;transform:translate(-50%,-50%) scale(15)}}
.effect-wrapper .explosion-particle{animation:explosionGrow var(--bPl-spark-explosion-transition-duration,1.5s) cubic-bezier(.25,.46,.45,.94) forwards;background:linear-gradient(90deg,var(--bPl-spark-explosion-color,#ffb347),transparent);height:2px;left:50%;position:absolute;top:50%;transform-origin:left;width:var(--bPl-spark-explosion-size,100px)}@keyframes explosionGrow{0%{opacity:1;width:0}50%{opacity:1}to{opacity:0;width:var(--bPl-spark-explosion-size,100px)}}
.effect-wrapper .radial-spark{animation:radialGrow var(--bPl-spark-radial-transition-duration,1.2s) cubic-bezier(.34,1.56,.64,1) forwards;background:linear-gradient(90deg,var(--bPl-spark-radial-color,#74ebd5),transparent);height:2px;left:50%;position:absolute;top:50%;transform-origin:left;width:var(--bPl-spark-radial-size,80px)}@keyframes radialGrow{0%{opacity:1;width:0}70%{opacity:1}to{opacity:0;width:var(--bPl-spark-radial-size,80px)}}
.effect-wrapper .spark-starburst-container .starburst-line{animation:starburstGrow var(--bPl-spark-starburst-transition-duration,1s) cubic-bezier(.22,.61,.36,1) forwards;background:linear-gradient(90deg,var(--bPl-spark-starburst-color,#ff9a8b),transparent);height:3px;left:50%;position:absolute;top:50%;transform-origin:left;width:var(--bPl-spark-starburst-size,60px)}@keyframes starburstGrow{0%{opacity:1;width:0}60%{opacity:1}to{opacity:0;width:var(--bPl-spark-starburst-size,60px)}}
.effect-wrapper .spark-simple-container{height:100%;position:relative;width:100%}.effect-wrapper .spark-simple-container .spark-line{animation:sparkGrow var(--bPl-spark-simple-transition-duration,.8s) var(--bPl-spark-simple-timing-function,ease-out) forwards;background:var(--bPl-spark-simple-color,#ff6b6b);height:2px;left:50%;position:absolute;top:50%;transform-origin:left;width:var(--bPl-spark-simple-size,40px)}@keyframes sparkGrow{0%{opacity:1;width:0}70%{opacity:1}to{opacity:0;width:var(--bPl-spark-simple-size,40px)}}
.advScrollbar-blob-cursor-main{background:transparent;filter:url(#advScrollbar-cursor-blob);inset:0;overflow:hidden;pointer-events:none;position:fixed;z-index:9999;-webkit-touch-callout:none;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.advScrollbar-blob-cursor-main>div{background:#fff;border-radius:50%;box-shadow:10px 10px 5px 0 rgba(0,0,0,.75);opacity:.6;pointer-events:none;position:fixed;will-change:transform}.advScrollbar-blob-cursor-main>div:first-child{height:60px;width:60px}.advScrollbar-blob-cursor-main>div:nth-child(2){height:125px;width:125px}.advScrollbar-blob-cursor-main>div:nth-child(3){height:75px;width:75px}.advScrollbar-blob-cursor-main>div:after{background:hsla(0,0%,100%,.8);border-radius:50%;content:"";height:20px;left:20px;pointer-events:none;position:absolute;top:20px;width:20px}.advScrollbar-blob-cursor-main>div:nth-child(2):after{height:35px;left:35px;pointer-events:none;top:35px;width:35px}.advScrollbar-blob-cursor-main>div:nth-child(3):after{height:25px;left:25px;pointer-events:none;top:25px;width:25px}
.advScrollbar-cursor-dotCursor{background:var(--advScrollbar-cursor-dot-cursor-bg,#3b82f6);border-radius:50%;cursor:default;height:var(--advScrollbar-cursor-dot-cursor-size,12px);left:0;pointer-events:none;position:fixed;top:0;transform:translate(-50%,-50%);width:var(--advScrollbar-cursor-dot-cursor-size,12px);z-index:999999999}
.advScrollbar-cursor-elastic-cursor,.advScrollbar-cursor-elastic-cursor-follower{border-radius:50%;left:0;pointer-events:none;position:fixed;top:0;transform:translate(-50%,-50%)}.advScrollbar-cursor-elastic-cursor-follower{z-index:50}
.advScrollbar-follow-cursor{background:var(--advScrollbar-follow-cursor-bg,rgba(245,159,11,.58));border:var(--advScrollbar-follow-cursor-border-width,1px) solid var(--advScrollbar-follow-cursor-border-color,rgba(245,159,11,.58));border-radius:50%;height:var(--advScrollbar-follow-cursor-size,40px);width:var(--advScrollbar-follow-cursor-size,40px);z-index:9999}.advScrollbar-follow-cursor,.advScrollbar-follow-inner-cursor{left:0;pointer-events:none;position:fixed;top:0;transform:translate(-50%,-50%)}.advScrollbar-follow-inner-cursor{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:var(--advScrollbar-follow-inner-cursor-bg,rgba(249,116,22,.486));border:var(--advScrollbar-follow-inner-cursor-border-width,1px) solid var(--advScrollbar-follow-inner-cursor-border,rgba(249,116,22,.486));border-radius:50%;height:calc(var(--advScrollbar-follow-cursor-size, 40px)/2.5);width:calc(var(--advScrollbar-follow-cursor-size, 40px)/2.5);z-index:10000}
.glitch-cursor{height:var(--advScrollbar-cursor-glitch-size);mix-blend-mode:var(--advScrollbar-cursor-glitch-blend-mode);pointer-events:none;position:fixed;transition:transform .1s ease-out;width:var(--advScrollbar-cursor-glitch-size);z-index:9999}.glitch-cursor .cursor-core{background:var(--advScrollbar-cursor-glitch-primary-color);border-radius:50%;filter:blur(.5px);height:100%;position:absolute;width:100%}.glitch-cursor .cursor-glitch-layer{border-radius:50%;height:100%;opacity:.8;position:absolute;width:100%}.glitch-cursor .cursor-ring{animation:ring-pulse 2s ease-in-out infinite;border:1px solid var(--advScrollbar-cursor-glitch-primary-color);border-radius:50%;height:200%;left:-50%;opacity:.3;position:absolute;top:-50%;width:200%}.glitch-cursor-trail{background:var(--advScrollbar-cursor-glitch-primary-color);border-radius:50%;filter:blur(1px);height:var(--advScrollbar-cursor-glitch-size);opacity:var(--advScrollbar-cursor-glitch-trail-opacity);pointer-events:none;position:fixed;width:var(--advScrollbar-cursor-glitch-size);z-index:9998}.glitch-digital .layer-1{animation:digital-glitch-1 .2s ease-in-out infinite alternate;background:var(--advScrollbar-cursor-glitch-secondary-color)}.glitch-digital .layer-2{animation:digital-glitch-2 .15s ease-in-out infinite alternate-reverse;background:var(--advScrollbar-cursor-glitch-tertiary-color,#4040ff)}.glitch-digital .layer-3{animation:digital-glitch-3 .25s ease-in-out infinite alternate;background:var(--advScrollbar-cursor-glitch-primary-color);opacity:.6}.glitch-analog .layer-1{animation:analog-glitch-1 .8s ease-in-out infinite;background:var(--advScrollbar-cursor-glitch-secondary-color);filter:blur(.8px)}.glitch-analog .layer-2{animation:analog-glitch-2 1.2s ease-in-out infinite;background:var(--advScrollbar-cursor-glitch-tertiary-color,#4040ff);filter:blur(1.2px)}.glitch-analog .layer-3{animation:analog-glitch-3 .6s ease-in-out infinite;background:var(--advScrollbar-cursor-glitch-primary-color);opacity:.7}.glitch-cyberpunk .cursor-core{background:linear-gradient(45deg,var(--advScrollbar-cursor-glitch-primary-color),var(--advScrollbar-cursor-glitch-secondary-color));filter:brightness(1.2) saturate(1.5)}.glitch-cyberpunk .layer-1{animation:cyberpunk-glitch-1 .1s steps(4) infinite;background:var(--advScrollbar-cursor-glitch-secondary-color);clip-path:polygon(0 0,100% 0,100% 40%,0 40%)}.glitch-cyberpunk .layer-2{animation:cyberpunk-glitch-2 .12s steps(4) infinite reverse;background:var(--advScrollbar-cursor-glitch-tertiary-color,#4040ff);clip-path:polygon(0 60%,100% 60%,100% 100%,0 100%)}.glitch-cyberpunk .layer-3{animation:cyberpunk-glitch-3 .08s steps(6) infinite;opacity:.8}.glitch-cyberpunk .layer-3,.glitch-matrix .cursor-core{background:var(--advScrollbar-cursor-glitch-primary-color)}.glitch-matrix .cursor-core{box-shadow:0 0 10px var(--advScrollbar-cursor-glitch-primary-color),0 0 20px var(--advScrollbar-cursor-glitch-primary-color),0 0 30px var(--advScrollbar-cursor-glitch-primary-color)}.glitch-matrix .layer-1{animation:matrix-glitch-1 .3s linear infinite;background:var(--advScrollbar-cursor-glitch-primary-color);opacity:.6}.glitch-matrix .layer-2{animation:matrix-glitch-2 .4s linear infinite reverse;animation:matrix-glitch-2 .5s linear infinite reverse;background:var(--advScrollbar-cursor-glitch-secondary-color);background:var(--advScrollbar-cursor-glitch-tertiary-color,#4040ff);opacity:.4;opacity:.2}.matrix-particles{height:300%;left:-100%;position:absolute;top:-100%;width:300%}.matrix-particles .matrix-particle{animation:matrix-particle-float 1s linear infinite;background:var(--advScrollbar-cursor-glitch-primary-color);border-radius:50%;height:2px;position:absolute;width:2px}.matrix-particles .matrix-particle:first-child{animation-delay:0s;left:20%;top:10%}.matrix-particles .matrix-particle:nth-child(2){animation-delay:.2s;left:80%;top:30%}.matrix-particles .matrix-particle:nth-child(3){animation-delay:.4s;left:15%;top:70%}.matrix-particles .matrix-particle:nth-child(4){animation-delay:.6s;left:70%;top:90%}.matrix-particles .matrix-particle:nth-child(5){animation-delay:.8s;left:50%;top:20%}.matrix-particles .matrix-particle:nth-child(6){animation-delay:1s;left:90%;top:60%}.intensity-low .cursor-glitch-layer{opacity:.4}.intensity-medium .cursor-glitch-layer{opacity:.7}.intensity-high .cursor-glitch-layer{opacity:.9}.speed-slow .cursor-glitch-layer{animation-duration:.8s!important}.speed-medium .cursor-glitch-layer{animation-duration:.4s!important}.speed-fast .cursor-glitch-layer{animation-duration:.1s!important}.clicking .cursor-core{background:var(--advScrollbar-cursor-glitch-secondary-color);box-shadow:0 0 20px var(--advScrollbar-cursor-glitch-secondary-color)}.clicking .cursor-ring{animation:click-pulse .3s ease-out}@keyframes ring-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.1;transform:scale(1.2)}}@keyframes click-pulse{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(2)}}@keyframes digital-glitch-1{0%{transform:translateX(0) translateY(0)}20%{transform:translateX(-2px) translateY(0)}40%{transform:translateX(2px) translateY(0)}60%{transform:translateX(0) translateY(-2px)}80%{transform:translateX(0) translateY(2px)}to{transform:translateX(0) translateY(0)}}@keyframes digital-glitch-2{0%{transform:translateX(0) translateY(0)}25%{transform:translateX(1px) translateY(-1px)}50%{transform:translateX(-1px) translateY(1px)}75%{transform:translateX(1px) translateY(1px)}to{transform:translateX(0) translateY(0)}}@keyframes digital-glitch-3{0%{transform:translateX(0) scaleX(1)}30%{transform:translateX(-1px) scaleX(1.1)}60%{transform:translateX(1px) scaleX(.9)}to{transform:translateX(0) scaleX(1)}}@keyframes analog-glitch-1{0%,to{transform:translateX(0) skewX(0deg)}25%{transform:translateX(-3px) skewX(-2deg)}50%{transform:translateX(2px) skewX(1deg)}75%{transform:translateX(-1px) skewX(-1deg)}}@keyframes analog-glitch-2{0%,to{transform:translateY(0) scaleY(1)}33%{transform:translateY(-2px) scaleY(1.1)}66%{transform:translateY(2px) scaleY(.9)}}@keyframes analog-glitch-3{0%,to{transform:rotate(0deg) scale(1)}50%{transform:rotate(1deg) scale(1.05)}}@keyframes cyberpunk-glitch-1{0%{transform:translateX(0)}25%{transform:translateX(-4px)}50%{transform:translateX(3px)}75%{transform:translateX(-2px)}to{transform:translateX(0)}}@keyframes cyberpunk-glitch-2{0%{transform:translateX(0)}20%{transform:translateX(3px)}40%{transform:translateX(-3px)}60%{transform:translateX(2px)}80%{transform:translateX(-1px)}to{transform:translateX(0)}}@keyframes cyberpunk-glitch-3{0%{opacity:.8;transform:scaleX(1)}25%{opacity:.6;transform:scaleX(1.2)}50%{opacity:.9;transform:scaleX(.8)}75%{opacity:.7;transform:scaleX(1.1)}to{opacity:.8;transform:scaleX(1)}}@keyframes matrix-glitch-1{0%,to{opacity:.6;transform:translateY(0) scaleY(1)}33%{opacity:.8;transform:translateY(-3px) scaleY(1.2)}66%{opacity:.4;transform:translateY(2px) scaleY(.8)}}@keyframes matrix-glitch-2{0%,to{transform:translateX(0) scaleX(1)}50%{transform:translateX(2px) scaleX(1.1)}}@keyframes matrix-particle-float{0%{opacity:1;transform:translateY(0) rotate(0deg)}50%{opacity:.5;transform:translateY(-20px) rotate(180deg)}to{opacity:1;transform:translateY(0) rotate(1turn)}}@media(max-width:768px){.glitch-cursor{display:none}}@media(prefers-contrast:high){.glitch-cursor{filter:contrast(1.5)}}@media(prefers-reduced-motion:reduce){.glitch-cursor *{animation-duration:.01ms!important;animation-iteration-count:1!important}}
.cursor-glow-outer{filter:blur(15px);z-index:50}.cursor-glow-inner,.cursor-glow-outer{left:0;pointer-events:none;position:fixed;top:0;transform:translate(-50%,-50%)}.cursor-glow-inner{border-radius:50%}
.cursor-gradient{border-radius:50%;filter:blur(4px);left:0;pointer-events:none;position:fixed;top:0;transform:translate(-50%,-50%);z-index:50}
.cursor-image{background-position:50%;background-size:cover;box-shadow:0 0 transparent,0 0 transparent,0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transform:translate(-50%,-50%);z-index:50}
.magnetic-cursor{border-radius:50%;left:0;pointer-events:none;position:fixed;top:0;transform:translate(-50%,-50%);z-index:50}
.neon-cursor,.neon-glow{border-radius:50%;left:0;pointer-events:none;position:fixed;top:0;transform:translate(-50%,-50%)}.neon-glow{filter:blur(24px);z-index:50}
.cursor-pixelated{left:0;pointer-events:none;position:fixed;top:0;transform:translate(-50%,-50%);z-index:50}
.cursor-ring{border-radius:50%;left:0;pointer-events:none;position:fixed;top:0;transform:translate(-50%,-50%);z-index:50}
.cursor-ripple-wrapper{z-index:51}.cursor-ripple,.cursor-ripple-wrapper{border-radius:50%;left:0;pointer-events:none;position:fixed;top:0;transform:translate(-50%,-50%)}.cursor-ripple{z-index:50}
.cursor-sketch{height:100%;width:100%;z-index:50}.cursor-sketch,.cursor-sketch-dot{left:0;pointer-events:none;position:fixed;top:0}.cursor-sketch-dot{z-index:51}
.cursor-spotlight{border-radius:50%;left:0;mix-blend-mode:overlay;pointer-events:none;position:fixed;top:0;transform:translate(-50%,-50%);z-index:50}
.cursor-text{align-items:center;border-radius:50%;display:flex;font-size:14px;font-weight:600;justify-content:center;left:0;pointer-events:none;position:fixed;top:0;transform:translate(-50%,-50%);z-index:50}
.ribbons-container{inset:0;position:fixed}canvas{pointer-events:none}
.advScrollbar-custom-cursor{cursor:default;left:0;pointer-events:none;position:fixed;top:0;transform:translate(-50%,-50%);z-index:9999999999}
