.color-bends-container{width:100%;height:100%;position:relative;overflow:hidden}
.logo-loader{justify-content:center;align-items:center;transition:opacity .3s;display:inline-flex}.logo-loader.visible{opacity:1}.logo-loader.hidden{opacity:0}@keyframes animate-svg-stroke-1{0%{stroke-dashoffset:64.8319px;stroke-dasharray:64.8319}to{stroke-dashoffset:0;stroke-dasharray:64.8319}}.svg-elem-1{animation:1s both animate-svg-stroke-1}@keyframes animate-svg-stroke-2{0%{stroke-dashoffset:40.1151px;stroke-dasharray:40.1151}to{stroke-dashoffset:0;stroke-dasharray:40.1151}}.svg-elem-2{animation:1s .5s both animate-svg-stroke-2}
.pixel-canvas{width:100%;height:100%;display:block}.pixel-card{isolation:isolate;-webkit-user-select:none;user-select:none;border:1px solid #27272a;border-radius:25px;place-items:center;width:300px;height:400px;transition:border-color .2s cubic-bezier(.5,1,.89,1);display:grid;position:relative;overflow:hidden}.pixel-card.w-full{width:100%}.pixel-card.h-full{height:100%}.pixel-card:before{content:"";aspect-ratio:1;opacity:0;background:radial-gradient(circle,#09090b,#0000 85%);margin:auto;transition:opacity .8s cubic-bezier(.5,1,.89,1);position:absolute;inset:0}.pixel-card:hover:before,.pixel-card:focus-within:before{opacity:1}
.card-spotlight{--mouse-x:50%;--mouse-y:50%;--spotlight-color:#ffffff0d;border-radius:1.5rem;position:relative;overflow:hidden}.card-spotlight:before{content:"";background:radial-gradient(circle at var(--mouse-x)var(--mouse-y),var(--spotlight-color),transparent 80%);opacity:0;pointer-events:none;transition:opacity .5s;position:absolute;inset:0}.card-spotlight:hover:before,.card-spotlight:focus-within:before{opacity:.6}
