.card-root{height:420px;display:block}.character{transform-origin:50%;transition:transform .3s ease-out}.type-coral .coral-shape{transform-origin:150px 220px;animation:.8s ease-in-out infinite alternate gentle-bounce}.type-blob .blob-shape{transform-origin:150px 220px;animation:.6s ease-in-out infinite alternate duck-down}.type-star .star-boxer{transform-origin:bottom;animation:.8s ease-in-out infinite boxer-bounce}.type-star .glove-left{transform-origin:120px 180px;animation:.8s ease-in-out infinite punch-left}.type-star .glove-right{transform-origin:190px 180px;animation:.8s ease-in-out .4s infinite punch-right}.type-hourglass .hourglass-shape{transform-origin:150px 150px;animation:3s cubic-bezier(.68,-.55,.27,1.55) infinite somersault}.type-acrobat .acrobat-wrapper{animation:4s linear infinite acrobat-jump}.type-acrobat .acrobat-body{transform-origin:150px 150px;animation:4s linear infinite acrobat-spin-stretch}.type-pullup .pullup-body{animation:4s ease-in-out infinite pullup-move}.type-pullup .eyes-happy{animation:4s ease-in-out infinite eyes-happy-switch}.type-pullup .eyes-strained{animation:4s ease-in-out infinite eyes-strained-switch}@keyframes gentle-bounce{0%{transform:scaleY(1)scaleX(1)}to{transform:scaleY(.9)scaleX(1.05)}}@keyframes duck-down{0%{transform:scaleY(1)scaleX(1)}to{transform:scaleY(.6)scaleX(1.2)}}@keyframes boxer-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}@keyframes punch-left{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(5px,-15px)rotate(15deg)scale(1.1)}50%{transform:translate(0)rotate(0)}}@keyframes punch-right{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(-5px,-15px)rotate(-15deg)scale(1.1)}50%{transform:translate(0)rotate(0)}}@keyframes somersault{0%{transform:rotate(0)}50%{transform:rotate(180deg)}60%{transform:rotate(180deg)}to{transform:rotate(360deg)}}@keyframes acrobat-spin-stretch{0%{transform:rotate(0)scaleY(.6)scaleX(1.2)}10%{transform:rotate(10deg)scaleY(1.2)scaleX(.9)}25%{transform:rotate(180deg)scaleY(1.1)scaleX(.9)}45%{transform:rotate(350deg)scaleY(1.2)scaleX(.9)}50%{transform:rotate(360deg)scaleY(.6)scaleX(1.2)}55%{transform:rotate(370deg)scaleY(1.2)scaleX(.9)}75%{transform:rotate(540deg)scaleY(1.1)scaleX(.9)}90%{transform:rotate(710deg)scaleY(1.2)scaleX(.9)}to{transform:rotate(720deg)scaleY(.6)scaleX(1.2)}}@keyframes pullup-move{0%,to{transform:translateY(0)}40%,60%{transform:translateY(-85px)}}@keyframes eyes-happy-switch{0%,35%,65%,to{opacity:1}40%,60%{opacity:0}}@keyframes eyes-strained-switch{0%,35%,65%,to{opacity:0}40%,60%{opacity:1}}.hero-wrapper{--card-width:300px;--gap:24px;--offset:calc(var(--card-width) + var(--gap));width:100%;max-width:100vw;display:block;position:relative;overflow-x:hidden}.track-container{align-items:center;width:max-content;display:flex}.card-item{width:var(--card-width);margin-right:var(--gap);z-index:10;opacity:1;transform-origin:50%;flex-shrink:0;margin-left:0;transition:all 1.5s cubic-bezier(.4,0,.2,1);transform:scale(1)translate(0)}.card-item.leaving{z-index:0;margin-left:calc(var(--offset) * -1);transform:translateX(var(--offset)) scale(.5);opacity:0;filter:blur(5px)}
