/* Full-body exercise companions: no circles, no frames */
.quiz-card{overflow:visible}
.cast-character{position:absolute;top:45px;width:210px;height:300px;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;display:flex;align-items:flex-end;justify-content:center;overflow:visible!important;z-index:3;transition:transform .25s ease}
.cast-left{left:-235px;right:auto!important}.cast-right{right:-235px}
.cast-character img{width:100%!important;height:100%!important;object-fit:contain!important;border-radius:0!important;mix-blend-mode:multiply;filter:drop-shadow(0 12px 10px rgba(37,48,82,.18));animation:castIdle 3s ease-in-out infinite}
.mascot-bubble,.subject-bubble{position:absolute;z-index:5;top:-22px;max-width:190px;background:white;border:2px solid var(--purple);color:var(--purple);border-radius:17px 17px 5px 17px;padding:9px 11px;font-size:10px;line-height:1.3;font-weight:950;box-shadow:0 4px 0 #dcd5ff;text-align:center}
.cast-left .mascot-bubble{left:0;right:auto}.cast-right .subject-bubble{right:0;border-color:var(--mint-dark);color:var(--mint-dark);box-shadow:0 4px 0 #c8f2e4}
.cast-celebrate{animation:castCelebrate .65s ease both}.cast-oops{animation:castOops .7s ease both}
@keyframes castIdle{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes castCelebrate{0%{transform:scale(.9) rotate(-4deg)}55%{transform:scale(1.1) rotate(4deg)}100%{transform:scale(1)}}
@keyframes castOops{0%,100%{transform:rotate(0)}35%{transform:rotate(-4deg)}70%{transform:rotate(4deg)}}
@media(max-width:1150px){.cast-character{width:150px;height:225px;top:35px}.cast-left{left:-145px}.cast-right{right:-145px}.mascot-bubble,.subject-bubble{max-width:145px;font-size:9px}}
@media(max-width:850px){.quiz-card{margin-top:190px}.cast-character{width:135px;height:175px;top:-170px}.cast-left{left:5px}.cast-right{right:5px}.mascot-bubble,.subject-bubble{top:-14px;max-width:130px}.cast-character img{filter:drop-shadow(0 8px 7px rgba(37,48,82,.15))}}
@media(max-width:500px){.quiz-card{margin-top:170px}.cast-character{width:112px;height:150px;top:-150px}.cast-left{left:-2px}.cast-right{right:-2px}.mascot-bubble,.subject-bubble{font-size:8px;padding:6px 8px;max-width:108px;top:-9px}}
@media(prefers-reduced-motion:reduce){.cast-character,.cast-character img{animation:none!important}}
