/* Artwork and all placement/occlusion layers use the same room rectangle. */
.unified-room .cold-room .room-open{position:absolute;inset:0;width:100%;height:100%}
.unified-room .cold-room .room-open>img{display:block;width:100%;height:100%;object-fit:fill}
.cold-room .room-object>.isolated-icon>svg,.tp-object>.isolated-icon>svg{left:0;top:0;width:100%;height:100%}
.cold-room .room-object,.cold-room .room-object:active{transform:translate(-50%,-100%)}
.tp-object>.item-icon{margin:0}
.tp-sign{overflow:hidden}
.tp-sign span{min-height:0;white-space:normal;overflow-wrap:anywhere;line-height:1.1;flex-shrink:0;max-width:100%;padding:0;margin:0}

/* Keep the live editor proportional to the full-width trading post. */
.tp-style-preview .tp-scene{height:clamp(100px,26dvh,240px);aspect-ratio:auto}
.tp-style-preview .tp-backdrop{object-fit:fill}
/* Flip the artwork inside its animated wrapper, preserving anchors and motion. */
.tp-mirrored>.item-icon{scale:-1 1}

.tp-sign span{white-space:nowrap;overflow-wrap:normal}
