/* Original compact face mascots, shared with the visitor chat design. */
.student-mascot{position:relative;width:34px;height:28px;border:3px solid var(--mascot-accent,#82dff0);border-radius:13px 13px 10px 10px;background:var(--mascot-primary,#2858bd);box-shadow:0 3px 0 #11265d;display:block;flex-shrink:0}
.student-mascot:after{content:"";position:absolute;width:21px;height:8px;left:4px;bottom:-9px;border-radius:0 0 7px 7px;background:color-mix(in srgb,var(--mascot-primary,#2858bd) 76%,white);border:2px solid #17336f}
.student-mascot .eye{position:absolute;top:8px;width:5px;height:3px;border-bottom:2px solid var(--mascot-accent,#82dff0)}
.student-mascot .left{left:7px;transform:rotate(16deg)}.student-mascot .right{right:7px;transform:rotate(-16deg)}
.student-mascot b{position:absolute;left:12px;bottom:1px;color:#fff;font-size:9px}.student-mascot em{position:absolute;display:block}
.mascot-scholar em{width:31px;height:9px;left:-1px;top:-9px;background:var(--mascot-primary,#2858bd);clip-path:polygon(50% 0,100% 45%,50% 90%,0 45%)}
.mascot-scholar b{font-size:0}.mascot-scholar b:after{content:"✓";font-size:10px}
.mascot-spark{border-radius:50% 50% 12px 12px}.mascot-spark em{width:4px;height:8px;left:15px;top:-9px;background:var(--mascot-accent,#82dff0);border-radius:4px}.mascot-spark em:after{content:"";position:absolute;width:8px;height:8px;left:-2px;top:-5px;border-radius:50%;background:var(--mascot-primary,#2858bd);border:2px solid var(--mascot-accent,#82dff0)}
.mascot-spark b{font-size:0}.mascot-spark b:after{content:"✦";font-size:10px}
.bot-live-avatar:has(.student-mascot){overflow:visible;padding-bottom:6px}.mascot-stage>.student-mascot{transform:scale(4)}
