body {
    padding-top: 64px;
}

.upload-zone {
    border: 2px dashed #ced4da;
    border-radius: 12px;
    padding: 24px;
    background: #f8f9fa;
    cursor: pointer;
    min-height: 374px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.upload-zone.dragover, .upload-zone:hover {
    
    border-color: #696969;
}

.upload-preview {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.result-zone {
    min-height: 374px;
    border-radius: 12px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}
