s-scrolldown{--color:var(--text-secondary);cursor:pointer;border:2px solid var(--color);border-radius:50px;justify-content:center;align-items:center;width:24px;height:42px;transition:all .3s;display:flex}s-scrolldown:hover{--color:var(--text)}s-scrolldown.inactive{pointer-events:none;opacity:0}s-scrolldown:before{content:"Scroll to explore";width:max-content;color:var(--color);font-size:15px;transition:inherit;position:absolute;top:-30px}s-scrolldown:after{content:"";background-color:var(--color);border-radius:50px;width:5px;height:10px;transition:inherit;animation:2s ease-in-out infinite up_down;position:absolute}@keyframes up_down{0%,to{top:8px}25%,75%{scale:.5}50%{top:22px;scale:1}}s-slider{scroll-behavior:smooth;scroll-snap-type:x mandatory;scroll-marker-group:after;scrollbar-width:none;anchor-name:--slider;flex-direction:row;display:flex;position:relative;overflow-x:auto}s-slider::scroll-button(right){content:">";cursor:pointer;aspect-ratio:1;position-anchor:--slider;background-color:var(--bg-lightest);width:60px;color:var(--text);border:none;border-radius:20px;font-size:20px;position:fixed}s-slider::scroll-button(left){content:">";cursor:pointer;aspect-ratio:1;position-anchor:--slider;background-color:var(--bg-lightest);width:60px;color:var(--text);border:none;border-radius:20px;font-size:20px;position:fixed}s-slider::scroll-button(right){content:">";position-area:right center;translate:10px}s-slider::scroll-button(left){content:"<";position-area:left center;translate:-10px}s-slider::scroll-marker-group{flex-direction:row;justify-content:center;gap:10px;display:flex}s-slider article{scroll-snap-align:start;flex:0 0 100%}s-slider article::scroll-marker{content:"";background-color:var(--bg-lightest);border-radius:50%;flex:0 0 10px;height:10px;transition:all .2s}s-slider article::scroll-marker:target-current{background-color:var(--primary)}e-hexagons{grid-template-columns:repeat(auto-fill,64.8px);grid-auto-rows:28.8px;gap:1px 36.4px;width:100%;height:100%;display:grid;position:absolute}e-hexagons span{--border-width:2px;--background-color:var(--bg);--border-color:var(--bg-contrast-darker);clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%);background-color:var(--border-color);place-items:center;width:64.8px;height:57.6px;transition:all .2s;display:grid;position:relative}e-hexagons span:before{content:"";clip-path:inherit;width:calc(100% - var(--border-width) * 2);height:calc(100% - var(--border-width) * 2);background-color:var(--background-color);transition:inherit;position:absolute}e-hexagons span:hover,e-hexagons span.near_hovered{background-color:var(--primary)}e-hexagons span.odd{margin-left:50.6px}e-hexagons span:nth-child(2n){--background-color:var(--bg-contrast-darker);--border-color:var(--bg-contrast-darkest)}e-hexagons span:nth-child(2n):hover:before{background-color:#0002}#section_hero{background-image:var(--bg-image);justify-content:center;align-items:center;width:100%;height:100dvh}#section_hero header{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}#section_hero header #by{z-index:1;text-align:center;font-family:mono;font-size:max(22px,1.6vw);font-weight:600}#section_hero header #by t-decipher{color:var(--primary)}#section_hero s-scrolldown{bottom:var(--padding-y);position:absolute}#section_hero s-svg[svg=blob]{pointer-events:none;aspect-ratio:1;opacity:.4;width:80vw;position:absolute;top:35%;right:0;translate:60% -50%}@media (width<=800px){#section_hero s-svg[svg=blob]{opacity:.5;width:150%;top:0}}#section_showcase{justify-content:center;align-items:center;gap:30px;min-height:100vh}#section_showcase header{pointer-events:none;width:var(--full);flex-direction:column;gap:40px;display:flex;position:relative}#section_showcase header p{color:var(--text-secondary)}#section_showcase .display{width:var(--full-residual)}#section_showcase s-connections{grid-template-rows:repeat(6,1fr);grid-template-columns:repeat(6,1fr);place-items:center;gap:15px;display:grid;position:relative}#section_showcase s-connections .lines{pointer-events:none;width:100%;height:100%;position:absolute}#section_showcase s-connections .lines path{--length:100;stroke-dasharray:var(--length);stroke-dashoffset:var(--length);stroke-linecap:round;stroke-width:.3px;fill:#0000;stroke:url(#line_gradient);transition-timing-function:ease-in}#section_showcase s-connections .lines path.active{stroke-dashoffset:0}#section_showcase s-connections .lines path.unactive{stroke-dashoffset:calc(-1 * var(--length))}#section_showcase s-connections .box{z-index:1;cursor:pointer;aspect-ratio:1;flex-direction:column;justify-content:center;align-items:center;width:100%;font-size:12px;font-weight:600;display:flex;position:relative}#section_showcase s-connections .box:before{content:"";aspect-ratio:1;background-color:var(--bg);outline:2px solid var(--text-tertiary);corner-shape:bevel;border-radius:12px;width:100%;transition:inherit ease-out;position:absolute}#section_showcase s-connections .box:hover:before,#section_showcase s-connections .box.active:before{background-color:var(--bg-lighter);width:120%;box-shadow:0 0 10px #0003}#section_showcase s-connections .box:hover s-icon,#section_showcase s-connections .box.active s-icon{--fill-1:var(--primary);--fill-2:var(--secondary);stroke:#0000;width:50%;translate:0 -10px}#section_showcase s-connections .box:hover span,#section_showcase s-connections .box.active span{opacity:1;translate:0 26px}#section_showcase s-connections .box:first-child{grid-area:1/1}#section_showcase s-connections .box:nth-child(2){grid-area:2/4}#section_showcase s-connections .box:nth-child(3){grid-area:3/2}#section_showcase s-connections .box:nth-child(4){grid-area:3/5}#section_showcase s-connections .box:nth-child(5){grid-area:5/4}#section_showcase s-connections .box:nth-child(6){grid-area:6/6}#section_showcase s-connections .box:nth-child(7){grid-area:2/5}#section_showcase s-connections .box s-icon{width:65%;stroke:var(--text-tertiary);stroke-dasharray:8;stroke-width:4px;transition:inherit;position:absolute}#section_showcase s-connections .box span{opacity:0;color:var(--text-secondary);transition:inherit;position:absolute;translate:0 35px}#section_stack{justify-content:center;align-items:center;gap:30px;min-height:100vh}#section_stack header{pointer-events:none;width:var(--full);flex-direction:column;gap:40px;display:flex;position:relative}#section_stack header p{color:var(--text-secondary)}#section_stack .display{width:var(--full-residual);flex-direction:column;justify-content:center;align-items:end;gap:32px;height:510px;display:flex}#section_stack .display .box{--size-x:300px;--size-z:300px;--size-y:50px;width:calc(var(--size-x) * 1.42);height:var(--size-y);transform-style:preserve-3d;flex-direction:column;align-items:center;display:flex;position:relative;transform:rotateX(-35deg)rotateY(-45deg)}#section_stack .display .box .face{backface-visibility:hidden;background-color:inherit;color:inherit;align-items:center;padding:1rem;transition:inherit;display:flex;position:absolute}#section_stack .display .box .front,#section_stack .display .box .back{width:var(--size-x);height:var(--size-y)}#section_stack .display .box .front{transform:translateZ(calc(var(--size-z) / 2))}#section_stack .display .box .back{transform:rotateY(180deg) translateZ(calc(var(--size-z) / 2))}#section_stack .display .box .right,#section_stack .display .box .left{width:var(--size-z);height:var(--size-y)}#section_stack .display .box .right{transform:rotateY(90deg) translateZ(calc(var(--size-x) / 2))}#section_stack .display .box .left{transform:rotateY(-90deg) translateZ(calc(var(--size-z) / 2))}#section_stack .display .box .top,#section_stack .display .box .bottom{width:var(--size-x);height:var(--size-z)}#section_stack .display .box .top{transform:rotateX(90deg) translateZ(calc(var(--size-z) / 2))}#section_stack .display .box .bottom{transform:rotateX(-90deg) translateZ(calc(var(--size-y) / 2))}#section_stack .display .box{z-index:calc(sibling-count() - sibling-index());cursor:pointer;animation:7s ease-in-out infinite float;animation-delay:calc(sibling-index() * -.5s);font-size:18px;transition:all .5s}#section_stack .display .box:first-child,#section_stack .display .box:last-child{--size-y:0px}#section_stack .display .box:first-child .face,#section_stack .display .box:last-child .face{justify-content:center;align-items:center;display:flex}#section_stack .display .box:first-child .face img,#section_stack .display .box:last-child .face img{width:75%}#section_stack .display .box.highlight .face{border:1px solid var(--tertiary)}#section_stack .display .box.highlight .face.top{background-image:linear-gradient(180deg, var(--tertiary), #0000), linear-gradient(90deg, var(--tertiary), var(--secondary))}#section_stack .display .box.highlight .face.front{background-image:linear-gradient(90deg, var(--tertiary), var(--secondary))}#section_stack .display .box.highlight .face.right{background-image:linear-gradient(-90deg, var(--tertiary), var(--secondary))}#section_stack .display .box:hover{scale:1.05}#section_stack .display .box:hover .face{opacity:.7}#section_stack .display .box .face{background-color:var(--bg-lighter);border:1px solid var(--bg-contrast)}#section_stack .display .box .face.left{text-align:start}@keyframes float{0%,to{translate:0 10px}50%{translate:0 -10px}}@media screen and (width<=900px){#section_stack .display{align-items:center}#section_stack .display .box{--size-x:250px;--size-z:250px}}#section_platforms{align-items:center;gap:20px;height:80vh;margin-top:10vh;margin-bottom:10vh}#section_platforms s-slider{gap:20px;width:60%;height:100%}#section_platforms s-slider article{--primary:#ff0080;--secondary:#ff8c00;background-color:var(--bg-lighter);border-radius:20px;padding:4px}#section_platforms s-slider article header{background-color:var(--bg);border-radius:inherit;justify-content:center;align-items:center;height:80%;display:flex;position:relative}#section_platforms s-slider article header:before{content:"";opacity:.05;aspect-ratio:1;background-image:url(/assets/imgs/platforms/foundry.svg);background-position:50%;background-size:cover;height:60%;position:absolute}#section_platforms s-slider article header h3{background-image:linear-gradient(45deg, var(--primary), var(--secondary));z-index:0;-webkit-background-clip:text;background-clip:text;width:fit-content;text-shadow:none!important;color:#0000!important}#section_platforms s-slider article header h3:after{content:attr(data-text);filter:blur(15px);background-image:linear-gradient(45deg, var(--primary), var(--secondary));-webkit-background-clip:text;background-clip:text;width:100%;height:100%;position:absolute;top:0;left:0;color:#0000!important}#section_platforms s-slider article header h3{letter-spacing:3px;font-family:title;font-size:30px;position:relative}
