.poster-section{margin-bottom:16px}
.poster-templates,.poster-photo-pick{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0}
.poster-tpl-btn,.poster-photo-btn{padding:8px 12px;border:1px solid #e2e8f0;border-radius:var(--radius-full);background:var(--card-bg);cursor:pointer;font-size:.75rem}
.poster-tpl-btn.active,.poster-photo-btn.active{border-color:var(--primary);background:var(--primary-light)}
.poster-canvas{width:100%;max-width:375px;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);display:block;margin:12px auto;background:var(--card-bg)}
.poster-actions{display:flex;gap:8px;justify-content:center}
