.image-tool { max-width: 1100px; }
.privacy-note { font-weight: 600; }
.drop-zone { border: 2px dashed #6c757d; border-radius: 12px; min-height: 170px; display: flex; flex-direction: column; gap: .75rem; align-items: center; justify-content: center; background: #f8f9fa; }
.drop-zone.dragging { border-color: #000; background: #e9ecef; }
.preview-box { min-height: 280px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #f5f5f5; border-radius: 8px; margin-bottom: 1rem; }
.preview-box img { display: block; max-width: 100%; max-height: 360px; object-fit: contain; }
@media (max-width: 576px) { .image-tool { padding-left: 1rem; padding-right: 1rem; } .preview-box { min-height: 210px; } }
