/* Medium, image-first creature presentation shared by both bestiary surfaces. */
.ops-creature-art,.bestiary-creature-art{display:block;object-fit:cover;object-position:center;border:1px solid rgba(212,175,55,.3);background:#080d16;box-shadow:0 10px 24px rgba(0,0,0,.2)}
.ops-encounter-card .ops-creature-art{width:74px;height:54px;flex:0 0 74px;border-radius:9px}.ops-encounter-hero{width:100%;height:220px;object-fit:cover;object-position:center;border-radius:13px 13px 0 0;border-bottom:1px solid rgba(212,175,55,.24)}
.bestiary-card .bestiary-creature-art{width:62px;height:46px;flex:0 0 62px;border-radius:.45rem}.bestiary-detail-head .bestiary-creature-art{width:154px;height:112px;flex:0 0 154px;border-radius:.65rem}.creature-art-source{display:block;margin-top:6px;color:#7f8da3;font-size:.62rem;line-height:1.35}.creature-art-source i{color:#d4af37;margin-right:4px}
@media(max-width:700px){.bestiary-detail-head .bestiary-creature-art{width:112px;height:86px;flex-basis:112px}.ops-encounter-hero{height:175px}}
@media(max-width:480px){.bestiary-detail-head .bestiary-creature-art{width:92px;height:72px;flex-basis:92px}}
