#poster-preview-wrap { display: flex; justify-content: center; margin: 12px 0; }
#poster-canvas { border-radius: var(--radius); box-shadow: 0 8px 24px rgba(0,0,0,.15); max-width: 100%; }
.poster-flash { animation: flash 0.4s ease; }
@keyframes flash { 0%,100%{filter:none} 50%{filter:brightness(1.15)} }
.template-selector { display: flex; gap: 8px; overflow-x: auto; padding: 8px 0; }
.tpl-thumb {
  flex: 0 0 auto; border: 2px solid transparent; border-radius: 8px; padding: 8px 12px;
  color: #fff; font-size: 0.75rem; cursor: pointer; min-width: 72px;
}
.tpl-thumb.active { border-color: #000; }
.photo-uploader { text-align: center; margin-bottom: 12px; }
.poster-actions { display: flex; gap: 8px; justify-content: center; margin-top: 12px; }
