.b50-image-view {display:flex;flex-direction:column;align-items:center;gap:16px;}
.b50-image-view>img {width:100%;height:auto;aspect-ratio:5/7;object-fit:contain;}
.chat-b50 {display:block;width:100%;max-width:330px;height:auto;aspect-ratio:5/7;object-fit:contain;}
.chat-message p {white-space:pre-line;}
.chat-image-button {display:block;padding:0;border:0;background:transparent;max-width:100%;cursor:zoom-in;}
.chat-meta {line-height:1.7;overflow-wrap:anywhere;}
.view-toggle {display:flex;gap:8px;}
.view-toggle [aria-pressed=true] {background:var(--green);color:white;}
.selection-slots {display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;margin:12px 0;}
.selection-slots button {text-align:left;white-space:normal;overflow-wrap:anywhere;min-height:48px;}
.stamp-status {display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap;}
@media(max-width:560px){.view-toggle {flex-wrap:wrap;}.selection-slots {grid-template-columns:1fr;}.partner-choices select {max-width:100%;}.chat-message>div:last-child {min-width:0;}.chat-b50 {max-width:100%;}}
.segment-outcome{font-size:12px;line-height:1.6;margin:8px 0 0;overflow-wrap:anywhere}
.segment-outcome.passed{color:#19836f}.segment-outcome.failed{color:#b64c61}
.collection-status{margin-bottom:12px;flex-wrap:wrap}

.rating-line{min-height:60px}
.player-title{border-radius:999px;max-width:100%;overflow-wrap:anywhere}
.mainland-rating{position:relative;width:220px;max-width:100%;aspect-ratio:296/86;flex:none}
.mainland-rating>img{display:block;width:100%;height:100%}
.mainland-rating-digits{position:absolute;left:41.2%;right:4.7%;top:23%;height:50%;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;justify-items:center}
.mainland-rating-digits img{display:block;width:85%;height:100%;object-fit:contain}
@media(max-width:650px){.mainland-rating{width:208px}}
