




.pc {
  display: flex;
  flex-direction: column;
  gap: var(--ph-4);
  margin: 0;
  max-width: 720px;
  min-width: 0;
}



.pc-frame {
  min-width: 0;
  border: 1px solid var(--ph-line);
  border-radius: var(--ph-r-lg);
  overflow: hidden;
  line-height: 0;                     
  background: var(--ph-paper-deep);   
}



.pc-canvas {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1200 / 630;
}

.pc-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--ph-3);
}



.pc-status {
  font-size: var(--ph-t-small);
  color: var(--ph-mute);
}
.pc-status:empty { display: none; }

.pc-note {
  font-family: var(--ph-mono);
  font-size: var(--ph-t-micro);
  letter-spacing: var(--ph-tr-micro);
  text-transform: uppercase;
  color: var(--ph-mute);
  margin: 0;
  max-width: none;
}



@media (max-width: 640px) {
  .pc-actions .btn { flex: 1 1 100%; }
}
