.playground-hero{width:100%;height:calc(100dvh - var(--nav-height,0px));flex-direction:column;display:flex;position:relative;overflow:hidden}.playground-heading{flex:none}.playground-description{max-width:25rem;margin-top:1rem}.playground-hint{width:fit-content;margin-top:1rem;display:block}@media (max-width:1024.98px){.playground-grid-wrap{margin-top:4rem}}@media (min-width:1025px){.playground-description,.playground-hint{z-index:2;margin-top:0;position:absolute}.playground-hint{top:var(--playground-hint-top,calc(72% + 4.5rem))}.playground-description{top:calc(var(--playground-hint-top,calc(72% + 4.5rem)) - 4.5rem - 1.5rem)}}.playground-slider{width:100%;height:100%;position:relative;overflow:hidden}.playground-track{cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none;position:absolute;inset:0}.playground-slider.is-dragging .playground-track{cursor:grabbing}.playground-progress-track{background:var(--background-stroke-1,#25272f);width:8rem;height:.125rem;position:absolute;top:0;right:2rem;overflow:hidden}.playground-progress-thumb{background:var(--primary-green-neon);height:100%;position:absolute;top:0;left:0}.playground-card{left:0;top:var(--playground-slide-top,0px);transform-origin:0 0;will-change:transform;contain:layout paint;position:absolute}.playground-card-thumbnail{background:var(--background-bg-1,#070707);border-top:.75px solid var(--background-stroke-1,#25272f);border-bottom:.75px solid var(--background-stroke-1,#25272f);width:100%;height:100%;position:relative}.playground-crop-frame{position:absolute;inset:.375rem;overflow:hidden}.playground-card-image{object-fit:cover;pointer-events:none;width:100%;height:100%;transition:transform .35s ease-out;position:absolute;inset:0}.playground-card[data-active=true]{cursor:pointer}.playground-card[data-active=true]:hover .playground-card-image{transform:scale(1.05)}.playground-corner{pointer-events:none;width:.375rem;height:.375rem;position:absolute}.playground-corner:before,.playground-corner:after{content:"";background:var(--background-stroke-1,#25272f);position:absolute}.playground-corner:before{width:100%;height:1px;top:50%;left:0;transform:translateY(-50%)}.playground-corner:after{width:1px;height:100%;top:0;left:50%;transform:translate(-50%)}.playground-corner-tl{top:-.1875rem;left:-.1875rem}.playground-corner-tr{top:-.1875rem;right:-.1875rem}.playground-corner-br{bottom:-.1875rem;right:-.1875rem}.playground-corner-bl{bottom:-.1875rem;left:-.1875rem}.playground-grid{padding:0 var(--grid-edge-inset,16px);grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:1rem;height:100%;display:grid;overflow-y:auto}.playground-grid-card{aspect-ratio:196/130;background:var(--background-bg-1,#070707);border-top:.75px solid var(--background-stroke-1,#25272f);border-bottom:.75px solid var(--background-stroke-1,#25272f);min-width:0;max-width:100%;display:block;position:relative}.playground-grid-card .playground-card-image{transition:none}
