.platform-reconstruction-web {
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  background: #fff;
}

.platform-reconstruction-web img {
  width: auto;
  max-width: 100%;
  max-height: 980px;
  object-fit: contain;
  object-position: center top;
}

.platform-disclosure {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .platform-reconstruction-web { padding: 8px; }
  .platform-reconstruction-web img { width: 100%; max-height: none; }
  .platform-disclosure { font-size: 13px; }
}
