@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600;700;900&display=swap");:root{--font-orbitron:"Orbitron",sans-serif}#__next,body,html{font-family:var(--font-orbitron)}.lens-flare{position:relative}#description-text:after{content:"";display:inline-block;width:.15em;height:1em;margin-left:.05em;border-right:.15em solid;animation:blinkCursor 1s steps(1) infinite;vertical-align:-.2em}@keyframes blinkCursor{0%,40%{opacity:1}50%,to{opacity:0}}canvas#dataChart{width:100%!important;height:100%!important;display:block}.geo-shape{position:absolute;width:130px;height:130px;background-color:rgba(59,130,246,.03);border:1px solid rgba(59,130,246,.06);opacity:.5;animation:drift 20s linear infinite alternate;-webkit-clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%)}.geo-shape:first-child{top:10%;left:5%;animation-duration:25s}.geo-shape:nth-child(2){top:60%;left:15%;animation-duration:18s;animation-direction:alternate-reverse}.geo-shape:nth-child(3){top:20%;left:80%;animation-duration:22s;width:100px;height:100px}.geo-shape:nth-child(4){top:75%;left:70%;animation-duration:28s;animation-direction:alternate-reverse}.geo-shape:nth-child(5){top:40%;left:40%;animation-duration:15s;width:180px;height:180px;opacity:.3}.geo-shape:nth-child(6){top:85%;left:30%;animation-duration:30s}.geo-shape:nth-child(7){top:5%;left:50%;animation-duration:17s;animation-direction:alternate-reverse}.geo-shape:nth-child(8){top:50%;left:90%;animation-duration:23s;width:110px;height:110px}@keyframes drift{0%{transform:translate(0) rotate(0)}to{transform:translate(40px,25px) rotate(40deg)}}.flow-line{position:absolute;width:1px;height:45vh;background:linear-gradient(to top,transparent,var(--flow-color),transparent);opacity:.22;animation:flow 11s linear infinite}.flow-line:first-child{left:10%;animation-delay:-1s}.flow-line:nth-child(2){left:30%;animation-delay:-5s}.flow-line:nth-child(3){left:50%;animation-delay:-3s}.flow-line:nth-child(4){left:70%;animation-delay:-7s}.flow-line:nth-child(5){left:90%;animation-delay:-8s}.flow-line:nth-child(6){left:40%;animation-delay:-4s}@keyframes flow{0%{transform:translateY(-40vh) scaleY(1);opacity:0}15%,80%{opacity:.28}to{transform:translateY(130vh) scaleY(1.8);opacity:0}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes titleShimmer{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.system-indicator{position:absolute;background-color:var(--glow-color,#0ea5e9);box-shadow:0 0 5px var(--glow-color,#0ea5e9);border-radius:50%;transition:background-color .4s ease-out,box-shadow .4s ease-out}.indicator-dot{width:6px;height:6px;animation:indicatorBlink 1.5s ease-in-out infinite}.indicator-line{width:15px;height:2px;border-radius:1px;animation:indicatorBlink 2s ease-in-out infinite alternate}.indicator-pulse{width:8px;height:8px;animation:indicatorPulse 1s ease-out infinite}.indicator-1{top:15px;left:15px;animation-delay:.2s}.indicator-2{top:15px;right:40px}.indicator-3{bottom:15px;left:40px;animation-delay:.5s}.indicator-4{bottom:15px;right:15px;animation-delay:.3s}.indicator-5{left:5px;animation-delay:.1s}.indicator-5,.indicator-6{top:50%;transform:translateY(-50%)}.indicator-6{right:5px;animation-delay:.6s}@keyframes indicatorBlink{0%,to{opacity:.2}50%{opacity:.8}}@keyframes indicatorPulse{0%{transform:scale(.8);opacity:.5}to{transform:scale(1.2);opacity:0}}@keyframes chartLinePulse{0%{filter:drop-shadow(0 0 3px var(--pulse-color,transparent));opacity:1}50%{filter:drop-shadow(0 0 10px var(--pulse-color,transparent));opacity:.85}to{filter:drop-shadow(0 0 3px var(--pulse-color,transparent));opacity:1}}.chart-pulse{animation:chartLinePulse .35s ease-out}@keyframes drawConnector{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}#data-panel.panel-active{animation:zoomIn .7s cubic-bezier(.23,1,.32,1) forwards}.data-connector-path{fill:none;stroke:var(--glow-color,transparent);stroke-width:2px;stroke-dasharray:1000;stroke-dashoffset:1000;opacity:0;transition:stroke .4s ease-out,opacity .3s ease-out;filter:drop-shadow(0 0 5px var(--glow-color,transparent))}.data-connector-path.connector-active{opacity:.8;animation:drawConnector .7s cubic-bezier(.23,1,.32,1) forwards}.selector-button.active:after{content:"";position:absolute;left:0;width:100%;height:2px;background-color:var(--glow-color,#fff);box-shadow:0 0 10px var(--glow-color,#fff),0 0 5px var(--glow-color,#fff);opacity:.85;animation:scanButton 2.3s ease-in-out infinite alternate;z-index:1;top:2px}@keyframes scanButton{0%{top:2px}to{top:96%}}.chart-tooltip{position:absolute;top:0;left:0;transform:translate(-9999px,-9999px);background:rgba(0,0,0,.72);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--ct-glow,rgba(59,130,246,1));box-shadow:0 0 10px var(--ct-glow,rgba(59,130,246,1));border-radius:10px;padding:9px 11px;color:#e5e7eb;font-family:Orbitron,sans-serif;font-size:12px;line-height:1.25;min-width:220px;max-width:320px;pointer-events:none;opacity:0;transition:opacity .12s ease-out,transform .06s ease-out;z-index:20}.chart-tooltip .ct-title{font-size:13px;font-weight:700;margin-bottom:4px;color:#fff}.chart-tooltip .ct-body{font-size:12px;opacity:.95;white-space:normal}.anim-subtitle,.anim-title{animation:fadeInDown .7s ease-out forwards;opacity:0}.anim-subtitle{animation-delay:.35s}.anim-panel{animation:fadeIn .7s ease-out forwards;animation-delay:.55s;opacity:0}.anim-item-1{animation:fadeInUp .6s cubic-bezier(.23,1,.32,1) forwards;animation-delay:.9s;opacity:0}.anim-item-2{animation:fadeInUp .6s cubic-bezier(.23,1,.32,1) forwards;animation-delay:1.05s;opacity:0}.anim-item-3{animation:fadeInUp .6s cubic-bezier(.23,1,.32,1) forwards;animation-delay:1.2s;opacity:0}.anim-item-4{animation:fadeInUp .6s cubic-bezier(.23,1,.32,1) forwards;animation-delay:1.35s;opacity:0}#description-text,.desc-text{letter-spacing:.03em}main#dashboard-main-content{perspective:1000px;width:100%}@media (prefers-reduced-motion:reduce){.flow-line,.geo-shape{animation:none!important}.anim-item-1,.anim-item-2,.anim-item-3,.anim-item-4,.anim-panel,.anim-subtitle,.anim-title{animation:none!important;opacity:1!important}.chart-pulse{animation:none!important}}@keyframes float-a{0%{transform:translate(0) rotate(0deg) scale(1)}20%{transform:translate(4px,-28px) rotate(-2.5deg) scale(1.03)}40%{transform:translate(-6px,-18px) rotate(1.8deg) scale(1.01)}60%{transform:translate(7px,-32px) rotate(2.2deg) scale(1.04)}80%{transform:translate(-3px,-12px) rotate(-1.2deg) scale(1.01)}to{transform:translate(0) rotate(0deg) scale(1)}}@keyframes float-b{0%{transform:translate(0) rotate(0deg) scale(1)}20%{transform:translate(-5px,22px) rotate(2deg) scale(1.02)}40%{transform:translate(8px,30px) rotate(-2.5deg) scale(1.04)}60%{transform:translate(-4px,16px) rotate(1.5deg) scale(1.02)}80%{transform:translate(6px,26px) rotate(-1deg) scale(1.03)}to{transform:translate(0) rotate(0deg) scale(1)}}@keyframes float-c{0%{transform:translate(0) rotate(0deg) scale(1)}15%{transform:translate(6px,-22px) rotate(-1.8deg) scale(1.02)}35%{transform:translate(-8px,-36px) rotate(3deg) scale(1.05)}55%{transform:translate(5px,-20px) rotate(-2.2deg) scale(1.02)}75%{transform:translate(-4px,-30px) rotate(1.5deg) scale(1.04)}to{transform:translate(0) rotate(0deg) scale(1)}}@keyframes float-d{0%{transform:translate(0) rotate(0deg) scale(1)}25%{transform:translate(-7px,28px) rotate(3deg) scale(1.03)}50%{transform:translate(5px,18px) rotate(-1.5deg) scale(1.01)}75%{transform:translate(-9px,32px) rotate(2.8deg) scale(1.04)}to{transform:translate(0) rotate(0deg) scale(1)}}@keyframes float-e{0%{transform:translate(0) rotate(0deg) scale(1)}20%{transform:translate(8px,-24px) rotate(-3deg) scale(1.04)}45%{transform:translate(-6px,-14px) rotate(2deg) scale(1.02)}65%{transform:translate(9px,-30px) rotate(-2.5deg) scale(1.05)}85%{transform:translate(-3px,-10px) rotate(1deg) scale(1.01)}to{transform:translate(0) rotate(0deg) scale(1)}}@keyframes shadow-a{0%,to{transform:translate(-50%) scale(1);opacity:.55}20%{transform:translate(-50%,14px) scale(.7);opacity:.25}40%{transform:translate(-50%,9px) scale(.82);opacity:.35}60%{transform:translate(-50%,16px) scale(.65);opacity:.2}80%{transform:translate(-50%,6px) scale(.88);opacity:.4}}@keyframes shadow-b{0%,to{transform:translate(-50%) scale(1);opacity:.55}20%{transform:translate(-50%,-11px) scale(.75);opacity:.3}40%{transform:translate(-50%,-15px) scale(.65);opacity:.2}60%{transform:translate(-50%,-8px) scale(.82);opacity:.35}80%{transform:translate(-50%,-13px) scale(.7);opacity:.25}}@keyframes ring-spin-cw{to{transform:rotate(1turn)}}@keyframes ring-spin-ccw{to{transform:rotate(-1turn)}}@keyframes dash-march{to{stroke-dashoffset:-60}}@keyframes scan-y{0%{transform:translateY(-20px);opacity:0}10%{opacity:.9}90%{opacity:.9}to{transform:translateY(20px);opacity:0}}@keyframes orbit-cw{to{transform:rotate(1turn)}}@keyframes orbit-ccw{to{transform:rotate(-1turn)}}@keyframes glitch-x{0%,96%,to{transform:translateX(0)}93%{transform:translateX(-3px) skewX(-4deg)}94%{transform:translateX(3px) skewX(4deg)}95%{transform:translateX(-2px)}}@keyframes diamond-spin{0%,to{transform:rotate(0deg) scale(1)}25%{transform:rotate(4deg) scale(1.04)}75%{transform:rotate(-4deg) scale(1.04)}}@keyframes d-pulse{0%,to{stroke-width:5.5}50%{stroke-width:7}}@keyframes capsule-border{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes badge-in{0%{opacity:0;transform:translateX(-18px) scale(.92);filter:blur(4px)}60%{filter:blur(0)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes border-run{0%{background-position:0 0}to{background-position:300% 0}}@keyframes reveal-up{0%{opacity:0;transform:translateY(105%) skewY(4deg)}30%{opacity:1}to{opacity:1;transform:translateY(0) skewY(0deg)}}@keyframes p-line-in{0%{opacity:0;filter:blur(3px);transform:translateY(10px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}.chc-drift-up{animation:float-a var(--drift-speed,4.8s) ease-in-out infinite;will-change:transform}.chc-drift-down{animation:float-b var(--drift-speed,4.8s) ease-in-out infinite;will-change:transform}.chc-drift:after{content:"";position:absolute;bottom:-18px;left:50%;width:60%;height:14px;border-radius:9999px;background:radial-gradient(ellipse,rgba(168,85,247,.55) 0,rgba(99,102,241,.2) 50%,transparent 75%);filter:blur(6px);pointer-events:none;transform:translate(-50%) scale(1);animation:shadow-a var(--drift-speed,4.8s) ease-in-out infinite;animation-delay:var(--stagger,0s)}.chc-drift-down:after{animation-name:shadow-b}.chc-svg{position:relative;z-index:1;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:visible;contain:paint style}.r-outer{animation:ring-spin-cw 22s linear infinite}.r-mid,.r-outer{transform-origin:50px 50px}.r-mid{animation:ring-spin-ccw 14s linear infinite}.r-dash{animation:dash-march 1.8s linear infinite}.r-dash2{animation:dash-march 2.4s linear infinite reverse}.scan-line{animation:scan-y 3.2s ease-in-out infinite;transform-origin:50px 50px}.btc-symbol{animation:glitch-x 5s ease-in-out infinite}.eth-diamond{animation:diamond-spin 4s ease-in-out infinite;transform-origin:50px 50px}.card-orbit-cw{animation:orbit-cw 8s linear infinite;transform-origin:50px 50px}.card-orbit-ccw{animation:orbit-ccw 12s linear infinite;transform-origin:50px 50px}.dcoin-path{animation:d-pulse 2.6s ease-in-out infinite}.chc-ico{position:relative;transition:transform .15s ease-out,filter .2s ease;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform,filter;cursor:pointer}.chc-capsule-border{position:absolute;inset:0;border-radius:26px;padding:2px;background:linear-gradient(135deg,rgba(236,72,153,.75),rgba(168,85,247,.7) 25%,rgba(99,102,241,.65) 50%,rgba(34,211,238,.7) 75%,rgba(236,72,153,.75));background-size:300% 300%;animation:capsule-border 6s linear infinite;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.chc-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px 6px 12px;border-radius:9999px;border:1px solid rgba(168,85,247,.35);background:rgba(0,0,0,.85);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:clamp(10px,1vw,12px);font-weight:600;letter-spacing:.07em;color:rgba(216,180,254,.92);width:-moz-fit-content;width:fit-content;position:relative;opacity:0;animation:badge-in .7s cubic-bezier(.22,1,.36,1) .1s both;font-family:var(--font-orbitron)}.chc-badge:before{content:"";position:absolute;inset:-1px;border-radius:9999px;padding:1px;background:linear-gradient(90deg,rgba(236,72,153,.9),rgba(168,85,247,.9),rgba(99,102,241,.9),rgba(34,211,238,.9),rgba(236,72,153,.9));background-size:300% 100%;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:border-run 3s linear 1.2s infinite;pointer-events:none}.chc-badge-dot{width:7px;height:7px;border-radius:9999px;background:#a855f7;box-shadow:0 0 6px #a855f7;flex-shrink:0}.chc-title{font-family:var(--font-orbitron);font-weight:800;letter-spacing:-.02em;line-height:1.22;font-size:clamp(20px,5.5vw,62px);display:flex;flex-wrap:wrap;align-items:baseline;gap:0}.chc-word-wrap{display:inline-flex;overflow:hidden;padding-bottom:.06em;vertical-align:bottom}.chc-space{display:inline-block;width:.28em}.chc-word{display:inline-block;opacity:0;transform:translateY(105%);animation:reveal-up .65s cubic-bezier(.16,1,.3,1) both;animation-delay:var(--wt);background:linear-gradient(120deg,#f9a8d4,#e879f9 18%,#c084fc 35%,#818cf8 50%,#67e8f9 65%,#a78bfa 80%,#f472b6);background-size:300% 100%;background-position:calc(var(--wi, 0) * 18%) 0;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#c084fc}.chc-p-line{display:inline;opacity:0;animation:p-line-in .6s cubic-bezier(.22,1,.36,1) both;animation-delay:var(--lt);color:rgb(255,255,255)}@media (min-width:600px){.chc-title{font-size:clamp(22px,4.2vw,52px)}}@media (min-width:900px){.chc-title{font-size:clamp(24px,3.8vw,58px)}}@media (min-width:1200px){.chc-title{font-size:clamp(26px,4.7vw,62px)}}@media (min-width:1536px){.chc-title{font-size:clamp(30px,4vw,70px)}}@media (prefers-reduced-motion:reduce){.btc-symbol,.card-orbit-ccw,.card-orbit-cw,.chc-badge,.chc-capsule-border,.chc-drift-down,.chc-drift-up,.chc-drift:after,.chc-p-line,.chc-word,.dcoin-path,.eth-diamond,.r-dash,.r-dash2,.r-mid,.r-outer,.scan-line{animation:none!important;opacity:1;transform:none;filter:none}}.slay-crypto-section{font-family:var(--font-orbitron),sans-serif;--icon-size:clamp(38px,8vw,80px);--title-size:clamp(14px,1.6vw,18px);--card-padding:clamp(12px,1.4vw,18px);--card-gap:clamp(8px,1vw,12px);--panel-pad:clamp(10px,1.2vw,14px);--blue:#3b82f6;--purple:#8b5cf6;--border:#374151;width:100%;display:flex;flex-direction:column;align-items:center;gap:clamp(10px,1.4vw,14px);padding:clamp(12px,2vw,16px) clamp(10px,3vw,18px);color:#fff;margin-top:var(--top-offset,140px)}@media (min-width:768px) and (max-width:1024px){.slay-crypto-section{margin-top:calc(var(--top-offset, 140px) + 10px)}}@media (max-width:767px){.slay-crypto-section{margin-top:calc(var(--top-offset, 140px) * .7)}}.text-header{text-align:center;opacity:0;transform:translateY(12px);animation:textFadeIn .6s .12s forwards}.eyebrow{font-size:clamp(1.1rem,2.8vw,1.7rem);letter-spacing:.25em;color:#e5e7eb}.slay-crypto-section .headline{margin-top:.15rem;font-weight:700;font-size:clamp(1.6rem,5vw,4rem);background:linear-gradient(90deg,#f472b6,#a855f7,#60a5fa,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:normal;word-break:keep-all;overflow-wrap:break-word}@media (min-width:1025px){.slay-crypto-section .headline{font-size:clamp(4.4rem,4.8vw,5.5rem);white-space:nowrap}}.mechanic-core{width:min(1100px,100%);height:auto;min-height:clamp(420px,48vh,520px);display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-gap:clamp(10px,1.2vw,12px);gap:clamp(10px,1.2vw,12px);position:relative;perspective:1500px}@media (max-width:900px){.mechanic-core{grid-template-columns:1fr;grid-template-rows:none;height:auto;gap:clamp(12px,2.5vw,16px)}}.module-container{position:relative;transform-style:preserve-3d;transition:transform .45s ease,opacity .45s ease;outline:none;height:auto;min-height:160px}.module-container:hover{z-index:2}.module-trigger{position:absolute;inset:0;border-radius:16px;overflow:hidden;transform:translateZ(1px) rotateY(90deg);opacity:0;animation:module-appear .55s cubic-bezier(.2,.8,.2,1) forwards}.module-content-paper{outline:1px solid rgba(59,130,246,.18);height:calc(100% - 2px);width:calc(100% - 2px);margin:1px;border-radius:16px;background:radial-gradient(ellipse at center,rgba(31,41,55,.78) 0,rgba(12,10,24,.9) 100%);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:var(--card-gap);cursor:pointer;position:relative;padding:var(--card-padding);padding-bottom:clamp(15px,2.5vw,25px)}.deployment-panel{position:absolute;top:0;left:0;width:200%;height:100%;display:flex;pointer-events:none;transform-origin:left;transform:rotateY(-90deg);transition:transform .55s cubic-bezier(.2,1,.3,1);z-index:5}.panel-right-origin{left:auto;right:0;transform-origin:right;transform:rotateY(90deg)}.module-container.open .deployment-panel,.module-container:hover .deployment-panel{transform:rotateY(0deg);pointer-events:auto}.panel-half{width:50%;height:100%;border-radius:10px;padding:var(--panel-pad);display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.left-half{background:radial-gradient(ellipse at center,rgba(31,41,55,.8) 0,rgba(12,10,24,.9) 100%);border:1px solid var(--border)}.right-half{background:#000;border:1px solid var(--blue);box-shadow:inset 0 0 12px rgba(59,130,246,.25)}.panel-half h3{font-size:clamp(.95rem,1.7vw,1.1rem);font-weight:700;color:var(--blue);text-align:center}.panel-half h3,.panel-half p{opacity:0;transform:translateY(8px)}.panel-half p{margin-top:.25rem;color:rgba(255,255,255,1);line-height:1.5;font-size:clamp(.95rem,1.4vw,1.25rem);text-align:justify;text-justify:inter-word}@media (min-width:1025px){.panel-half p{font-size:clamp(1.1rem,1.2vw,1.38rem)}}.module-container.open .panel-half h3,.module-container:hover .panel-half h3{opacity:1;transform:translateY(0);transition:all .35s ease .45s}.module-container.open .panel-half p,.module-container:hover .panel-half p{opacity:1;transform:translateY(0);transition:all .35s ease .52s}@media (max-width:900px){.deployment-panel{position:absolute;top:0;left:0;width:100%;height:100%;transform-origin:center;transform:scale(0);pointer-events:none;display:flex;flex-direction:row;background:rgba(12,10,24,.95);border-radius:16px;border:1px solid var(--blue);overflow:hidden;transition:transform .4s cubic-bezier(.4,0,.2,1)}.module-container.open .deployment-panel{transform:scale(1);pointer-events:auto}.panel-half{width:50%;height:100%;padding:clamp(15px,2.5vw,25px)}.left-half{display:none}.right-half{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.panel-half h3{font-size:1.1rem;margin-bottom:5px}.panel-half p{font-size:.9rem;text-align:justify;text-justify:inter-word;line-height:1.3}}@keyframes textFadeIn{to{opacity:1;transform:translateY(0)}}@keyframes module-appear{to{opacity:1;transform:rotateY(0deg)}}.mechanic-core>.module-container .module-content-paper:after{content:"";position:absolute;inset:0;border-radius:16px;padding:1px;pointer-events:none;background:linear-gradient(90deg,transparent,var(--blue),var(--purple),var(--blue),transparent);background-size:300% 100%;animation:slay-border-pan 6s linear infinite;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.55;filter:drop-shadow(0 0 6px rgba(59,130,246,.25)) drop-shadow(0 0 10px rgba(139,92,246,.2))}@keyframes slay-border-pan{0%{background-position:0 0}to{background-position:200% 0}}.icon{width:var(--icon-size)!important;height:var(--icon-size)!important;color:#e0e7ff;stroke-width:1.5;position:relative;z-index:1}.title{font-weight:600;color:#fff;font-size:var(--title-size);text-align:center}@keyframes cardEnter{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes cardExitLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-30px)}}@keyframes cardExitRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(30px)}}@keyframes ping{0%{transform:translate(-50%,-50%) scale(.9);opacity:.5}to{transform:translate(-50%,-50%) scale(1.9);opacity:0}}.slay-section-container *,.slay-section-container :after,.slay-section-container :before{box-sizing:border-box}@media (prefers-reduced-motion:reduce){.slay-section-container *{animation:none!important;transition:none!important}}html[data-animations=off] .slay-section-container *{animation:none!important;transition:none!important}