.spatial-car .mood-bubble{min-width:64px;font-size:21px}.need-badge{position:absolute;z-index:22;left:7%;top:4%;display:grid;place-items:center;width:28px;height:28px;background:var(--yellow);border:2px solid var(--ink);border-radius:50%;font-size:15px;filter:none}.car-face{position:absolute;z-index:24;right:13%;top:28%;width:42px;height:30px;filter:none;transform:rotate(-3deg)}.car-face .eye{position:absolute;top:0;width:15px;height:18px;background:#fff;border:3px solid var(--ink);border-radius:50%;overflow:hidden;transform-origin:50% 50%;animation:carBlink 4s infinite}.car-face .eye:after{content:"";position:absolute;left:5px;top:6px;width:5px;height:7px;background:var(--ink);border-radius:50%}.car-face .eye-left{left:4px}.car-face .eye-right{right:4px}.car-mouth{position:absolute;left:15px;top:21px;width:14px;height:7px;border:3px solid var(--ink);border-top:0;border-radius:0 0 12px 12px}.mood-angry .eye-left{transform:rotate(18deg)}.mood-angry .eye-right{transform:rotate(-18deg)}.mood-angry .car-mouth,.mood-worried .car-mouth{border:3px solid var(--ink);border-bottom:0;border-radius:12px 12px 0 0}.mood-sleepy .eye{height:3px;top:8px;border-radius:4px;animation:none}.mood-sleepy .car-mouth{width:9px;height:9px;left:18px;border:3px solid var(--ink);border-radius:50%}.mood-hurt .eye-left{height:3px;top:7px;transform:rotate(30deg)}.mood-hurt .eye-right{height:3px;top:7px;transform:rotate(-30deg)}.mood-excited .car-mouth,.mood-happy .car-mouth{height:10px;background:#8e3a36}.mood-focused .eye:after{top:3px}.mood-angry{animation:angryRumble .12s infinite alternate}.mood-worried .mood-bubble{animation:worriedBubble .6s infinite alternate}.mood-happy .mood-bubble,.mood-excited .mood-bubble{animation:happyHop .45s infinite alternate}@keyframes carBlink{0%,44%,48%,100%{transform:scaleY(1)}46%{transform:scaleY(.08)}}@keyframes angryRumble{to{margin-left:2px}}@keyframes worriedBubble{to{transform:translateX(-50%) translateY(-3px)}}@keyframes happyHop{to{transform:translateX(-50%) translateY(-6px) rotate(4deg)}}@media(max-width:650px){.car-face{right:10%;top:25%;transform:scale(.7)}.need-badge{width:21px;height:21px;font-size:11px}.spatial-car .mood-bubble{font-size:15px;min-width:45px}.spatial-car .mood-bubble small{font-size:6px}}
