.investigation-cat{display:flex;align-items:center;gap:12px;min-width:0;margin:9px 0;color:var(--ink,#184749);isolation:isolate}
.investigation-cat-art{flex:0 0 142px;width:142px;aspect-ratio:10/7;position:relative;overflow:hidden;pointer-events:none;user-select:none}
.investigation-cat-art canvas{position:absolute;inset:0;width:100%;height:100%;display:block;pointer-events:none}
.investigation-cat-label{font-size:13px;font-weight:600;line-height:1.45;max-width:170px;color:var(--muted,#476c6c)}
.investigation-cat[data-cat-state=working] .investigation-cat-label,.investigation-cat[data-cat-state=checking] .investigation-cat-label{color:var(--accent-strong,#087c76)}
.investigation-cat[data-cat-state=needs-you] .investigation-cat-label{color:var(--ink,#184749)}
.investigation-cat-fallback{position:absolute;inset:0;display:block;color:var(--accent-strong,#087c76)}
.investigation-cat-head{position:absolute;width:40px;height:33px;left:32px;top:26px;background:#171b22;border-radius:45% 45% 44% 44%;box-shadow:0 0 0 1px #45505a}
.investigation-cat-head:before,.investigation-cat-head:after{content:'';position:absolute;top:-13px;width:18px;height:21px;background:#171b22;clip-path:polygon(50% 0,100% 100%,0 100%)}
.investigation-cat-head:before{left:0;transform:rotate(-12deg)}.investigation-cat-head:after{right:0;transform:rotate(12deg)}
.investigation-cat-head b{position:absolute;top:12px;left:9px;width:7px;height:8px;border-radius:50%;background:#cbdc8d;box-shadow:inset -3px 0 #05080a}.investigation-cat-head b+b{left:25px}
.investigation-cat-body{position:absolute;left:37px;top:53px;width:29px;height:30px;border-radius:45% 45% 35% 35%;background:#171b22}
.investigation-cat-tail{position:absolute;left:63px;top:52px;width:23px;height:29px;border:7px solid #171b22;border-left:0;border-radius:0 80% 80% 0}
.investigation-cat-symbol{position:absolute;right:11px;bottom:15px;display:grid;place-items:center;min-width:30px;min-height:30px;font:600 27px Georgia,serif;color:var(--accent-strong,#087c76)}
.investigation-cat[data-cat-state=waiting] .investigation-cat-head b,.investigation-cat[data-cat-state=paused] .investigation-cat-head b{height:2px;top:17px;box-shadow:none}
.investigation-cat-art canvas[hidden],.investigation-cat-fallback[hidden]{display:none!important}
[data-theme=dark] .investigation-cat[data-cat-state=working] .investigation-cat-label,[data-theme=dark] .investigation-cat[data-cat-state=checking] .investigation-cat-label,[data-theme=dark] .investigation-cat-symbol{color:var(--accent,#77ddd0)}
@media(max-width:600px){.investigation-cat{gap:8px}.investigation-cat-art{width:128px;flex-basis:128px}.investigation-cat-label{font-size:13px;max-width:155px}}
@media(forced-colors:active){.investigation-cat-label,.investigation-cat-symbol{color:CanvasText}.investigation-cat-head,.investigation-cat-body{outline:1px solid CanvasText}}
