.cover-container{border:1px solid #000000cc;border-radius:4px;overflow:hidden;position:relative}.box{background-position:50%;background-size:cover;box-shadow:1px 1px 5px #000000db;position:relative}.box:after{background:inherit;content:"";filter:blur(15px);height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.layout-flex .box:first-child{border-bottom-left-radius:4px;border-right:1px solid #000000cc;border-top-left-radius:4px}.layout-flex .box:last-child{border:none;border-bottom-right-radius:4px;border-top-right-radius:4px}.fanned-stack{align-items:center;display:flex;height:220px;justify-content:center;margin:0 auto;perspective:1000px;position:relative;width:160px}.fan-card{background-color:#1e1e1e;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;height:200px;position:absolute;transform-origin:bottom center;transition:transform .4s cubic-bezier(.25,.8,.25,1);width:140px;--center:calc((var(--count) - 1)/2);--offset:calc(var(--i) - var(--center));transform:translate(calc(var(--offset)*10px)) rotate(calc(var(--offset)*5deg));z-index:calc(10 - var(--i))}.fanned-stack:hover .fan-card{transform:translate(calc(var(--offset) * 45px)) rotate(calc(var(--offset) * 15deg)) translateY(calc(Math.abs(var(--offset)) * -5px))}
