/* Milo game V0.2 — Needs & Behaviour Engine */
.milo-thought{position:absolute;z-index:3;right:-5px;top:8%;max-width:170px;background:rgba(255,255,255,.95);border-radius:18px;padding:9px 11px;box-shadow:var(--soft);border:1px solid rgba(70,50,50,.07);animation:thoughtIn .35s ease both;pointer-events:none}.milo-thought>span{font-size:17px;margin-right:5px}.milo-thought b{font-size:11px}.milo-thought small{display:block;color:var(--muted);font-size:9px;line-height:1.3;margin-top:3px}.milo-thought.tone-critical{border-color:rgba(217,104,112,.28);background:#fff5f4}.milo-thought.tone-warning{background:#fff9ea}.milo-thought.tone-good{background:#f0fbf5}.needs-status{margin:10px 1px 0;border-radius:18px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:rgba(255,255,255,.72);border:1px solid rgba(70,50,50,.06)}.needs-status>div{display:flex;align-items:center;gap:8px;min-width:118px}.needs-status>div>span{font-size:21px}.needs-status small{display:block;color:var(--muted);font-size:9px}.needs-status b{font-size:12px}.needs-status p{margin:0;color:var(--muted);font-size:10px;text-align:right;line-height:1.3}.needs-status.tone-critical{background:#fff1ef}.needs-status.tone-warning{background:#fff8e7}.needs-status.tone-good{background:#edf9f3}
.mini.need-critical{outline:2px solid rgba(217,104,112,.3);background:#fff5f4}.mini.need-critical label b{color:var(--rose-dark)}.mini.need-low{background:#fff9ed}.mini.need-low label b{color:#a9741b}.mini.need-good{background:#f2faf6}.mini.need-good label b{color:#4d8069}
.cat-wrap.mood-starving{animation:v02Hungry 1.9s ease-in-out infinite}.cat-wrap.mood-hungry{animation:v02Hungry 3s ease-in-out infinite}.cat-wrap.mood-exhausted{animation:v02Tired 3.8s ease-in-out infinite}.cat-wrap.mood-tired{animation:v02Tired 4.8s ease-in-out infinite}.cat-wrap.mood-verySad,.cat-wrap.mood-lonely{animation:v02Sad 4s ease-in-out infinite}.cat-wrap.mood-happy{animation:v02Happy 3.2s ease-in-out infinite}.cat-wrap.rest{animation:v02Rest .8s ease}.cat-wrap.mood-exhausted .cat-eye,.cat-wrap.mood-tired .cat-eye{animation:v02SleepEyes 2.2s ease-in-out infinite}.cat-wrap.mood-starving .cat-tail,.cat-wrap.mood-exhausted .cat-tail,.cat-wrap.mood-verySad .cat-tail{animation-duration:4s;opacity:.72}
.needs-debug{background:#fff5f1;border:1px dashed rgba(217,104,112,.38);padding:15px;border-radius:20px;margin:12px 0}.needs-debug h3{margin:9px 0 5px}.needs-debug p{color:var(--muted);font-size:12px;line-height:1.45}.needs-debug-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:11px 0}.needs-debug-grid button{padding:10px 8px;border-radius:13px;background:white;box-shadow:var(--soft);color:var(--ink);font-size:11px;font-weight:900}.needs-rates{display:block;color:var(--muted);font-size:10px;line-height:1.45}
@keyframes thoughtIn{from{opacity:0;transform:translateY(5px) scale(.96)}to{opacity:1;transform:none}}@keyframes v02Hungry{0%,100%{transform:translateY(0) rotate(0)}30%{transform:translateY(2px) rotate(-1deg)}60%{transform:translateY(0) rotate(1deg)}}@keyframes v02Tired{0%,100%{transform:translateY(1px) rotate(-.6deg)}50%{transform:translateY(7px) rotate(.6deg)}}@keyframes v02Sad{0%,100%{transform:translateY(4px) scale(.985)}50%{transform:translateY(7px) scale(.98)}}@keyframes v02Happy{0%,75%,100%{transform:translateY(0)}84%{transform:translateY(-10px) rotate(-1deg)}91%{transform:translateY(-3px) rotate(1deg)}}@keyframes v02Rest{0%,100%{transform:scale(1)}45%{transform:translateY(8px) scale(.98)}}@keyframes v02SleepEyes{0%,35%,100%{transform:scaleY(1)}45%,80%{transform:scaleY(.12)}}
@media(max-width:410px){.milo-thought{right:0;top:4%;max-width:145px;padding:8px 9px}.milo-thought small{font-size:8px}.needs-status p{max-width:180px}.needs-debug-grid button{font-size:10px;padding:9px 6px}}
