.fx-fill-slide-up{color:#f59e0b;cursor:pointer;z-index:1;background:0 0;border:2px solid #f59e0b;border-radius:6px;padding:10px 28px;font-size:14px;font-weight:600;transition:color .35s cubic-bezier(.65,0,.35,1);position:relative;overflow:hidden}.fx-fill-slide-up:before{content:"";z-index:-1;background:#f59e0b;width:100%;height:0%;transition:height .35s cubic-bezier(.65,0,.35,1);position:absolute;bottom:0;left:0}.fx-fill-slide-up:hover{color:#000}.fx-fill-slide-up:hover:before{height:100%}.fx-ripple-wrap{border-radius:6px;position:relative;overflow:hidden}.fx-ripple-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#ef4444);border:none;border-radius:6px;padding:10px 28px;font-size:14px;font-weight:600;position:relative;overflow:hidden}.fx-ripple{pointer-events:none;background:#ffffff80;border-radius:50%;animation:.6s ease-out fx-ripple-anim;position:absolute;transform:scale(0)}@keyframes fx-ripple-anim{to{opacity:0;transform:scale(4)}}.fx-glow-pulse{cursor:pointer;color:#000;background:#f59e0b;border:none;border-radius:6px;padding:10px 28px;font-size:14px;font-weight:600;animation:2s ease-in-out infinite fx-glow-pulse-anim}@keyframes fx-glow-pulse-anim{0%,to{box-shadow:0 0 5px #f59e0b,0 0 10px #f59e0b44}50%{box-shadow:0 0 20px #f59e0b,0 0 40px #f59e0b66,0 0 60px #f59e0b33}}.fx-lift-shadow{cursor:pointer;background:#1e1e1e;border:1px solid #333;border-radius:12px;padding:24px;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s cubic-bezier(.34,1.56,.64,1)}.fx-lift-shadow:hover{transform:translateY(-8px);box-shadow:0 20px 40px -12px #f59e0b4d,0 8px 16px -8px #0006}.fx-underline-grow{color:#e5e5e5;cursor:pointer;font-size:16px;font-weight:500;text-decoration:none;position:relative}.fx-underline-grow:after{content:"";background:linear-gradient(90deg,#f59e0b,#ef4444);width:0;height:2px;transition:width .35s,left .35s;position:absolute;bottom:-4px;left:50%}.fx-underline-grow:hover:after{width:100%;left:0}.fx-border-draw{color:#f59e0b;cursor:pointer;background:0 0;border-radius:8px;padding:20px 28px;font-size:14px;font-weight:600;position:relative;overflow:hidden}.fx-border-draw:before{content:"";background:#f59e0b;width:3px;height:0;transition:height .3s;position:absolute;top:0;left:0}.fx-border-draw:after{content:"";background:#f59e0b;width:3px;height:0;transition:height .3s;position:absolute;bottom:0;right:0}.fx-border-draw span{z-index:1;position:relative}.fx-border-draw .fx-bd-top{background:#f59e0b;width:0;height:3px;transition:width .3s .3s;position:absolute;top:0;right:0}.fx-border-draw .fx-bd-bottom{background:#f59e0b;width:0;height:3px;transition:width .3s .3s;position:absolute;bottom:0;left:0}.fx-border-draw:hover:before,.fx-border-draw:hover:after{height:100%;transition:height .3s .3s}.fx-border-draw:hover .fx-bd-top,.fx-border-draw:hover .fx-bd-bottom{width:100%;transition:width .3s}.fx-dual-ring{width:48px;height:48px;position:relative}.fx-dual-ring:before,.fx-dual-ring:after{content:"";border-radius:50%;position:absolute}.fx-dual-ring:before{border:3px solid #0000;border-top-color:#f59e0b;animation:1s linear infinite fx-spin;inset:0}.fx-dual-ring:after{border:3px solid #0000;border-bottom-color:#ef4444;animation:.8s linear infinite fx-spin-reverse;inset:8px}@keyframes fx-spin{to{transform:rotate(360deg)}}@keyframes fx-spin-reverse{to{transform:rotate(-360deg)}}.fx-bouncing-dots{justify-content:center;align-items:center;gap:6px;display:flex}.fx-bouncing-dots span{background:#f59e0b;border-radius:50%;width:12px;height:12px;animation:1.4s ease-in-out infinite both fx-bounce-dot}.fx-bouncing-dots span:first-child{background:#f59e0b;animation-delay:-.32s}.fx-bouncing-dots span:nth-child(2){background:#fb923c;animation-delay:-.16s}.fx-bouncing-dots span:nth-child(3){background:#ef4444;animation-delay:0s}@keyframes fx-bounce-dot{0%,80%,to{opacity:.4;transform:scale(.4)}40%{opacity:1;transform:scale(1)}}.fx-bar-wave{align-items:flex-end;gap:4px;height:40px;display:flex}.fx-bar-wave span{background:linear-gradient(#ef4444,#f59e0b);border-radius:3px;width:5px;animation:1.2s ease-in-out infinite fx-bar-wave}.fx-bar-wave span:first-child{height:20px;animation-delay:0s}.fx-bar-wave span:nth-child(2){height:25px;animation-delay:.1s}.fx-bar-wave span:nth-child(3){height:30px;animation-delay:.2s}.fx-bar-wave span:nth-child(4){height:25px;animation-delay:.3s}.fx-bar-wave span:nth-child(5){height:20px;animation-delay:.4s}@keyframes fx-bar-wave{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1.2)}}.fx-pulse-ring{width:48px;height:48px;position:relative}.fx-pulse-ring:before{content:"";border:3px solid #f59e0b;border-radius:50%;animation:1.5s cubic-bezier(.215,.61,.355,1) infinite fx-pulse-ring-anim;position:absolute;inset:0}.fx-pulse-ring:after{content:"";background:#f59e0b;border-radius:50%;position:absolute;inset:14px}@keyframes fx-pulse-ring-anim{0%{opacity:1;transform:scale(.5)}80%,to{opacity:0;transform:scale(1.3)}}.fx-square-spin{background:#f59e0b;width:40px;height:40px;animation:1.5s cubic-bezier(.68,-.55,.27,1.55) infinite fx-square-spin-anim}@keyframes fx-square-spin-anim{0%{transform:rotate(0)}25%{border-radius:50%;transform:rotate(90deg)scale(.6)}50%{border-radius:0;transform:rotate(180deg)scale(1)}75%{border-radius:50%;transform:rotate(270deg)scale(.6)}to{transform:rotate(360deg)}}.fx-orbit-loader{width:48px;height:48px;animation:2s linear infinite fx-spin;position:relative}.fx-orbit-loader span{background:#f59e0b;border-radius:50%;width:10px;height:10px;position:absolute}.fx-orbit-loader span:first-child{top:0;left:50%;transform:translate(-50%)}.fx-orbit-loader span:nth-child(2){top:50%;right:0;transform:translateY(-50%)}.fx-orbit-loader span:nth-child(3){bottom:0;left:50%;transform:translate(-50%)}.fx-orbit-loader span:nth-child(4){top:50%;left:0;transform:translateY(-50%)}.fx-orbit-loader span:nth-child(2){background:#fb923c}.fx-orbit-loader span:nth-child(3){background:#ef4444}.fx-orbit-loader span:nth-child(4){background:#fbbf24}.fx-gradient-text{background:linear-gradient(135deg,#f59e0b,#ef4444,#ec4899,#f59e0b) 0 0/300% 300%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:28px;font-weight:800;animation:4s infinite fx-gradient-shift}@keyframes fx-gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.fx-glitch{color:#e5e5e5;font-size:24px;font-weight:800;position:relative}.fx-glitch:before,.fx-glitch:after{content:attr(data-text);width:100%;height:100%;position:absolute;top:0;left:0}.fx-glitch:before{color:#f0f;clip-path:polygon(0 0,100% 0,100% 45%,0 45%);animation:2s linear infinite alternate-reverse fx-glitch-1;transform:translate(-2px)}.fx-glitch:after{color:#0ff;clip-path:polygon(0 55%,100% 55%,100% 100%,0 100%);animation:3s linear infinite alternate-reverse fx-glitch-2;transform:translate(2px)}@keyframes fx-glitch-1{0%{transform:translate(0)}20%{transform:translate(-3px,3px)}40%{transform:translate(-3px,-3px)}60%{transform:translate(3px,3px)}80%{transform:translate(3px,-3px)}to{transform:translate(0)}}@keyframes fx-glitch-2{0%{transform:translate(0)}20%{transform:translate(3px,-3px)}40%{transform:translate(3px,3px)}60%{transform:translate(-3px,-3px)}80%{transform:translate(-3px,3px)}to{transform:translate(0)}}.fx-neon-text{color:#f59e0b;text-shadow:0 0 7px #f59e0b,0 0 10px #f59e0b,0 0 21px #f59e0b,0 0 42px #d97706,0 0 82px #d97706,0 0 92px #d97706;font-size:26px;font-weight:800;animation:1.5s infinite alternate fx-neon-flicker}@keyframes fx-neon-flicker{0%,19%,21%,23%,25%,54%,56%,to{text-shadow:0 0 7px #f59e0b,0 0 10px #f59e0b,0 0 21px #f59e0b,0 0 42px #d97706,0 0 82px #d97706}20%,24%,55%{text-shadow:none}}.fx-typing{color:#f59e0b;align-items:center;font-family:monospace;font-size:18px;display:inline-flex}.fx-typing-cursor{background:#f59e0b;width:3px;height:1.2em;margin-left:2px;animation:1s step-end infinite fx-blink-cursor;display:inline-block}@keyframes fx-blink-cursor{0%,to{opacity:1}50%{opacity:0}}.fx-text-stroke{color:#0000;-webkit-text-stroke:2px #f59e0b;cursor:pointer;font-size:28px;font-weight:900;transition:color .3s,-webkit-text-stroke .3s}.fx-text-stroke:hover{color:#f59e0b;-webkit-text-stroke:2px #f59e0b}.fx-shimmer-text{color:#e5e5e5;background:linear-gradient(120deg,#e5e5e5 30%,#f59e0b 50%,#e5e5e5 70%) 0 0/200% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:24px;font-weight:800;animation:2s linear infinite fx-shimmer}@keyframes fx-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.fx-bg-animated-gradient{background:linear-gradient(-45deg,#f59e0b,#ef4444,#ec4899,#8b5cf6) 0 0/400% 400%;border-radius:8px;width:100%;height:100%;animation:8s infinite fx-bg-grad-move}@keyframes fx-bg-grad-move{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.fx-bg-dot-matrix{background-color:#0a0a0a;background-image:radial-gradient(circle,#f59e0b33 1px,#0000 1px);background-size:16px 16px;border-radius:8px;width:100%;height:100%;animation:3s ease-in-out infinite fx-dot-pulse}@keyframes fx-dot-pulse{0%,to{background-size:16px 16px}50%{background-size:20px 20px}}.fx-bg-stripes{background:repeating-linear-gradient(45deg,#f59e0b22,#f59e0b22 10px,#f59e0b11 10px 20px) 0 0/200% 200%;border-radius:8px;width:100%;height:100%;animation:4s linear infinite fx-stripe-move}@keyframes fx-stripe-move{0%{background-position:0 0}to{background-position:28px 28px}}.fx-bg-aurora{background:#0a0a0a;border-radius:8px;width:100%;height:100%;position:relative;overflow:hidden}.fx-bg-aurora:before,.fx-bg-aurora:after{content:"";filter:blur(60px);opacity:.5;border-radius:50%;width:200%;height:200%;animation:6s ease-in-out infinite alternate fx-aurora-move;position:absolute}.fx-bg-aurora:before{background:radial-gradient(circle,#f59e0b55,#0000 70%);top:-80%;left:-60%}.fx-bg-aurora:after{background:radial-gradient(circle,#10b98155,#0000 70%);animation-direction:alternate-reverse;animation-delay:-3s;bottom:-80%;right:-60%}@keyframes fx-aurora-move{0%{transform:translate(0)rotate(0)}to{transform:translate(30%,30%)rotate(15deg)}}.fx-bg-geometric{background:#0a0a0a;border-radius:8px;width:100%;height:100%;position:relative;overflow:hidden}.fx-bg-geometric:before{content:"";background-color:#0000;background-image:linear-gradient(30deg,#f59e0b11 12%,#0000 12.5% 87%,#f59e0b11 87.5%,#f59e0b11),linear-gradient(150deg,#f59e0b11 12%,#0000 12.5% 87%,#f59e0b11 87.5%,#f59e0b11),linear-gradient(30deg,#f59e0b11 12%,#0000 12.5% 87%,#f59e0b11 87.5%,#f59e0b11),linear-gradient(150deg,#f59e0b11 12%,#0000 12.5% 87%,#f59e0b11 87.5%,#f59e0b11);background-position:0 0,0 0,20px 35px,20px 35px;background-repeat:repeat,repeat,repeat,repeat;background-size:40px 70px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;animation:8s linear infinite fx-geo-move;position:absolute;inset:-50%}@keyframes fx-geo-move{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fx-bg-waves{background:linear-gradient(#0a0a0a,#1a0f00);border-radius:8px;width:100%;height:100%;position:relative;overflow:hidden}.fx-bg-waves:before{content:"";background:radial-gradient(#f59e0b22 0%,#0000 70%);border-radius:40%;width:200%;height:50%;animation:6s linear infinite fx-wave-rotate;position:absolute;bottom:0;left:-50%}.fx-bg-waves:after{content:"";background:radial-gradient(#ef444422 0%,#0000 70%);border-radius:42%;width:200%;height:45%;animation:8s linear infinite reverse fx-wave-rotate;position:absolute;bottom:0;left:-50%}@keyframes fx-wave-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fx-card-flip-container{perspective:800px;cursor:pointer;width:140px;height:90px}.fx-card-flip{width:100%;height:100%;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.4,0,.2,1);position:relative}.fx-card-flip-container:hover .fx-card-flip{transform:rotateY(180deg)}.fx-card-flip-front,.fx-card-flip-back{backface-visibility:hidden;border-radius:10px;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex;position:absolute;inset:0}.fx-card-flip-front{color:#000;background:linear-gradient(135deg,#f59e0b,#d97706)}.fx-card-flip-back{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);transform:rotateY(180deg)}.fx-tilt-card{background:linear-gradient(135deg,#1e1e1e,#2a2a2a);border:1px solid #333;border-radius:12px;width:140px;height:100px;padding:16px;transition:transform .5s;transform:perspective(600px)rotateX(5deg)rotateY(-5deg);box-shadow:5px 5px 15px #00000080}.fx-tilt-card:hover{transform:perspective(600px)rotateX(-5deg)rotateY(5deg);box-shadow:-5px -5px 15px #f59e0b26}.fx-cube-scene{perspective:300px;width:70px;height:70px}.fx-cube{width:100%;height:100%;transform-style:preserve-3d;animation:6s ease-in-out infinite fx-cube-rotate;position:relative;transform:rotateX(-20deg)rotateY(30deg)}.fx-cube-face{color:#f59e0b;background:#f59e0b14;border:2px solid #f59e0b;border-radius:4px;justify-content:center;align-items:center;width:70px;height:70px;font-size:11px;font-weight:600;display:flex;position:absolute}.fx-cube-face:first-child{transform:rotateY(0)translateZ(35px)}.fx-cube-face:nth-child(2){transform:rotateY(90deg)translateZ(35px)}.fx-cube-face:nth-child(3){transform:rotateY(180deg)translateZ(35px)}.fx-cube-face:nth-child(4){transform:rotateY(-90deg)translateZ(35px)}.fx-cube-face:nth-child(5){transform:rotateX(90deg)translateZ(35px)}.fx-cube-face:nth-child(6){transform:rotateX(-90deg)translateZ(35px)}@keyframes fx-cube-rotate{0%{transform:rotateX(-20deg)rotateY(30deg)}25%{transform:rotateX(20deg)rotateY(120deg)}50%{transform:rotateX(-20deg)rotateY(210deg)}75%{transform:rotateX(20deg)rotateY(300deg)}to{transform:rotateX(-20deg)rotateY(390deg)}}.fx-depth-stack{perspective:500px;width:120px;height:80px;position:relative}.fx-depth-layer{border:1px solid;border-radius:8px;width:100%;height:100%;transition:transform .4s;position:absolute}.fx-depth-layer:first-child{background:#f59e0b26;border-color:#f59e0b44;transform:translateZ(0)}.fx-depth-layer:nth-child(2){background:#ef444426;border-color:#ef444444;transform:translateZ(-20px)translate(8px)translateY(8px)}.fx-depth-layer:nth-child(3){background:#10b98126;border-color:#10b98144;transform:translateZ(-40px)translate(16px)translateY(16px)}.fx-depth-stack:hover .fx-depth-layer:first-child{transform:translateZ(20px)translate(-16px)translateY(-16px)}.fx-depth-stack:hover .fx-depth-layer:nth-child(2){transform:translateZ(0)translate(-8px)translateY(-8px)}.fx-depth-stack:hover .fx-depth-layer:nth-child(3){transform:translateZ(-20px)}.fx-depth-stack:hover{transform-style:preserve-3d}.fx-perspective-rotate{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:12px;width:100px;height:100px;animation:4s ease-in-out infinite fx-persp-rotate;box-shadow:0 10px 30px #f59e0b4d}@keyframes fx-persp-rotate{0%{transform:perspective(500px)rotateY(0)}25%{transform:perspective(500px)rotateY(90deg)}50%{transform:perspective(500px)rotateY(180deg)}75%{transform:perspective(500px)rotateY(270deg)}to{transform:perspective(500px)rotateY(360deg)}}.fx-swing-container{perspective:600px;cursor:pointer;width:120px;height:90px}.fx-swing-door{transform-origin:0;color:#f59e0b;background:linear-gradient(135deg,#1e1e1e,#2a2a2a);border:1px solid #f59e0b44;border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;font-size:13px;font-weight:600;transition:transform .8s cubic-bezier(.4,0,.2,1);display:flex}.fx-swing-container:hover .fx-swing-door{transform:rotateY(-85deg)}.fx-gradient-border{background:#111;border-radius:10px;padding:20px;position:relative;overflow:hidden}.fx-gradient-border:before{content:"";-webkit-mask-composite:xor;background:linear-gradient(135deg,#f59e0b,#ef4444,#ec4899,#8b5cf6) 0 0/300% 300%;border-radius:10px;padding:2px;animation:4s infinite fx-grad-border-move;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes fx-grad-border-move{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes fx-dash-move{0%{stroke-dashoffset:0}to{stroke-dashoffset:20px}}.fx-animated-dashed{background:repeating-linear-gradient(90deg,#f59e0b 0 6px,#0000 6px 12px) 0 0/12px 2px repeat-x,repeating-linear-gradient(0deg,#f59e0b 0 6px,#0000 6px 12px) 0 0/2px 12px repeat-y,repeating-linear-gradient(90deg,#f59e0b 0 6px,#0000 6px 12px) 0 100%/12px 2px repeat-x,repeating-linear-gradient(0deg,#f59e0b 0 6px,#0000 6px 12px) 100% 0/2px 12px repeat-y;border:none;border-radius:10px;padding:20px;animation:.6s linear infinite fx-border-march}@keyframes fx-border-march{0%{background-position:0 0,0 0,0 100%,100% 0}to{background-position:12px 0,0 12px,-12px 100%,100% -12px}}.fx-corner-accents{background:#111;border-radius:8px;padding:24px;position:relative}.fx-corner-accents:before,.fx-corner-accents:after{content:"";border-style:solid;border-color:#f59e0b;width:24px;height:24px;transition:width .3s,height .3s;position:absolute}.fx-corner-accents:before{border-width:3px 0 0 3px;border-radius:4px 0 0;top:-1px;left:-1px}.fx-corner-accents:after{border-width:0 3px 3px 0;border-radius:0 0 4px;bottom:-1px;right:-1px}.fx-corner-accents:hover:before,.fx-corner-accents:hover:after{width:40px;height:40px}.fx-glow-border{background:#111;border:1px solid #f59e0b33;border-radius:10px;padding:20px;transition:border-color .3s,box-shadow .3s;animation:2s ease-in-out infinite fx-glow-border-anim}@keyframes fx-glow-border-anim{0%,to{border-color:#f59e0b44;box-shadow:0 0 5px #f59e0b22,inset 0 0 5px #f59e0b11}50%{border-color:#f59e0bcc;box-shadow:0 0 20px #f59e0b44,0 0 40px #f59e0b22,inset 0 0 15px #f59e0b11}}.fx-neon-border{background:#0a0a0a;border:2px solid #f59e0b;border-radius:10px;padding:20px;animation:2s ease-in-out infinite alternate fx-neon-border-pulse;box-shadow:0 0 5px #f59e0b,0 0 10px #f59e0b,inset 0 0 5px #f59e0b,inset 0 0 10px #f59e0b33}@keyframes fx-neon-border-pulse{0%{box-shadow:0 0 5px #f59e0b,0 0 10px #f59e0b55,inset 0 0 5px #f59e0b55,inset 0 0 10px #f59e0b22}to{box-shadow:0 0 10px #f59e0b,0 0 20px #f59e0b,0 0 40px #f59e0b55,inset 0 0 10px #f59e0b,inset 0 0 20px #f59e0b44}}.fx-double-border{outline-offset:4px;background:#111;border:2px solid #f59e0b33;border-radius:10px;outline:2px solid #f59e0b11;padding:20px;transition:border-color .4s,outline-color .4s;position:relative}.fx-double-border:hover{border-color:#f59e0b;outline-color:#f59e0b55}.fx-multi-shadow{background:#1e1e1e;border-radius:12px;padding:24px;transition:box-shadow .3s;box-shadow:0 1px 2px #f59e0b1a,0 2px 4px #f59e0b1a,0 4px 8px #f59e0b1a,0 8px 16px #f59e0b1a,0 16px 32px #f59e0b1a,0 32px 64px #f59e0b1a}.fx-multi-shadow:hover{box-shadow:0 1px 2px #f59e0b26,0 2px 4px #f59e0b26,0 4px 8px #f59e0b26,0 8px 16px #f59e0b26,0 16px 32px #f59e0b26,0 32px 64px #f59e0b33}.fx-neon-box-shadow{background:#0a0a0a;border:1px solid #f59e0b44;border-radius:12px;padding:24px;transition:box-shadow .3s;box-shadow:0 0 5px #f59e0b,0 0 10px #f59e0b44,0 0 20px #f59e0b22,0 0 40px #f59e0b11}.fx-neon-box-shadow:hover{box-shadow:0 0 10px #f59e0b,0 0 20px #f59e0b66,0 0 40px #f59e0b44,0 0 80px #f59e0b22}.fx-long-shadow{color:#000;background:#f59e0b;border-radius:12px;padding:24px;font-size:18px;font-weight:700;transition:transform .3s;box-shadow:1px 1px #b45309,2px 2px #b45309,3px 3px #b45309,4px 4px #b45309,5px 5px #b45309,6px 6px #b45309,7px 7px #b45309,8px 8px #b45309,9px 9px #b45309,10px 10px #b45309}.fx-long-shadow:hover{transform:translate(-2px,-2px);box-shadow:3px 3px #b45309,4px 4px #b45309,5px 5px #b45309,6px 6px #b45309,7px 7px #b45309,8px 8px #b45309,9px 9px #b45309,10px 10px #b45309,11px 11px #b45309,12px 12px #b45309}.fx-shadow-morph{background:#1e1e1e;border-radius:12px;padding:24px;animation:3s ease-in-out infinite fx-shadow-morph-anim}@keyframes fx-shadow-morph-anim{0%{border-radius:12px;box-shadow:10px 10px 30px #f59e0b44}25%{border-radius:20px 8px;box-shadow:-10px 10px 30px #ef444444}50%{border-radius:8px 20px;box-shadow:-10px -10px 30px #ec489944}75%{border-radius:20px;box-shadow:10px -10px 30px #8b5cf644}to{border-radius:12px;box-shadow:10px 10px 30px #f59e0b44}}.fx-inset-glow{background:#111;border-radius:12px;padding:24px;transition:box-shadow .4s;box-shadow:inset 0 0 20px #f59e0b22,inset 0 0 40px #f59e0b11}.fx-inset-glow:hover{box-shadow:inset 0 0 30px #f59e0b44,inset 0 0 60px #f59e0b22,inset 0 0 100px #f59e0b11}.fx-colored-shadow{background:#1e1e1e;border-radius:12px;padding:24px;transition:box-shadow .4s,transform .4s;box-shadow:8px 8px #f59e0b,16px 16px #ef4444,24px 24px #ec4899}.fx-colored-shadow:hover{transform:translate(-4px,-4px);box-shadow:12px 12px #f59e0b,20px 20px #ef4444,28px 28px #ec4899}.fx-smooth-expand{opacity:0;background:#1e1e1e;border-radius:8px;max-height:0;padding:0 16px;transition:max-height .5s cubic-bezier(.4,0,.2,1),padding .5s cubic-bezier(.4,0,.2,1),opacity .5s;overflow:hidden}.fx-smooth-expand.is-expanded{opacity:1;max-height:120px;padding:16px}.fx-slide-reveal-container{border-radius:8px;overflow:hidden}.fx-slide-reveal{color:#000;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:8px;padding:16px 24px;font-weight:600;transition:transform .5s cubic-bezier(.4,0,.2,1);transform:translate(100%)}.fx-slide-reveal-container:hover .fx-slide-reveal{transform:translate(0)}.fx-scale-bounce{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#ef4444);border-radius:8px;padding:12px 24px;font-weight:600;transition:transform .4s cubic-bezier(.34,1.56,.64,1);display:inline-block}.fx-scale-bounce:hover{transform:scale(1.1)}.fx-rotate-in{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:12px;width:60px;height:60px;animation:3s ease-in-out infinite fx-rotate-in-anim;display:inline-block}@keyframes fx-rotate-in-anim{0%{opacity:0;transform:rotate(-180deg)scale(0)}50%{opacity:1;transform:rotate(0)scale(1)}70%{opacity:1;transform:rotate(0)scale(1)}to{opacity:0;transform:rotate(180deg)scale(0)}}.fx-elastic-pop{color:#f59e0b;cursor:pointer;background:#1e1e1e;border:2px solid #f59e0b;border-radius:8px;padding:12px 24px;font-weight:600;transition:transform .6s cubic-bezier(.68,-.55,.27,1.55);display:inline-block}.fx-elastic-pop:hover{transform:scale(1.08)}.fx-fade-slide-up{animation:3s ease-in-out infinite fx-fade-slide-anim;display:inline-block}.fx-fade-slide-up-inner{color:#e5e5e5;background:linear-gradient(135deg,#f59e0b22,#ef444422);border:1px solid #f59e0b33;border-radius:10px;padding:16px 24px}@keyframes fx-fade-slide-anim{0%{opacity:0;transform:translateY(20px)}20%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}
.fx-toggle-card{cursor:pointer;-webkit-user-select:none;user-select:none;background:#121218;border:1px solid #ffffff14;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;width:100%;max-width:280px;padding:14px 18px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 10px 25px #0006}.fx-toggle-card:hover{border-color:#f59e0b4d;transform:translateY(-2px);box-shadow:0 14px 30px #00000080}.fx-toggle-title{color:#fff;font-size:13px;font-weight:700}.fx-toggle-desc{color:#a1a1aa;margin-top:2px;font-size:10px}.fx-toggle-switch{cursor:pointer;-webkit-user-select:none;user-select:none;background:#27272a;border:1.5px solid #3f3f46;border-radius:14px;flex-shrink:0;width:50px;height:28px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.fx-toggle-switch:after{content:"";background:#f4f4f5;border-radius:50%;width:20px;height:20px;transition:transform .3s cubic-bezier(.4,0,.2,1),background .3s,box-shadow .3s;position:absolute;top:2px;left:2px;box-shadow:0 2px 5px #0006}.fx-toggle-switch.active{background:#f59e0b;border-color:#f59e0b;box-shadow:0 0 14px #f59e0b73}.fx-toggle-switch.active:after{background:#fff;transform:translate(22px);box-shadow:0 2px 8px #00000040}.fx-checkbox-card{cursor:pointer;-webkit-user-select:none;user-select:none;background:#121218;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:14px;width:100%;max-width:280px;padding:14px 18px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 10px 25px #0006}.fx-checkbox-card:hover{border-color:#f59e0b59;transform:translateY(-2px);box-shadow:0 14px 30px #00000080}.fx-checkbox-anim{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:14px;width:100%;display:flex}.fx-checkbox-anim input[type=checkbox]{display:none}.fx-checkbox-box{background:#18181b;border:2px solid #3f3f46;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.fx-checkbox-box svg{stroke:#fff;stroke-width:3px;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:22;stroke-dashoffset:22px;width:15px;height:15px;transition:stroke-dashoffset .3s cubic-bezier(.65,0,.35,1) 50ms}.fx-checkbox-anim input:checked~.fx-checkbox-box,.fx-checkbox-anim input:checked+.fx-checkbox-box{background:#f59e0b;border-color:#f59e0b;transform:scale(1.05);box-shadow:0 0 14px #f59e0b73}.fx-checkbox-anim input:checked~.fx-checkbox-box svg,.fx-checkbox-anim input:checked+.fx-checkbox-box svg{stroke-dashoffset:0}.fx-checkbox-label-text{flex-direction:column;display:flex}.fx-checkbox-title{color:#fff;font-size:13px;font-weight:700}.fx-checkbox-desc{color:#a1a1aa;margin-top:2px;font-size:10px}.fx-progress-ring{justify-content:center;align-items:center;display:inline-flex;position:relative}.fx-progress-ring svg{transform:rotate(-90deg)}.fx-progress-ring .fx-ring-bg{stroke:#333;fill:none}.fx-progress-ring .fx-ring-fill{stroke:#f59e0b;fill:none;stroke-linecap:round;stroke-dasharray:283;stroke-dashoffset:283px;animation:2s cubic-bezier(.4,0,.2,1) forwards fx-ring-progress}.fx-progress-ring .fx-ring-text{color:#f59e0b;font-size:16px;font-weight:700;position:absolute}@keyframes fx-ring-progress{0%{stroke-dashoffset:283px}to{stroke-dashoffset:85px}}.fx-skeleton-card{background:#121218;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:10px;width:100%;max-width:240px;padding:16px;display:flex;box-shadow:0 10px 25px #0006}.fx-skeleton{background:#22222c;border-radius:6px;position:relative;overflow:hidden}.fx-skeleton:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff0d 20%,#f59e0b47 50%,#ffffff26 65%,#0000 100%);animation:1.5s infinite fx-skeleton-shimmer;position:absolute;inset:0}@keyframes fx-skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.fx-tooltip{cursor:pointer;display:inline-block;position:relative}.fx-tooltip .fx-tooltip-text{visibility:hidden;opacity:0;color:#e5e5e5;white-space:nowrap;pointer-events:none;z-index:10;background:#1e1e1e;border:1px solid #333;border-radius:6px;padding:6px 14px;font-size:13px;transition:all .25s cubic-bezier(.4,0,.2,1);position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(4px)}.fx-tooltip .fx-tooltip-text:after{content:"";border:6px solid #0000;border-top-color:#1e1e1e;position:absolute;top:100%;left:50%;transform:translate(-50%)}.fx-tooltip:hover .fx-tooltip-text{visibility:visible;opacity:1;transform:translate(-50%)translateY(0)}.fx-badge-pulse{justify-content:center;align-items:center;display:inline-flex;position:relative}.fx-badge-pulse .fx-badge-icon{color:#e5e5e5;font-size:28px}.fx-badge-pulse .fx-badge-dot{background:#ef4444;border:2px solid #0a0a0a;border-radius:50%;width:14px;height:14px;animation:1.4s cubic-bezier(.4,0,.2,1) infinite fx-badge-bounce;position:absolute;top:-2px;right:-2px}.fx-badge-pulse .fx-badge-dot:after{content:"";background:#ef444466;border-radius:50%;width:calc(100% + 8px);height:calc(100% + 8px);animation:1.4s cubic-bezier(.4,0,.2,1) infinite fx-badge-ring;position:absolute;top:-4px;left:-4px}@keyframes fx-badge-bounce{0%,to{transform:scale(1)}30%{transform:scale(1.25)}50%{transform:scale(.95)}70%{transform:scale(1.1)}}@keyframes fx-badge-ring{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(2.2)}}.fx-rating-stars{gap:4px;display:inline-flex}.fx-rating-stars .fx-star{cursor:pointer;color:#333;font-size:26px;transition:color .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1);position:relative}.fx-rating-stars .fx-star:hover,.fx-rating-stars .fx-star.filled{color:#f59e0b}.fx-rating-stars .fx-star:hover{transform:scale(1.2)}.fx-rating-stars .fx-star.filled:after{content:"";background:#f59e0b26;border-radius:50%;width:30px;height:30px;animation:.3s cubic-bezier(.4,0,.2,1) fx-star-pop;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes fx-star-pop{0%{opacity:1;transform:translate(-50%,-50%)scale(.5)}to{opacity:0;transform:translate(-50%,-50%)scale(1.5)}}.fx-range-slider{appearance:none;cursor:pointer;background:#27272a linear-gradient(#f59e0b,#f59e0b) 0 0/70% 100% no-repeat;border-radius:4px;outline:none;width:220px;height:8px}.fx-range-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#f59e0b;border:2px solid #fff;border-radius:50%;width:20px;height:20px;transition:transform .15s,box-shadow .15s;box-shadow:0 0 10px #f59e0b80}.fx-range-slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 0 18px #f59e0bcc}.fx-range-slider::-moz-range-thumb{cursor:pointer;background:#f59e0b;border:2px solid #fff;border-radius:50%;width:20px;height:20px;box-shadow:0 0 10px #f59e0b80}.fx-glassmorphism{-webkit-backdrop-filter:blur(16px);color:#e5e5e5;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:32px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff14}.fx-glassmorphism:hover{background:#ffffff14;border-color:#ffffff2e;transform:translateY(-2px);box-shadow:0 12px 48px #0006,inset 0 1px #ffffff1f}.fx-text-reveal{clip-path:inset(0 100% 0 0);color:#f59e0b;font-size:28px;font-weight:800;animation:1.2s cubic-bezier(.65,0,.35,1) forwards fx-reveal-text;display:inline-block}@keyframes fx-reveal-text{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0% 0 0)}}.fx-marquee{white-space:nowrap;width:100%;overflow:hidden}.fx-marquee .fx-marquee-track{animation:12s linear infinite fx-marquee-scroll;display:inline-flex}.fx-marquee .fx-marquee-track span{color:#e5e5e5;opacity:.7;padding:0 24px;font-size:15px;font-weight:600;display:inline-block}.fx-marquee .fx-marquee-track span .fx-marquee-dot{vertical-align:middle;background:#f59e0b;border-radius:50%;width:6px;height:6px;margin-right:24px;display:inline-block}@keyframes fx-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.fx-morphing-blob{opacity:.9;filter:blur(1px);background:linear-gradient(135deg,#f59e0b,#ec4899,#ef4444);border-radius:60% 40% 30% 70%/60% 30% 70% 40%;width:140px;height:140px;animation:8s cubic-bezier(.4,0,.2,1) infinite fx-blob-morph}@keyframes fx-blob-morph{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}to{border-radius:30% 60% 70% 40%/50% 60% 30%}}.fx-card-spotlight{color:#e5e5e5;background:#111;border:1px solid #333;border-radius:16px;padding:32px;transition:border-color .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.fx-card-spotlight:before{content:"";top:var(--mouse-y,50%);left:var(--mouse-x,50%);opacity:0;pointer-events:none;background:radial-gradient(circle,#f59e0b1f 0%,#0000 70%);width:300px;height:300px;transition:opacity .4s cubic-bezier(.4,0,.2,1);position:absolute;transform:translate(-50%,-50%)}.fx-card-spotlight:hover:before{opacity:1}.fx-card-spotlight:hover{border-color:#f59e0b4d}.fx-card-spotlight .fx-spotlight-title{color:#f59e0b;margin-bottom:8px;font-size:18px;font-weight:700}.fx-card-spotlight .fx-spotlight-desc{color:#999;font-size:14px;line-height:1.5}.fx-noise-grain{background:linear-gradient(135deg,#141419 0%,#1e1b18 100%);border:1px solid #f59e0b40;border-radius:14px;position:relative;overflow:hidden;box-shadow:0 12px 30px #0009}.fx-noise-grain:after{content:"";opacity:.22;pointer-events:none;mix-blend-mode:screen;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='fx-noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23fx-noise)' opacity='0.18'/%3E%3C/svg%3E");width:300%;height:300%;animation:.3s steps(4,end) infinite fx-noise-shift;position:absolute;inset:-100%}@keyframes fx-noise-shift{0%{transform:translate(0)}25%{transform:translate(-5%,5%)}50%{transform:translate(5%,-5%)}75%{transform:translate(-3%,-3%)}to{transform:translate(0)}}.fx-neon-button{color:#f59e0b;cursor:pointer;text-transform:uppercase;letter-spacing:2px;background:0 0;border:2px solid #f59e0b;border-radius:6px;padding:12px 32px;font-size:14px;font-weight:700;transition:all .15s cubic-bezier(.4,0,.2,1);animation:4s ease-in-out infinite fx-neon-flicker;position:relative;box-shadow:0 0 6px #f59e0b4d,0 0 20px #f59e0b1a,inset 0 0 6px #f59e0b1a}.fx-neon-button:hover{color:#fff;background:#f59e0b1a;box-shadow:0 0 10px #f59e0b80,0 0 40px #f59e0b33,0 0 80px #f59e0b1a,inset 0 0 10px #f59e0b26}@keyframes fx-neon-flicker{0%,19%,21%,23%,25%,54%,56%,to{text-shadow:0 0 5px #f43f5e,0 0 15px #f43f5e,0 0 25px #e11d48;opacity:1}20%,24%,55%{text-shadow:none;opacity:.3}}.fx-text-mask{background:linear-gradient(90deg,#f59e0b,#ef4444,#ec4899,#10b981,#f59e0b) 0 0/300% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:36px;font-weight:900;line-height:1.2;animation:4s cubic-bezier(.4,0,.2,1) infinite fx-mask-gradient}@keyframes fx-mask-gradient{0%{background-position:0%}to{background-position:300%}}.fx-floating-input-group{width:100%;max-width:250px;position:relative}.fx-floating-input{color:#fff;background:#141419;border:1.5px solid #2e2e38;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-size:13px;transition:border-color .25s,box-shadow .25s}.fx-floating-input:focus{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b26}.fx-floating-label{color:#71717a;pointer-events:none;background:#141419;padding:0 4px;font-size:13px;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:14px;transform:translateY(-50%)}.fx-floating-input:focus~.fx-floating-label,.fx-floating-input:not(:placeholder-shown)~.fx-floating-label{color:#f59e0b;font-size:10px;font-weight:600;top:0}.fx-sliding-tabs{background:#141419;border:1px solid #27272a;border-radius:12px;gap:4px;padding:4px;display:flex;position:relative}.fx-tab-item{color:#a1a1aa;cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:500;transition:color .2s,background .2s;position:relative}.fx-tab-item:hover{color:#fff}.fx-tab-item.active{color:#000;background:#f59e0b;font-weight:700;box-shadow:0 2px 10px #f59e0b4d}.fx-accordion-item{background:#141419;border:1px solid #27272a;border-radius:12px;width:100%;max-width:260px;transition:border-color .2s;overflow:hidden}.fx-accordion-item:hover{border-color:#f59e0b4d}.fx-accordion-header{cursor:pointer;color:#fff;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:10px 14px;font-size:12px;font-weight:600;display:flex}.fx-accordion-icon{width:14px;height:14px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.fx-accordion-content{color:#a1a1aa;max-height:0;padding:0 14px;font-size:11px;line-height:1.4;transition:max-height .35s cubic-bezier(.4,0,.2,1),padding .35s;overflow:hidden}.fx-accordion-item.open .fx-accordion-icon{transform:rotate(180deg)}.fx-accordion-item.open .fx-accordion-content{max-height:80px;padding:0 14px 12px}.fx-step-tracker{justify-content:space-between;align-items:center;width:100%;max-width:250px;display:flex;position:relative}.fx-step-node{color:#a1a1aa;z-index:2;background:#18181b;border:2px solid #3f3f46;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:700;transition:all .3s;display:flex;position:relative}.fx-step-node.completed{color:#000;background:#f59e0b;border-color:#f59e0b}.fx-step-node.active{color:#f59e0b;border-color:#f59e0b;box-shadow:0 0 0 4px #f59e0b33}.fx-step-line{background:#3f3f46;flex:1;height:2px;position:relative}.fx-step-line.filled{background:#f59e0b}.fx-toast-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#18181be6;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:10px;max-width:250px;padding:10px 14px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #00000080}.fx-toast-icon{color:#10b981;background:#10b98133;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:flex}.fx-toast-title{color:#fff;font-size:11px;font-weight:700}.fx-toast-desc{color:#a1a1aa;font-size:10px}.fx-toast-progress{background:#10b981;width:100%;height:2.5px;animation:3.5s linear infinite fx-toast-timer;position:absolute;bottom:0;left:0}@keyframes fx-toast-timer{0%{width:100%}to{width:0%}}.fx-otp-container{justify-content:center;gap:6px;display:flex}.fx-otp-box{color:#fff;text-align:center;background:#141419;border:1.5px solid #2e2e38;border-radius:8px;outline:none;width:38px;height:42px;font-size:16px;font-weight:700;transition:all .2s}.fx-otp-box:focus{border-color:#f59e0b;transform:translateY(-2px);box-shadow:0 0 0 3px #f59e0b33}.fx-dropzone-box{cursor:pointer;background:#14141999;border:2px dashed #3f3f46;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:240px;padding:16px 12px;transition:all .3s;display:flex}.fx-dropzone-box:hover{background:#f59e0b0d;border-color:#f59e0b}.fx-dropzone-icon{margin-bottom:4px;font-size:20px;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.fx-dropzone-box:hover .fx-dropzone-icon{transform:translateY(-3px)}.fx-dropzone-text{color:#e4e4e7;font-size:11px;font-weight:600}.fx-dropzone-sub{color:#71717a;margin-top:2px;font-size:9px}.fx-bento-card{cursor:pointer;background:#121216;border:1px solid #ffffff1a;border-radius:12px;width:100%;max-width:240px;padding:14px;transition:transform .3s,border-color .3s;position:relative;overflow:hidden}.fx-bento-card:before{content:"";background:radial-gradient(200px circle at var(--mouse-x,50%) var(--mouse-y,50%), #f59e0b2e, transparent 40%);opacity:0;transition:opacity .3s;position:absolute;inset:0}.fx-bento-card:hover{border-color:#f59e0b66;transform:translateY(-2px)}.fx-bento-card:hover:before{opacity:1}.fx-bento-badge{color:#f59e0b;text-transform:uppercase;letter-spacing:.5px;font-size:9px;font-weight:700}.fx-bento-title{color:#fff;margin-top:3px;font-size:13px;font-weight:700}.fx-bento-desc{color:#a1a1aa;margin-top:3px;font-size:10px;line-height:1.3}.fx-glass-credit-card{-webkit-backdrop-filter:blur(16px);cursor:pointer;background:linear-gradient(135deg,#ffffff1f,#ffffff08);border:1px solid #fff3;border-radius:14px;flex-direction:column;justify-content:space-between;width:250px;height:145px;padding:16px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s,border-color .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 32px #0006,inset 0 1px #ffffff4d}.fx-glass-credit-card:hover{border-color:#f59e0b66;transform:translateY(-4px)rotateX(6deg)rotateY(-4deg);box-shadow:0 20px 40px #f59e0b40,inset 0 1px #ffffff80}.fx-glass-credit-card:after{content:"";background:linear-gradient(60deg,#0000 40%,#ffffff26 50%,#0000 60%);width:200%;height:200%;transition:transform .7s;position:absolute;top:-50%;left:-50%;transform:rotate(25deg)translateY(-100%)}.fx-glass-credit-card:hover:after{transform:rotate(25deg)translateY(100%)}.fx-card-chip{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:4px;width:28px;height:20px;box-shadow:inset 0 1px 2px #fff6}.fx-card-number{letter-spacing:2px;color:#fff;text-shadow:0 2px 4px #0009;font-family:monospace;font-size:13px;font-weight:700}.fx-card-footer{justify-content:space-between;align-items:flex-end;display:flex}.fx-card-holder{text-transform:uppercase;color:#ffffffb3;letter-spacing:1px;font-size:8px}.fx-card-holder-name{color:#fff;font-size:10px;font-weight:600}.fx-card-logo{color:#f59e0b;letter-spacing:1px;font-size:11px;font-weight:800}.fx-stat-card{background:#111116;border:1px solid #ffffff14;border-radius:12px;width:230px;padding:14px;transition:transform .3s,border-color .3s;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000004d}.fx-stat-card:hover{border-color:#f59e0b66;transform:translateY(-2px)}.fx-stat-header{justify-content:space-between;align-items:center;display:flex}.fx-stat-label{color:#a1a1aa;font-size:10px;font-weight:600}.fx-stat-badge{color:#10b981;background:#10b9811f;border:1px solid #10b98140;border-radius:999px;align-items:center;gap:2px;padding:1px 6px;font-size:9px;font-weight:700;display:flex}.fx-stat-value{color:#fff;letter-spacing:-.5px;margin:4px 0 8px;font-size:20px;font-weight:800}.fx-stat-sparkline{width:100%;height:34px;overflow:visible}.fx-sparkline-path{fill:none;stroke:#f59e0b;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 4px 6px #f59e0b66);stroke-dasharray:200;stroke-dashoffset:200px;animation:2s ease-out infinite alternate forwards fxSparklineDraw}.fx-sparkline-fill{fill:url(#fx-stat-gradient);opacity:.25}@keyframes fxSparklineDraw{to{stroke-dashoffset:0}}.fx-pricing-card{background:#111116;border:1px solid #f59e0b4d;border-radius:14px;width:220px;padding:16px;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 10px 28px #f59e0b1f}.fx-pricing-card:hover{transform:translateY(-3px);box-shadow:0 14px 36px #f59e0b40}.fx-pricing-badge{color:#000;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#f59e0b,#f97316);border-radius:999px;padding:2px 8px;font-size:9px;font-weight:800;position:absolute;top:-8px;right:14px}.fx-pricing-plan{color:#fff;font-size:12px;font-weight:700}.fx-pricing-price{color:#fff;margin:4px 0;font-size:22px;font-weight:800}.fx-pricing-price span{color:#a1a1aa;font-size:10px;font-weight:500}.fx-pricing-features{flex-direction:column;gap:6px;margin:10px 0;padding:0;list-style:none;display:flex}.fx-pricing-features li{color:#d4d4d8;align-items:center;gap:5px;font-size:10px;display:flex}.fx-pricing-features li:before{content:"✓";color:#f59e0b;font-weight:700}.fx-pricing-btn{color:#000;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#f97316);border:none;border-radius:6px;width:100%;padding:7px;font-size:11px;font-weight:700;transition:opacity .2s,transform .2s}.fx-pricing-btn:hover{opacity:.92;transform:scale(1.02)}.fx-spotlight-input-wrap{align-items:center;width:240px;display:flex;position:relative}.fx-spotlight-input{color:#fff;background:#111116;border:1px solid #ffffff1f;border-radius:10px;outline:none;width:100%;height:38px;padding:0 38px 0 32px;font-size:11px;transition:border-color .3s,box-shadow .3s}.fx-spotlight-input:focus{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b40,0 8px 24px #0006}.fx-spotlight-icon{color:#a1a1aa;pointer-events:none;font-size:12px;position:absolute;left:10px}.fx-spotlight-kbd{color:#a1a1aa;pointer-events:none;background:#ffffff14;border:1px solid #ffffff26;border-radius:4px;padding:1px 5px;font-family:monospace;font-size:9px;position:absolute;right:8px}.fx-fab-container{justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative}.fx-fab-main{color:#000;cursor:pointer;z-index:10;background:linear-gradient(135deg,#f59e0b,#ea580c);border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;font-weight:700;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 6px 18px #f59e0b66}.fx-fab-container:hover .fx-fab-main{transform:rotate(45deg)}.fx-fab-item{color:#f59e0b;opacity:0;pointer-events:none;background:#18181f;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;text-decoration:none;transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .2s;display:flex;position:absolute;box-shadow:0 4px 12px #0006}.fx-fab-container:hover .fx-fab-item:first-child{opacity:1;pointer-events:auto;transform:translateY(-48px)}.fx-fab-container:hover .fx-fab-item:nth-child(2){opacity:1;pointer-events:auto;transform:translate(-36px,-32px)}.fx-fab-container:hover .fx-fab-item:nth-child(3){opacity:1;pointer-events:auto;transform:translate(-48px)}.fx-avatar-stack{align-items:center;padding:8px;display:flex}.fx-avatar-item{color:#fff;cursor:pointer;background:#27272a;border:2px solid #09090c;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-left:-10px;font-size:11px;font-weight:700;transition:transform .3s cubic-bezier(.34,1.56,.64,1),z-index .3s,border-color .3s;display:flex;position:relative}.fx-avatar-item:first-child{margin-left:0}.fx-avatar-item:hover{z-index:10;border-color:#f59e0b;transform:translateY(-5px)scale(1.15)}.fx-avatar-status{background:#10b981;border:1.5px solid #09090c;border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;right:0}.fx-avatar-more{color:#f59e0b;background:#18181f;font-size:10px}.fx-segmented-control{background:#18181f;border:1px solid #ffffff1a;border-radius:10px;gap:2px;padding:3px;display:inline-flex;position:relative}.fx-segmented-btn{z-index:2;color:#a1a1aa;cursor:pointer;background:0 0;border:none;border-radius:7px;padding:6px 14px;font-size:11px;font-weight:600;transition:color .25s,background .25s,box-shadow .25s;position:relative}.fx-segmented-btn.active{color:#000;background:#f59e0b;box-shadow:0 2px 8px #f59e0b59}.fx-segmented-btn:hover:not(.active){color:#fff}.fx-audio-player{background:#111116;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:10px;padding:8px 14px;display:flex;box-shadow:0 8px 24px #0006}.fx-audio-play-btn{color:#000;cursor:pointer;background:#f59e0b;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;transition:transform .2s;display:flex}.fx-audio-play-btn:hover{transform:scale(1.08)}.fx-waveform-bars{align-items:center;gap:3px;height:22px;display:flex}.fx-waveform-bar{background:#f59e0b;border-radius:999px;width:3px;animation:1.2s ease-in-out infinite alternate fxWaveEqualizer}.fx-waveform-bar:first-child{height:10px;animation-delay:.1s}.fx-waveform-bar:nth-child(2){height:18px;animation-delay:.3s}.fx-waveform-bar:nth-child(3){height:14px;animation-delay:.5s}.fx-waveform-bar:nth-child(4){height:22px;animation-delay:.2s}.fx-waveform-bar:nth-child(5){height:12px;animation-delay:.4s}.fx-waveform-bar:nth-child(6){height:17px;animation-delay:.6s}@keyframes fxWaveEqualizer{0%{opacity:.4;transform:scaleY(.3)}to{opacity:1;transform:scaleY(1.1)}}.fx-countdown-wrap{align-items:center;gap:6px;display:flex}.fx-countdown-box{flex-direction:column;align-items:center;display:flex}.fx-countdown-digit{color:#f59e0b;background:#18181f;border:1px solid #ffffff26;border-radius:7px;justify-content:center;align-items:center;width:38px;height:42px;font-family:monospace;font-size:17px;font-weight:800;display:flex;position:relative;box-shadow:0 4px 12px #0006}.fx-countdown-digit:after{content:"";background:#0009;height:1px;position:absolute;top:50%;left:0;right:0}.fx-countdown-label{color:#a1a1aa;text-transform:uppercase;letter-spacing:.5px;margin-top:3px;font-size:8px;font-weight:700}.fx-cookie-banner{-webkit-backdrop-filter:blur(14px);background:#18181fd9;border:1px solid #ffffff1f;border-radius:12px;flex-direction:column;gap:8px;width:250px;padding:12px;display:flex;box-shadow:0 14px 32px #00000080}.fx-cookie-title{color:#fff;align-items:center;gap:5px;font-size:11px;font-weight:700;display:flex}.fx-cookie-text{color:#a1a1aa;font-size:9px;line-height:1.3}.fx-cookie-actions{gap:6px;display:flex}.fx-cookie-btn-accept{color:#000;cursor:pointer;background:#f59e0b;border:none;border-radius:5px;flex:1;padding:5px;font-size:10px;font-weight:700;transition:opacity .2s}.fx-cookie-btn-accept:hover{opacity:.9}.fx-cookie-btn-decline{color:#d4d4d8;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:5px;padding:5px 8px;font-size:10px}.fx-matrix-bg{background:#020b05;border-radius:8px;width:100%;height:100%;font-family:monospace;position:relative;overflow:hidden}.fx-matrix-col{writing-mode:vertical-rl;text-orientation:upright;color:#22c55e;letter-spacing:3px;text-shadow:0 0 8px #22c55e,0 0 16px #16a34a;font-size:13px;font-weight:700;animation:3.5s linear infinite fx-matrix-fall;position:absolute;top:-160px}.fx-matrix-col:first-child{animation-delay:0s;left:10%}.fx-matrix-col:nth-child(2){animation-duration:2.8s;animation-delay:1.2s;left:26%}.fx-matrix-col:nth-child(3){animation-duration:4.2s;animation-delay:.6s;left:44%}.fx-matrix-col:nth-child(4){animation-duration:3.2s;animation-delay:1.9s;left:62%}.fx-matrix-col:nth-child(5){animation-duration:3.8s;animation-delay:.9s;left:78%}.fx-matrix-col:nth-child(6){animation-duration:3.4s;animation-delay:.3s;left:92%}@keyframes fx-matrix-fall{0%{opacity:0;transform:translateY(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(420px)}}.fx-space-warp-bg{background:radial-gradient(circle,#090919 0%,#030308 100%);border-radius:8px;width:100%;height:100%;position:relative;overflow:hidden}.fx-warp-star{background:#fff;border-radius:50%;width:3px;height:3px;animation:2.2s cubic-bezier(.5,0,.5,1) infinite fx-warp-travel;position:absolute;top:50%;left:50%;box-shadow:0 0 8px #38bdf8,0 0 15px #fff}.fx-warp-star:nth-child(6){--tx:0px;--ty:110px;animation-delay:1.8s}@keyframes fx-warp-travel{0%{opacity:0;transform:translate(-50%,-50%)scale(.1)}20%{opacity:1}to{transform:translate(calc(-50% + var(--tx)), calc(-50% + var(--ty))) scale(2.8);opacity:0}}.fx-warp-star:first-child{--tx:-120px;--ty:-60px;animation-delay:.2s}.fx-warp-star:nth-child(2){--tx:130px;--ty:-50px;animation-delay:.7s}.fx-warp-star:nth-child(3){--tx:-110px;--ty:60px;animation-delay:1.1s}.fx-warp-star:nth-child(4){--tx:120px;--ty:65px;animation-delay:1.6s}.fx-warp-star:nth-child(5){--tx:0px;--ty:-70px;animation-delay:.4s}.fx-conic-vortex{background:#09090e;border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.fx-conic-vortex:before{content:"";opacity:.45;filter:blur(30px);background:conic-gradient(#f59e0b,#ec4899,#8b5cf6,#06b6d4,#10b981,#f59e0b);width:250%;height:250%;animation:10s linear infinite fx-conic-spin;position:absolute}@keyframes fx-conic-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fx-synthwave-bg{perspective:350px;background:linear-gradient(#090514 0%,#200d3d 50%,#0d041e 100%);border-radius:8px;width:100%;height:100%;position:relative;overflow:hidden}.fx-synthwave-sun{background:linear-gradient(#fbbf24,#f43f5e);border-radius:50%;width:50px;height:50px;position:absolute;top:15%;left:50%;transform:translate(-50%);box-shadow:0 0 25px #f43f5eb3}.fx-synthwave-floor{background-image:linear-gradient(#ec489966 1px,#0000 1px),linear-gradient(90deg,#ec489966 1px,#0000 1px);background-size:24px 24px;width:200%;height:100%;animation:3s linear infinite fx-grid-scroll;position:absolute;bottom:-40%;left:-50%;transform:rotateX(70deg)}@keyframes fx-grid-scroll{0%{background-position:0 0}to{background-position:0 24px}}.fx-dynamic-island{color:#fff;cursor:pointer;background:#000;border-radius:20px;justify-content:space-between;align-items:center;width:110px;height:32px;padding:6px 12px;transition:all .45s cubic-bezier(.34,1.56,.64,1);display:flex;overflow:hidden;box-shadow:0 10px 25px #000c,0 0 0 1px #ffffff1a}.fx-dynamic-island:hover{border-radius:16px;width:210px;height:48px;padding:8px 14px}.fx-island-details{opacity:0;white-space:nowrap;width:0;transition:opacity .3s}.fx-dynamic-island:hover .fx-island-details{opacity:1;width:auto}.fx-macos-dock{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff14;border:1px solid #ffffff26;border-radius:16px;align-items:flex-end;gap:6px;padding:6px 10px;display:flex}.fx-dock-item{cursor:pointer;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;transition:transform .2s cubic-bezier(.34,1.56,.64,1),margin .2s;display:flex}.fx-dock-item:hover{margin:0 4px;transform:scale(1.6)translateY(-8px)}.fx-radial-menu-wrap{justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.fx-radial-center-btn{color:#000;cursor:pointer;z-index:5;background:#f59e0b;border:none;border-radius:50%;width:36px;height:36px;font-weight:700;transition:transform .3s;box-shadow:0 0 16px #f59e0b80}.fx-radial-menu-wrap:hover .fx-radial-center-btn{transform:rotate(45deg)}.fx-radial-node{color:#fff;opacity:0;pointer-events:none;background:#1e1e24;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;transition:transform .4s cubic-bezier(.34,1.56,.64,1),opacity .3s;display:flex;position:absolute}.fx-radial-menu-wrap:hover .fx-radial-node{opacity:1;pointer-events:auto}.fx-radial-menu-wrap:hover .fx-radial-node:nth-child(2){transform:translateY(-40px)}.fx-radial-menu-wrap:hover .fx-radial-node:nth-child(3){transform:translate(38px,-15px)}.fx-radial-menu-wrap:hover .fx-radial-node:nth-child(4){transform:translate(25px,32px)}.fx-radial-menu-wrap:hover .fx-radial-node:nth-child(5){transform:translate(-25px,32px)}.fx-radial-menu-wrap:hover .fx-radial-node:nth-child(6){transform:translate(-38px,-15px)}.fx-code-card-window{background:#0e0e13;border:1px solid #ffffff1a;border-radius:10px;width:220px;font-family:monospace;overflow:hidden;box-shadow:0 16px 32px #0009}.fx-code-card-header{background:#ffffff08;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:6px 10px;display:flex}.fx-code-dots{gap:4px;display:flex}.fx-code-dot{border-radius:50%;width:7px;height:7px}.fx-code-content{color:#a5b4fc;padding:8px 10px;font-size:10px;line-height:1.5}.fx-glass-modal-box{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-align:center;background:#14141cd9;border:1px solid #ffffff26;border-radius:14px;width:220px;padding:14px;box-shadow:0 20px 40px -10px #000000b3}.fx-glass-modal-icon{color:#f59e0b;background:#f59e0b26;border:1px solid #f59e0b66;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin:0 auto 8px;font-size:15px;display:flex}.fx-glass-modal-title{color:#fff;margin-bottom:2px;font-size:12px;font-weight:700}.fx-glass-modal-desc{color:#a1a1aa;margin-bottom:10px;font-size:9px}.fx-glass-modal-btn{color:#000;cursor:pointer;background:#f59e0b;border:none;border-radius:6px;width:100%;padding:6px;font-size:10px;font-weight:700}.fx-music-player-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f0f14d9;border:1px solid #ffffff1f;border-radius:12px;align-items:center;gap:10px;width:220px;padding:10px;display:flex}.fx-vinyl-disk{background:radial-gradient(circle,#f59e0b 20%,#111 21% 40%,#f59e0b 41%,#111 42%);border:2px solid #fff3;border-radius:50%;flex-shrink:0;width:36px;height:36px;animation:4s linear infinite fx-vinyl-spin}@keyframes fx-vinyl-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fx-liquid-btn{color:#000;cursor:pointer;background:#f59e0b;border:none;border-radius:25px;padding:10px 22px;font-size:12px;font-weight:700;transition:transform .3s;position:relative;overflow:hidden}.fx-liquid-btn:hover{transform:scale(1.05)}.fx-liquid-btn:before{content:"";background:radial-gradient(circle,#fff6 20%,#0000 60%);width:200%;height:200%;transition:transform .6s cubic-bezier(.34,1.56,.64,1);position:absolute;top:-50%;left:-50%;transform:scale(0)}.fx-liquid-btn:hover:before{transform:scale(1)}.fx-magnetic-btn{color:#fff;cursor:pointer;background:#0d0d12;border:1px solid #ffffff26;border-radius:10px;padding:10px 22px;font-size:12px;font-weight:600;transition:all .3s;position:relative}.fx-magnetic-btn:hover{border-color:#f59e0b;transform:translateY(-2px);box-shadow:0 0 25px #f59e0b80,inset 0 0 12px #f59e0b33}.fx-laser-border-box{color:#fff;background:#0a0a0f;border-radius:10px;justify-content:center;align-items:center;width:170px;height:90px;font-size:12px;font-weight:600;display:flex;position:relative;overflow:hidden}.fx-laser-border-box:before{content:"";background:conic-gradient(#0000,#f59e0b 25%,#0000 35%);width:150%;height:150%;animation:4s linear infinite fx-laser-spin;position:absolute}.fx-laser-border-box:after{content:"Laser Border";z-index:1;background:#0a0a0f;border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;inset:2px}@keyframes fx-laser-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fx-holo-foil-card{color:#fff;cursor:pointer;background:linear-gradient(135deg,#111 0%,#1f1f2e 100%);border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;width:160px;height:100px;font-size:11px;font-weight:700;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 25px #00000080}.fx-holo-foil-card:before{content:"";mix-blend-mode:color-dodge;background:linear-gradient(115deg,#0000 20%,#ff009666 35%,#00c8ff66 50%,#ffdc0066 65%,#0000 80%) 0 0/200% 200%;animation:4s ease-in-out infinite alternate fx-holo-sweep;position:absolute;inset:0}@keyframes fx-holo-sweep{0%{background-position:0 0}to{background-position:100% 100%}}.fx-layer-stack-wrap{perspective:500px;cursor:pointer;width:110px;height:75px;position:relative}.fx-layer-sheet{background:#f59e0b33;border:1px solid #f59e0b80;border-radius:8px;transition:transform .4s cubic-bezier(.34,1.56,.64,1);position:absolute;inset:0}.fx-layer-sheet:first-child{transform:rotateX(55deg)rotate(-35deg)translateZ(0)}.fx-layer-sheet:nth-child(2){background:#ec489940;border-color:#ec4899;transform:rotateX(55deg)rotate(-35deg)translateZ(10px)}.fx-layer-sheet:nth-child(3){background:#3b82f64d;border-color:#3b82f6;transform:rotateX(55deg)rotate(-35deg)translateZ(20px)}.fx-layer-stack-wrap:hover .fx-layer-sheet:first-child{transform:rotateX(55deg)rotate(-35deg)translateZ(0)}.fx-layer-stack-wrap:hover .fx-layer-sheet:nth-child(2){transform:rotateX(55deg)rotate(-35deg)translateZ(24px)}.fx-layer-stack-wrap:hover .fx-layer-sheet:nth-child(3){transform:rotateX(55deg)rotate(-35deg)translateZ(48px)}.fx-cylinder-scene{perspective:600px;justify-content:center;align-items:center;width:130px;height:90px;display:flex}.fx-cylinder-ring{width:50px;height:50px;transform-style:preserve-3d;animation:9s linear infinite fx-ring-turn;position:relative}.fx-cylinder-panel{color:#000;background:linear-gradient(135deg,#f59e0b,#ef4444);border:1px solid #fff6;border-radius:5px;justify-content:center;align-items:center;width:36px;height:46px;font-size:9px;font-weight:700;display:flex;position:absolute}.fx-cylinder-panel:first-child{transform:rotateY(0)translateZ(45px)}.fx-cylinder-panel:nth-child(2){background:#3b82f6;transform:rotateY(90deg)translateZ(45px)}.fx-cylinder-panel:nth-child(3){background:#10b981;transform:rotateY(180deg)translateZ(45px)}.fx-cylinder-panel:nth-child(4){background:#ec4899;transform:rotateY(270deg)translateZ(45px)}@keyframes fx-ring-turn{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.fx-liquid-flask{background:#09090e;border:2px solid #f59e0b;border-radius:50%;width:50px;height:50px;position:relative;overflow:hidden}.fx-liquid-wave{opacity:.85;background:#f59e0b;border-radius:40%;width:200%;height:200%;animation:4s linear infinite fx-flask-wave;position:absolute;top:40%;left:-50%}@keyframes fx-flask-wave{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fx-glitch-card{color:#06b6d4;text-shadow:2px 2px #ef4444,-2px -2px #3b82f6;background:#0d0d12;border:1px solid #06b6d4;border-radius:8px;justify-content:center;align-items:center;width:160px;height:90px;font-family:monospace;font-size:11px;font-weight:700;animation:3s infinite fx-cyber-glitch;display:flex;position:relative;overflow:hidden}@keyframes fx-cyber-glitch{0%,90%,to{transform:translate(0)}92%{transform:translate(-3px,2px)skew(2deg)}94%{transform:translate(3px,-2px)skew(-2deg)}96%{transform:translate(-2px,-1px)}98%{transform:translate(1px,2px)}}.fx-cmd-palette-box{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#121218e6;border:1px solid #ffffff1f;border-radius:10px;width:260px;padding:8px;font-family:system-ui,sans-serif;box-shadow:0 15px 30px #00000080}.fx-cmd-search-input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;outline:none;width:100%;padding:6px 8px;font-size:10px}.fx-cmd-item-list{flex-direction:column;gap:3px;margin-top:6px;display:flex}.fx-cmd-item{color:#d1d5db;cursor:pointer;border-radius:4px;justify-content:space-between;align-items:center;padding:4px 6px;font-size:10px;transition:all .2s;display:flex}.fx-cmd-item:hover,.fx-cmd-item.active{color:#fbbf24;background:#f59e0b26}.fx-cmd-badge{background:#ffffff1a;border-radius:3px;padding:2px 4px;font-family:monospace;font-size:8px}.fx-file-tree-wrap{background:#0d0e15;border:1px solid #27272a;border-radius:8px;width:220px;padding:8px;font-family:monospace;font-size:10px}.fx-tree-node{color:#a1a1aa;cursor:pointer;border-radius:4px;align-items:center;gap:5px;padding:3px 5px;display:flex}.fx-tree-node:hover{color:#fff;background:#ffffff0f}.fx-tree-node.active{color:#60a5fa;background:#3b82f626;font-weight:700}.fx-tree-indent{padding-left:12px}.fx-split-btn-group{border-radius:6px;display:inline-flex;overflow:hidden;box-shadow:0 4px 12px #f59e0b4d}.fx-split-main-btn{color:#000;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;padding:6px 12px;font-size:11px;font-weight:700}.fx-split-chevron-btn{color:#000;cursor:pointer;background:#b45309;border:none;border-left:1px solid #00000026;padding:6px 8px}.fx-wizard-bar{justify-content:space-between;align-items:center;width:250px;display:flex}.fx-wizard-step{flex-direction:column;align-items:center;gap:3px;display:flex}.fx-wizard-circle{color:#71717a;background:#18181b;border:2px solid #3f3f46;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:10px;font-weight:700;display:flex}.fx-wizard-step.done .fx-wizard-circle{color:#000;background:#10b981;border-color:#10b981}.fx-wizard-step.active .fx-wizard-circle{color:#000;background:#f59e0b;border-color:#f59e0b;box-shadow:0 0 10px #f59e0b80}.fx-wizard-line{background:#27272a;flex:1;height:2px;margin:0 4px 12px}.fx-wizard-line.done{background:#10b981}.fx-wizard-label{color:#a1a1aa;font-size:8px}.fx-pricing-slider-card{background:#12121a;border:1px solid #27272a;border-radius:10px;width:230px;padding:10px}.fx-price-display{justify-content:space-between;align-items:baseline;margin-bottom:8px;display:flex}.fx-price-amount{color:#f59e0b;font-size:20px;font-weight:800}.fx-price-unit{color:#71717a;font-size:9px}.fx-custom-range{accent-color:#f59e0b;cursor:pointer;width:100%}.fx-feed-wrap{flex-direction:column;gap:8px;width:230px;padding-left:14px;display:flex;position:relative}.fx-feed-wrap:before{content:"";background:#27272a;width:2px;position:absolute;top:3px;bottom:3px;left:4px}.fx-feed-item{font-size:10px;position:relative}.fx-feed-dot{background:#f59e0b;border:2px solid #09090c;border-radius:50%;width:8px;height:8px;position:absolute;top:2px;left:-14px;box-shadow:0 0 6px #f59e0b99}.fx-feed-title{color:#fff;font-weight:600}.fx-feed-time{color:#71717a;font-size:8px}.fx-swatch-row{background:#18181b;border:1px solid #27272a;border-radius:20px;align-items:center;gap:6px;padding:6px 10px;display:flex}.fx-swatch-dot{cursor:pointer;border-radius:50%;width:16px;height:16px;transition:transform .2s}.fx-swatch-dot:hover{transform:scale(1.25)}.fx-swatch-dot.selected{outline-offset:1px;outline:2px solid #fff}.fx-consent-pill{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#18181bd9;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:10px;padding:6px 12px;font-size:10px;display:flex;box-shadow:0 8px 20px #00000080}.fx-consent-btn-ok{color:#000;cursor:pointer;background:#f59e0b;border:none;border-radius:15px;padding:3px 8px;font-size:9px;font-weight:700}.fx-spotlight-btn{color:#fff;cursor:pointer;background:#09090c;border:1px solid #ffffff1a;border-radius:6px;padding:8px 18px;font-size:11px;font-weight:600;transition:all .3s;position:relative}.fx-spotlight-btn:hover{border-color:#f59e0b;box-shadow:0 0 15px #f59e0b66}.fx-iso-cube-btn{color:#000;cursor:pointer;background:#f59e0b;border:none;border-radius:6px;padding:8px 16px;font-size:11px;font-weight:800;transition:all .15s;position:relative;box-shadow:0 5px #b45309,0 10px 15px #00000080}.fx-iso-cube-btn:hover{transform:translateY(2px);box-shadow:0 3px #b45309,0 6px 10px #0006}.fx-curtain-btn{color:#fff;cursor:pointer;z-index:1;background:0 0;border:1px solid #f59e0b;border-radius:6px;padding:8px 18px;font-size:11px;font-weight:700;position:relative;overflow:hidden}.fx-curtain-btn:before,.fx-curtain-btn:after{content:"";z-index:-1;background:#f59e0b;width:50%;transition:transform .3s;position:absolute;top:0;bottom:0}.fx-curtain-btn:before{transform-origin:0;left:0;transform:scaleX(0)}.fx-curtain-btn:after{transform-origin:100%;right:0;transform:scaleX(0)}.fx-curtain-btn:hover{color:#000}.fx-curtain-btn:hover:before,.fx-curtain-btn:hover:after{transform:scaleX(1)}.fx-glitch-btn{color:#000;letter-spacing:1px;cursor:pointer;background:#06b6d4;border:none;border-radius:4px;padding:8px 18px;font-size:11px;font-weight:800}.fx-glitch-btn:hover{animation:.2s infinite fx-btn-jitter;box-shadow:-2px 0 #f43f5e,2px 0 #8b5cf6}@keyframes fx-btn-jitter{0%{transform:translate(0)}25%{transform:translate(-2px,2px)}50%{transform:translate(2px,-1px)}75%{transform:translate(-1px,-2px)}to{transform:translate(0)}}.fx-magnetic-pill{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#ec4899);border:none;border-radius:25px;padding:8px 20px;font-size:11px;font-weight:700;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s}.fx-magnetic-pill:hover{transform:scale(1.1)translateY(-2px);box-shadow:0 8px 20px #ec489980}.fx-dna-wrap{align-items:center;gap:5px;height:35px;display:flex}.fx-dna-dot{background:#f59e0b;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite alternate fx-dna-wave}.fx-dna-dot:first-child{background:#f59e0b;animation-delay:0s}.fx-dna-dot:nth-child(2){background:#ec4899;animation-delay:.2s}.fx-dna-dot:nth-child(3){background:#8b5cf6;animation-delay:.4s}.fx-dna-dot:nth-child(4){background:#06b6d4;animation-delay:.6s}.fx-dna-dot:nth-child(5){background:#10b981;animation-delay:.8s}@keyframes fx-dna-wave{0%{opacity:.4;transform:translateY(-12px)scale(.6)}to{opacity:1;transform:translateY(12px)scale(1.2)}}.fx-orbit-system{width:44px;height:44px;position:relative}.fx-orbit-ring{border:2px dashed #f59e0b66;border-radius:50%;animation:3s linear infinite fx-orbit-spin;position:absolute;inset:0}.fx-orbit-ring:nth-child(2){border-color:#ec489980;animation-duration:2s;animation-direction:reverse;inset:5px}.fx-orbit-ring:nth-child(3){border-color:#06b6d499;animation-duration:1.2s;inset:10px}@keyframes fx-orbit-spin{to{transform:rotate(360deg)}}.fx-morph-geom{background:linear-gradient(135deg,#f59e0b,#f43f5e);width:28px;height:28px;animation:2s ease-in-out infinite fx-geom-morph}@keyframes fx-geom-morph{0%{border-radius:50%;transform:rotate(0)}50%{border-radius:0%;transform:rotate(180deg)scale(.8)}to{border-radius:50%;transform:rotate(360deg)}}.fx-liquid-dots-wrap{align-items:center;gap:6px;display:flex}.fx-liq-dot{background:#38bdf8;border-radius:50%;width:10px;height:10px;animation:1s ease-in-out infinite alternate fx-liq-bounce}.fx-liq-dot:nth-child(2){animation-delay:.2s}.fx-liq-dot:nth-child(3){animation-delay:.4s}@keyframes fx-liq-bounce{0%{opacity:.3;transform:scale(.5)}to{opacity:1;transform:scale(1.3);box-shadow:0 0 10px #38bdf8}}.fx-radar-scanner{background:radial-gradient(circle,#10b98126 0%,#0000 70%);border:1px solid #10b981;border-radius:50%;width:44px;height:44px;position:relative;overflow:hidden}.fx-radar-scanner:before{content:"";background:conic-gradient(#10b98199 0deg,#0000 60deg);animation:2s linear infinite fx-radar-turn;position:absolute;inset:0}@keyframes fx-radar-turn{to{transform:rotate(360deg)}}.fx-matrix-decode-txt{color:#22c55e;text-shadow:0 0 8px #22c55e;letter-spacing:1.5px;font-family:monospace;font-size:14px;font-weight:700;animation:1.5s infinite fx-matrix-scramble}@keyframes fx-matrix-scramble{0%,to{opacity:1}50%{opacity:.7;text-shadow:0 0 12px #15803d}}.fx-liquid-txt{color:#0000;background:linear-gradient(#38bdf8 0%,#1e40af 100%);filter:drop-shadow(0 0 8px #38bdf880);-webkit-background-clip:text;background-clip:text;font-size:22px;font-weight:900;animation:2s ease-in-out infinite alternate fx-liquid-wave-float}@keyframes fx-liquid-wave-float{0%{transform:translateY(0)}to{transform:translateY(-3px)}}.fx-chrome-txt{letter-spacing:2px;background:linear-gradient(#fff 0%,#94a3b8 45%,#0f172a 50%,#38bdf8 100%);color:#0000;filter:drop-shadow(0 2px 4px #000c);-webkit-background-clip:text;background-clip:text;font-size:20px;font-weight:900}.fx-kinetic-txt-wrap{color:#fbbf24;gap:2px;font-size:18px;font-weight:800;display:flex}.fx-kinetic-letter{animation:1.2s ease-in-out infinite alternate fx-kinetic-bounce;display:inline-block}.fx-kinetic-letter:nth-child(2){animation-delay:.1s}.fx-kinetic-letter:nth-child(3){animation-delay:.2s}.fx-kinetic-letter:nth-child(4){animation-delay:.3s}.fx-kinetic-letter:nth-child(5){animation-delay:.4s}@keyframes fx-kinetic-bounce{0%{transform:translateY(0)}to{transform:translateY(-6px)}}.fx-neon-burn-txt{color:#f43f5e;text-shadow:0 0 5px #f43f5e,0 0 15px #f43f5e,0 0 25px #e11d48;font-size:18px;font-weight:800;animation:2.5s infinite fx-neon-flicker}.fx-quantum-bg{background:#06070d radial-gradient(#f59e0b40 1px,#0000 1px) 0 0/16px 16px;border-radius:8px;width:100%;height:100%;animation:8s linear infinite fx-quantum-drift;position:relative;overflow:hidden}@keyframes fx-quantum-drift{0%{background-position:0 0}to{background-position:32px 32px}}.fx-crt-screen{background:#0a110a;border-radius:8px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:inset 0 0 30px #000000e6}.fx-crt-screen:before{content:"";pointer-events:none;background:linear-gradient(#12101000 50%,#0006 50%) 0 0/100% 3px;position:absolute;inset:0}.fx-hex-mesh-bg{opacity:.85;background-color:#090910;background-image:radial-gradient(#06b6d4 1.5px,#0000 1.5px),radial-gradient(#06b6d4 1.5px,#090910 1.5px);background-position:0 0,10px 10px;background-repeat:repeat;background-size:20px 20px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border-radius:8px;width:100%;height:100%;position:relative;overflow:hidden}.fx-lava-bg{background:#0f051d;border-radius:8px;width:100%;height:100%;position:relative;overflow:hidden}.fx-lava-blob{filter:blur(20px);opacity:.7;border-radius:50%;animation:6s ease-in-out infinite alternate fx-lava-float;position:absolute}.fx-lava-blob:first-child{background:#f43f5e;width:90px;height:90px;top:10%;left:20%}.fx-lava-blob:nth-child(2){background:#a855f7;width:110px;height:110px;animation-delay:-3s;bottom:10%;right:15%}@keyframes fx-lava-float{0%{transform:translate(0)scale(1)}to{transform:translate(20px,-20px)scale(1.2)}}.fx-nebula-bg{background:radial-gradient(circle,#1e1b4b 0%,#030712 100%);border-radius:8px;width:100%;height:100%;position:relative;overflow:hidden}.fx-nebula-cloud{filter:blur(35px);background:radial-gradient(circle,#ec489959 0%,#3b82f640 50%,#0000 70%);animation:18s linear infinite fx-nebula-spin;position:absolute;inset:-50%}@keyframes fx-nebula-spin{to{transform:rotate(360deg)}}.fx-device-scene{perspective:500px;justify-content:center;align-items:center;display:flex}.fx-device-frame{background:#18181b;border:3px solid #3f3f46;border-radius:14px;flex-direction:column;width:90px;height:140px;padding:6px;transition:transform .3s;display:flex;position:relative;transform:rotateX(25deg)rotateY(-20deg)rotate(8deg);box-shadow:-10px 15px 25px #0009,0 0 10px #f59e0b4d}.fx-device-frame:hover{transform:rotateX(15deg)rotateY(-10deg)rotate(4deg)translateY(-6px)}.fx-device-screen{color:#f59e0b;background:linear-gradient(135deg,#1e1e24,#0d0d12);border-radius:10px;flex:1;justify-content:center;align-items:center;font-size:9px;font-weight:700;display:flex}.fx-cube-scene{perspective:400px;width:50px;height:50px}.fx-cube-box{width:100%;height:100%;transform-style:preserve-3d;animation:8s linear infinite fx-cube-spin;position:relative}.fx-cube-face{background:#f59e0b33;border:1.5px solid #f59e0b;justify-content:center;align-items:center;width:50px;height:50px;font-size:14px;display:flex;position:absolute}.fx-cube-front{transform:rotateY(0)translateZ(25px)}.fx-cube-right{background:#ec489933;border-color:#ec4899;transform:rotateY(90deg)translateZ(25px)}.fx-cube-back{transform:rotateY(180deg)translateZ(25px)}.fx-cube-left{background:#06b6d433;border-color:#06b6d4;transform:rotateY(-90deg)translateZ(25px)}@keyframes fx-cube-spin{0%{transform:rotateX(-20deg)rotateY(0)}to{transform:rotateX(-20deg)rotateY(360deg)}}.fx-origami-wrap{perspective:500px}.fx-origami-panel{text-align:center;background:linear-gradient(135deg,#18181b,#27272a);border:1px solid #3f3f46;border-radius:6px;width:140px;padding:10px;transition:transform .4s cubic-bezier(.34,1.56,.64,1);transform:rotateX(25deg);box-shadow:0 12px 20px #00000080}.fx-origami-wrap:hover .fx-origami-panel{border-color:#f59e0b;transform:rotateX(0)translateY(-4px);box-shadow:0 15px 30px #f59e0b40}.fx-parallax-card{width:140px;height:90px;transform-style:preserve-3d;background:#111116;border:1px solid #27272a;border-radius:8px;justify-content:center;align-items:center;transition:transform .3s;display:flex;position:relative;transform:perspective(400px)rotateX(15deg)rotateY(-15deg)}.fx-parallax-card:hover{transform:perspective(400px)rotateX(0)rotateY(0)scale(1.05)}.fx-parallax-floating-tag{color:#000;background:#f59e0b;border-radius:4px;padding:4px 10px;font-size:9px;font-weight:800;transform:translateZ(25px);box-shadow:0 8px 15px #0006}.fx-globe-wrap{width:50px;height:50px;transform-style:preserve-3d;border:2px solid #38bdf899;border-radius:50%;position:relative;box-shadow:0 0 15px #38bdf84d}.fx-globe-ring{border:1px dashed #38bdf880;border-radius:50%;animation:4s linear infinite fx-globe-spin;position:absolute;inset:0}.fx-globe-ring:nth-child(2){transform:rotateY(60deg)}.fx-globe-ring:nth-child(3){transform:rotateY(120deg)}@keyframes fx-globe-spin{to{transform:rotateY(360deg)}}.fx-pcb-border-box{color:#10b981;background:#090e0b;border:2px solid #10b981;border-radius:6px;justify-content:center;align-items:center;width:140px;height:80px;font-family:monospace;font-size:10px;font-weight:700;display:flex;position:relative;box-shadow:0 0 12px #10b9814d}.fx-pcb-border-box:before{content:"";background:#fff;border-radius:50%;width:6px;height:6px;animation:3s linear infinite fx-pcb-chase;position:absolute;top:-4px;left:20%;box-shadow:0 0 8px #10b981,0 0 15px #fff}@keyframes fx-pcb-chase{0%{top:-4px;left:10%}25%{top:-4px;left:90%}50%{top:calc(100% - 4px);left:90%}75%{top:calc(100% - 4px);left:10%}to{top:-4px;left:10%}}.fx-conic-border-card{color:#fff;z-index:1;background:#0d0d12;border-radius:8px;justify-content:center;align-items:center;width:150px;height:85px;font-size:11px;font-weight:700;display:flex;position:relative}.fx-conic-border-card:before{content:"";z-index:-1;background:conic-gradient(#f59e0b,#ec4899,#8b5cf6,#06b6d4,#f59e0b);border-radius:10px;animation:4s linear infinite fx-conic-border-spin;position:absolute;inset:-2px}@keyframes fx-conic-border-spin{to{transform:rotate(360deg)}}.fx-hud-bracket-card{color:#06b6d4;background:#06b6d40d;justify-content:center;align-items:center;width:140px;height:80px;font-family:monospace;font-size:10px;font-weight:700;display:flex;position:relative}.fx-hud-bracket-card:before,.fx-hud-bracket-card:after{content:"";border:2px solid #06b6d4;width:12px;height:12px;position:absolute}.fx-hud-bracket-card:before{border-bottom:none;border-right:none;top:0;left:0}.fx-hud-bracket-card:after{border-top:none;border-left:none;bottom:0;right:0}.fx-laser-chase-box{color:#fff;background:#0a0a0f;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:140px;height:80px;font-size:10px;font-weight:700;display:flex;position:relative;box-shadow:0 0 12px #f59e0b33}.fx-blob-border-box{color:#ec4899;background:linear-gradient(135deg,#18181b,#09090c);border:2px solid #ec4899;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;justify-content:center;align-items:center;width:100px;height:100px;font-size:10px;font-weight:800;animation:5s ease-in-out infinite alternate fx-blob-morph;display:flex}.fx-chroma-shadow-card{color:#fff;text-align:center;background:#18181b;border-radius:6px;width:140px;padding:10px;font-size:10px;font-weight:700;transition:transform .2s;box-shadow:-6px 6px #06b6d4b3,6px -6px #f43f5eb3}.fx-chroma-shadow-card:hover{transform:translate(2px,-2px);box-shadow:-10px 10px #06b6d4e6,10px -10px #f43f5ee6}.fx-caustic-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fff;text-align:center;background:#ffffff0a;border:1px solid #ffffff26;border-radius:10px;width:140px;padding:10px;font-size:10px;font-weight:600;box-shadow:0 15px 30px -8px #f59e0b59}.fx-ambient-pulse-card{color:#fbbf24;text-align:center;background:#0f0f15;border:1px solid #27272a;border-radius:8px;width:140px;padding:10px;font-size:10px;font-weight:700;animation:2.5s ease-in-out infinite alternate fx-shadow-breath}@keyframes fx-shadow-breath{0%{box-shadow:0 4px 10px #f59e0b33}to{box-shadow:0 12px 25px #f59e0b99}}.fx-brutalist-card{color:#000;text-align:center;background:#facc15;border:2px solid #000;border-radius:4px;width:130px;padding:10px;font-size:10px;font-weight:800;transition:all .15s;box-shadow:5px 5px #000}.fx-brutalist-card:hover{transform:translate(2px,2px);box-shadow:3px 3px #000}.fx-pixel-card{color:#22c55e;background:linear-gradient(135deg,#18181b,#09090c);border:1px solid #3f3f46;border-radius:6px;justify-content:center;align-items:center;width:140px;height:80px;font-family:monospace;font-size:11px;font-weight:700;display:flex}.fx-pixel-card:hover{filter:contrast(150%)hue-rotate(45deg)}.fx-iris-card{color:#fff;background:#09090c;border:1px solid #27272a;border-radius:6px;justify-content:center;align-items:center;width:140px;height:80px;font-size:10px;font-weight:700;display:flex;position:relative;overflow:hidden}.fx-iris-card:before{content:"";clip-path:circle(0%);z-index:0;background:linear-gradient(135deg,#f59e0b,#ec4899);transition:clip-path .4s ease-in-out;position:absolute;inset:0}.fx-iris-card:hover:before{clip-path:circle(75%)}.fx-iris-card span{z-index:1;position:relative}.fx-shutter-box{color:#f59e0b;background:#12121a;border:1px solid #f59e0b;border-radius:6px;justify-content:center;align-items:center;width:140px;height:80px;font-size:10px;font-weight:700;transition:transform .3s;display:flex}.fx-shutter-box:hover{background:#181824;transform:scale(1.05)}.fx-cube-flip-wrap{perspective:500px;width:130px;height:80px}.fx-cube-flip-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .5s cubic-bezier(.4,0,.2,1);position:relative}.fx-cube-flip-wrap:hover .fx-cube-flip-inner{transform:rotateY(180deg)}.fx-cube-side{backface-visibility:hidden;border-radius:6px;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex;position:absolute;inset:0}.fx-cube-side-front{color:#fff;background:#18181b;border:1px solid #3f3f46}.fx-cube-side-back{color:#000;background:#f59e0b;transform:rotateY(180deg)}.fx-liquid-glass-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fff;background:#ffffff0d;border:1px solid #ffffff26;border-radius:10px;justify-content:center;align-items:center;width:150px;height:85px;font-size:10px;font-weight:700;display:flex;position:relative;overflow:hidden}.fx-liquid-glass-card:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;animation:3.5s infinite fx-glass-glint;position:absolute;top:0;left:-150%;transform:skew(-25deg)}@keyframes fx-glass-glint{0%{left:-150%}40%,to{left:150%}}.fx-eq-visualizer{background:#09090c;border:1px solid #27272a;border-radius:6px;align-items:flex-end;gap:3px;height:30px;padding:6px 10px;display:flex}.fx-eq-bar{background:linear-gradient(#f59e0b,#ec4899);border-radius:2px;width:3px;animation:1s ease-in-out infinite alternate fx-eq-jump}.fx-eq-bar:first-child{height:40%;animation-delay:.1s}.fx-eq-bar:nth-child(2){height:85%;animation-delay:.3s}.fx-eq-bar:nth-child(3){height:60%;animation-delay:.2s}.fx-eq-bar:nth-child(4){height:100%;animation-delay:.5s}.fx-eq-bar:nth-child(5){height:50%;animation-delay:.4s}@keyframes fx-eq-jump{0%{transform:scaleY(.3)}to{transform:scaleY(1)}}.fx-mesh-wrap{background:radial-gradient(circle,#f59e0b 0%,#ec4899 100%);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;width:55px;height:55px;animation:4s ease-in-out infinite alternate fx-mesh-morph;box-shadow:0 0 20px #ec489966}@keyframes fx-mesh-morph{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}50%{border-radius:70% 30% 30% 70%/60% 40%}to{border-radius:40% 60% 60% 40%/70% 30%}}.fx-security-badge{background:linear-gradient(135deg,#18181b,#09090c);border:1px solid #3f3f46;border-radius:8px;flex-direction:column;justify-content:space-between;width:140px;height:85px;padding:8px;display:flex;position:relative;overflow:hidden}.fx-security-badge:before{content:"";background:linear-gradient(115deg,#0000 40%,#06b6d440 45%,#ec489940 55%,#0000 60%);animation:4s infinite fx-holo-pass;position:absolute;inset:0}@keyframes fx-holo-pass{0%{transform:translate(-100%)}to{transform:translate(100%)}}
