.image-upload-component[data-v-2f0e12e6]{font-family:var(--font-family)}.section-header[data-v-2f0e12e6]{display:flex;flex-direction:column;gap:4px}.section-title[data-v-2f0e12e6]{font-size:1.125rem;font-weight:600;color:var(--text-color);margin:0}.section-subtitle[data-v-2f0e12e6]{font-size:.875rem;color:var(--text-color-secondary)}.image-grid[data-v-2f0e12e6]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}@media (max-width: 768px){.image-grid[data-v-2f0e12e6]{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}}.image-card[data-v-2f0e12e6]{position:relative;border-radius:12px;overflow:hidden;border:2px solid var(--surface-200);background:var(--surface-0);transition:all .3s cubic-bezier(.4,0,.2,1);aspect-ratio:1}.dark .image-card[data-v-2f0e12e6]{border-color:var(--surface-700);background:var(--surface-800)}.image-card[data-v-2f0e12e6]:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;border-color:var(--primary-color)}.dark .image-card[data-v-2f0e12e6]:hover{box-shadow:0 12px 24px #0000004d}.image-preview[data-v-2f0e12e6]{height:calc(100% - 40px);position:relative;overflow:hidden}.image-thumbnail[data-v-2f0e12e6]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.image-card:hover .image-thumbnail[data-v-2f0e12e6]{transform:scale(1.05)}.attribution-badge[data-v-2f0e12e6]{position:absolute;top:8px;right:8px;background:#000000b3;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.75rem;z-index:2}.image-overlay[data-v-2f0e12e6]{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;justify-content:center;align-items:center;gap:8px;opacity:0;transition:opacity .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.image-card:hover .image-overlay[data-v-2f0e12e6]{opacity:1}.image-footer[data-v-2f0e12e6]{padding:8px 12px;display:flex;align-items:center;justify-content:space-between;font-size:.75rem;border-top:1px solid var(--surface-200);background:var(--surface-50)}.dark .image-footer[data-v-2f0e12e6]{border-top-color:var(--surface-700);background:var(--surface-900)}.image-name[data-v-2f0e12e6]{color:var(--text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;margin-right:8px}.primary-badge[data-v-2f0e12e6]{background:linear-gradient(135deg,var(--primary-color),var(--primary-600));color:#fff;padding:2px 8px;border-radius:12px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.upload-zone[data-v-2f0e12e6]{border:2px dashed var(--surface-300);border-radius:16px;padding:2rem;transition:all .3s ease;background:var(--surface-50);position:relative;min-height:200px}.dark .upload-zone[data-v-2f0e12e6]{border-color:var(--surface-700);background:var(--surface-800)}.upload-zone[data-v-2f0e12e6]:hover,.upload-zone.drag-active[data-v-2f0e12e6]{border-color:var(--primary-color);background:var(--primary-50);transform:scale(1.01)}.dark .upload-zone[data-v-2f0e12e6]:hover,.dark .upload-zone.drag-active[data-v-2f0e12e6]{background:rgba(var(--primary-color-rgb),.1)}.upload-zone.has-files[data-v-2f0e12e6]{padding:1.5rem}.upload-content[data-v-2f0e12e6]{display:flex;flex-direction:column;align-items:center;text-align:center}.upload-icon[data-v-2f0e12e6]{font-size:3rem;color:var(--primary-color);margin-bottom:1rem;opacity:.8}.upload-text[data-v-2f0e12e6]{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.5rem}.primary-text[data-v-2f0e12e6]{font-weight:500;color:var(--text-color);margin:0;font-size:1.125rem}.divider[data-v-2f0e12e6]{position:relative;width:200px;display:flex;align-items:center;justify-content:center;margin:.75rem 0}.divider[data-v-2f0e12e6]:before,.divider[data-v-2f0e12e6]:after{content:"";flex-grow:1;height:1px;background-color:var(--surface-300)}.dark .divider[data-v-2f0e12e6]:before,.dark .divider[data-v-2f0e12e6]:after{background-color:var(--surface-600)}.divider span[data-v-2f0e12e6]{padding:0 1rem;color:var(--surface-500);font-size:.875rem;background:var(--surface-50);border-radius:12px}.dark .divider span[data-v-2f0e12e6]{background:var(--surface-800)}.upload-help[data-v-2f0e12e6]{font-size:.75rem;color:var(--text-color-secondary);line-height:1.5}.upload-help p[data-v-2f0e12e6]{margin:.25rem 0}.hidden-input[data-v-2f0e12e6]{display:none}.pending-files-container[data-v-2f0e12e6]{width:100%}.pending-header[data-v-2f0e12e6]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--surface-200)}.dark .pending-header[data-v-2f0e12e6]{border-bottom-color:var(--surface-700)}.pending-title[data-v-2f0e12e6]{font-size:1rem;font-weight:600;color:var(--text-color);margin:0}.pending-actions[data-v-2f0e12e6]{display:flex;gap:.5rem}.pending-files-grid[data-v-2f0e12e6]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-bottom:1.5rem}@media (max-width: 768px){.pending-files-grid[data-v-2f0e12e6]{grid-template-columns:1fr}}.pending-file-card[data-v-2f0e12e6]{background:var(--surface-0);border:1px solid var(--surface-200);border-radius:12px;overflow:hidden;transition:all .3s ease}.dark .pending-file-card[data-v-2f0e12e6]{background:var(--surface-900);border-color:var(--surface-700)}.pending-file-card[data-v-2f0e12e6]:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.pending-image-container[data-v-2f0e12e6]{position:relative;aspect-ratio:16/9;overflow:hidden}.pending-image[data-v-2f0e12e6]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.pending-file-card:hover .pending-image[data-v-2f0e12e6]{transform:scale(1.05)}.image-skeleton[data-v-2f0e12e6]{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--surface-100);display:flex;align-items:center;justify-content:center}.dark .image-skeleton[data-v-2f0e12e6]{background:var(--surface-700)}.skeleton-animation[data-v-2f0e12e6]{width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:skeleton-loading-2f0e12e6 1.5s infinite}@keyframes skeleton-loading-2f0e12e6{0%{transform:translate(-100%)}to{transform:translate(100%)}}.image-error[data-v-2f0e12e6]{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--surface-200);display:flex;align-items:center;justify-content:center;color:var(--text-color-secondary);font-size:2rem}.dark .image-error[data-v-2f0e12e6]{background:var(--surface-700)}.remove-btn[data-v-2f0e12e6]{position:absolute;top:8px;right:8px;z-index:2}.upload-progress[data-v-2f0e12e6]{position:absolute;bottom:0;left:0;right:0;height:4px;background:#0000001a}.progress-bar[data-v-2f0e12e6]{height:100%;background:var(--primary-color);transition:width .3s ease}.upload-status-overlay[data-v-2f0e12e6]{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#000000b3;border-radius:8px;z-index:3}.upload-status[data-v-2f0e12e6]{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff}.upload-icon-small[data-v-2f0e12e6]{font-size:1.5rem}.upload-text-small[data-v-2f0e12e6]{font-size:.875rem;font-weight:500}.pending-image-container.uploading[data-v-2f0e12e6]{pointer-events:none}.pending-image-container.uploading img[data-v-2f0e12e6]{opacity:.6}.upload-progress-summary[data-v-2f0e12e6]{margin-bottom:1rem;padding:1rem;background:var(--surface-50);border:1px solid var(--surface-200);border-radius:8px}.dark .upload-progress-summary[data-v-2f0e12e6]{background:var(--surface-800);border-color:var(--surface-700)}.progress-summary-text[data-v-2f0e12e6]{font-size:.875rem;color:var(--text-color-secondary);margin-bottom:.5rem;text-align:center}.progress-summary-bar[data-v-2f0e12e6]{height:8px;background:var(--surface-200);border-radius:4px;overflow:hidden}.dark .progress-summary-bar[data-v-2f0e12e6]{background:var(--surface-600)}.progress-summary-fill[data-v-2f0e12e6]{height:100%;background:linear-gradient(90deg,var(--primary-color),var(--primary-600));transition:width .3s ease;border-radius:4px}@keyframes pulse-2f0e12e6{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse[data-v-2f0e12e6]{animation:pulse-2f0e12e6 2s ease-in-out infinite}.pending-file-info[data-v-2f0e12e6]{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.file-name[data-v-2f0e12e6]{font-weight:500;color:var(--text-color);margin:0}.file-size[data-v-2f0e12e6]{font-size:.75rem;color:var(--text-color-secondary)}.attribution-toggle[data-v-2f0e12e6]{align-self:flex-start;margin-top:.25rem}.file-attribution[data-v-2f0e12e6]{padding:0 1rem 1rem;border-top:1px solid var(--surface-200);background:var(--surface-50)}.dark .file-attribution[data-v-2f0e12e6]{border-top-color:var(--surface-700);background:var(--surface-800)}.attribution-grid[data-v-2f0e12e6]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-top:.75rem}.attribution-field[data-v-2f0e12e6]{display:flex;flex-direction:column;gap:.25rem}.attribution-field label[data-v-2f0e12e6]{font-size:.75rem;font-weight:500;color:var(--text-color-secondary)}.batch-attribution[data-v-2f0e12e6]{margin-top:1.5rem;padding:1rem;background:var(--surface-100);border-radius:12px;border:1px solid var(--surface-200)}.dark .batch-attribution[data-v-2f0e12e6]{background:var(--surface-800);border-color:var(--surface-700)}.batch-header[data-v-2f0e12e6]{margin-bottom:1rem}.batch-header h5[data-v-2f0e12e6]{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:var(--text-color)}.batch-subtitle[data-v-2f0e12e6]{font-size:.875rem;color:var(--text-color-secondary)}.attribution-templates[data-v-2f0e12e6]{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.batch-form[data-v-2f0e12e6]{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--surface-200)}.dark .batch-form[data-v-2f0e12e6]{border-top-color:var(--surface-700)}.batch-actions[data-v-2f0e12e6]{margin-top:1rem;display:flex;justify-content:flex-end}.upload-actions[data-v-2f0e12e6]{padding-top:1rem;border-top:1px solid var(--surface-200);display:flex;justify-content:center}.dark .upload-actions[data-v-2f0e12e6]{border-top-color:var(--surface-700)}.image-preview-modal .p-dialog-content[data-v-2f0e12e6]{padding:0}.preview-header[data-v-2f0e12e6]{display:flex;flex-direction:column;gap:.25rem}.preview-header h3[data-v-2f0e12e6]{margin:0;font-size:1.25rem;font-weight:600}.preview-filename[data-v-2f0e12e6]{font-size:.875rem;color:var(--text-color-secondary)}.image-preview-container[data-v-2f0e12e6]{display:flex;flex-direction:column;max-height:80vh}.preview-image-wrapper[data-v-2f0e12e6]{display:flex;justify-content:center;align-items:center;padding:1rem;background:var(--surface-0);min-height:300px}.dark .preview-image-wrapper[data-v-2f0e12e6]{background:var(--surface-900)}.preview-image[data-v-2f0e12e6]{max-width:100%;max-height:60vh;object-fit:contain;border-radius:8px}.attribution-display[data-v-2f0e12e6]{padding:1rem;background:var(--surface-50);border-top:1px solid var(--surface-200)}.dark .attribution-display[data-v-2f0e12e6]{background:var(--surface-800);border-top-color:var(--surface-700)}.attribution-header[data-v-2f0e12e6]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.attribution-header h4[data-v-2f0e12e6]{margin:0;font-size:1rem;font-weight:600;color:var(--text-color)}.attribution-content[data-v-2f0e12e6]{display:flex;flex-direction:column;gap:.5rem}.attribution-row[data-v-2f0e12e6]{display:flex;align-items:flex-start;gap:.5rem}.attribution-label[data-v-2f0e12e6]{font-weight:500;color:var(--text-color-secondary);min-width:80px;flex-shrink:0}.attribution-value[data-v-2f0e12e6]{color:var(--text-color)}.attribution-link[data-v-2f0e12e6]{color:var(--primary-color);text-decoration:none;transition:color .2s ease}.attribution-link[data-v-2f0e12e6]:hover{color:var(--primary-600);text-decoration:underline}.preview-footer[data-v-2f0e12e6]{display:flex;justify-content:space-between;align-items:center;width:100%}.preview-actions-left[data-v-2f0e12e6],.preview-actions-right[data-v-2f0e12e6]{display:flex;gap:.5rem}@media (max-width: 1024px){.attribution-grid[data-v-2f0e12e6]{grid-template-columns:1fr}.attribution-templates[data-v-2f0e12e6]{justify-content:center}}@media (max-width: 768px){.image-upload-component[data-v-2f0e12e6]{padding:.5rem}.upload-zone[data-v-2f0e12e6]{padding:1.5rem 1rem}.pending-header[data-v-2f0e12e6]{flex-direction:column;align-items:flex-start;gap:.75rem}.preview-footer[data-v-2f0e12e6]{flex-direction:column;gap:1rem;align-items:stretch}.preview-actions-left[data-v-2f0e12e6],.preview-actions-right[data-v-2f0e12e6]{justify-content:center}}.fade-enter-active[data-v-2f0e12e6],.fade-leave-active[data-v-2f0e12e6]{transition:opacity .3s ease}.fade-enter-from[data-v-2f0e12e6],.fade-leave-to[data-v-2f0e12e6]{opacity:0}.slide-up-enter-active[data-v-2f0e12e6],.slide-up-leave-active[data-v-2f0e12e6]{transition:all .3s cubic-bezier(.4,0,.2,1)}.slide-up-enter-from[data-v-2f0e12e6],.slide-up-leave-to[data-v-2f0e12e6]{opacity:0;transform:translateY(20px)}.upload-buttons[data-v-2f0e12e6]{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}@media (max-width: 640px){.upload-buttons[data-v-2f0e12e6]{flex-direction:column;width:100%}.upload-buttons .p-button[data-v-2f0e12e6]{width:100%;justify-content:center}}
