:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:system-ui,sans-serif}body{background:#f2ede4;justify-content:center;min-height:100vh;margin:0;display:flex}#app{box-sizing:border-box;flex-direction:column;gap:.75rem;width:100%;max-width:480px;padding:1rem;display:flex}#stats{align-items:center;gap:1rem;display:flex}#mute-toggle{cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:.25rem;font-size:1.3rem;line-height:1}.stat{color:#555;flex-direction:column;flex:1;gap:.25rem;font-size:.85rem;display:flex}.bar{background:#ddd6c8;border-radius:999px;height:10px;overflow:hidden}.fill{background:#7cb342;width:50%;height:100%;transition:width .4s,background-color .4s}.fill.warn{background:#f4a638}.fill.bad{background:#e15b5b}#scene{aspect-ratio:2/3;touch-action:none;-webkit-user-select:none;user-select:none;background:url(/assets/background-BA2RzEFF.jpg) 50%/cover no-repeat;border-radius:16px;width:100%;position:relative;overflow:hidden}#cat{width:80px;height:80px;image-rendering:pixelated;cursor:grab;will-change:transform, background-image;background-position:50%;background-repeat:no-repeat;background-size:contain;position:absolute;transform:translate(-50%,-50%)}#cat.dragging{cursor:grabbing}#cat.settling,.food.settling{transition:left .3s ease-out,top .3s ease-out}#cat.flipped{transform:translate(-50%,-50%)scaleX(-1)}#cat.sitting{transform:translate(-50%,-50%)translateY(-6px)}#cat.stirring{animation:.4s wiggle}@keyframes wiggle{0%,to{transform:translate(-50%,-50%)rotate(0)}25%{transform:translate(-50%,-50%)rotate(-8deg)}75%{transform:translate(-50%,-50%)rotate(8deg)}}.thought-bubble{text-align:center;pointer-events:none;z-index:5;background:#fff;border:1px solid #333;border-radius:18px;max-width:65%;padding:6px 12px;font-size:.8rem;position:absolute;top:10px;right:10px}.thought-bubble.hidden{display:none}.thought-bubble:before,.thought-bubble:after{content:"";background:#fff;border:1px solid #333;border-radius:50%;position:absolute}.thought-bubble:before{width:14px;height:14px;bottom:-10px;left:28px}.thought-bubble:after{width:8px;height:8px;bottom:-20px;left:18px}.food{width:30px;height:30px;image-rendering:pixelated;cursor:grab;touch-action:none;background-position:50%;background-repeat:no-repeat;background-size:contain;position:absolute;transform:translate(-50%,-50%)}.food.dragging{cursor:grabbing}#tray{border:2px dashed #ccc;border-radius:12px;justify-content:center;padding:.5rem;display:flex}#food-source{width:30px;height:30px;image-rendering:pixelated;cursor:grab;touch-action:none;background-position:50%;background-repeat:no-repeat;background-size:contain}#food-source.dragging{opacity:.4}#food-source.hidden{visibility:hidden;pointer-events:none}#status{text-align:center;color:#666;min-height:1.2em;font-size:.85rem}
