/* Game 3: Arnab Makan Lobak */
.carrot-feedback{left:18px!important;transform:none!important;text-align:left}
.next-carrot-question{position:absolute;right:18px;bottom:18px;z-index:7}
.carrot-game-screen{max-width:1100px}.carrot-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:18px}.carrot-board{position:relative;min-height:560px;overflow:hidden;background:linear-gradient(rgba(255,250,240,.18),rgba(23,107,80,.22)),url('assets/background.jpg') center/cover;border:6px solid #fff4cd}.carrot-question-badge{position:absolute;top:18px;left:50%;transform:translateX(-50%);z-index:4;display:flex;align-items:center;gap:12px;padding:12px 18px;border-radius:16px;background:#fffaf0;color:var(--green);box-shadow:0 5px 0 rgba(23,59,54,.2);white-space:nowrap}.carrot-question-badge strong{font-family:'Baloo 2',sans-serif;font-size:1.65rem}.carrot-question-badge span{font-size:.85rem;color:var(--muted);font-weight:900}.carrot-items{position:absolute;inset:0}.carrot-item{position:absolute;width:58px;height:58px;z-index:2;transition:transform .2s,opacity .25s}.carrot-item img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 5px 2px rgba(23,59,54,.25))}.carrot-item.eaten{transform:scale(0) rotate(30deg);opacity:0}.bunny-player{position:absolute;left:10%;top:54%;z-index:3;width:88px;height:88px;cursor:grab;touch-action:none;user-select:none;filter:drop-shadow(0 7px 2px rgba(23,59,54,.28));transition:filter .15s}.bunny-player:active{cursor:grabbing;filter:drop-shadow(0 3px 1px rgba(23,59,54,.25))}.bunny-player img{width:100%;height:100%;object-fit:contain;pointer-events:none}.carrot-feedback{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);z-index:5;min-height:28px;color:#fffaf0;font-weight:900;text-shadow:0 2px 3px #173b36;white-space:nowrap}@media(max-width:760px){.carrot-board{min-height:500px}.carrot-question-badge{max-width:90%;padding:9px 12px}.carrot-question-badge strong{font-size:1.3rem}.carrot-question-badge span{font-size:.7rem}.carrot-item{width:48px;height:48px}.bunny-player{width:70px;height:70px}.carrot-feedback{font-size:.85rem}}
/* Click-to-eat animation */
.carrot-item{cursor:pointer}.bunny-player{pointer-events:none}.bunny-moving{transition:left .65s ease-in-out,top .65s ease-in-out,filter .15s}
.bunny-eating{animation:bunnyEat .85s ease-in-out infinite;transform-origin:50% 85%}@keyframes bunnyEat{0%,100%{transform:translateY(0) scale(1) rotate(0)}25%{transform:translateY(-7px) scale(1.08) rotate(-4deg)}50%{transform:translateY(2px) scale(.94) rotate(4deg)}75%{transform:translateY(-4px) scale(1.04) rotate(-2deg)}}
