/* ═══════════════════════════════════
   structure.css — pages/structure.php
   ═══════════════════════════════════ */
.structure-wrap {
  width: 100%; margin: 0; padding: 0;
}
.structure-img { width: 100%; height: auto; display: block; margin: 0; }
.structure-placeholder {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  min-height: 400px; background: var(--g-50);
  border-radius: 12px; border: 2px dashed var(--g-200); color: var(--g-400);
}
