#L2dCanvas{z-index:100;width:240px;height:325px;right:0;bottom:-280px !important;border-top-left-radius:10px;border-left:2px solid #66afef00;border-top:2px solid #66afef00;transition:bottom .5s,background .5s,border .5s;cursor:pointer;touch-action:none}
#L2dCanvas:hover{bottom:0 !important;background:#9dbeff7c;border-left:2px solid #9abbf7;border-top:2px solid #9abbf7}#L2dCanvas::after{content:"LIVE-2D";position:absolute;z-index:100;left:0;top:0;height:100%;width:100%;padding:10px;background:linear-gradient(120deg,#9abbf7 0,#ffbbf4 100%);color:#fff;font-size:14px;font-weight:700;text-align:center;letter-spacing:10px;border-top-left-radius:10px;transition:opacity .5s}#L2dCanvas:hover::after{opacity:0;pointer-events:none}@media (max-width:800px),(max-height:600px){#L2dCanvas{display:none}}